@charset "UTF-8";/*

 *

 *
 * Basic setup that needs to apply globally

 *
 * Styles applied across the whole site for users that are logged in
 * (there are some exceptions to this - but it's the 'inside' look
 * and feel instead of the 'outside' one).


 *
 * Specific overrides for our differentp
 * deployments, eg. VDRHQ and eCourt,
 * done through selectors on body IIRC

 *
 * Standard distro of formtastic CSS (we're moving away from this FYI)

 *
 * Custom overrides for formtastic

 *
 * jQuery CSS


 *
 * Module-specific styles for the 'documents' module/feature/area within rooms

 *
 * Styles for the stuff under the 'Safelink Setup' menu

 *
 * Styles for the search form and results display

 *
 * Styles for the display of site terms

 *
 * Styles for the display of auth upgrade pages

 *
 * Styles for the display of user mfa session pages

 *
 * Styles for the 'res' plugin, which is our outside home page
 * (with product options, trial now buttons etc).
 * These styles are probably all dead, since we are now using
 * the HTML and styling from the Refinery).

 *
 * Styles for a plugin called jQuery Infinite Scroll

 *
 * Styles for general and some specific sidepanels.

 *
 * Styles for the Surface module and the Surface doc viewer
 * (which can appear within the docs area too)

 *
 * Styles for the panels that makes up part of the Surface display

 *
 * Styles for the Secure Mail module

 *
 * Misc other modules.




 *
 * Styles for the CRM module we have (it's old and crusty and lives in
 * app/engines/plugins, it's not used in production at all)

 *
 * Styles for a little panel that appears in the documents module
 * when the 'Coding' feature is switched on

 *

 *
 * Standard styles for the qtip2 library (that provides the tooltips you get
 * when hovering over a document)

 *
 * Standard styles for the 'leafletjs' library, used within the Surface module

 *
 * Styles for the 'leaflet.draw' plugin to leafletjs

 *
 * Styles for the 'leaflet.rrose' plugin to leafletjs

 *
 * Styles fo rthe 'leaflet.fullscreen' plugin to leafletjs

 *
 * Styles for the login screen - note that these came from the Refinery
 * so they don't really fit with the rest

 *
 * Styles for landing pages

 *
 * Global styling for the new/2014 look and feel from the Refinery.  This kind
 * of conflicts in purpose with common.css and inside.css.


 *
 * Standard styling for the DataTables plugin

 *
 * Standard styling for the jQuery uploader plugin

 *
 * Same as above, this is where customisations
 * would go but I don't think we've made any

 *
 * Standard styles for the 'select2' plugin, which is a super-flexible
 * select box replacement basically

 *
 * Standard styles for 'backbone-tree', which is used to show the
 * advanced permissions edit screen  (it's a hierarchical tree view)

 *
 * Styling for some popups that appear within Surface (IIRC)

 *
 * Standard styling for the ext-jquery-ui plugin.

 *
 * Convert jQuery UI Icons to glyphicons

 *
 * Styles for Bootstrap Glyphicons

 *




 *
 * Styles for the 'Workflow' module



 *
 * Styles for bulk invitation feature

 *
 * Styles for help_link js module
 * *= help_link.css
 *
 * Styles for pagination plugin
 * *= pagination.css
 *

 *

 *
 * Style for components should have more priority, that's why it's place here

 *
 * Styles for custom dropdown
 * *= custom-dropdown.scss

 *
 *
 * Styles for internet domains


 *
 * Styles for videojs

 * 

 * 
 * Color picker for site config

 * 
 * Styles for Ask Alex
 * These styles are necessary so that we don't have a flash of unstyled content.
 * The page might load slowly, and would load the other CSS on React load time.

 */

/* Class specificity is deep to override dataTable's default */

table.dataTable tr.table-row--selected,
table.dataTable tr.table-row--selected td,
.dataTable.table-hover tr:hover,
.dataTable.table-hover tr:hover td {
  background-color: #ddd !important;
}

.dataTable.table--clickable tr {
  cursor: pointer;
}

ul.array-tree-view li ul {
  padding-left: 1rem;
}

body.tours .ui-widget-overlay {
  position: fixed;
}

table.dataTable.table-sortable tr.ui-sortable-placeholder {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

body.room_reports .select2-results {
  max-height: 200px;
}

.notifications-widget-container {
  position: relative;
}

.notifications-widget-inner-container {
  position: absolute; 
  top: -4px; 
  left: 0  
}

.intl-tel-input {
  position: relative;
  display: inline-block; }
  .intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .intl-tel-input .hide {
    display: none; }
  .intl-tel-input .v-hide {
    visibility: hidden; }
  .intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px; }
    .intl-tel-input .selected-flag .iti-arrow {
      margin-left: 6px;
      width: 0;
      height: 0;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      border-top: 4px solid #555; }
      .intl-tel-input .selected-flag .iti-arrow.up {
        border-top: none;
        border-bottom: 4px solid #555; }
  .intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .intl-tel-input .country-list.dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    .intl-tel-input .country-list .flag-box {
      display: inline-block;
      width: 20px; }
    @media (max-width: 500px) {
      .intl-tel-input .country-list {
        white-space: normal; } }
    .intl-tel-input .country-list .divider {
      padding-bottom: 5px;
      margin-bottom: 5px;
      border-bottom: 1px solid #CCC; }
    .intl-tel-input .country-list .country {
      padding: 5px 10px;
      outline: none; }
      .intl-tel-input .country-list .country .dial-code {
        color: #999; }
    .intl-tel-input .country-list .country.highlight {
      background-color: rgba(0, 0, 0, 0.05); }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
      vertical-align: middle; }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
      margin-right: 6px; }
  .intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0; }
  .intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer; }
    .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
    cursor: default; }
    .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
      background-color: transparent; }
  .intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, 0.05); }
  .intl-tel-input.separate-dial-code .selected-dial-code {
    margin-left: 6px; }
  .intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .intl-tel-input.iti-container:hover {
      cursor: pointer; }

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%; }
  .iti-mobile .intl-tel-input .country-list .country {
    padding: 10px 10px;
    line-height: 1.5em; }

.iti-flag {
  width: 20px; }
  .iti-flag.be {
    width: 18px; }
  .iti-flag.ch {
    width: 15px; }
  .iti-flag.mc {
    width: 19px; }
  .iti-flag.ne {
    width: 18px; }
  .iti-flag.np {
    width: 13px; }
  .iti-flag.va {
    width: 15px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti-flag {
      background-size: 5652px 15px; } }
  .iti-flag.ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti-flag.ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti-flag.ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti-flag.af {
    height: 14px;
    background-position: -66px 0px; }
  .iti-flag.ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti-flag.ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti-flag.al {
    height: 15px;
    background-position: -132px 0px; }
  .iti-flag.am {
    height: 10px;
    background-position: -154px 0px; }
  .iti-flag.ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti-flag.aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti-flag.ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti-flag.as {
    height: 10px;
    background-position: -242px 0px; }
  .iti-flag.at {
    height: 14px;
    background-position: -264px 0px; }
  .iti-flag.au {
    height: 10px;
    background-position: -286px 0px; }
  .iti-flag.aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti-flag.ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti-flag.az {
    height: 10px;
    background-position: -352px 0px; }
  .iti-flag.ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti-flag.bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti-flag.bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti-flag.be {
    height: 15px;
    background-position: -440px 0px; }
  .iti-flag.bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti-flag.bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti-flag.bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti-flag.bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti-flag.bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti-flag.bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti-flag.bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti-flag.bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti-flag.bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti-flag.bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti-flag.br {
    height: 14px;
    background-position: -680px 0px; }
  .iti-flag.bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti-flag.bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti-flag.bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti-flag.bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti-flag.by {
    height: 10px;
    background-position: -790px 0px; }
  .iti-flag.bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti-flag.ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti-flag.cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti-flag.cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti-flag.cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti-flag.cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti-flag.ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti-flag.ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti-flag.ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti-flag.cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti-flag.cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti-flag.cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti-flag.co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti-flag.cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti-flag.cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti-flag.cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti-flag.cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti-flag.cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti-flag.cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti-flag.cy {
    height: 14px;
    background-position: -1225px 0px; }
  .iti-flag.cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti-flag.de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti-flag.dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti-flag.dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti-flag.dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti-flag.dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti-flag.do {
    height: 14px;
    background-position: -1379px 0px; }
  .iti-flag.dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti-flag.ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti-flag.ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti-flag.ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti-flag.eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti-flag.eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti-flag.er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti-flag.es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti-flag.et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti-flag.eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti-flag.fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti-flag.fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti-flag.fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti-flag.fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti-flag.fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti-flag.fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti-flag.ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti-flag.gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti-flag.gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti-flag.ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti-flag.gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti-flag.gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti-flag.gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti-flag.gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti-flag.gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti-flag.gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti-flag.gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti-flag.gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti-flag.gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti-flag.gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti-flag.gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti-flag.gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti-flag.gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti-flag.gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti-flag.gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti-flag.hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti-flag.hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti-flag.hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti-flag.hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti-flag.ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti-flag.hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti-flag.ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti-flag.id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti-flag.ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti-flag.il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti-flag.im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti-flag.in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti-flag.io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti-flag.iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti-flag.ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti-flag.is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti-flag.it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti-flag.je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti-flag.jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti-flag.jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti-flag.jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti-flag.ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti-flag.kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti-flag.kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti-flag.ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti-flag.km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti-flag.kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti-flag.kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti-flag.kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti-flag.kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti-flag.ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti-flag.kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti-flag.la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti-flag.lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti-flag.lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti-flag.li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti-flag.lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti-flag.lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti-flag.ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti-flag.lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti-flag.lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti-flag.lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti-flag.ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti-flag.ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti-flag.mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti-flag.md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti-flag.me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti-flag.mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti-flag.mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti-flag.mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti-flag.mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti-flag.ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti-flag.mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti-flag.mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti-flag.mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti-flag.mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti-flag.mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti-flag.mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti-flag.ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti-flag.mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti-flag.mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti-flag.mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti-flag.mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti-flag.mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti-flag.my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti-flag.mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti-flag.na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti-flag.nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti-flag.ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti-flag.nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti-flag.ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti-flag.ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti-flag.nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti-flag.no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti-flag.np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti-flag.nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti-flag.nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti-flag.nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti-flag.om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti-flag.pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti-flag.pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti-flag.pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti-flag.pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti-flag.ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti-flag.pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti-flag.pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti-flag.pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti-flag.pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti-flag.pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti-flag.ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti-flag.pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti-flag.pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti-flag.py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti-flag.qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti-flag.re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti-flag.ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti-flag.rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti-flag.ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti-flag.rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti-flag.sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti-flag.sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti-flag.sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti-flag.sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti-flag.se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti-flag.sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti-flag.sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti-flag.si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti-flag.sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti-flag.sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti-flag.sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti-flag.sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti-flag.sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti-flag.so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti-flag.sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti-flag.ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti-flag.st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti-flag.sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti-flag.sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti-flag.sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti-flag.sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti-flag.ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti-flag.tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti-flag.td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti-flag.tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti-flag.tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti-flag.th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti-flag.tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti-flag.tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti-flag.tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti-flag.tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti-flag.tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti-flag.to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti-flag.tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti-flag.tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti-flag.tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti-flag.tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti-flag.tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti-flag.ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti-flag.ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti-flag.um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti-flag.un {
    height: 14px;
    background-position: -5241px 0px; }
  .iti-flag.us {
    height: 11px;
    background-position: -5263px 0px; }
  .iti-flag.uy {
    height: 14px;
    background-position: -5285px 0px; }
  .iti-flag.uz {
    height: 10px;
    background-position: -5307px 0px; }
  .iti-flag.va {
    height: 15px;
    background-position: -5329px 0px; }
  .iti-flag.vc {
    height: 14px;
    background-position: -5346px 0px; }
  .iti-flag.ve {
    height: 14px;
    background-position: -5368px 0px; }
  .iti-flag.vg {
    height: 10px;
    background-position: -5390px 0px; }
  .iti-flag.vi {
    height: 14px;
    background-position: -5412px 0px; }
  .iti-flag.vn {
    height: 14px;
    background-position: -5434px 0px; }
  .iti-flag.vu {
    height: 12px;
    background-position: -5456px 0px; }
  .iti-flag.wf {
    height: 14px;
    background-position: -5478px 0px; }
  .iti-flag.ws {
    height: 10px;
    background-position: -5500px 0px; }
  .iti-flag.xk {
    height: 15px;
    background-position: -5522px 0px; }
  .iti-flag.ye {
    height: 14px;
    background-position: -5544px 0px; }
  .iti-flag.yt {
    height: 14px;
    background-position: -5566px 0px; }
  .iti-flag.za {
    height: 14px;
    background-position: -5588px 0px; }
  .iti-flag.zm {
    height: 14px;
    background-position: -5610px 0px; }
  .iti-flag.zw {
    height: 10px;
    background-position: -5632px 0px; }

.iti-flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url(/assets/intl-tel-input/images/flags-42c235e506c0e98649c9b0c4505da595.png);
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti-flag {
      background-image: url(/assets/intl-tel-input/images/flags@2x-911dbd4ea7c25401113d58b9453b4a7f.png); } }

.iti-flag.np {
  background-color: transparent; }
/******* IMPORT SASS *******/
/******* ADD ALL NEEDED SASS FILES HERE *******/
.sl-icon-download {
  -webkit-mask: url(/assets/icons_2019/actions/Download-70c7959f4b0e3bdc3816491782b5499d.svg);
  mask: url(/assets/icons_2019/actions/Download-70c7959f4b0e3bdc3816491782b5499d.svg); }

.sl-icon-gear {
  -webkit-mask: url(/assets/icons_2019/actions/Properties-5a6c5c1ca86c22b5d0c1a48b21076d7e.svg);
  mask: url(/assets/icons_2019/actions/Properties-5a6c5c1ca86c22b5d0c1a48b21076d7e.svg); }

.sl-icon {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  -webkit-mask-size: cover;
  mask-size: cover;
  background: #4e6d87; }

.glyphicon.mr-10 {
  margin-right: 10px; }

/* This is the base; all toolbar sizing depends on this. */
body.s-2021 #page-container.surface-overlay #mini-header {
  padding-left: 0; }
  body.s-2021 #page-container.surface-overlay #mini-header .banner-img {
    margin-left: auto;
    margin-right: auto; }

body:not(.s-2021) #page-container.surface-overlay #mini-header {
  padding-left: 10px; }

#page-container.surface-overlay {
  display: table;
  table-layout: fixed;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1100;
  border-top: none;
  padding-top: 0;
  /*
   * SIDEBARS FOR SURFACE OVERLAY.
  */
  /* Implement a min- and max-width for the sidebar (they don't work directly
   * for table-cells it seems, so we use a media query) */ }
  #page-container.surface-overlay #page-content {
    display: table-row; }
    #page-container.surface-overlay #page-content #side-panels-container {
      position: relative; }
  #page-container.surface-overlay #mini-header-bg {
    position: relative;
    text-align: center; }
    #page-container.surface-overlay #mini-header-bg #mini-header {
      display: block !important;
      margin-bottom: 0; }
      #page-container.surface-overlay #mini-header-bg #mini-header .banner-img {
        display: inline-block;
        max-width: 65%;
        height: auto; }
      #page-container.surface-overlay #mini-header-bg #mini-header .close-btn {
        margin: 6px 8px 0 0;
        position: absolute;
        top: 0;
        right: 0; }
  #page-container.surface-overlay #side-panels {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100vh;
    top: 0; }
  #page-container.surface-overlay #side-panels .side-panel:nth-last-child(2) {
    margin-bottom: 140px !important; }
  #page-container.surface-overlay #primary-folder-tree-container, #page-container.surface-overlay #top-menu-2010, #page-container.surface-overlay #top-menu,
  #page-container.surface-overlay #two-column-content {
    display: none; }
  #page-container.surface-overlay #folder-nav-container,
  #page-container.surface-overlay #side-panels-container {
    display: table-cell;
    vertical-align: top;
    float: none;
    width: 25%;
    min-width: 125px;
    padding: 0; }
    #page-container.surface-overlay #folder-nav-container #side-panels,
    #page-container.surface-overlay #side-panels-container #side-panels {
      margin: 0;
      border-right: 1px solid #ccc; }
      #page-container.surface-overlay #folder-nav-container #side-panels .side-panel,
      #page-container.surface-overlay #side-panels-container #side-panels .side-panel {
        margin-bottom: 0; }
  @media only screen and (min-width: 900px) {
    #page-container.surface-overlay #folder-nav-container,
    #page-container.surface-overlay #side-panels-container {
      width: 225px; } }
  @media only screen and (max-width: 580px) {
    #page-container.surface-overlay #folder-nav-container,
    #page-container.surface-overlay #side-panels-container {
      width: 145px; } }
  #page-container.surface-overlay #side-panels {
    margin-top: 0;
    overflow: auto; }
  #page-container.surface-overlay #doc-viewer {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    width: 100%; }
    #page-container.surface-overlay #doc-viewer #doc-map {
      height: 100%; }
  #page-container.surface-overlay #doc-toolbar {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    display: none !important; }

#doc-map {
  touch-action: none;
  overscroll-behavior: contain; }

/******** MARKERS **********/
.with-marker-cursor {
  cursor: crosshair !important; }

ul.surface-notes {
  padding: 1px 0; }
  ul.surface-notes hr {
    border: 0;
    height: 1px;
    margin-right: 10px;
    display: none; }
  ul.surface-notes hr {
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 75%); }
  ul.surface-notes li {
    word-wrap: break-word; }
    ul.surface-notes li:not(:first-child) hr {
      display: block; }
  ul.surface-notes .note-buttons-wrapper {
    position: absolute;
    top: -1px;
    right: 3px;
    max-width: 32px;
    font-size: 0; }
    ul.surface-notes .note-buttons-wrapper span {
      cursor: pointer;
      display: inline-block; }
  ul.surface-notes .note-author-wrapper {
    position: relative;
    width: 100%;
    min-width: 150px; }
    ul.surface-notes .note-author-wrapper span.title {
      display: inline-block;
      margin-right: 36px; }
    ul.surface-notes .note-author-wrapper span.author {
      font-weight: bold; }
  ul.surface-notes .note-text-wrapper {
    position: relative;
    max-width: 245px;
    padding-right: 20px; }
  ul.surface-notes .note-date {
    color: #bbb;
    font-style: italic;
    font-size: 0.9em; }

/******** TOOLBAR **********/
#doc-toolbar {
  position: relative;
  width: 100%;
  font-size: 1em;
  background-color: #fefefe;
  color: black;
  padding: 0 0;
  border-top: 1px solid #f0f0f0; }
  #doc-toolbar.fixed {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1200; }
  #doc-toolbar.fullscreen {
    position: absolute;
    bottom: 0;
    z-index: 1200;
    margin: 0; }
  #doc-toolbar .toolbar-section {
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 0.6em 0.6em; }
  #doc-toolbar .toolbar-row {
    clear: left;
    height: 2.1em;
    margin-bottom: 0.3em; }

/* The bottom panel. */
#doc-toolbar-main {
  border-top: 0.05em solid transparent; }
  #doc-toolbar-main .name {
    float: left;
    width: 24%;
    border-width: 0.05em; }
  #doc-toolbar-main .controls {
    float: right;
    display: inline;
    width: 75%;
    text-align: right; }

#doc-toolbar .ui-widget {
  font-size: 1.0em; }
#doc-toolbar .ui-button {
  border-width: 0.05em; }
#doc-toolbar .ui-button-text {
  line-height: 1.0em;
  font-weight: normal;
  padding-top: .6em;
  padding-bottom: .6em; }
#doc-toolbar .ui-button-text-icon-secondary .ui-button-text {
  padding-right: 1.6em; }

/******** EXPANDED TOOLBAR *********/
#doc-toolbar #marker-form {
  display: none; }

#doc-toolbar.with-marker-form #marker-form {
  display: block; }

#doc-toolbar.with-marker-form #doc-toolbar-main {
  border-color: #999; }

#marker-form {
  font-size: 1em;
  /* The little groups of three buttons, such as for visibility settings */ }
  #marker-form fieldset {
    border: 0;
    padding: 0 0;
    margin: 0 0;
    width: 48%;
    float: left; }
  #marker-form.redaction fieldset#marker-tour-inclusion {
    width: 45%; }
  #marker-form.redaction, #marker-form.search {
    padding-top: 13px; }
  #marker-form.redaction .disabled-in-redaction, #marker-form.annotation .disabled-in-annotation, #marker-form.search .disabled-in-search, #marker-form.expose .disabled-in-expose {
    display: none !important; }
  #marker-form span.options {
    display: inline-block;
    width: 82%;
    margin: 0 0;
    padding: 0 0;
    overflow: hidden; }
  #marker-form span.label {
    display: inline-block;
    width: 15%;
    height: 2.1em;
    vertical-align: top;
    color: white;
    font-weight: bold; }
  #marker-form input {
    float: none;
    vertical-align: top; }
  #marker-form input[type=text] {
    height: 1em;
    padding: 0.5em 4px;
    border-width: 0.05em;
    font-size: 100%; }
  #marker-form .ui-buttonset label {
    margin-right: 7px;
    width: calc(33% - 7px);
    border-width: 0.05em; }
    #marker-form .ui-buttonset label .ui-button-text {
      font-size: 100%;
      line-height: 1em; }
  #marker-form fieldset#marker-label,
  #marker-form fieldset#marker-note {
    margin: 0 0 0.3em; }
  #marker-form fieldset#marker-search button {
    margin-right: 4px; }
  #marker-form .with-check-box label {
    float: none;
    font-weight: normal; }
  #marker-form .controls {
    position: absolute;
    top: 0.5em;
    right: 0.6em;
    width: 2.1em; }
    #marker-form .controls a {
      float: right;
      border-width: 0.05em;
      width: 2em;
      height: 2em;
      margin: 0 1px 1px 0; }
  #marker-form.redaction .controls, #marker-form.search .controls {
    height: 2.1em;
    width: auto; }
    #marker-form.redaction .controls a, #marker-form.search .controls a {
      float: right; }
  #marker-form #marker-label input,
  #marker-form #marker-note input {
    width: 79%; }

/******** MARKER VIEW **********/
.marker {
  margin-top: 18px; }

.marker div.image-whole {
  position: relative;
  padding: 0 0; }

.marker div.image-whole .marker-image {
  position: absolute;
  margin-left: -12px;
  margin-top: -41px;
  width: 25px;
  height: 41px; }

.marker div.marker-area {
  position: absolute;
  border: 1px solid yellow;
  background-color: yellow;
  opacity: 0.4; }

.marker div.image-slice {
  background-color: #e9e9e9;
  overflow: hidden;
  border: 1px solid #ccc; }

.marker .preview-image {
  margin: 6px 0 0 6px; }

.redaction-label {
  line-height: normal;
  text-align: center;
  vertical-align: middle; }

/******** FOLLOW THE LEADER *********/
#follow-the-leader-list .active {
  font-weight: bold; }

/******* TOURS ********/
div.side-panel div.content .select2-container {
  width: 100%; }

div.side-panel .next-stop,
div.side-panel .previous-stop {
  height: 24px;
  display: none; }

div.side-panel .next-stop {
  float: right;
  margin-right: 4px; }

div.side-panel .previous-stop {
  float: left;
  margin-left: 4px; }

div.side-panel .current-tour {
  text-align: center; }

div.side-panel .next-stop:hover,
div.side-panel .previous-stop:hover {
  background: inherit; }

.whole-width {
  width: 100%;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.half-width-left, .half-width-right {
  width: 49%;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.half-width-left {
  margin-left: 0;
  margin-right: 1%; }

.half-width-right {
  margin-left: 1%;
  margin-right: 0; }

.tour-form input {
  width: 100%; }

body .clean-form input, body .clean-form textarea, body .clean-form select, body .clean-form div.select2-container {
  margin-bottom: 10px;
  font-size: 1.1em;
  /* letter-spacing: 1px; */
  line-height: 1.4em;
  color: #0b2c47;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%; }
body .clean-form .dataTables_filter input {
  width: auto;
  margin: 0;
  padding: 1px; }
body .clean-form input[type=file] {
  width: auto; }
body .clean-form input, body .clean-form textarea {
  padding: 10px 8px 10px;
  border: 1px solid #d9d9d9; }
  body .clean-form input.disabled, body .clean-form textarea.disabled {
    color: #bbb; }
body .clean-form input[type=checkbox], body .clean-form input[type=radio] {
  float: left;
  display: inline;
  clear: left;
  width: auto;
  margin: 5px 8px 9px 0;
  padding: 0 0; }
body .clean-form label {
  float: none;
  display: inline;
  width: auto;
  color: #555;
  margin-bottom: -2px; }
  body .clean-form label.disabled {
    color: #999; }
body .clean-form label.radio-label {
  float: left; }
body .clean-form label.plain {
  float: left;
  font-weight: normal; }
body .clean-form fieldset {
  clear: both; }
  body .clean-form fieldset.borderless {
    border: none !important; }
  body .clean-form fieldset.padded-top-0 {
    padding-top: 0px; }
body .clean-form a.ui-button:hover {
  color: #1b93aa !important; }
body .clean-form div.cke {
  margin-bottom: 12px; }
body .clean-form .ui-button {
  margin-right: 0; }
body .clean-form input.submit.half-width-left {
  width: 50%;
  float: left;
  margin-left: 0; }
body .clean-form input.submit.half-width-right {
  width: 49%;
  float: right; }

#map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #333;
  z-index: 1000;
  display: none; }
  #map-overlay span {
    display: block;
    text-align: center;
    margin-top: 30%;
    color: white; }

.locked-page, .locked-page.body {
  position: fixed;
  width: 100%;
  height: 100%; }
.locked-page #footer {
  display: none; }
.locked-page #page-content {
  padding-bottom: 0; }
.locked-page #folder-nav-container {
  height: 100%;
  overflow: auto; }

.leaflet-rrose-content {
  pointer-events: none; }
  .leaflet-rrose-content .note-buttons-wrapper {
    pointer-events: auto; }

.ui-button .ui-icon-loading {
  background-image: url(/assets/images/loading-30faf67bfa16bb7ad3fe845f146c6aff.gif) !important;
  background-position: 0 2px !important; }

.ui-button .ui-button-icon-secondary.ui-icon-loading {
  right: .3em !important; }

/* Custom Leaflet buttons */
.leaflet-bottom.leaflet-right > .leaflet-bar:nth-last-child(2) {
  margin-bottom: 4em; }

#doc-map.with-marker-form .leaflet-bottom.leaflet-right > .leaflet-bar:nth-last-child(2) {
  margin-bottom: 15.7em; }

.leaflet-bar a, .leaflet-bar a:hover {
  color: #3E3E3E !important;
  text-decoration: none !important; }

.leaflet-control-custom.leaflet-bar a.disabled,
.leaflet-control-custom.leaflet-bar a.disabled:hover, .leaflet-draw-toolbar a.disabled,
.leaflet-draw-toolbar a.disabled:hover {
  cursor: default;
  opacity: .4;
  color: inherit;
  background-color: #fff; }

.leaflet-control-custom.leaflet-bar-horizontal a, .leaflet-control-custom.leaflet-bar-horizontal a:hover {
  float: left;
  border-bottom: none; }
.leaflet-control-custom.leaflet-bar-horizontal a:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }
.leaflet-control-custom.leaflet-bar-horizontal a:last-child {
  border-bottom-left-radius: 0;
  border-right: none; }

.leaflet-control-custom a.leaflet-togglebutton,
.leaflet-control-custom a.leaflet-togglebutton:hover {
  width: 46px !important; }
  .leaflet-control-custom a.leaflet-togglebutton span.glyphicon,
  .leaflet-control-custom a.leaflet-togglebutton:hover span.glyphicon {
    padding: 0 4px; }

body .leaflet-container {
  background-color: #E4E4E4; }

.leaflet-overlay-pane > svg {
  z-index: 2; }

.embedded-spreadsheet {
  background-color: white; }
  .embedded-spreadsheet td {
    overflow: hidden; }
    .embedded-spreadsheet td:hover {
      overflow: visible; }

.binder-view {
  position: relative; }
  .binder-view .binder-div {
    z-index: 9999999;
    width: 100%;
    height: 100%;
    margin: 20px 75px; }
    .binder-view .binder-div .page {
      position: relative;
      background: rgba(255, 255, 255, 0); }
      .binder-view .binder-div .page .paper {
        background: #FFFFFF;
        box-sizing: border-box; }
        .binder-view .binder-div .page .paper > .header, .binder-view .binder-div .page .paper > .footer {
          z-index: 1;
          background: none;
          margin: 0;
          position: absolute;
          width: 100%;
          font-size: 18px;
          box-sizing: border-box; }
        .binder-view .binder-div .page .paper > .header {
          height: 30px;
          text-align: center;
          top: 0;
          border: 0; }
        .binder-view .binder-div .page .paper > .footer {
          height: 30px;
          text-align: center;
          padding: 0 20px;
          bottom: 0; }
        .binder-view .binder-div .page .paper .controls {
          position: absolute;
          bottom: 60px;
          padding: 0 20px;
          z-index: 1; }
          .binder-view .binder-div .page .paper .controls .btn {
            font-size: 18px; }
    .binder-view .binder-div .content {
      position: relative;
      overflow: hidden;
      z-index: 2; }
      .binder-view .binder-div .content .loading {
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 128px;
        width: 128px;
        background-image: url(/images/../images/jquery-file-upload/loading.gif); }
      .binder-view .binder-div .content .title {
        display: table-cell;
        vertical-align: middle;
        font-size: 25px;
        color: white; }
      .binder-view .binder-div .content .binder-title-wrapper,
      .binder-view .binder-div .content .message-wrapper,
      .binder-view .binder-div .content .separator-title-wrapper {
        position: absolute;
        width: 510px;
        height: 150px;
        top: 250px;
        left: 78px;
        box-sizing: border-box;
        text-align: center;
        display: table; }
      .binder-view .binder-div .content .binder-title-wrapper {
        border: 2px solid black;
        background: #efefef; }
        .binder-view .binder-div .content .binder-title-wrapper .title {
          color: black; }
      .binder-view .binder-div .content .separator-title-wrapper {
        top: 300px; }
      .binder-view .binder-div .content .info-message {
        color: #AAAAAA;
        font-size: 20px; }
      .binder-view .binder-div .content .error-message {
        color: #000000;
        font-size: 20px; }
      .binder-view .binder-div .content .html-content {
        transform-origin: top left; }
      .binder-view .binder-div .content .img-content {
        max-width: 100% !important;
        max-height: 100% !important; }
      .binder-view .binder-div .content .binder-index {
        padding: 30px 20px;
        font-size: 20px;
        text-align: left; }
        .binder-view .binder-div .content .binder-index .title {
          display: block;
          color: inherit;
          text-align: center; }
        .binder-view .binder-div .content .binder-index .row {
          position: relative;
          height: 30px; }
        .binder-view .binder-div .content .binder-index .name {
          position: absolute;
          white-space: nowrap;
          width: 85%;
          overflow: hidden;
          line-height: 1em; }
        .binder-view .binder-div .content .binder-index .page-num {
          position: absolute;
          right: 0; }
        .binder-view .binder-div .content .binder-index .row.document .name {
          left: 2em; }
        .binder-view .binder-div .content .binder-index .row.section .name {
          left: 0; }
        .binder-view .binder-div .content .binder-index .row.section span {
          font-weight: bold; }
    .binder-view .binder-div .content.expanded {
      overflow: visible; }
      .binder-view .binder-div .content.expanded .controls .expand-btn {
        display: none; }
    .binder-view .binder-div .content.collapsed::after {
      content: '';
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-box-shadow: inset -100px -100px 100px 0px #eeeeee;
      -moz-box-shadow: inset -100px -100px 100px 0px #eeeeee;
      box-shadow: inset -100px -100px 100px 0px #eeeeee; }
    .binder-view .binder-div .page.even .paper {
      margin-right: 15px; }
      .binder-view .binder-div .page.even .paper > .footer .page-number {
        float: left; }
      .binder-view .binder-div .page.even .paper .controls {
        left: 80px; }
    .binder-view .binder-div .page.even .ring {
      right: 0;
      background-position: left center; }
    .binder-view .binder-div .page.even .content.collapsed::after {
      -webkit-box-shadow: inset 100px -100px 100px 0px #eeeeee;
      -moz-box-shadow: inset 100px -100px 100px 0px #eeeeee;
      box-shadow: inset 100px -100px 100px 0px #eeeeee; }
    .binder-view .binder-div .page.even .content.expanded .html-content {
      position: absolute;
      right: 0; }
    .binder-view .binder-div .page.even .content {
      text-align: left; }
    .binder-view .binder-div .page.odd .paper {
      margin-left: 15px; }
      .binder-view .binder-div .page.odd .paper > .footer .page-number {
        float: right; }
      .binder-view .binder-div .page.odd .paper .controls {
        right: 80px; }
    .binder-view .binder-div .page.odd .ring {
      background-position: right center; }
    .binder-view .binder-div .page.odd .content {
      text-align: right; }
  .binder-view .ring {
    position: absolute;
    width: 55px;
    height: 28px;
    background-size: auto 28px;
    background-image: url(/assets/binder-rings-ac8615d79f28e3d4fa7a9af2b0ad3f59.png);
    transform: translate3d(0px, 0px, 0px);
    z-index: 3; }
  .binder-view > .ring {
    background-image: url(/assets/binder-rings-right-b68be4a178465d43d62066ad9f71f1b7.png);
    width: 106px;
    left: 745px; }
  .binder-view .ring0 {
    top: 318px; }
  .binder-view .ring1 {
    bottom: 318px; }
  .binder-view .section-tabs {
    position: relative;
    float: left;
    overflow: hidden; }
    .binder-view .section-tabs .group {
      position: absolute;
      width: 50px;
      height: 940px; }
    .binder-view .section-tabs .tab {
      box-sizing: border-box;
      position: absolute;
      width: 156px;
      height: 50px;
      font-size: 16px;
      cursor: pointer;
      border-bottom: 2px #B3b3b3 solid;
      -webkit-border-radius: 20px 20px 0px 0px;
      -moz-border-radius: 20px 20px 0px 0px;
      border-radius: 20px 20px 0px 0px;
      transform-origin: bottom left;
      -webkit-box-shadow: #B3B3B3 0px -1px 10px 1px;
      -moz-box-shadow: #B3B3B3 0px -1px 10px 1px;
      box-shadow: #B3B3B3 0px -1px 10px 1px; }
      .binder-view .section-tabs .tab .title {
        width: 140px;
        margin: auto;
        line-height: 50px;
        white-space: nowrap;
        overflow: hidden;
        text-align: center;
        color: white; }
    .binder-view .section-tabs .left.group {
      left: 26px; }
      .binder-view .section-tabs .left.group .tab {
        margin-left: 50px;
        margin-top: 106px;
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg); }
    .binder-view .section-tabs .right.group {
      right: 26px; }
      .binder-view .section-tabs .right.group .tab {
        margin-top: -50px;
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }

.glyphicon-undo {
  -moz-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.glyphicon-undo:before {
  content: "\e095"; }

path.line-marker:hover {
  stroke: darkgreen;
  stroke-width: 3px; }

#doc-map.mode-create {
  cursor: url(/assets/glyphicons-31-pencil-68a1110df9fe757eb6b0dc57323a5cfb.png) 0 25, auto; }

.leaflet-div-icon.leaflet-div-icon-drag-handle {
  border-top: none;
  border-right: none;
  cursor: move; }

.leaflet-div-icon.leaflet-div-icon-adder {
  cursor: pointer;
  border: none;
  background-color: transparent;
  margin-top: -15px !important;
  margin-left: 3px !important; }
  .leaflet-div-icon.leaflet-div-icon-adder .leaflet-div-icon__icon-wrapper {
    background-color: #c19e78;
    border-radius: 12px;
    height: 12px;
    width: 12px; }
  .leaflet-div-icon.leaflet-div-icon-adder span.glyphicon {
    top: -8px; }
  .leaflet-div-icon.leaflet-div-icon-adder .glyphicon-plus:before {
    font-size: 8px;
    color: #f5f5f5; }

.leaflet-div-icon.leaflet-div-icon-resize-handle {
  background-color: transparent !important;
  border: 0 !important;
  padding: 3px; }
  .leaflet-div-icon.leaflet-div-icon-resize-handle .leaflet-div-icon__icon-wrapper {
    font-size: 8px !important; }
  .leaflet-div-icon.leaflet-div-icon-resize-handle.position-NW {
    cursor: nw-resize;
    left: 3px;
    top: 0; }
  .leaflet-div-icon.leaflet-div-icon-resize-handle.position-SE {
    cursor: se-resize;
    left: 3px;
    top: -2px; }
  .leaflet-div-icon.leaflet-div-icon-resize-handle.position-SW {
    cursor: sw-resize;
    left: 3px;
    top: -2px; }

.leaflet-div-icon.leaflet-div-icon--redaction {
  background-color: gray; }
  .leaflet-div-icon.leaflet-div-icon--redaction .leaflet-div-icon__icon-wrapper > .glyphicon {
    color: white;
    top: 0; }
  .leaflet-div-icon.leaflet-div-icon--redaction.leaflet-div-icon-resize-handle .leaflet-div-icon__icon-wrapper {
    background-color: white !important;
    border-color: white !important; }

.leaflet-div-icon.leaflet-div-icon--expose {
  border-color: #3388ff; }

.leaflet-div-icon.leaflet-div-icon--annotation {
  background-color: yellow;
  border-color: yellow; }

.leaflet-div-icon.leaflet-div-icon--colour1.leaflet-div-icon-resize-handle .leaflet-div-icon__icon-wrapper,
.leaflet-div-icon.leaflet-div-icon--colour1 {
  background-color: yellow;
  border-color: yellow; }

.leaflet-div-icon.leaflet-div-icon--colour2.leaflet-div-icon-resize-handle .leaflet-div-icon__icon-wrapper,
.leaflet-div-icon.leaflet-div-icon--colour2 {
  background-color: #00ffff;
  border-color: #00ffff; }

.leaflet-div-icon.leaflet-div-icon--colour3.leaflet-div-icon-resize-handle .leaflet-div-icon__icon-wrapper,
.leaflet-div-icon.leaflet-div-icon--colour3 {
  background-color: #00fc37;
  border-color: #00fc37; }

.leaflet-div-icon.leaflet-div-icon--colour4.leaflet-div-icon-resize-handle .leaflet-div-icon__icon-wrapper,
.leaflet-div-icon.leaflet-div-icon--colour4 {
  background-color: #ff05f5;
  border-color: #ff05f5; }

.leaflet-div-icon__icon-wrapper {
  height: 100%;
  font-size: 16px; }

.leaflet-div-icon__icon-wrapper .glyphicon-resize-full {
  transform: scaleX(-1); }

.leaflet-div-icon.leaflet-div-icon--hidden {
  opacity: 0.1; }

.leaflet-div-icon.leaflet-div-icon--hidden > .leaflet-div-icon__icon-wrapper {
  display: none; }

.leaflet-bar .leaflet-bar__a {
  background-image: url(/assets/leaflet_draw/spritesheet-2x-updated-3a9480d45f4941ded3e272c3cefb7d27.png);
  background-size: 390px 30px; }
.leaflet-bar .leaflet-bar__leaflet-draw-draw-redaction-whole {
  background-position: -357.5px -0.5px; }

.select2-drop.tour-listing-select2-dropdown {
  position: fixed; }

.leaflet-embedded-media-popup .leaflet-rrose-content {
  pointer-events: auto;
  width: auto !important; }

.leaflet-embedded-media-popup audio {
  outline: none; }

.leaflet-embedded-media-popup .leaflet-rrose-tip {
  background: transparent;
  border: none;
  box-shadow: none; }

.leaflet-embedded-media-popup .leaflet-rrose-close-button {
  background: white;
  border-radius: 50%;
  padding: 5px; }

.leaflet-embedded-media-popup .leaflet-rrose-content-wrapper {
  background: transparent;
  box-shadow: none;
  padding: 0; }

.leaflet-embedded-media-popup .audiojs p {
  margin: 0; }

body.surface--is-open #app-page-title, body.surface--is-open #view-controls,
body.surface--is-open #main-sidebar, body.surface--is-open .main-sidebar-shadow {
  display: none; }
body.surface--is-open #sidepanel-header-container, body.surface--is-open #side-panels {
  background-color: white; }
body.surface--is-open #hubspot-messages-iframe-container {
  z-index: 0; }

.content-editable__content-overlay {
  position: relative;
  cursor: text; }

.content-editable__content-overlay:hover::before {
  content: "";
  border: 1px solid #e0e0e0;
  margin: -6px;
  padding: 6px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%; }

.content-editable__context-action.button {
  padding: 0;
  border: 0;
  background-color: transparent; }

.content-editable__context-action {
  float: right;
  top: 0;
  right: 0; }
  .content-editable__context-action .ui-button-text {
    padding: 0; }

.content-editable__actions {
  margin-top: 10px; }

.content-editable__content {
  display: block;
  word-wrap: break-word;
  min-height: 23px;
  margin-top: 14px; }

.monekychain-div-function {
  height: 350px;
  overflow-y: scroll;
  overflow-x: hidden; }

ul#monkeychain-functions li {
  overflow: hidden; }

.ui-dialog-titlebar-close .ui-icon {
  text-align: center; }

.ui-widget-overlay.ui-front {
  z-index: 1399; }

.ui-dialog.ui-front {
  z-index: 1400; }

.concordance__settings-button,
.concordance__export-button {
  box-sizing: border-box; }

.concordance__field-name-dropdown,
.concordance__dropdown,
.concordance__field-label {
  float: left;
  height: 35px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden; }

.concordance__field-name-dropdown {
  width: 48% !important;
  min-width: 48% !important; }

.concordance__field-label {
  width: 46% !important; }

.concordance__clearer {
  clear: both !important; }

.concordance__form {
  margin-top: 5px;
  margin-bottom: 5px; }

.concordance__col {
  width: 48% !important;
  float: left;
  margin-right: 1% !important; }

.concordance__row {
  width: 100%;
  position: relative;
  display: flex; }

.concordance__row--hidden {
  display: none; }

.concordance__col--header {
  font-weight: bold; }

.concordance__add-another-button {
  display: block; }

.concordance__add-another-button:hover {
  cursor: pointer; }

.concordance__checkbox-label {
  width: 100% !important; }

.concordance__fields-template {
  display: none !important; }

.concordance__trash-icon {
  position: absolute;
  top: 8px;
  left: 1%;
  cursor: pointer;
  display: none !important; }

.concordance__trash-icon--visible {
  display: block !important; }

.concordance__delete-previous-setting {
  width: 20px !important;
  height: 20px !important;
  padding: 0;
  margin: 5px !important;
  font-size: 1rem !important; }

.concordance__row select {
  cursor: pointer; }

.concordance__remove-column-row {
  position: absolute;
  top: -23px;
  right: 6px;
  padding: 4px 7px;
  border: 1px solid #ccc;
  color: gray;
  background-color: white;
  cursor: pointer; }

#document-sort-control {
  cursor: pointer;
  white-space: nowrap;
  padding-left: 50px; }
  #document-sort-control > div {
    display: inline-block;
    margin-right: 4px; }
  #document-sort-control .custom-dropdown, #document-sort-control .save-sort-button {
    position: relative;
    z-index: 999; }
  #document-sort-control .custom-dropdown-content-aligned-right {
    right: 0; }
  #document-sort-control .custom-dropdown .custom-dropdown-content.active {
    display: block; }
  #document-sort-control .custom-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    border: 1px solid #258CA0;
    width: 220px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1; }
    #document-sort-control .custom-dropdown-content a {
      display: block;
      padding: 4px 12px; }
      #document-sort-control .custom-dropdown-content a:hover {
        color: #FFFFFF !important;
        background-color: #258CA0; }

body:not(.s-2021) #document-sort-control.grey-theme .sort-label {
  color: #757474; }
body:not(.s-2021) #document-sort-control.grey-theme .sort-control-button a {
  color: #757474; }
body:not(.s-2021) #document-sort-control.grey-theme .custom-dropdown {
  color: #757474; }
body:not(.s-2021) #document-sort-control.grey-theme .custom-dropdown-content {
  border: 1px solid #757474; }
  body:not(.s-2021) #document-sort-control.grey-theme .custom-dropdown-content a {
    color: #757474; }
    body:not(.s-2021) #document-sort-control.grey-theme .custom-dropdown-content a:hover {
      background-color: #757474; }

/******* RESET *******/
img {
  border: none; }

/******* FONTS ******/
@font-face {
  font-family: 'Avenir';
  src: url(/assets/Avenir-bd7b1f6cb1c08a62bf194a1cbe6408b4.eot);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Avenir';
  src: url(/assets/AvenirBold-342f3a84beb3734c4987fa8f4db3d85d.eot);
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Avenir';
  src: url(/assets/AvenirItalic-44c87371b823175ef2d6ea5d0eb0ff58.eot);
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Avenir';
  src: url(/assets/Avenir-bd7b1f6cb1c08a62bf194a1cbe6408b4.eot) format("eot"), url(/assets/Avenir-bd7b1f6cb1c08a62bf194a1cbe6408b4.eot?#iefix) format("embedded-opentype"), url(/assets/Avenir-435aa648acea6400a3ce2964a01eb867.otf) format("opentype"), url(/assets/Avenir-b1b884bcb2a78be6f7ee3ce33077a6b1.woff) format("woff"), url(/assets/Avenir-2c3d6888a5a1cc4177bcf3464d6677d1.ttf) format("truetype"), url(/assets/Avenir-bea25e2216a786e02f7fc451cfe64fc1.svg#AvenirNextLTPro-MediumCn) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Avenir';
  src: url(/assets/AvenirBold-342f3a84beb3734c4987fa8f4db3d85d.eot) format("eot"), url(/assets/AvenirBold-342f3a84beb3734c4987fa8f4db3d85d.eot?#iefix) format("embedded-opentype"), url(/assets/AvenirBold-15ec95d0706d890d2e80713c5ed3750f.otf) format("opentype"), url(/assets/AvenirBold-4d0e14299445b563a7b5cb76fea712cd.woff) format("woff"), url(/assets/AvenirBold-cecb9b6b0bf5d3cc2a1182381a48dba2.ttf) format("truetype"), url(/assets/AvenirBold-3cf50d3dda23ccf7bfbc2c38a0238ffa.svg#AvenirNextLTPro-BoldCn) format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Avenir';
  src: url(/assets/AvenirItalic-44c87371b823175ef2d6ea5d0eb0ff58.eot) format("eot"), url(/assets/AvenirItalic-44c87371b823175ef2d6ea5d0eb0ff58.eot?#iefix) format("embedded-opentype"), url(/assets/AvenirItalic-3ebc91ff4c1937ad8d007635ec7a4cd9.otf) format("opentype"), url(/assets/AvenirItalic-a587b73805819525c8a24eaffa9af670.woff) format("woff"), url(/assets/AvenirItalic-9951b39b0b55a6a826043cc74a1ee1ff.ttf) format("truetype"), url(/assets/AvenirItalic-e0ee156a2021dffdfc3ce96090758c61.svg#AvenirNextLTPro-MediumCnIt) format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Avenir';
  src: url(/assets/AvenirItalic-44c87371b823175ef2d6ea5d0eb0ff58.eot) format("eot"), url(/assets/AvenirItalic-44c87371b823175ef2d6ea5d0eb0ff58.eot?#iefix) format("embedded-opentype"), url(/assets/AvenirItalic-3ebc91ff4c1937ad8d007635ec7a4cd9.otf) format("opentype"), url(/assets/AvenirItalic-a587b73805819525c8a24eaffa9af670.woff) format("woff"), url(/assets/AvenirItalic-9951b39b0b55a6a826043cc74a1ee1ff.ttf) format("truetype"), url(/assets/AvenirItalic-e0ee156a2021dffdfc3ce96090758c61.svg#AvenirNextLTPro-MediumCnIt) format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Muli';
  src: url(/assets/Muli/Muli-Regular-b583a11ed65e7a3d7cd4b88c6069c941.ttf) format("truetype");
  font-weight: normal; }

@font-face {
  font-family: 'Muli';
  src: url(/assets/Muli/Muli-RegularItalic-b534cc345341664ac8ebd90971b67344.ttf) format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Muli';
  src: url(/assets/Muli/Muli-Bold-963cede909834f2aa9e3b40d395b0c4d.ttf) format("truetype");
  font-weight: bold; }

@font-face {
  font-family: 'Muli';
  src: url(/assets/Muli/Muli-BoldItalic-f6eedd09574253c4fb0d9840239af175.ttf) format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'BrownStd';
  src: url(/assets/BrownStd/BrownStd-Regular-badf4d495f1ddcd76e58ab8cc516a847.otf) format("opentype");
  font-weight: normal; }

@font-face {
  font-family: 'BrownStd';
  src: url(/assets/BrownStd/BrownStd-Italic-7d33c38833dbddb73e7b695d7de75d66.otf) format("opentype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'BrownStd';
  src: url(/assets/BrownStd/BrownStd-Bold-9c7d778b08ccb5c19ed2e607bf7a0525.otf) format("opentype");
  font-weight: bold; }

@font-face {
  font-family: 'BrownStd';
  src: url(/assets/BrownStd/BrownStd-BoldItalic-a2faba95111983a22c7a04f3dee821eb.otf) format("opentype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'BrownStd';
  src: url(/assets/BrownStd/BrownStd-Thin-3f2d3a7075772b9c3d65168e38c67e14.otf) format("opentype");
  font-weight: thin; }

@font-face {
  font-family: 'BrownStd';
  src: url(/assets/BrownStd/BrownStd-ThinItalic-b658fd184b2c558fb1b1e175e30c75ca.otf) format("opentype");
  font-weight: thin;
  font-style: italic; }

@font-face {
  font-family: 'BrownStd';
  src: url(/assets/BrownStd/BrownStd-Light-a10e51a999dc85fdba034d4e29a88764.otf) format("opentype");
  font-weight: lighter; }

@font-face {
  font-family: 'BrownStd';
  src: url(/assets/BrownStd/BrownStd-LightItalic-8cf2ad319977f8c0a65329b38f60d257.otf) format("opentype");
  font-weight: lighter;
  font-style: italic; }

body {
  font-family: Avenir, Helvetica, Arial, sans-serif; }

/* Chrome bug https://code.google.com/p/chromium/issues/detail?id=336476 */
/* 
body
{
  -webkit-animation-duration: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.1s;
}

@-webkit-keyframes fontfix{
  from{   opacity: 1; }
  to{ opacity: 1; }
}
*/
input.submit,
a.ui-button.submit,
form.formtastic input.submit {
  float: right;
  display: inline;
  margin-left: 4px; }

/******* GRID LAYOUT *******/
.grid-container,
.container,
.grid-container {
  width: 950px;
  margin: 0 auto; }

.full-width,
#header,
.full-width {
  width: 100%;
  float: left; }

.grid-12 {
  width: 940px;
  margin: 0 10px;
  float: left; }

.grid-9,
#two-column-content-container,
.grid-9 {
  width: 700px;
  margin: 0 10px;
  float: left; }

.grid-3,
#side-panels-container,
.grid-3 {
  width: 220px;
  margin: 0 10px;
  float: left; }

@media only screen and (max-width: 769px) {
  .container,
  .grid-container {
    width: 620px; } }
@media only screen and (max-width: 480px) {
  .container,
  .grid-container {
    width: 300px; } }
/******* GENERAL APPEARANCE *******/
a {
  color: #0B2C47; }

a:hover {
  color: #071A2B; }

/******** clearfix ********/
.clearfix:after {
  display: block;
  visibility: hidden;
  content: "";
  height: 0px;
  clear: both; }

.clearfix {
  zoom: 1;
  /* trigger hasLayout on IE */ }

.clear-left {
  clear: left; }

.clear-right {
  clear: right; }

.clear {
  clear: both; }

/** Flash **/
div.flash {
  margin: 8px 0px 15px;
  padding: 15px 8px 15px 15px;
  word-break: break-word; }

div.flash a {
  text-decoration: underline;
  cursor: pointer; }

#folder-nav-content-container div.flash {
  width: 93%; }

div.flash .ui-icon {
  float: left;
  margin: 2px 7px 3px 0; }

/** Help **/
ul.help-items {
  list-style: none; }

li.help-item {
  margin-top: 12px; }

li.help-item div.faq-q {
  float: left;
  font-size: 25px;
  font-weight: bold;
  width: 40px; }

li.help-item div.title {
  float: left;
  font-size: 1.2em;
  font-weight: bold; }

li.help-item div.answer {
  clear: left;
  display: none; }

li.help-item div.faq-a {
  margin-top: 10px;
  width: 40px;
  font-size: 25px;
  font-weight: bold;
  float: left; }

li.help-item .text p {
  margin: 0 0; }

ul.help-items li div.text {
  margin-top: 10px;
  width: 520px;
  float: left; }

ul.help-items ol, ul.help-items ul {
  margin-bottom: 0.8em; }

ul.help-items ol li, ul.help-items ul li {
  margin-left: 1.2em;
  /* IE7 doesn't show the numbers for OL otherwise. */ }

/**** Help tooltips relating to secure auth tokens ****/
.qtip-content img#auth_token {
  float: left;
  display: inline;
  margin-right: 14px; }

/*** General tooltip styling ***/
body .qtip {
  border-width: 0px;
  border-style: none !important;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  max-width: 600px;
  font-size: 1.1em;
  line-height: 1.3em;
  letter-spacing: 0.8px; }

body .qtip-content {
  color: white;
  padding: 12px 12px 8px; }

body .qtip-content table, body .qtip-content td, body .qtip-content tr {
  border: solid 1px white; }

body .qtip-content th {
  font-weight: bold;
  border: solid 1px white; }

body .qtip-titlebar {
  background-color: transparent !important;
  color: white;
  padding: 10px 8px !important;
  border-bottom: 1px solid #d0d0d0; }

body .qtip-titlebar .qtip-close {
  color: white;
  float: right;
  display: inline;
  position: relative;
  margin: 0 0 0 0; }

body .qtip ul {
  list-style: disc inside; }

/* jQuery UI overrides */
li.ui-menu-item {
  text-align: left;
  /* Required due to conflict with Blueprint's ie.css. */ }

body .qtip-icon .ui-icon {
  width: 20px;
  height: 20px;
  line-height: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

body .qtip-icon {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/**** Context menus ****/
#jqContextMenu .icon-container {
  margin-right: 4px; }

/**** jQuery-UI standalone icons, for jquery_ui_icon_tag helper ****/
/* Disable borders for jQuery-UI icons inside context menus, it's neater */
.icon-container .ui-state-default {
  border: none;
  background: none; }

.icon-container {
  display: inline-block;
  /* See IE6/7 handling below */
  vertical-align: top; }

/* IE6 near-equivalent to display:inline-block */
* html .icon-container {
  display: inline;
  zoom: 1; }

/***** REPORTS *****/
div.report-body table {
  width: 100%; }
  div.report-body table th, div.report-body table td {
    vertical-align: top; }

div.report-body table.report-annotations-and-codes-report colgroup col {
  min-width: 100px; }
div.report-body table.report-annotations-and-codes-report th {
  padding-right: 10px; }
div.report-body table.report-annotations-and-codes-report td div {
  max-height: 210px;
  max-width: 180px;
  overflow: hidden; }

/***** Datatables *****/
.dataTables_wrapper {
  margin-bottom: 20px;
  overflow-x: auto; }

.user-quasi-avatar {
  display: inline-block;
  float: left;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-color: darkblue;
  text-align: center;
  font-size: 14px;
  color: white; }

/**** CKEDITOR ****/
/* This only affects the underlying textarea, when ckeditor loads it does its own thing. */
.html-editor {
  width: 100%;
  border-color: #d0d0d0; }

body .cke_chrome {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #d5d5d5; }

body .cke_combo_button,
body .cke_toolgroup {
  border-color: #ccc; }

.ui-btn {
  cursor: pointer; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.row {
  margin-bottom: .625em; }

.move-right {
  float: right; }

.center-block {
  margin: 0 auto;
  display: block; }

.checkboxes-left {
  position: relative;
  display: block;
  margin-left: 20px; }

.checkboxes-left label {
  cursor: pointer;
  display: inline-block; }

.checkboxes-left input[type="checkbox"] {
  position: absolute;
  margin-left: -20px; }

[data-href] {
  cursor: pointer; }

.checkbox--disabled {
  pointer-events: none; }

.m-0 {
  margin: 0 !important; }

.d-block {
  display: block; }

.w-50 {
  width: 50%; }

.w-100 {
  width: 100% !important; }

.d-inline-block {
  display: inline-block !important; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.text-smaller {
  font-size: .9em; }

.text-muted {
  color: #6c757d; }

.btn-dropdown {
  position: relative; }

.btn-dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  z-index: 100;
  min-width: 10rem;
  padding: 0.5rem 0;
  font-size: 1rem;
  border-radius: .25rem;
  border: 1px solid rgba(0, 0, 0, 0.15); }

.dropdown-menu .show {
  display: block; }

.btn-dropdown .dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  white-space: nowrap; }

.btn-dropdown > .btn-dropdown__btn:focus + .dropdown-menu,
.btn-dropdown .dropdown-menu:hover {
  display: block; }

.btn-dropdown .dropdown-item input {
  float: none;
  vertical-align: middle; }

.help-text {
  font-size: 0.75rem; }

.text-danger {
  color: #dc3545 !important; }

.dataTable.table-hover tr:hover,
.dataTable.table-hover tr:hover td {
  background-color: #ddd; }

.dataTable.table--clickable tr {
  cursor: pointer; }

.ml-2 {
  margin-left: 12px; }

.mr-2 {
  margin-right: 12px; }

.ml-3 {
  margin-left: 16px; }

.mr-3 {
  margin-right: 18px; }

body.app .app-form-group > label {
  float: none; }

.app-form-group {
  margin-bottom: 1rem; }

.app-form-control {
  width: 100%;
  padding: 10px 8px 10px;
  border: 1px solid #d9d9d9;
  display: block;
  font-size: 1rem; }

body .clean-form input.app-form-control-file,
.app-form-control-file {
  line-height: 1;
  font-size: inherit; }

img.app-form-control__img-preview.fluid,
.app-form-control__img-preview {
  object-fit: contain;
  width: 200px; }

.save-room-submit-btn {
  width: 20%; }

.app-form-control--hosted-field {
  height: calc(1.5rem + 19px);
  padding: 0; }

.app-form-control.select2-container-active {
  border-color: #5897fb; }

.app-form-control.select2-container-multi {
  padding: 0; }
  .app-form-control.select2-container-multi .select2-choices {
    padding: 7px 0;
    border: 0 !important;
    box-shadow: none; }
  .app-form-control.select2-container-multi .select2-search-field > input {
    margin: 0 !important; }
  .app-form-control.select2-container-multi .select2-search-field {
    width: 1px; }

.mb-2 {
  margin-bottom: 12px; }

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

.sm-muted-text {
  font-size: 11px;
  color: #6c757d;
  font-style: italic; }

.m-r-2 {
  margin-right: 2px; }

.button-sm span {
  padding: 2px 3px;
  font-size: 12px; }

.display-block {
  display: block; }

.bg-black {
  background-color: black; }

body .clean-form input.text-input-normal {
  padding: 0;
  text-align: center;
  font-size: 1em; }

.initially-hidden {
  display: none; }

input[type=submit][disabled],
input[type=submit].disabled {
  cursor: auto; }

.item-action {
  cursor: pointer; }

.position-static {
  position: static; }

.noscroll {
  overflow: hidden; }

.outline-none {
  outline: none; }

#doc-viewer {
  overflow: hidden; }

#doc-viewer .row {
  background-color: white; }

.binder-toolbar {
  display: block;
  z-index: 9999;
  position: fixed;
  right: 55px;
  top: 10px; }
/******* WHOLE PAGE *******/
.container.flexi {
  width: 90%;
  max-width: 1200px; }
  .container.flexi.grid-view {
    max-width: none;
    width: 98%; }
  .container.flexi.surface-overlay {
    max-width: none; }

@media only screen and (max-width: 769px) {
  .container.flexi {
    width: 100%; } }
div#page-container {
  background-color: white;
  border-top: 8px solid #0b2c47;
  padding-top: 2px;
  padding-left: 0;
  padding-right: 0; }

#page-content {
  clear: both;
  padding-bottom: 30px;
  background-color: white; }

body.app a {
  color: #4e6d87; }
body.app a:not(.ui-button):hover {
  text-decoration: underline; }

/******* 2010 STYLING OVERRIDES *******/
body.s-2010 .header {
  border-bottom: none;
  margin-bottom: 0px;
  background: transparent; }
body.s-2010 #page-container {
  padding-top: 0;
  border-top: none !important; }

/******* HEADER *******/
/* See also custom_inside_styles.css.erb */
.header {
  overflow: hidden;
  border-bottom: 1px solid #0B2C47;
  margin-bottom: 1em;
  background-color: white; }

#header {
  position: relative;
  overflow: hidden; }

#header-logo {
  margin: 35px 0 25px 0; }

#header p {
  position: absolute;
  font-weight: bold;
  font-size: 1.1em;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 0;
  padding-bottom: 1em;
  bottom: 0;
  right: 5px; }

.floating-banner {
  width: 100%;
  text-align: center;
  background-color: #999;
  float: left;
  color: #eee;
  padding-right: 15px;
  font-size: 1.15em;
  line-height: 1.95em; }
  .floating-banner a {
    color: #fff !important; }

body.s-2021 .floating-banner:not(#mobile-limitations-banner) {
  padding-right: 32px;
  padding-left: calc(270px + 2.285rem); }

@media (min-width: 992px) {
  body.s-2021 #mobile-limitations-banner {
    display: none; } }
@media (max-width: 991px) {
  body.s-2021 #mobile-limitations-banner {
    padding: 10px 15px !important;
    display: flex;
    border-bottom: 1px solid #b3b3b3; } }

#login-details {
  position: absolute;
  top: 0;
  right: 0; }
  #login-details .background {
    width: 100%;
    height: 1.65em;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: white;
    filter: alpha(opacity=50);
    /* For IE */
    opacity: 0.5;
    /* CSS3 */
    z-index: 1; }
  #login-details .content {
    position: relative;
    color: black;
    text-align: right;
    z-index: 2;
    padding: 8px 0 4px 5px; }
    #login-details .content span {
      margin-right: 10px; }
  @media only screen and (max-width: 769px) {
    #login-details .content {
      padding-left: 0; }
    #login-details .omittable {
      display: none; } }
  #login-details select {
    max-width: 275px;
    margin-left: 1px; }

body.s-pre-2019 #login-details a {
  display: inline-block;
  height: 1.65em;
  color: white;
  background-color: #0b2c47;
  padding: 0 5px;
  margin: 0 0;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.65em; }

body.s-2019 #login-details a {
  color: #4798d1;
  /* Overridden by custom_inline_styles */ }

body.s-2021 {
  /** Login Details **/ }
  body.s-2021 #login-details {
    display: none; }
  body.s-2021 #header {
    padding-right: 0; }
  body.s-2021 .btn.btn--topbar {
    box-shadow: none; }
  body.s-2021 .topbar-content__right {
    margin-left: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /** TopbarSearch  **/ }
    body.s-2021 .topbar-content__right .topbar-content__search-input {
      height: 40px;
      border-radius: 20px;
      border: 1px solid #f4f6fa;
      color: #a4a5aa;
      font-size: 16px;
      padding-left: 48px;
      background-repeat: no-repeat;
      background-position-x: 16px;
      background-position-y: 10px;
      background-color: #f7f8f8; }
    body.s-2021 .topbar-content__right .topbar-content__search-submit {
      background-image: url(/images/icons_2021/Search\ Dark.svg);
      background-repeat: no-repeat;
      width: 16px;
      height: 16px;
      position: absolute;
      left: 16px;
      top: 10px;
      border: 0;
      background-color: inherit;
      cursor: pointer; }
    body.s-2021 .topbar-content__right .topbar-content__search-input:focus {
      outline: none; }
  body.s-2021 #main-sidebar .name-card {
    display: block;
    font-size: 17.5px;
    color: #0b2c47;
    position: relative; }
    body.s-2021 #main-sidebar .name-card span {
      cursor: default; }
    body.s-2021 #main-sidebar .name-card a > span,
    body.s-2021 #main-sidebar .name-card span.with-link,
    body.s-2021 #main-sidebar .name-card .name-card__site_config_select {
      cursor: pointer; }
  body.s-2021 #main-sidebar .name-card__avatar {
    background-color: #8F929C;
    color: #BBBCC1;
    text-align: center;
    margin-top: 5px;
    margin-right: 12px;
    border-radius: 100px;
    font-size: 28px;
    position: absolute;
    padding: 2px;
    line-height: 45px;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: baseline;
    justify-content: center; }
    body.s-2021 #main-sidebar .name-card__avatar[data-length="2"] {
      font-size: 22px; }
  body.s-2021 #main-sidebar .name-card__login,
  body.s-2021 #main-sidebar .name-card__full-name {
    font-size: 16px; }
  body.s-2021 #main-sidebar .name-card__details {
    font-size: 12px;
    display: block;
    margin-left: 60px; }
  body.s-2021 #main-sidebar .name-card__logged_in,
  body.s-2021 #main-sidebar .name-card__login_container,
  body.s-2021 #main-sidebar .name-card__logout_container {
    display: block; }
  body.s-2021 #main-sidebar .name-card__site_config_select {
    width: 90px;
    border: 0;
    font-size: 12px; }
  body.s-2021 #main-sidebar .name-card-container {
    overflow: hidden;
    width: 270px;
    height: 86px;
    transform: translate3d(0, 0, 0);
    transition: width 0.3s, margin 0.3s; }
  body.s-2021 #main-sidebar .name-card {
    margin-left: 0;
    transition: width 0.3s, margin 0.3s; }
  body.s-2021 #main-sidebar .notifications-widget-container {
    position: relative; }
    body.s-2021 #main-sidebar .notifications-widget-container .notifications-widget-inner-container {
      position: absolute;
      top: -4px;
      left: 0; }
  body.s-2021 #main-sidebar .notifications-widget {
    left: 30px;
    top: -5px; }
    body.s-2021 #main-sidebar .notifications-widget .notifications-widget__count {
      font-size: 14px; }
  body.s-2021 #main-sidebar.main-sidebar--minimised .name-card-container {
    width: 65px;
    overflow: hidden; }
  body.s-2021 #main-sidebar.main-sidebar--minimised .name-card {
    margin-left: -14px; }

/* Whiter white for ecourt */
body.ecourt #login-details-background {
  filter: alpha(opacity=90);
  /* For IE */
  opacity: 0.9;
  /* CSS3 */ }

/******* TWO COLUMN LAYOUT *******/
#two-column-content-container {
  margin-left: 25px;
  padding-right: 251px;
  margin-right: -243px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  /* Intention is for this to use the remainder of the width after the sidepanels are shown */ }
  #two-column-content-container h2 {
    margin-top: 8px; }

div#side-panels-container {
  margin-left: 0;
  padding-left: 7px;
  padding-right: 0;
  background-color: white;
  border-left: 1px solid #e9eff3;
  width: 199px;
  margin-right: 10px; }

body.s-2021 #two-column-content-container {
  padding-right: calc(251px + 53px);
  margin-right: calc(-259px - 30px);
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  /* Intention is for this to use the remainder of the width after the sidepanels are shown */ }
  body.s-2021 #two-column-content-container h2 {
    margin-top: 8px; }
body.s-2021 div#side-panels-container {
  width: calc(199px + 30px); }

@media only screen and (max-width: 768px) {
  body.s-2021 #two-column-content-container,
  #two-column-content-container {
    padding: 0 15px !important;
    margin: 0 0 !important; }

  body.s-2021 div#side-panels-container,
  div#side-panels-container {
    float: left;
    border: none;
    margin: 10px 0;
    padding: 0 15px;
    width: 100% !important;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; } }
@media only screen and (min-width: 480px) and (max-width: 768px) {
  div#x-two-column-content-container {
    margin-left: 15px;
    margin-right: 10px; } }
@media only screen and (max-width: 479px) {
  body.s-2021 div#two-column-content-container,
  body.s-2021 div#side-panels-container,
  div#two-column-content-container,
  div#side-panels-container {
    padding: 0 12px; } }
/******* ONE COLUMN LAYOUT *******/
div#one-column-content {
  width: 100%;
  padding: 15px 20px 0 15px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

/******* SPLIT LAYOUT *******/
div#split-two-column-left {
  float: left;
  display: inline;
  width: 40%;
  padding: 12px 2%; }

div#split-two-column-right {
  float: right;
  display: inline;
  width: 52%;
  padding: 22px 2% 12px 0; }

/******* FOLDER NAV LAYOUT *******/
#folder-nav-container {
  float: left;
  display: inline;
  width: 25%;
  background-color: white;
  border-bottom: 1px solid #e9eff3;
  border-right: 1px solid #e9eff3; }
  #folder-nav-container.fullscreen {
    width: 240px;
    margin: 0; }

img.sidepanel-toggler {
  color: #505050;
  border: none;
  height: 20px; }
  img.sidepanel-toggler:focus {
    outline: 0 !important; }

#folder-nav-content-container {
  float: left;
  display: inline;
  position: relative;
  width: 74.75%;
  margin: 0 0 0 -1px;
  border-left: 1px solid #e9eff3; }

#two-column-content #folder-nav-container {
  border-bottom: none; }
#two-column-content .folder-tree-container {
  max-height: none; }

#folder-nav-container .folder-tree-container {
  overflow: auto;
  margin: auto 0 0;
  /* The 'auto' is only there to avoid an IE9 bug:
   * without it, the div grows every time
   * there is a dynamic CSS change within it if
   * there is a horizontal scrollbug.
   * http://stackoverflow.com/questions/5788726/add-remove-css-will-cause-ie9-to-increase-the-tables-height
   */ }

.s-2021 #folder-nav-container .folder-tree-container {
  overflow: visible;
  max-height: unset; }
.s-2021 .folder-tree-container.fit-to-window {
  position: fixed;
  width: 35%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1000;
  border-radius: 0 !important;
  border-right: 1px #bbb0 solid;
  box-shadow: -6px 0px 10px 0px; }
  .s-2021 .folder-tree-container.fit-to-window .app-tile-like__header {
    border-radius: 0 !important;
    height: 48px !important; }
  .s-2021 .folder-tree-container.fit-to-window .app-tile-like__content {
    min-height: calc(100vh - 48px) !important; }
.s-2021 .folder-tree-expand {
  mask-image: url("/assets/icons_2019/actions/Fit To Window.svg");
  -webkit-mask-image: url("/assets/icons_2019/actions/Fit To Window.svg"); }
.s-2021 .folder-tree-restore {
  mask-image: url("/assets/icons_2019/actions/Exit Fit To Window.svg");
  -webkit-mask-image: url("/assets/icons_2019/actions/Exit Fit To Window.svg"); }
.s-2021 .folder-tree-expand,
.s-2021 .folder-tree-restore {
  height: 20px;
  width: 20px;
  margin-top: 8px;
  margin-right: -14px;
  border: 0;
  cursor: pointer;
  float: right; }

#folder-nav-container .folder-tree {
  min-height: 40px;
  margin: 6px 4px 10px 6px; }

#folder-nav-container #side-panels {
  margin: 8px 0 0 0; }

#folder-nav-container #side-panels .side-panel {
  margin-bottom: 0; }

body:not(.s-2021) #folder-nav-content h2, body:not(.s-2021) #folder-nav-content .sub-heading, body:not(.s-2021) #folder-nav-content img.embedded-avatar, body:not(.s-2021) #folder-nav-content .left-indent, body:not(.s-2021) #folder-nav-content p {
  margin-left: 1.2%; }
body:not(.s-2021) #folder-nav-content h2 {
  margin-top: 12px; }
body:not(.s-2021) #folder-nav-content .sub-heading {
  display: block; }
body:not(.s-2021) #folder-nav-content .count-document-message {
  color: grey; }

/******* HEADING STYLES *******/
body:not(.s-2021) h2 {
  font-size: 1.7em;
  margin-bottom: .5em; }
body:not(.s-2021) h2.compact {
  margin-bottom: -2px; }
body:not(.s-2021) .sub-heading {
  font-size: 1.1em;
  margin-bottom: 4px; }
body:not(.s-2021) h3 {
  margin-top: 0.5em;
  font-size: 1.3em; }
body:not(.s-2021) h4 {
  margin-top: 0.4em;
  margin-bottom: 0px;
  font-size: 0.9em;
  font-weight: bold;
  font-variant: small-caps; }

img.embedded-avatar {
  float: left;
  margin: 0px 7px 4px 0;
  max-height: 40px;
  width: auto; }

.s-2021 #one-column-content img.embedded-avatar {
  float: right; }
.s-2021 img.folder-nav-embedded-avatar {
  position: absolute;
  right: 0;
  margin: 0px 7px 4px 0;
  top: 10px;
  max-height: 40px;
  width: auto; }
.s-2021 .two-column-tile-layout-headings .embedded-avatar {
  position: absolute;
  margin: 0px 35px 4px 0;
  right: 40px;
  top: 95px; }
.s-2021 .sub-heading {
  display: flex;
  align-items: center; }
  .s-2021 .sub-heading .breadcrumb {
    margin-left: 0 !important; }

.two-column-tile-layout-headings {
  margin: 25px; }

/******* FORMS ********/
body.app {
  /* Form effects */
  /* Disable padding for nested fieldsets - see fieldset_tag in ApplicationHelper. */
  /* Formtastic Overrides */
  /* jQuery UI sets padding but Formtastic overwrites it. */ }
  body.app fieldset {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 1em; }
    body.app fieldset legend {
      font-weight: bold; }
  body.app fieldset p {
    margin: 6px 0px;
    clear: both; }
  body.app .explanation {
    font-style: italic;
    color: #999; }
  body.app input {
    float: left; }
  body.app input.submit,
  body.app button.submit,
  body.app a.ui-button.submit {
    float: right;
    display: inline;
    margin-left: 4px;
    margin-bottom: 12px; }
  body.app textarea {
    font-family: inherit;
    /* font-size: 1.1em; */ }
  body.app p.create-another {
    float: left; }
  body.app p.create-another label, body.app label.right {
    width: auto;
    float: none; }
  body.app form table td, body.app form table th {
    vertical-align: top; }
  body.app .inline-form label {
    float: none;
    margin-left: 10px; }
  body.app form .indented {
    margin-left: 25px; }
  body.app form select {
    margin-top: 0px;
    /* Override 0.5em top margin from screen.css; perhaps unwise? */
    font-family: 'Muli'; }
  body.app textarea {
    height: auto;
    font-family: inherit; }
  body.app form h2, body.app form h3, body.app form h4 {
    margin-top: 25px; }
  body.app form div.mock-fieldset {
    border: 1px solid #ccc; }
  body.app form a.remove-field,
  body.app form a.small-button {
    display: inline-block;
    zoom: 1;
    *display: inline;
    float: right;
    margin-left: 2px;
    text-decoration: none; }
  body.app form a.remove-field {
    border: none;
    cursor: pointer;
    margin-top: 5px; }
  body.app form button.add-item {
    float: right;
    margin: 12px 0px; }
  body.app form div.half-form {
    float: left;
    display: inline;
    width: 60%; }
  body.app input.with-hint {
    color: #777;
    font-style: italic; }
  body.app form fieldset.outer,
  body.app form div.mock-fieldset {
    padding: 0 0; }
  body.app form fieldset div.inner,
  body.app form div.mock-fieldset div.inner {
    margin: 1.4em; }
  body.app form.formtastic input.ui-button {
    padding: 0.4em 1em; }

body .clean-form label {
  font-weight: bold;
  float: left;
  display: inline;
  width: 8.0em; }
  body .clean-form label .disabled {
    color: #888;
    font-weight: normal; }
  body .clean-form label.checkbox-label, body .clean-form label.radio-label, body .clean-form label.nofloat {
    float: none;
    width: auto; }

/******* HEADERS *******/
/******* FOOTER *******/
#footer {
  position: relative;
  margin-bottom: 30px;
  color: #0B2C47;
  background-color: #f2f2f2; }

#footer {
  padding: 3px 0;
  text-align: center;
  font-size: 1.1em; }

#footer ul {
  margin: 0 5px;
  text-align: center;
  list-style: none; }

#footer ul li {
  display: inline;
  min-width: 5em;
  margin-right: 1.2em; }

#footer a, #footer a:visited {
  text-decoration: none;
  color: #ddd; }

#footer a:hover {
  text-decoration: underline; }

#footer img {
  vertical-align: middle;
  margin-left: 15px; }

#footer #propelr {
  float: right;
  display: inline;
  position: relative;
  margin-right: 38px;
  color: #888; }

#footer #propelr a {
  color: #888; }

#footer #propelr a:hover {
  color: #ddd; }

#footer #propelr img {
  position: absolute;
  top: -12px;
  right: -30px; }

#footer.footer-low_profile_1 {
  font-size: 0.9em; }
  #footer.footer-low_profile_1 #header-logo {
    margin: 30px 0 25px 5px; }

/******* MISC *******/
.print-only {
  display: none; }

pre {
  font-family: monospace; }

/******* FORM ERRORS ********/
div.errorExplanation {
  border: 2px dotted #ffd0d0;
  background-color: #ffefef;
  padding: 15px 25px 10px;
  margin: 15px 0px;
  color: #555; }

div.errorExplanation h2 {
  font-size: 1.7em;
  color: #933;
  margin: 0px 0px 0.5em; }

div.errorExplanation p {
  margin: 0 0 0.3em 0; }

div.fieldWithErrors {
  display: inline; }

article#signup .inner form div.fieldWithErrors input[type=text],
div.fieldWithErrors input,
div.fieldWithErrors textarea {
  background-color: #ffefef; }

/******* TOP MENU *******/
#top-menu ul a,
.top-menu-link {
  text-decoration: none;
  display: block;
  color: #92c5cf;
  font-size: 87.5% !important;
  padding: 2px 15px 0 !important;
  /* Note: Overridden by custom_inside_styles.css */
  border: 1px solid #92c5cf;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  min-width: 50px;
  margin: 3px;
  line-height: 2em;
  height: 2em; }

#top-menu {
  font-weight: bold;
  width: auto;
  padding: 0 10px 0 25px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }
  #top-menu > div {
    clear: both;
    border-bottom: 1px solid #e9eff3;
    padding-bottom: 5px;
    overflow: hidden;
    margin-top: 5px; }
    #top-menu > div:last-child {
      border-bottom: 0px;
      padding-bottom: 12px; }
  #top-menu ul {
    list-style: none;
    margin-left: -4px;
    padding: 0px; }
    #top-menu ul li {
      float: left;
      _width: 1px;
      /* Only for IE6: Give the li a width, otherwise it takes 100% */
      padding: 0px;
      margin: 0px 0px 0px 1px;
      white-space: nowrap; }
  #top-menu ul li.right {
    float: right; }
  #top-menu ul a:hover, #top-menu #top-menu li.selected a {
    background-color: #258ca0;
    color: #fff;
    border: 1px solid #258ca0; }
  #top-menu a {
    position: relative;
    z-index: auto; }

/******* 2010 STYLING - TOP MENU *******/
#top-menu-2010 {
  float: left;
  width: 100%;
  background-color: white; }
  #top-menu-2010 div {
    padding: 0px 0px;
    margin-top: 1px;
    background: #ccc;
    height: 1.8em; }
  #top-menu-2010 div.first {
    margin-top: 0px; }
  #top-menu-2010 ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    /* A spacer used to define a min width for menu links.  Required
     * since IE6 doesn't support min-width at all. */ }
    #top-menu-2010 ul li {
      float: left;
      _width: 1px;
      /* Only for IE6: Give the li a width, otherwise it takes 100% */
      padding: 0px;
      margin: 0px 0px 0px 1px; }
    #top-menu-2010 ul li.first {
      margin-left: 0px; }
    #top-menu-2010 ul li.right {
      float: right;
      text-align: right; }
    #top-menu-2010 ul a {
      text-decoration: none;
      display: block;
      padding-left: 13px;
      padding-right: 10px;
      color: #555;
      /* Note: Overridden by custom_inside_styles.css */
      line-height: 2em;
      height: 1.8em; }
    #top-menu-2010 ul a div.spacer {
      width: 100px;
      visibility: hidden;
      /* Ideally we want a zero-height spacer, but IE6 can't do zero-height divs,
       * so we make a fixed height div then offset it so that it doesn't take space. */
      font-size: 1px;
      height: 3px;
      margin-top: -3px; }
    #top-menu-2010 ul a:hover, #top-menu-2010 ul li.selected a {
      background-color: #85a5da;
      /* Note: overridden by custom_inside_styles */
      color: #fff; }
    #top-menu-2010 ul a:hover {
      text-decoration: underline; }
  #top-menu-2010 a {
    position: relative;
    z-index: auto; }

/******* ARROWS FOR TOP MENU *******/
#top-menu-2010 .down-arrow {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -8px; }
  #top-menu-2010 .down-arrow table {
    border-collapse: separate; }

#top-menu-2010 .down-arrow table.body {
  width: 14px;
  border-width: 7px 7px 0px 7px;
  border-color: #85a5da transparent;
  /* Note: overridden by custom_inside_styles */
  border-style: solid;
  position: absolute;
  left: 1px; }

#top-menu-2010 .down-arrow table.outline {
  width: 16px;
  border-width: 8px 8px 0px 8px;
  border-color: white transparent;
  border-style: solid;
  position: absolute; }

#top-menu-2010 .down-arrow td {
  width: 0px;
  height: 0px;
  padding: 0px 0px; }

#top-menu-2010 .right-arrow {
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -8px; }
  #top-menu-2010 .right-arrow table {
    border-collapse: separate; }

#top-menu-2010 .right-arrow table.body {
  width: 8px;
  height: 14px;
  border-width: 7px 0px 7px 7px;
  border-color: transparent #85a5da;
  /* Note: overridden by custom_inside_styles */
  border-style: solid;
  position: absolute;
  top: 1px; }

#top-menu-2010 .right-arrow table.outline {
  width: 8px;
  height: 16px;
  border-width: 8px 0px 8px 8px;
  border-color: transparent white;
  border-style: solid;
  position: absolute; }

#top-menu-2010 .right-arrow td {
  width: 0px;
  height: 0px;
  padding: 0px 0px; }

/******* LEFT MENU *******/
#left-menu {
  float: left;
  width: 100%; }

#left-menu ul a {
  text-decoration: none;
  display: block;
  padding-left: 10px;
  color: #818181;
  border-bottom: 1px solid #D8DCDE; }

#left-menu li {
  display: inline; }

#left-menu ul a:hover, #left-menu li.selected a {
  background-color: #527B93;
  color: #fff; }

#left-menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  line-height: 2.5em; }

#left-menu li li a, #left-menu li.selected li a {
  padding-left: 40px;
  line-height: 2em;
  background-image: url(/images/bglili.jpg);
  background-repeat: no-repeat;
  background-color: #EEF6E1;
  color: #818181;
  height: 23px; }

#left-menu li li, #left-menu li.selected li {
  border-bottom: none; }

#left-menu li li a:hover, #left-menu li li.selected a {
  background-image: url(/images/bglilihover.jpg);
  background-color: #8EACB2;
  color: #fff; }

#left-menu li li li a, #left-menu li li.selected li a {
  background-color: #FAF0F8;
  padding-left: 60px;
  background-image: url(/images/bglilili.jpg);
  color: #818181; }

#left-menu li li li, #left-menu li li.selected li {
  border-top: none; }

#left-menu li li li a:hover, #left-menu li li li.selected a {
  background-image: url(/images/bglililihover.jpg);
  background-color: #B3CAE6;
  color: #fff; }

#left-menu li.selected ul {
  display: block; }

#left-menu ul ul, #left-menu li.selected ul ul {
  display: none; }

#left-menu li li.selected ul {
  display: block; }

/******* ROUNDED CORNER DIVS ********/
/*
table.rounded th, table.rounded td { padding: 0 0;}
*/
/* * html div.rounded { zoom: 1; display: inline; }  */
/* IE6 */
/* div.rounded div.content { *zoom: 1; *display: inline; *padding-top: 8px;} */
/* IE6&7 */
div.rounded {
  position: relative; }

.corner-topleft {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-position: left top; }

.corner-topright {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-position: right top; }

.corner-bottomleft {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-position: left bottom; }

.corner-bottomright {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background-position: right bottom; }

div.rounded div.content {
  margin: 10px 10px;
  padding: 12px 15px;
  zoom: 1;
  background: none;
  min-height: 25px; }

#top-menu .corner {
  z-index: -1000; }

/* Some forms are in rounded boxes; if so, remove any decoration from their fieldsets. */
div.rounded fieldset {
  padding: 0 0;
  margin: 2px 0;
  border: none; }

/******* STYLE FIELDSETS *********/
div.fieldset {
  margin-bottom: 6px; }

/******* SIDE PANELS *******/
div.side-panel {
  margin-bottom: 12px;
  background: white;
  /* May be overridden by custom_inside_styles */
  overflow: hidden; }

div.side-panel h6 {
  color: #0B2C47;
  margin: 0;
  padding: 6px 5px 2px 5px;
  text-transform: uppercase;
  background-color: white;
  /* May be overridden by custom_inside_styles */
  cursor: pointer; }
  div.side-panel h6 a.show {
    display: none; }
  div.side-panel h6 a.hide {
    display: inline; }

div.side-panel.collapsed h6 a.show {
  display: inline; }
div.side-panel.collapsed h6 a.hide {
  display: none; }

div.side-panel div.content p,
div.side-panel div .padded {
  padding: 2px 6px 6px;
  margin-top: 6px;
  margin-bottom: 0px; }

div.side-panel div.content ul,
div.side-panel-like div.content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0; }
  div.side-panel div.content ul li,
  div.side-panel-like div.content ul li {
    width: 100%;
    overflow: hidden; }
  div.side-panel div.content ul a,
  div.side-panel-like div.content ul a {
    color: #258CA0;
    line-height: 1.8em;
    padding: 5px 6px;
    display: block;
    text-decoration: none;
    cursor: pointer; }
  div.side-panel div.content ul a:hover,
  div.side-panel-like div.content ul a:hover {
    text-decoration: none; }

div.side-panel div.content li div.controls,
div.side-panel-like div.content li div.controls {
  float: right; }
div.side-panel div.content li a .icon-container,
div.side-panel-like div.content li a .icon-container {
  margin-top: 3px;
  border: 2px solid transparent; }
  div.side-panel div.content li a .icon-container:hover,
  div.side-panel-like div.content li a .icon-container:hover {
    background-color: white;
    border-color: white; }
div.side-panel div.content li a:hover .ui-icon,
div.side-panel-like div.content li a:hover .ui-icon {
  background-image: url(/images/images/ui-icons_ffffff_256x240.png); }
div.side-panel div.content li a:hover .ui-state-hover .ui-icon,
div.side-panel-like div.content li a:hover .ui-state-hover .ui-icon {
  background-image: url(/assets/images/ui-icons_454545_256x240-3d0c4db0cb8bf28ad866d2e433f62c74.png); }

.theme-2020 div.side-panel div.content li a .icon-container,
.theme-2020 div.side-panel-like div.content li a .icon-container {
  margin-top: 0; }

div.side-panel div.content .select2-container a:hover {
  color: #444 !important; }

#mini-header-bg .close-btn,
.side-panel .show-hide {
  float: right;
  display: inline;
  margin: 4px 3px 0 0;
  width: 12px;
  height: 12px;
  padding: 0 0;
  line-height: 12px;
  text-align: center;
  border: 1px solid #b9b9b9;
  color: #ccc !important;
  cursor: pointer; }
  #mini-header-bg .close-btn:hover,
  .side-panel .show-hide:hover {
    text-decoration: none;
    color: #333;
    background-color: white;
    border-color: white; }

body.s-2021 .side-panel .show-hide {
  margin: 8px 8px 0 0;
  border: 0; }
  body.s-2021 .side-panel .show-hide.hide svg {
    transform: scale(1.25) rotate(-90deg); }
  body.s-2021 .side-panel .show-hide.show svg {
    transform: scale(1.25) rotate(90deg); }
  body.s-2021 .side-panel .show-hide:hover {
    background-color: transparent; }

.side-panel .full-width-button,
.side-panel .half-width-button-left,
.side-panel .half-width-button-right {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 1em;
  margin: 4px 0; }
.side-panel .full-width-button {
  width: 100%; }
.side-panel .half-width-button-left,
.side-panel .half-width-button-right {
  width: 48%; }
.side-panel .half-width-button-left {
  float: left; }
.side-panel .half-width-button-right {
  float: right; }

/******* TABLES ETC *******/
body.app table.with-buttons {
  margin-bottom: 6px; }
  body.app table.with-buttons td {
    vertical-align: middle; }
  body.app table.with-buttons .ui-button {
    margin-bottom: 5px; }
body.app table.fill-width {
  width: 100%; }
body.app td, body.app th {
  padding: 3px; }
body.app th {
  font-weight: bold; }

tr.odd_row {
  background-color: #f3f3f3; }

tr.even_row {
  background-color: #fff; }

body table, td, th {
  vertical-align: top; }

table.dataTable {
  padding-top: 5px; }
  table.dataTable th, table.dataTable td {
    vertical-align: top; }

.dense-table {
  width: 100%;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 25px; }
  .dense-table td.odd-row, .dense-table td.even-col,
  .dense-table th.odd-row, .dense-table th.even-col {
    background-color: #f0f0f0; }
  .dense-table td.even-col-odd-row {
    background-color: #e0e0e0; }
  .dense-table td {
    text-align: center; }
  .dense-table .simple-header th {
    background-color: #888;
    color: white;
    text-align: center; }

table.two-column td, table.two-column th {
  width: 50%; }

table.three-column td, table.three-column th {
  width: 33%; }

/****** UPDATES ******/
ul.updates {
  margin: 0 0;
  list-style: none; }

ul.updates li.update {
  margin: 8px 0;
  position: relative;
  background-color: #f9f9f9;
  box-shadow: 1px 1px 6px 1px #e0e0e0;
  padding: 3px 6px 8px 6px; }
  ul.updates li.update.tile-hover:hover {
    padding-left: 4px;
    background-color: #f9f9f9; }

ul.updates li.update h3 {
  padding: 0 0 0 12px;
  margin-bottom: 9px;
  font-size: 1.2em;
  font-weight: bold; }

ul.updates li.update div.content {
  margin: 10px 12px 4px; }

ul.updates li.update div.content p {
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for WebKit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

ul.updates li.update div.content div {
  margin: 0; }

ul.updates li div.details {
  float: right;
  display: inline;
  padding: 7px 12px 5px;
  color: #666;
  text-align: right; }

ul.updates li div.controls {
  clear: right;
  float: right;
  display: inline;
  margin: 2px 2px; }

ul.updates li .button {
  display: block;
  min-width: 135px;
  margin: 4px 4px; }

* html ul.updates li .button {
  width: 135px;
  /* For IE6 (I think, that's the intention anyway) */ }

ul.updates li.new_documents ul {
  margin: 0 0; }

ul.updates li.new_documents img.lone-image {
  float: left;
  display: inline; }

ul.updates li.new_documents table {
  float: right;
  display: inline;
  width: 1%; }

/****** GENERAL STYLES ******/
.money-value, .numeric-value {
  text-align: right; }

label.disabled {
  color: #999; }

/* The 'make_long_words_breakable' helper injects space-containing spans into long words
 * to make them breakable.  We want those spans to be invisible. */
span.long-word span {
  font-size: 0px;
  width: 0px;
  overflow: hidden;
  zoom: 1;
  /* trigger hasLayout in IE so that width works. */ }

span.help-link span.help-link-inner {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-left: 6px;
  margin-right: 6px;
  border: 0; }
  span.help-link span.help-link-inner span {
    font-size: 13px; }

/* Tag effect */
.tag {
  float: left;
  margin-right: 3px;
  margin-top: 3px;
  color: black;
  white-space: nowrap; }

.tag, .tag span {
  background-image: url(/images/autocomplete_advanced/token.gif);
  background-repeat: no-repeat; }

.tag span {
  background-position: top right;
  display: block; }

.tag span span {
  background-position: bottom right; }

.tag span span span {
  background-position: bottom left; }

.tag span span span span {
  background-image: none;
  padding: 4px 6px 4px 6px; }

/* a.tag:hover{text-decoration:none;} */
.tag span.x {
  background-image: url(/images/transparent_shim.gif);
  display: inline;
  margin: 0 0;
  padding: 0 0; }

.tag:hover, .tag:hover span {
  background-image: url(/images/autocomplete_advanced/token_hover.gif);
  text-decoration: none; }

table.tag-table td, table.tag-table th {
  vertical-align: middle; }

/* Audit */
table.audit-summary {
  width: auto; }

table.audit-summary .tag {
  min-width: 5.5em;
  text-align: center; }

table.audit-summary .tag {
  width: 100%; }

table.audit-summary th {
  width: 20%; }

table.audit-summary td {
  padding: 2px 7px; }

table.audit-summary td, table.audit-summary th {
  vertical-align: middle; }

/* Popup datepickers */
.ui-datepicker {
  z-index: 6000 !important; }

.ui-timepicker-div dl {
  text-align: left; }

/* Popup windows */
div.ui-dialog-content {
  text-align: left; }

/* position: relative;} */
.ui-dialog .ui-dialog-buttonpane div.ui-dialog-buttonset {
  float: none; }

/* Reset normal behaviour, which is to float right. */
div.ui-dialog-buttonset button {
  float: right; }

/* Put most buttons on the right. */
div.ui-dialog-buttonset button.auxiliary {
  float: left;
  margin-left: 0.5em; }

/* But auxiliary ones on the left. */
/* Calendars inside sidepanels */
.side-panel .content .ui-datepicker-inline {
  width: auto; }

/* Stopwatches */
.stopwatch {
  position: relative;
  float: left;
  width: 100%;
  clear: left; }

.stopwatch div {
  float: left;
  display: block;
  text-align: center; }

.stopwatch div label {
  display: none; }

.stopwatch div input, .stopwatch div select {
  width: 85%; }

.stopwatch div.start-time {
  width: 8%; }

.stopwatch div.separator {
  width: 1%; }

.stopwatch div.stop-time {
  width: 8%; }

.stopwatch div.running-time {
  width: 8%; }

.stopwatch div.billable-time {
  width: 5%;
  font-color: #999;
  font-style: italic; }

.stopwatch div.narrative {
  width: 30%;
  text-align: left; }

.stopwatch div.activity {
  width: 24%;
  text-align: left; }

.stopwatch div.controls {
  width: 13%; }

.stopwatch div.controls .destroy-control {
  position: absolute;
  right: 6px;
  top: 9px;
  font-size: 8px;
  text-decoration: none;
  color: #999;
  padding: 3px 6px; }

.stopwatch div.controls .destroy-control:hover {
  color: white;
  background-color: #555; }

.stopwatch div.errors {
  color: #c33;
  font-weight: bold;
  clear: left;
  padding: 3px 4px;
  width: 95%;
  text-align: left; }

.stopwatch div.gap {
  border: 1px solid white;
  border-right: none;
  background-color: #e9e9e9;
  position: absolute;
  z-index: 2;
  right: 0px;
  top: 0px;
  margin-top: -0.95em;
  font-size: 0.8em;
  padding: 1px 2px; }

#stopwatch-summary li.stopwatch {
  font-size: 0.9em;
  width: 100%; }

#stopwatch-summary li.stopwatch form {
  padding: 5px 5px; }

#stopwatch-summary li div {
  padding: 0 0;
  margin: 0 0; }

#stopwatch-summary li div input, #stopwatch-summary .stopwatch div select {
  height: 1.7em; }

#stopwatch-summary li div input[type=button] {
  height: auto; }

#stopwatch-summary li div input {
  height: 1.1em;
  margin-bottom: 3px; }

#stopwatch-summary li div.start-time {
  width: 60px; }

#stopwatch-summary li div.separator {
  width: 5px; }

#stopwatch-summary li div.stop-time {
  width: 60px; }

#stopwatch-summary li div.running-time {
  width: 65px;
  float: right;
  font-weight: bold;
  font-size: 1.1em; }

#stopwatch-summary li div.billable-time {
  display: none; }

#stopwatch-summary li div.narrative {
  display: none; }

#stopwatch-summary li div.activity {
  clear: left;
  width: 125px;
  text-align: left; }

#stopwatch-summary li div.activity select {
  width: 100%; }

#stopwatch-summary li div.controls {
  width: 65px;
  float: right; }

#stopwatch-summary li div.controls .destroy-control {
  display: none; }

#stopwatch-summary li div.errors {
  color: #c33;
  font-weight: bold;
  clear: left;
  padding: 2px 0px; }

#stopwatch-summary li div.gap {
  display: none; }

#stopwatch-summary li.stopwatch-with-errors {
  background-color: #f0cacc; }

/* Timesheets */
ul.timesheet {
  list-style: none;
  margin: 0 0; }

ul.timesheet li {
  background-color: #e9e9e9;
  margin: 0 0 1px 0;
  padding: 10px 5px 7px; }

ul.timesheet li.stopwatch-header {
  background-color: #555;
  color: white;
  font-weight: bold; }

ul.timesheet li.stopwatch-with-errors {
  background-color: #f0cacc; }

.ui-datepicker .timesheet-submitted a {
  color: #393; }

.ui-datepicker .timesheet-not-submitted a {
  color: #b33; }

/* Activation screen */
body.activation fieldset input {
  width: 3.5em; }

body.activation fieldset input.submit {
  float: right;
  display: inline;
  width: 8em; }

body.activation fieldset {
  *padding-top: 12px; }

body.activation fieldset input.submit {
  *margin-top: -24px; }

/* Link auth token form (see UsersController#link_authentication_token) */
fieldset.link-auth-token input#otp {
  width: 55%;
  height: 18px;
  border: 1px solid #ccc;
  padding: 1px 3px 1px 19px;
  background: white url("images/auth_token_tiny.png") no-repeat left; }

/* Invitations Form */
.invitee {
  clear: left;
  display: inline;
  margin: 0 0 12px; }

body.app .invitee p {
  clear: none;
  float: left;
  display: inline;
  width: 49%;
  margin: 0; }

.invitee input.invitee-name,
.invitee input.invitee-email {
  width: 98%; }

.invitee .simple-error {
  clear: left;
  color: #a00;
  margin: 3px 0; }

/***** LICENCE SCREENS ******/
table#licence-overview colgroup.vertical-header {
  width: 33%; }
table#licence-overview th, table#licence-overview td {
  vertical-align: top; }

span.room-destruction-overdue {
  font-weight: bold;
  color: #aa0000; }

/***** ADMIN SCREENS *****/
button.list-member {
  margin: 0px 1px 5px 0px; }

/***** PEOPLE LISTING ******/
#people-query-container {
  margin-right: 6px;
  margin-bottom: 8px; }

#people-query {
  width: 100%;
  margin-right: -5px;
  border: 1px solid #ccc;
  height: 20px;
  padding: 3px 1px 1px 4px;
  font-size: 1.1em; }

.person div div div div.content {
  padding-right: 0; }

.person div.rooms {
  margin-top: 4px;
  font-style: italic; }

.person div.controls {
  clear: right;
  float: right;
  display: inline;
  margin: 2px 2px; }

.person div.controls .button {
  /*
  display: block;
  min-width: 135px;  
  margin: 4px 4px;
  */ }

/***** APP SELECTION ******/
.app-selection-box {
  margin-bottom: 8px; }

.app-blurb {
  display: block;
  margin: 6px 8px 2px 30px;
  color: #333;
  font-style: italic; }

.app-disclaimer {
  color: #c45e56; }

.app-is-beta, .for-internal-use {
  font-size: 8px;
  padding: 0 2px;
  border: 1px solid #808080;
  border-radius: 6px;
  color: #FFF;
  background: #808080;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 3px;
  line-height: 1.5; }

/***** TASKS ******/
.inline-task-form .textarea-wrapper {
  margin-right: 12px; }

.inline-task-form textarea {
  width: 100%; }

ul.task-list {
  margin: 4px 0 6px 2px; }

.task-list li {
  margin-bottom: 2px; }

div div.mini-task-list-container ul.task-list {
  margin: 4px 0 3px 2px; }

.task-list label {
  font-weight: normal; }

.task-list li.completed span {
  color: #777;
  text-decoration: line-through; }

.task-list li span.details {
  display: block;
  margin-left: 24px;
  color: #666;
  font-style: italic;
  font-size: 0.9em; }

/* .mini-task-list-container li span.details { display: none; } */
.completed-tasks-heading {
  margin-top: 8px; }

ul.task-list {
  list-style: none; }

/* Embedded documents in task forms */
form.task div.folder-list-view ul.folder li .name {
  width: auto; }

form.task div.folder-list-view ul.folder {
  clear: none; }

/***** TASKS LAYOUT *****/
.inline-fields {
  display: inline-block; }
  .inline-fields > div {
    display: inline-block; }
  .inline-fields > div {
    margin-right: 1em; }

#task-tabs fieldset {
  padding: 0;
  border: 0; }
  #task-tabs fieldset > ol > li:last-child {
    margin: 0; }

.task-document div.folder-list-view li {
  line-height: 1.7em !important; }
  .task-document div.folder-list-view li input.f-entry, .task-document div.folder-list-view li span.item-tag,
  .task-document div.folder-list-view li span.size {
    display: none !important; }
  .task-document div.folder-list-view li .icon-container .ui-state-default {
    border: none;
    background: none; }

/* Embedded documents in task lists */
ul.task-list div.folder-list-view ul.folder li .name {
  width: auto; }

/****** STATUS POSTS ******/
form.inline-status {
  margin-bottom: 10px; }

form.inline-status textarea {
  width: 100%; }

/******* CALENDAR ********/
#page-container .fc-header {
  margin: 0 0; }

#page-container td.fc-header-left,
#page-container td.fc-header-right {
  vertical-align: bottom; }

#page-container .fc-button {
  margin-bottom: 4px; }

#page-container .fc-header-title h2 {
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 0px;
  font-variant: small-caps; }

#page-container .fc-other-month .fc-day-number {
  opacity: 1;
  filter: alpha(opacity=100); }

/***** AUDIT DETAIL *****/
table.audit-detail .date {
  width: 7em; }

table.audit-detail .time {
  width: 5em; }

/***** REPORTS *****/
.report-list th, .report-list td {
  vertical-align: middle; }

.report-list .name {
  width: 35%; }

.report-list .controls {
  width: 60%; }

.report-audit-detail .date {
  width: 7em; }

.report-audit-detail .time {
  width: 5em; }

/***** ROOM REPORTS *****/
.report-file-transfer-container {
  margin: 10px;
  padding: 10px;
  display: grid; }

/***** DASHBOARD ******/
.dashboard-tables table {
  width: 100%; }

/***** INVOICES ******/
table.invoice td {
  vertical-align: top; }
  table.invoice td p {
    margin: 0 0; }

.omittable-invoice-line {
  color: #888; }

/**** QUESTIONNAIRES ****/
ul#questions {
  margin: 15px 0 15px 0;
  list-style: none; }

.question textarea {
  margin-top: 0px; }

/**** SUGGESTED ACTIONS ****/
.suggested-actions {
  margin-top: 30px; }
  .suggested-actions table {
    width: 100%; }
    .suggested-actions table td {
      width: 50%; }

.suggested-actions h3 {
  margin-bottom: 3px;
  text-align: center; }

.suggested-actions .action {
  width: 100%;
  height: 100%;
  margin: 0 0;
  min-height: 6.5em; }

.suggested-actions .action .content {
  padding: 10px 0px 0px;
  color: white; }

.suggested-actions .button {
  float: right;
  display: inline;
  margin: 0 0 0 8px; }

/*** DATATABLES ***/
.dataTables_wrapper .dataTables_length label,
.dataTables_wrapper .dataTables_filter label {
  float: none;
  display: inline;
  width: auto;
  font-weight: normal; }
.dataTables_wrapper .dataTables_length input,
.dataTables_wrapper .dataTables_filter input {
  float: none; }

.dataTables_wrapper thead th {
  background-color: #FFF;
  color: #353738; }

table.dataTable {
  border-collapse: collapse; }
  table.dataTable thead th {
    border: 1px solid #dee2e6 !important;
    font-weight: 700 !important; }
  table.dataTable thead th:first-child {
    border-left: none !important; }
  table.dataTable thead th:last-child {
    border-right: none !important; }
  table.dataTable tbody tr {
    background-color: #FFF !important;
    border: solid;
    border-width: 0.1px 0;
    border-color: #dee2e6; }
    table.dataTable tbody tr td.sorting_1,
    table.dataTable tbody tr td.sorting_2,
    table.dataTable tbody tr td.sorting_3 {
      background-color: #FFF !important; }
    table.dataTable tbody tr:hover,
    table.dataTable tbody tr td.sorting_1:hover,
    table.dataTable tbody tr td.sorting_2:hover,
    table.dataTable tbody tr td.sorting_3:hover {
      background-color: #F8F8F8 !important; }
    table.dataTable tbody tr:first-child {
      border-top: none; }
    table.dataTable tbody tr:last-child {
      border-bottom: none; }

/** OVERLAY TO HIDE CONTENTS UNTIL TERMS ARE ACCEPTED **/
#dark-curtains {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  z-index: 99; }

.terms-acceptance-backdrop {
  opacity: 0.85 !important; }

/** Text-height spiner **/
.small-spinner {
  height: 1em;
  width: 1em; }

/**** OLD LOGIN FORM ****/
#login-form {
  display: block;
  width: 500px;
  margin: 60px auto;
  background-color: #3c566c; }

@media only screen and (max-width: 769px) {
  #top-menu ul li.right {
    float: left; } }
@media only screen and (min-width: 480px) and (max-width: 769px) {
  div#top-menu {
    padding: 0 15px; } }
@media only screen and (max-width: 479px) {
  div#folder-nav-container,
  div#folder-nav-content-container {
    float: none;
    width: auto; }

  div#top-menu {
    padding: 0 15px; }
    div#top-menu ul {
      display: flex;
      flex-flow: row wrap;
      font-size: 0.9em; }
      div#top-menu ul li {
        float: none;
        flex-basis: 25%;
        flex-grow: 1; }
        div#top-menu ul li a {
          padding: 2px 8px;
          min-width: auto;
          margin: 3px;
          line-height: 2.0em;
          height: 2.0em;
          position: relative; }

  ul.updates img.lone-image {
    width: 244px;
    height: auto; }
  ul.updates div.folder-icon-view ul li {
    float: none; }

  .no-phones {
    display: none; } }
/**** APPROVAL REQUESTS ****/
.approvals .approved {
  color: green; }

.approvals .disapproved {
  color: red; }

/**** Q&A ****/
#answer-form-top {
  margin-bottom: 0; }
  #answer-form-top textarea {
    margin-bottom: 0; }

#answer-form-mid {
  margin-bottom: 9px; }

/**** CROSS REFERENCES (currently only in portfolios section) ****/
span.cross-ref {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 0 0;
  margin: -0.3em 2px 2px;
  height: 12px;
  width: 12px;
  background-color: #aaa;
  color: white;
  font-size: 8px;
  line-height: 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  behavior: url("/stylesheets/PIE.htc"); }

/* DISABLE DEFAULT iPad POPUP MENU
 * We have our own long-tap handler for elements that have
 * context menus and we don't want our custom context menus
 * and the Safari ones popping up.
 */
.has_context_menu {
  -webkit-touch-callout: none !important; }
  .has_context_menu a {
    -webkit-user-select: none !important; }

/**** D3 Charts Default Tooltip Style ****/
div.d3-tooltip {
  position: absolute;
  text-align: center;
  cursor: arrow;
  padding: 5px 8px;
  font: 12px sans-serif;
  background: black;
  color: white;
  border: 0px;
  border-radius: 8px; }

/**** Search Page ****/
.search-title,
.search-errors {
  margin-left: 3px; }

.search-simple {
  padding-top: 10px; }

/**** CUSTOM RECORD EDITOR ****/
.record-controls {
  float: right;
  text-align: right; }
  .record-controls a {
    display: block; }

/***** D3 LEGENDS *****/
.legend-controls {
  float: right;
  position: absolute;
  text-align: right; }

/***** BLOG *****/
.blog-post .blog-published_at,
.blog-post .blog-updated_at {
  font-size: 0.85em; }
.blog-post .blog-updated_at {
  font-style: italic; }
.blog-post .blog-banner {
  display: block;
  max-width: 100%; }

.blog-divider:last-child {
  display: none; }

/***** FEEDBACK *****/
.feedback-panel .feedback-controls {
  margin-top: 6px;
  text-align: center; }
.feedback-panel .feedback-btn {
  margin: 5px 5px;
  cursor: pointer;
  color: #999; }
  .feedback-panel .feedback-btn.deselected {
    color: #ccc;
    /* The not-chosen options */ }
  .feedback-panel .feedback-btn:hover, .feedback-panel .feedback-btn.deselected:hover {
    color: #777; }
  .feedback-panel .feedback-btn.selected, .feedback-panel .feedback-btn.selected:hover {
    color: #333; }
.feedback-panel .comment-wrapper {
  padding: 6px; }
.feedback-panel .info-message {
  font-size: 14px;
  line-height: 1.4em; }
.feedback-panel .comment-box {
  width: 100%;
  padding: 4px;
  font-size: 13px;
  margin-top: 5px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }
.feedback-panel .submit-btn {
  font-size: 14px;
  width: 100%; }

.tile-button {
  cursor: pointer; }

.tile-button__icon {
  padding: 7.5px; }

.tile {
  border-style: solid;
  border-color: #bbb;
  background-color: white;
  box-shadow: 1px 1px 6px 1px #e0e0e0;
  padding: 12px 12px; }
  .tile.tile-left-border {
    border-left-width: 4px; }
    .tile.tile-left-border.tile-hover:hover {
      border-left-width: 6px;
      padding-left: 10px;
      background-color: #fcfcfc; }
  .tile.tile-top-border {
    border-top-width: 4px; }

.start-menu-sections #room-search-wrapper {
  float: none;
  width: auto;
  height: 40px;
  margin-top: 10px; }
  .start-menu-sections #room-search-wrapper #room-search,
  .start-menu-sections #room-search-wrapper .icon-container {
    float: right; }
  .start-menu-sections #room-search-wrapper .icon-container {
    margin-top: 2px; }
.start-menu-sections .sub-title {
  margin: 3em 0; }
.start-menu-sections .start-menu-section .show-hide-btn {
  float: right;
  width: 20px;
  height: 20px;
  cursor: pointer; }
  .start-menu-sections .start-menu-section .show-hide-btn.hide svg {
    transform: scale(1.25) rotate(-90deg); }
  .start-menu-sections .start-menu-section .show-hide-btn.show svg {
    transform: scale(1.25) rotate(90deg); }
.start-menu-sections .start-menu-section .four-subsection-list > li {
  flex-basis: 40% !important; }
.start-menu-sections .start-menu-section .subsections-list {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -4px 35px; }
  .start-menu-sections .start-menu-section .subsections-list > li {
    flex-basis: 25%;
    flex-grow: 1;
    min-width: 200px;
    margin: 4px 4px;
    position: relative; }
    .start-menu-sections .start-menu-section .subsections-list > li.full-width {
      flex-basis: 100%; }
  .start-menu-sections .start-menu-section .subsections-list .action-button {
    float: right;
    margin-left: 12px; }
  .start-menu-sections .start-menu-section .subsections-list .create-room-label {
    height: 37px;
    vertical-align: middle;
    display: table-cell;
    font-size: 1.1em;
    font-weight: bold;
    padding-left: 7px;
    line-height: 1em; }
  .start-menu-sections .start-menu-section .subsections-list .section-label, .start-menu-sections .start-menu-section .subsections-list .room-label {
    font-size: 1.1em;
    font-style: bold;
    font-weight: bold; }
    .start-menu-sections .start-menu-section .subsections-list .section-label a, .start-menu-sections .start-menu-section .subsections-list .room-label a {
      text-decoration: none;
      color: #0b2c47; }
  .start-menu-sections .start-menu-section .subsections-list .file-transfer-tile {
    float: left;
    margin-right: 6px;
    max-height: 46px;
    max-width: 46px; }
    .start-menu-sections .start-menu-section .subsections-list .file-transfer-tile > img {
      height: 46px;
      width: 46px; }
  .start-menu-sections .start-menu-section .subsections-list .room-logo {
    float: left;
    margin-right: 6px;
    max-height: 46px;
    max-width: 46px; }
    .start-menu-sections .start-menu-section .subsections-list .room-logo.empty-logo {
      overflow: hidden;
      background-image: url(/images/binder-450.png);
      background-size: 74px 46px;
      background-position: center;
      background-repeat: no-repeat; }
      .start-menu-sections .start-menu-section .subsections-list .room-logo.empty-logo .empty-logo-label {
        display: table-cell;
        height: 46px;
        width: 46px;
        padding: 13px 5px 0 9px;
        text-align: center;
        font-weight: bold;
        font-size: 10px;
        line-height: 1em;
        color: white; }

.sm-intro-section > .content {
  display: flex;
  padding: 1rem; }
  .sm-intro-section > .content, .sm-intro-section > .content h2, .sm-intro-section > .content a {
    color: white; }
  .sm-intro-section > .content a:hover {
    color: white !important; }
  .sm-intro-section > .content a {
    text-decoration: underline; }
.sm-intro-section.sm-intro-video-section > .content .introduction-text {
  flex-basis: 50%;
  margin-right: 1rem; }
  .sm-intro-section.sm-intro-video-section > .content .introduction-text:only-child {
    flex-basis: auto; }
.sm-intro-section.sm-intro-video-section > .content .video-player {
  display: flex;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 38.25%; }
.sm-intro-section.sm-intro-video-section > .content .video-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/**** MONKEYSCRIPT ****/
body.app textarea.monkeyscript, .monkeyscript-error, pre.monkeyscript {
  font-family: "Lucida Console", Monaco, "Courier New", monospace; }

pre.monkeyscript {
  overflow-x: scroll; }

.monkeyscript-error {
  color: red;
  border: 1px solid #ffc8c1;
  padding: 1em 1em;
  white-space: pre;
  overflow-x: scroll;
  margin-bottom: 5px; }

.ace_editor {
  border: 1px solid #f0f0f0; }

#monkeyscript-ref-table td {
  vertical-align: top; }

#monkeyscript-ref-table .optional {
  font-style: italic; }

.stored_query form > div {
  display: block !important;
  clear: both; }
.stored_query form input {
  float: none !important; }

/**** CLONE SETUP ****/
.clone-checkboxes {
  display: inline-grid; }

.show-hide-btn > i {
  font-size: 10px;
  top: auto; }

.show-hide > i {
  font-size: 8px;
  bottom: 1px;
  top: auto; }

.context-menu-list-item {
  position: relative;
  margin: 0px;
  color: #555555;
  display: block;
  cursor: default;
  padding: 3px;
  border: none;
  background-color: rgba(0, 0, 0, 0); }
  .context-menu-list-item.context-menu-list-item--has-submenu:after {
    position: absolute;
    top: 50%;
    right: .5em;
    z-index: 1;
    width: 0;
    height: 0;
    content: '';
    border-color: transparent transparent transparent #2f2f2f;
    border-style: solid;
    border-width: .25em 0 .25em .25em;
    transform: translateY(-50%); }
  .context-menu-list-item > ul {
    z-index: 999999;
    display: none;
    list-style: none;
    padding: 0px;
    margin: 0px;
    background-color: #f9f8f7;
    border: 1px solid #999999;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2); }
  .context-menu-list-item:hover > ul {
    display: block;
    position: absolute;
    top: 0;
    left: 220px; }
  .context-menu-list-item:hover > ul li:hover {
    background-color: #777 !important;
    color: white !important; }

.workspace-tile__content {
  overflow: hidden;
  zoom: 1; }

.save-to-app {
  display: inline; }

.save-to-app__dialog {
  display: none; }

.save-to-app__dropdown {
  margin-top: 0px !important;
  font-family: 'Muli' !important;
  margin-bottom: 10px !important;
  font-size: 1.1em !important;
  /* letter-spacing: 1px; */
  line-height: 1.4em !important;
  color: #0b2c47 !important;
  box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  width: 100% !important; }

.delete-bundle-template-button--in-use {
  font-style: italic; }

.leader-content__button-container {
  float: left; }

.leader-content__button-container--demo-video {
  float: right; }

.leader-content__button-container--search-help {
  float: right; }

.leader-content__video {
  padding: 0 !important;
  display: none;
  position: relative; }

.leader-content__video__close {
  position: absolute;
  right: -10px;
  top: -10px;
  background-color: black !important;
  border-radius: 45% !important;
  width: 22px;
  text-align: center;
  color: white !important;
  text-decoration: none !important;
  outline: none; }

.leader-content__dialog-class {
  padding: 0 !important;
  overflow: visible !important; }

.leader-content__dialog-class .ui-dialog-titlebar {
  display: none; }

.leader-content__dialog-class .ui-dialog-content {
  overflow: visible !important; }

.clear {
  clear: both; }

.home-video {
  -webkit-box-shadow: 0px 0px 9px 2px #e6e6e6;
  -moz-box-shadow: 0px 0px 9px 2px #e6e6e6;
  box-shadow: 0px 0px 9px 2px #e6e6e6;
  padding: 10px 20px; }

/****** DIALOG BOX TERMS ******/
#dialog ul {
  list-style: disc inside; }

/***** FILE TRANSFER TILE *****/
.file-transfer-expiry {
  color: #333;
  font-size: 12px;
  font-style: italic; }

body.app .braintree-form__field-group label {
  float: none; }

/******* QTIP CUSTOMISATION *********/
.qtip-close {
  border-radius: 50px !important;
  height: 21px !important;
  width: 21px !important;
  text-decoration: none !important; }
  .qtip-close span {
    font-size: 17px !important;
    font-weight: bold !important;
    top: -10% !important; }
  .qtip-close span::before {
    content: none; }

.tooltip > .tooltip-inner {
  background-color: #757474;
  color: #FFFFFF;
  padding: 8px;
  max-width: 800px; }

.tooltip > .tooltip-arrow {
  border: 5px solid #757474 !important; }

.strike-through {
  text-decoration: line-through; }

.strike-through:hover {
  text-decoration: line-through underline !important; }

svg.ujs-inline-svg--replaced {
  background: none !important; }

.minicolors-theme-bootstrap .minicolors-swatch {
  height: 70% !important; }

.overflow-y-auto {
  overflow-y: auto; }

.location-link-ellipsis {
  display: inline-block;
  vertical-align: bottom;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: var(--last-ancestor); }

.cursor.pointer {
  cursor: pointer; }

p.avatar-container {
  padding-bottom: 50px; }

.ui-dialog ul li {
  list-style: disc inside;
  padding-left: 0px; }
.ui-dialog ul li li {
  list-style: circle inside;
  padding-left: 30px; }
.ui-dialog ul li li li {
  list-style: square inside;
  padding-left: 30px; }
.ui-dialog ul li li li li {
  list-style: square inside;
  padding-left: 30px; }
.ui-dialog ul li li li li li {
  list-style: square inside;
  padding-left: 30px; }
.ui-dialog ul li li li li li li {
  list-style: square inside;
  padding-left: 30px; }
.ui-dialog ul li li li li li li li {
  list-style: square inside;
  padding-left: 30px; }
.ui-dialog ul li li li li li li li li {
  list-style: square inside;
  padding-left: 30px; }
.ui-dialog ul li li li li li li li li li {
  list-style: square inside;
  padding-left: 30px; }
.ui-dialog ul li li li li li li li li li li {
  list-style: square inside;
  padding-left: 30px; }

.ui-dialog ol li {
  padding-left: 0px; }
.ui-dialog ol li li {
  padding-left: 30px; }
.ui-dialog ol li li li {
  padding-left: 30px; }
.ui-dialog ol li li li li {
  padding-left: 30px; }
.ui-dialog ol li li li li li {
  padding-left: 30px; }
.ui-dialog ol li li li li li li {
  padding-left: 30px; }
.ui-dialog ol li li li li li li li {
  padding-left: 30px; }
.ui-dialog ol li li li li li li li li {
  padding-left: 30px; }
.ui-dialog ol li li li li li li li li li {
  padding-left: 30px; }
.ui-dialog ol li li li li li li li li li li {
  padding-left: 30px; }

.ui-dialog table, .ui-dialog thead, .ui-dialog tbody,
.ui-dialog td, .ui-dialog tr, .ui-dialog th {
  border: 1px solid; }

.ui-dialog blockquote {
  border-left: 3px solid #ccc;
  padding-left: 15px;
  font-style: italic;
  font-family: 'Times New Roman', Times, serif; }

.reports-tooltip .help-link {
  position: relative;
  top: -2px; }

.topbar-link, #whatsnew {
  border-radius: 50px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-color: white; }

.topbar-link:hover, #whatsnew:hover {
  cursor: pointer; }

.topbar-link svg, #whatsnew svg {
  height: 20px;
  width: 20px;
  margin: 10px;
  fill: #555555; }

.saved-search-link {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 165px; }

#marker-visibility .ui-state-hover {
  background: #212121; }
.bundle-sheets {
  min-height: 320px; }

.bundle-sheets--bottom {
  display: inline-block; }

.bundle-sheets--collapsed {
  min-height: 0; }

.bundle-sheets__folder-icon {
  width: 27px;
  padding-right: 10px;
  top: 7px;
  position: relative; }

.bundle-sheets__icon {
  width: 40px;
  display: block;
  margin: auto;
  padding-bottom: 5px; }

.bundle-sheets__icon-container {
  margin-top: 75px;
  display: flex;
  justify-content: center; }

.bundle-sheets__icon-container--bottom {
  margin-top: 0px; }

.bundle-sheets__icon-box {
  margin: 10px; }

.bundle-sheets-controls {
  display: flex; }

.bundle-sheets-controls__back {
  flex: 1; }

.bundle-sheets-controls__submit {
  flex: 1; }

.bundle-sheets__name {
  height: 58px;
  font-size: 27px !important;
  float: none !important; }

.bundle-index__form {
  display: inline; }

.bundle-index__form__duplicate-button {
  float: left !important; }

/* Non-BEM rules, mostly to work with existing rules */
body.bundle_templates #side-panel {
  display: none; }

.bundle-options-container {
  margin: 25px 10px;
  flex: 1; }
  .bundle-options-container .bundle-options-panel {
    display: 'block';
    justify-content: center; }
  .bundle-options-container .bundle-option-container {
    display: inline-block;
    width: 22%;
    padding: 10px;
    text-align: center; }
/****** MY GUARDIAN  ******/
body.myguardian a.room-preview div.room-icon {
  width: 80px;
  height: 100px;
  background: url(/assets/myguardian_vault_100-5fb850dd303ce87533c697375761bb64.png) no-repeat; }

body.myguardian div.folder-icon-view div.l1-folder-icon {
  background-image: url(/assets/icons_64/Strongbox-9339ea023f4b39c414d41a3017086465.png); }

body.myguardian div.folder-list-view div.l1-folder-icon {
  background-image: url(/assets/icons_24/Strongbox-8c7df6515c683fcbca58650fa8d9ad14.png); }

body.myguardian div.folder-icon-view div.l1-folder-icon {
  background-image: url(/assets/icons_64/Strongbox-9339ea023f4b39c414d41a3017086465.png); }

body.myguardian div.folder-list-view div.l1-folder-icon {
  background-image: url(/assets/icons_24/Strongbox-8c7df6515c683fcbca58650fa8d9ad14.png); }

/****** ECOURT  ******/
body.ecourt a.room-preview div.room-icon {
  /* width: 104px */
  width: 110px;
  height: 85px;
  background: url(/assets/scales_of_justice_old_bailey_3_80-f892f08eb10838d785a895f0bab424a7.png) no-repeat; }

/****** vdrHQ ******/
form input.ui-button:hover {
  color: #66b544; }
/* -------------------------------------------------------------------------------------------------

It's *strongly* suggested that you don't modify this file.  Instead, load a new stylesheet after
this one in your layouts (eg formtastic_changes.css) and override the styles to suit your needs.
This will allow you to update formtastic.css with new releases without clobbering your own changes.

This stylesheet forms part of the Formtastic Rails Plugin
(c) 2008 Justin French

--------------------------------------------------------------------------------------------------*/


/* NORMALIZE AND RESET - obviously inspired by Yahoo's reset.css, but scoped to just form.formtastic
--------------------------------------------------------------------------------------------------*/

form.formtastic, form.formtastic ul, form.formtastic ol, form.formtastic li, form.formtastic fieldset, form.formtastic legend, form.formtastic input, form.formtastic textarea, form.formtastic select, form.formtastic p { margin:0; padding:0; }
form.formtastic fieldset { border:0; }
form.formtastic em, form.formtastic strong { font-style:normal; font-weight:normal; }
form.formtastic ol, form.formtastic ul { list-style:none; }
form.formtastic abbr, form.formtastic acronym { border:0; font-variant:normal; }
form.formtastic input, form.formtastic textarea, form.formtastic select { font-family:inherit; font-size:inherit; font-weight:inherit; }
form.formtastic input, form.formtastic textarea, form.formtastic select { font-size:100%; }
form.formtastic legend { white-space:normal; color:#000; }


/* SEMANTIC ERRORS
--------------------------------------------------------------------------------------------------*/
form.formtastic ul.errors { color:#cc0000; margin:0.5em 0 1.5em 25%; list-style:square; }
form.formtastic ul.errors li { padding:0; border:none; display:list-item; }


/* FIELDSETS & LISTS
--------------------------------------------------------------------------------------------------*/
form.formtastic fieldset { }
form.formtastic fieldset.inputs { }
form.formtastic fieldset.buttons { padding-left:25%; }
form.formtastic fieldset ol { }
form.formtastic fieldset.buttons li { float:left; padding-right:0.5em; }

/* clearfixing the fieldsets */
form.formtastic fieldset { display: inline-block; }
form.formtastic fieldset:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
html form.formtastic fieldset { display: block; }
/* REMOVED BY KA html[xmlns] form.formtastic fieldset { display: block; } */
* html form.formtastic fieldset { height: 1%; }



/* INPUT LIs
--------------------------------------------------------------------------------------------------*/
form.formtastic fieldset ol li { margin-bottom:1.5em; }

/* clearfixing the li's */
form.formtastic fieldset ol li { display: inline-block; }
form.formtastic fieldset ol li:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
html form.formtastic fieldset ol li { display: block; }
/* REMOVED BY KA html[xmlns] form.formtastic fieldset > ol > li { display: block; } */
* html form.formtastic fieldset ol li { height: 1%; }

form.formtastic fieldset ol li.required { }
form.formtastic fieldset ol li.optional { }
form.formtastic fieldset ol li.error { }
  

/* LABELS
--------------------------------------------------------------------------------------------------*/
form.formtastic fieldset ol li label { display:block; width:25%; float:left; padding-top:.2em; }
form.formtastic fieldset ol li li label { line-height:100%; padding-top:0; }
form.formtastic fieldset ol li li label input { line-height:100%; vertical-align:middle; margin-top:-0.1em;}


/* NESTED FIELDSETS AND LEGENDS (radio, check boxes and date/time inputs use nested fieldsets)
--------------------------------------------------------------------------------------------------*/
form.formtastic fieldset ol li fieldset { position:relative; }
form.formtastic fieldset ol li fieldset legend { width:95%; padding-top:0.1em; left: 0px;  position:absolute; }
form.formtastic fieldset ol li fieldset legend span { position:absolute; }
form.formtastic fieldset ol li fieldset legend.label label { position:absolute; }
form.formtastic fieldset ol li fieldset ol { float:left; width:74%; margin:0; padding:0 0 0 25%; }
form.formtastic fieldset ol li fieldset ol li { padding:0; border:0; }


/* INLINE HINTS
--------------------------------------------------------------------------------------------------*/
form.formtastic fieldset ol li p.inline-hints { color:#666; margin:0.5em 0 0 25%; }


/* INLINE ERRORS
--------------------------------------------------------------------------------------------------*/
form.formtastic fieldset ol li p.inline-errors { color:#cc0000; margin:0.5em 0 0 25%; }
form.formtastic fieldset ol li ul.errors { color:#cc0000; margin:0.5em 0 0 25%; list-style:square; }
form.formtastic fieldset ol li ul.errors li { padding:0; border:none; display:list-item; }


/* STRING & NUMERIC OVERRIDES
--------------------------------------------------------------------------------------------------*/
form.formtastic fieldset ol li.string input { max-width:74%; }
form.formtastic fieldset ol li.password input { max-width: 13em; }
form.formtastic fieldset ol li.numeric input { max-width:74%; }


/* TEXTAREA OVERRIDES
--------------------------------------------------------------------------------------------------*/
form.formtastic fieldset ol li.text textarea { width:74%; }


/* HIDDEN OVERRIDES
The dual declarations are required because of our clearfix display hack on the LIs, which is more
specific than the more general rule below. TODO: Revist the clearing hack and this rule.
--------------------------------------------------------------------------------------------------*/
form.formtastic fieldset ol li.hidden,
html form.formtastic fieldset ol li.hidden { display:none; }
/* REMOVED BY KA html[xmlns] form.formtastic fieldset ol li.hidden { display:none; }*/

/* BOOLEAN OVERRIDES
--------------------------------------------------------------------------------------------------*/
form.formtastic fieldset ol li.boolean label { padding-left:25%; width:auto; }
form.formtastic fieldset ol li.boolean label input { margin:0 0.5em 0 0.2em; }


/* RADIO OVERRIDES
--------------------------------------------------------------------------------------------------*/
form.formtastic fieldset ol li.radio { }
form.formtastic fieldset ol li.radio fieldset ol { margin-bottom:-0.6em; }
form.formtastic fieldset ol li.radio fieldset ol li { margin:0.1em 0 0.5em 0; }
form.formtastic fieldset ol li.radio fieldset ol li label { float:none; width:100%; }
form.formtastic fieldset ol li.radio fieldset ol li label input { margin-right:0.2em; }


/* CHECK BOXES (COLLECTION) OVERRIDES
--------------------------------------------------------------------------------------------------*/
form.formtastic fieldset ol li.check_boxes { }
form.formtastic fieldset ol li.check_boxes fieldset ol { margin-bottom:-0.6em; }
form.formtastic fieldset ol li.check_boxes fieldset ol li { margin:0.1em 0 0.5em 0; }
form.formtastic fieldset ol li.check_boxes fieldset ol li label { float:none; width:100%; }
form.formtastic fieldset ol li.check_boxes fieldset ol li label input { margin-right:0.2em; }



/* DATE & TIME OVERRIDES
--------------------------------------------------------------------------------------------------*/
form.formtastic fieldset ol li.date fieldset ol li,
form.formtastic fieldset ol li.time fieldset ol li,
form.formtastic fieldset ol li.datetime fieldset ol li { float:left; width:auto; margin:0 .3em 0 0; }

form.formtastic fieldset ol li.date fieldset ol li label,
form.formtastic fieldset ol li.time fieldset ol li label,
form.formtastic fieldset ol li.datetime fieldset ol li label { display:none; }

form.formtastic fieldset ol li.date fieldset ol li label input, 
form.formtastic fieldset ol li.time fieldset ol li label input, 
form.formtastic fieldset ol li.datetime fieldset ol li label input { display:inline; margin:0; padding:0;  }
/* -------------------------------------------------------------------------------------------------

Load this stylesheet after formtastic.css in your layouts to override the CSS to suit your needs.
This will allow you to update formtastic.css with new releases without clobbering your own changes.

For example, to make the inline hint paragraphs a little darker in color than the standard #666:

form.formtastic fieldset > ol > li p.inline-hints { color:#333; }

HINT:
The following style may be *conditionally* included for improved support on older versions of IE(<8)
form.formtastic fieldset ol li fieldset legend { margin-left: -6px;}

--------------------------------------------------------------------------------------------------*/

/* Override size specified by Blueprint's screen.css */

form.formtastic fieldset fieldset legend{ font-size: 1.0em; }

form.formtastic fieldset {
  border: 1px solid #d9d9d9;
  padding: 10px 10px;
  margin-bottom: 15px;
}

/* Formtastic uses nested fieldsets to group date selectors */
form.formtastic fieldset fieldset {
  border: none;
  padding: 0 0;
  margin: 0 0;
}
  

form.formtastic fieldset.actions {
  border: none;
  padding-right: 0;
}

form.formtastic fieldset.actions li {
  float: right;
  display: inline;
  padding: 0 0 0 6px;
}

form.formtastic .error {
  border: none;
  background: none;
}

form.formtastic fieldset ol li p.inline-hints { font-style: italic; }


/****** Undo the Formtastic's stupid nested fieldset positioning hack *********/
html form.formtastic fieldset ol li fieldset { position:static; }
html form.formtastic fieldset ol li fieldset legend { width:25%; display: block; float: left; position: static; }
html form.formtastic fieldset ol li fieldset legend span { position:static; }
html form.formtastic fieldset ol li fieldset legend.label label { position:static; width: 100%; color: #333;}
html form.formtastic fieldset ol li fieldset ol { float:left; margin:-1.5em 0 0 0; padding:0 0 0 25%; }
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=custom-theme&bgImgOpacityHeader=75&bgImgOpacityContent=75&bgImgOpacityDefault=75&bgImgOpacityHover=75&bgImgOpacityActive=65&bgImgOpacityHighlight=50&bgImgOpacityError=30&cornerRadiusShadow=8px&offsetLeftShadow=-8px&offsetTopShadow=-8px&thicknessShadow=8px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=%23aaaaaa&opacityOverlay=60&bgImgOpacityOverlay=50&bgTextureOverlay=flat&bgColorOverlay=%23c1bbb3&iconColorError=%23cd0a0a&fcError=%23cd0a0a&borderColorError=%23dc8989&bgTextureError=flat&bgColorError=%23f0b5b2&iconColorHighlight=%230f6bf0&fcHighlight=%23363636&borderColorHighlight=%23f2d20d&bgTextureHighlight=flat&bgColorHighlight=%23f1dd74&iconColorActive=%23454545&fcActive=%23212121&borderColorActive=%23aaaaaa&bgTextureActive=flat&bgColorActive=%23ffffff&iconColorHover=%23f04f00&fcHover=%23262ba6&borderColorHover=%23999999&bgTextureHover=flat&bgColorHover=%23d1d1d1&iconColorDefault=%23888888&fcDefault=%232d3658&borderColorDefault=%23d3d3d3&bgTextureDefault=flat&bgColorDefault=%23e6e6e6&iconColorContent=%23222222&fcContent=%23222222&borderColorContent=%23aaaaaa&bgTextureContent=flat&bgColorContent=%23ffffff&iconColorHeader=%23171c54&fcHeader=%23212121&borderColorHeader=%23aaaaaa&bgTextureHeader=flat&bgColorHeader=%23cccccc&cornerRadius=4px&fwDefault=normal&fsDefault=1.1em&ffDefault=%5C%5C
 */


/* Component containers
----------------------------------*/

.ui-widget {
	font-family: \\;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: \\;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #d3d3d3;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc;
	color: #212121;
	font-weight: bold;
}
.ui-widget-header a {
	color: #212121;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #d3d3d3;
	background: #e6e6e6;
	font-weight: normal;
	color: #2d3658;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #2d3658;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #999999;
	background: #d1d1d1;
	font-weight: normal;
	color: #262ba6;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #262ba6;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #aaaaaa;
	background: #ffffff;
	font-weight: normal;
	color: #212121;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #aaaaaa;
	background-color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #f2d20d;
	background: #f1dd74;
	color: #363636;
}
.ui-state-checked {
	border: 1px solid #f2d20d;
	background: #f1dd74;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #dc8989;
	background: #f0b5b2;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_171c54_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_f04f00_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_0f6bf0_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cd0a0a_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_888888_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #c1bbb3;
	opacity: .6;
	filter: Alpha(Opacity=60); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: -8px -8px 8px #aaaaaa;
	box-shadow: -8px -8px 8px #aaaaaa;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,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");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/* General */
body {
  position: relative; }

#docs-cursor {
  position: absolute;
  width: 40%;
  background-color: #aaa;
  opacity: 0.9;
  filter: Alpha(opacity=90);
  z-index: 8000;
  zoom: 1; }

#docs-cursor span.title {
  display: block;
  padding: 4px 4px;
  background-color: #333;
  color: white;
  font-weight: bold; }

#docs-cursor img {
  width: 4em;
  height: 4em; }

body:not(.s-2021) span.folder-nav a {
  text-decoration: none;
  color: #222; }
body:not(.s-2021) span.folder-nav a:hover {
  text-decoration: underline;
  color: #000099; }

div.documents-summary {
  margin: 1.5em 0 0 2%;
  color: #444; }

a.selected-view-option {
  font-weight: bold; }

ul.folder {
  margin-left: 4px;
  margin-right: 0px;
  overflow-y: auto; }

.embedded ul.folder {
  margin-top: 4px;
  margin-bottom: 4px; }

.item-tag.num-notes {
  background-color: #a11; }

.item-tag.num-warnings,
.item-tag.problem-tag {
  background-color: #d33;
  padding: 1px 4px; }
  .item-tag.num-warnings .ui-icon,
  .item-tag.problem-tag .ui-icon {
    background-image: url(/images/images/ui-icons_ffffff_256x240.png); }

.item-tag .inverted {
  text-decoration: line-through; }

.item-tag, .plus-item-tag-btn {
  color: white;
  /* min-width: 1.4em; */
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  padding: 1px 5px;
  border-radius: 20px;
  cursor: pointer;
  white-space: nowrap; }

.plus-item-tag-btn,
.add-tag {
  padding: 0 !important; }

.add-tag {
  width: 18px;
  height: 18px;
  margin-right: 5px !important; }
  .add-tag svg {
    height: 18px !important;
    width: 18px !important; }

.plus-item-tag-btn {
  width: 20px;
  height: 20px; }
  .plus-item-tag-btn svg {
    height: 20px !important;
    width: 20px !important; }

.item-tag.without-icon {
  padding-left: 4px;
  cursor: default; }

#folder-contents {
  clear: both;
  display: block; }

ul.folder li.enable-touch-contextmenu .context-menu-btn {
  display: none; }

.context-menu-btn {
  float: right;
  cursor: pointer; }

.folder-list-view .context-menu-btn {
  margin-right: 3px; }

.folder-icon-view .context-menu-btn {
  margin-right: 0; }

.folder-list-view .item-tag {
  float: right;
  display: inline;
  margin: 2px 2px 2px 1px;
  position: relative;
  z-index: 1; }

.folder-details-view .item-tag {
  margin: 1px 2px 0 1px; }

.folder-details-view .item-tag .ui-icon {
  margin-top: -1px; }

.folder-icon-view .item-tag {
  display: none;
  /* They all look pretty terrible. */
  position: absolute;
  top: 0;
  right: 0; }

.folder-list-view .content {
  margin-left: 55px;
  width: calc(100% - 109px);
  line-height: 1; }

.folder-details-view .content {
  margin-left: 75px;
  width: calc(100% - 129px); }

.folder-details-view .details {
  margin-left: 75px;
  position: absolute;
  width: calc(100% - 75px);
  top: 20px; }

ul.folder li {
  -webkit-user-select: none !important;
  -webkit-touch-callout: none !important; }

.folder-tree-container ul li.deleting a.docf,
ul.folder li.deleting .name,
ul.folder li.duplicate .name {
  text-decoration: line-through;
  font-color: #999; }

div.doc-folder-leader {
  size: 1.2em;
  padding: 14px 20px 22px; }

/* Icon view of folder contents */
div.folder-icon-view ul.folder {
  /* clear: both; */
  margin-left: 2%; }

div.folder-icon-view ul.folder li {
  /* margin-left: 4px; */
  float: left;
  display: block;
  width: 80px;
  min-height: 120px;
  overflow: hidden; }

div.folder-icon-view input.f-entry {
  display: none; }

div.folder-icon-view ul.folder li div.icon-wrapper {
  width: 64px;
  height: 64px;
  display: table-cell;
  vertical-align: middle; }
div.folder-icon-view ul.folder li img.icon, div.folder-icon-view ul.folder li svg.icon {
  max-width: 35px;
  margin-left: 14.5px;
  display: block; }
div.folder-icon-view ul.folder li img.folder-icon, div.folder-icon-view ul.folder li svg.folder-icon {
  max-width: 64px;
  margin: 0 8px;
  display: block; }
div.folder-icon-view ul.folder li img.icon.has-thumbnail, div.folder-icon-view ul.folder li svg.icon.has-thumbnail {
  max-width: 64px;
  margin: auto; }
div.folder-icon-view ul.folder li img.icon.doc-icon-thumbnail--kind-C, div.folder-icon-view ul.folder li svg.icon.doc-icon-thumbnail--kind-C {
  max-width: 35px; }

div.folder-icon-view ul.folder li .name {
  display: block; }

div.folder-icon-view ul.folder li .details {
  display: none; }

/* List view */
div.folder-list-view ul.folder {
  clear: both;
  list-style-type: none;
  margin: 10px 0; }

#folder-nav-content-container div.folder-list-view ul.folder {
  border-top: 1px solid #ebebeb; }

div.folder-list-view ul.folder li {
  min-height: 1.8em;
  margin: 3px 0 0;
  padding: 0 0; }

body.s-2021 #folder-nav-content {
  padding-top: 40px; }

#folder-nav-content-container div.folder-list-view ul.folder li {
  background-color: white;
  border-bottom: 1px solid #ebebeb; }

body.s-2021 #folder-nav-container h2 #folder-heading {
  line-height: 1.2em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-pack: end; }

div.folder-list-view ul.folder li {
  z-index: 1;
  display: block;
  overflow: hidden; }
  div.folder-list-view ul.folder li.selected {
    background-color: #f9f1ab !important;
    border-color: #fdfbe4 !important; }
    div.folder-list-view ul.folder li.selected .icon {
      background-color: none; }
  div.folder-list-view ul.folder li.highlighted {
    background-color: #DFDFDF !important; }
    div.folder-list-view ul.folder li.highlighted:before {
      border-left: 4px solid #4e6d87;
      content: " ";
      position: absolute;
      height: 100%;
      z-index: -1;
      left: 0; }
  div.folder-list-view ul.folder li span {
    white-space: nowrap;
    overflow: hidden; }
  div.folder-list-view ul.folder li input.f-entry {
    z-index: 2;
    float: left;
    display: inline;
    margin: 3px 7px 0 7px; }
  div.folder-list-view ul.folder li .icon {
    display: inline;
    float: left;
    width: 1.3em;
    height: 1.3em;
    margin-top: 3px;
    margin-right: 7px; }
  div.folder-list-view ul.folder li .name {
    display: inline-block; }
  div.folder-list-view ul.folder li .details {
    display: none; }
  div.folder-list-view ul.folder li a {
    padding: 6px 0 2px 0; }

/* Details view - designed to be applied IN CONJUNCTION WITH folder-list-view */
.doc-icon-thumbnail--kind-C {
  object-fit: contain; }

div.folder-details-view ul.folder li {
  min-height: 3.5em;
  height: auto;
  *margin-bottom: -3px;
  /* IE6 and 7 only, fixes gap between LI items */ }
  div.folder-details-view ul.folder li input.f-entry {
    margin: 8px 7px 0 7px; }
  div.folder-details-view ul.folder li .icon {
    width: 2.2em;
    height: 2.3em;
    margin-top: 7px; }
  div.folder-details-view ul.folder li a {
    text-decoration: none; }
  div.folder-details-view ul.folder li .details {
    display: block;
    float: none;
    font-size: 0.9em;
    color: #666; }
    div.folder-details-view ul.folder li .details > span {
      display: inline;
      text-align: left;
      width: 85%; }
      div.folder-details-view ul.folder li .details > span.size {
        width: 10%;
        text-align: right;
        float: right;
        margin-right: 2px; }

.fetching-more-docs {
  display: none;
  text-align: center;
  margin: 15px 0;
  font-style: italic;
  color: #999; }
  .fetching-more-docs img {
    margin: 0 4px -2px; }

/* Tags within tooltips */
.qtip .tags {
  margin: 6px 0 6px; }

.qtip .tags .item-tag {
  display: inline-block;
  background-color: white;
  text-align: center;
  padding: 3px 3px;
  margin-bottom: 0.3em; }

.qtip.doc-preview-tooltip {
  border: 1px solid #d0d0d0 !important;
  background-color: white !important;
  color: #757474 !important; }

.doc-preview-tooltip .qtip-content {
  color: #757474 !important;
  font-size: 14px !important; }

.doc-preview-tooltip .qtip-tip {
  opacity: 0 !important; }

.qtip-content .doc-info {
  display: inline-block;
  vertical-align: top;
  width: 59%; }
  .qtip-content .doc-info.doc-info-left {
    width: 39%; }

/* Icons */
div.empty-folder-icon {
  background-image: url(/assets/icons_64/Folder_empty-8cd82dcd2d1c50f471236aaa64c25fb0.png); }

/* No longer used.
div.word-icon { background-image: url('../images/icons_64/Word.png'); }
div.file-excel-icon { background-image: url('../images/icons_64/File_Excel.png'); }
div.file-powerpoint-icon { background-image: url('../images/icons_64/File_PowerPoint.png'); }
div.file-pdf-icon { background-image: url('../images/icons_64/File_Pdf.png'); }
div.file-movie-icon { background-image: url('../images/icons_64/File_Movie.png'); }
div.file-casemap-icon { background-image: url('../images/icons_64/File_CaseMap.png'); }
div.box-icon { background-image: url('../images/icons_64/Box.png'); }
div.file-icon { background-image: url('../images/icons_64/File.png'); }
div.email-icon { background-image: url('../images/icons_64/Email.png'); }
*/
/* Quick view screen */
div#quick-view #image {
  display: block;
  text-align: center; }

div#quick-view .controls {
  margin-top: 7px; }

div#quick-view button {
  display: block;
  width: 32px;
  margin: 0px 1px 5px 0px; }

div#quick-view button .ui-button-text {
  padding-right: 0; }

div#quick-view #left-controls {
  float: left;
  display: inline; }

div#quick-view #right-controls {
  float: right;
  display: inline; }

div#quick-view img {
  border: 1px solid #bbb; }

/* Drag & Drop for file/folder moves */
.active-droppable div.icon {
  background-color: #dfd; }

.active-droppable a,
a.active-droppable,
h2 a.active-droppable,
span.folder-nav a.active-droppable,
.folder-tree a.active-droppable,
.move-mode .movable-receiver a,
.move-mode a.movable-receiver,
.move-mode h2 a.movable-receiver,
.move-mode span.folder-nav a.movable-receiver,
.move-mode .folder-tree a.movable-receiver {
  color: green; }

.move-mode .not-movable-receiver a,
.move-mode a.not-movable-receiver,
.move-mode h2 a.not-movable-receiver,
.move-mode span.folder-nav a.not-movable-receiver,
.move-mode .folder-tree a.not-movable-receiver {
  text-decoration: line-through;
  cursor: no-drop; }

.active-hover-droppable div.icon {
  background-color: #bfb; }

a.active-hover-droppable, span.folder-nav a.active-hover-droppable,
a.active-droppable:hover, span.folder-nav a.active-droppable:hover,
.move-mode a.movable-receiver:hover {
  font-weight: bold;
  text-decoration: underline; }

.selected .icon {
  background-color: #f9f1ab; }

#folder-container li.selecting .icon {
  background-color: #006 !important; }

#search-status {
  display: block; }

/***** Drag & Drop for file upload *****/
.upload-panel {
  margin: 6px 6px; }

.drop-target {
  border: 2px dotted #aaa;
  padding: 6px 0;
  margin-bottom: 4px;
  color: #aaa;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold; }

#folder-content-react-root .drop-target {
  background-color: white;
  width: 400px;
  margin: auto; }

.upload-panel .drop-unavailable {
  margin-top: 4px;
  color: #aaa;
  text-align: center;
  font-size: 0.9em;
  font-style: italic; }

.upload-panel .drop-unavailable .icon-container {
  margin-right: 4px; }

.upload-panel .fileinput-button {
  display: block; }

.upload-panel .fileinput-button .ui-button-text {
  padding-right: 0.5em;
  padding-left: 1.6em;
  *padding-top: 0.2em;
  /* IE6 & 7 only */ }

.upload-panel .fileupload-progress {
  width: 100%; }

.upload-panel .files .progress,
.side-panel .files .progress {
  width: auto; }

.upload-panel .error {
  margin-bottom: 6px; }

/* Overrides for file locations */
.files .ui-progressbar-value,
.fileupload-buttonbar .ui-progressbar-value {
  background: url(/assets/jquery-file-upload/progressbar-5c4006fa19eff08a082e8901e99e7869.gif) !important; }

.fileupload-loading {
  background: url(/assets/jquery-file-upload/loading-6a9151d6b661324737a44ecb05c2040b.gif) center no-repeat !important; }

.drop-target {
  display: none;
  height: 23.5px; }

.drop-unavailable {
  display: none; }

.has-dropfile-support .drop-target {
  display: block; }

.no-dropfile-support .drop-unavailable {
  display: block; }

/*** SORTING ***/
#folder-container li,
.folder-icon-view li {
  position: relative; }

#folder-container .sort-handle {
  position: absolute;
  display: block;
  top: 2px;
  left: 2px;
  border: 1px solid #bbb;
  background-color: white;
  z-index: 3;
  text-align: center;
  line-height: 1rem; }

/* Warnings */
.icon.with-warning {
  background-color: #fdd; }

div.document-warnings strong {
  display: block;
  color: #ff9292;
  margin-bottom: 0.5em; }

/* Folder Permissions */
#folder-permissions td {
  padding: 4px 4px; }

#folder-permissions td.permission-option {
  white-space: nowrap;
  width: 8em; }

/* Context menus */
#jqContextMenu ul {
  width: 220px; }

/******* FOLDER TREE ********/
body .folder-tree .jstree-clicked {
  border: none;
  color: white !important; }
body .folder-tree .jstree-hovered {
  color: #262BA6;
  background: none;
  border: 1px solid transparent; }
body .folder-tree ins.jstree-document {
  background-image: url(/images/icons_2019/file_types/Other\ generic.svg);
  background-position: center;
  background-size: contain; }

.plus-tag-icon {
  cursor: pointer; }

.folder-tree-container {
  max-height: 300px;
  overflow: scroll; }

/****** VERSION HISTORY *****/
table.version-history {
  margin-top: 30px;
  width: 100%; }

table.version-history td {
  vertical-align: middle;
  border-bottom: 1px solid #d0d0d0; }

table.version-history tr:last-child td {
  vertical-align: middle;
  border-bottom: none; }

table.version-history .icon {
  display: inline;
  width: 64px;
  height: 64px; }

/****** FOLDER TOOLBAR ******/
.folder-toolbar {
  display: flex !important;
  align-items: center; }
  .folder-toolbar .folder-toolbar-left {
    margin-right: auto; }
  .folder-toolbar .folder-toolbar-right {
    margin-left: auto; }

.folder-select-controls {
  margin-left: 6px; }
  .folder-select-controls input {
    float: none !important;
    margin-right: 5px; }
  .folder-select-controls label {
    float: none !important;
    font-weight: normal !important;
    width: 50px !important;
    color: #4E6D87; }
    .folder-select-controls label:hover {
      color: #375066 !important; }

/****** FOLDER SORTING & VIEW OPTIONS AT TOP ******/
.folder-controls {
  font-size: 14px; }
  .folder-controls a {
    cursor: pointer; }
    .folder-controls a:hover {
      text-decoration: none !important;
      color: #375066; }
    .folder-controls a span.glyphicon {
      margin-right: 3px; }

.folder-view-controls {
  float: right;
  margin: 0 7px 0 7px;
  text-align: right; }
  .folder-view-controls a {
    display: block; }

body:not(.s-2021) .folder-sort-controls {
  margin: 0px 7px 5px 7px; }

/****** FOLDER PAGINATION ******/
.page-controls {
  float: right;
  display: inline;
  margin: 5px 7px;
  font-size: 12px; }

.page-controls {
  color: #666; }

.page-controls .page {
  display: inline-block;
  width: 2em;
  height: 2em;
  border: 1px solid #d9d9d9;
  text-align: center;
  padding-top: auto;
  padding-bottom: auto; }

.page-controls a.page:hover {
  background-color: blue;
  border: 1px solid blue;
  color: white; }

/****** FOLDER COLOUR SELECTION *******/
table.colour-selector {
  width: 100%; }

table.colour-selector td {
  text-align: center; }
  table.colour-selector td input[type=radio] {
    margin: 0 0;
    float: none; }

.colour-sample-wrapper {
  margin-left: 50%;
  padding: 0 0; }

.colour-sample {
  float: left;
  display: inline;
  padding: 0 0;
  height: 1.1em;
  width: 1.1em;
  margin-left: -0.55em;
  -moz-border-radius: 0.55em;
  border-radius: 0.55em; }

/****** SPINNER *******/
#folder-nav-spinner {
  display: none;
  position: absolute;
  top: 30px;
  left: 50%;
  width: 40%;
  margin: 0 0 0 -25%;
  padding: 40px 5% 30px;
  z-index: 5000;
  background-color: white;
  border: 1px solid #eee; }

#folder-nav-spinner .message {
  color: #666; }

#folder-nav-spinner img {
  float: left;
  display: inline;
  vertical-align: middle;
  margin: -5px 10px 10px; }

/****** ITEM PERMISSIONS ******/
#item-permissions .user-row td.name {
  padding-left: 14px; }

#item-permissions th.permission,
#item-permissions td.permission {
  text-align: center;
  width: 12%; }

/****** FOLDER-ORIENTED ITEM PERMISSIONS ******/
#folder-permissions-tree .save-permissions {
  margin: 0 0 10px; }

#folder-permissions-tree .save-bar {
  /* Lots of CSS to vertically centre .restrictions-desc in the .save-bar. */
  position: relative; }
  #folder-permissions-tree .save-bar .restrictions-desc {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

#folder-permissions-tree #actor_select {
  display: block;
  width: auto;
  min-width: 50%; }

#folder-permissions-tree .header {
  margin: 5px 0 0;
  font-weight: bold;
  font-size: 80%;
  text-align: center;
  background-color: transparent;
  border-bottom: none;
  /* Warning: Needed for oldIE support, but words are broken up letter-by-letter */
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

#folder-permissions-tree .tree {
  clear: both;
  margin-bottom: 5px; }

#folder-permissions-tree .tree_row > div {
  padding: 0 0; }

#folder-permissions-tree .perms-triples {
  float: right;
  display: inline;
  width: 600px; }

@media only screen and (min-width: 480px) and (max-width: 600px) {
  #folder-permissions-tree .perms-triples {
    width: 350px; } }
@media only screen and (max-width: 479px) {
  #folder-permissions-tree .perms-triples {
    width: 310px; } }
#folder-permissions-tree .perms-triples .perm-folder_admin,
#folder-permissions-tree .perms-triples .perm-print,
#folder-permissions-tree .perms-triples .perm-download_pdf {
  border-right: 1px solid #ddd; }

#folder-permissions-tree .perms-triple {
  float: right;
  display: inline;
  position: relative;
  height: 45px;
  width: 11%; }

#folder-permissions-tree .header .perms-triple {
  height: 51px; }

#folder-permissions-tree .perms-triple a {
  display: block;
  position: absolute;
  width: 25px;
  /* Minus 2px for border */
  height: 25px;
  left: 50%;
  top: 22.5px;
  border: 1px solid gray; }

/* Adjust header positions to retain centering as different
 * options are turned on and off */
/*#folder-permissions-tree.sel-defaults .header .perms-triple { left: -7px; }
#folder-permissions-tree.sel-group .header .perms-triple { left: -3px; }
*/
#folder-permissions-tree.sel-defaults a.default-value {
  margin-top: -13.5px;
  margin-left: -13.5px; }

#folder-permissions-tree.sel-group a.default-value {
  margin-top: -17px;
  margin-left: -17px; }
#folder-permissions-tree.sel-group a.group-value {
  margin-top: -10px;
  margin-left: -10px; }

#folder-permissions-tree.sel-user a.default-value {
  margin-top: -20.5px;
  margin-left: -20.5px; }
#folder-permissions-tree.sel-user a.group-value {
  margin-top: -13.5px;
  margin-left: -13.5px; }
#folder-permissions-tree.sel-user a.user-value {
  margin-top: -6.5px;
  margin-left: -6.5px; }

#folder-permissions-tree .perms-triple a.explicit {
  /* opacity: 1.0; */ }

#folder-permissions-tree .perms-triple a.inherited {
  opacity: 0.80;
  border-style: dashed; }

#folder-permissions-tree .perms-triple a.disabled {
  background-color: #e4e4e4 !important;
  border-color: #c9c9c9 !important; }

#folder-permissions-tree .perms-triple a.yes {
  background-color: #7ef597;
  border-color: #3be960; }

#folder-permissions-tree .perms-triple a.yes.inherited {
  border-color: #29a243; }

#folder-permissions-tree .perms-triple a.yes:hover {
  background-color: #3df063; }

#folder-permissions-tree .perms-triple a.no {
  /* background-color: #ff2222; */
  background-color: #ea6a6a;
  border-color: #d46060; }

#folder-permissions-tree .perms-triple a.no.inherited {
  border-color: #8b0d0d; }

#folder-permissions-tree .perms-triple a.no:hover {
  background-color: #e94f4f; }

#folder-permissions-tree .perms-triple a.obscured {
  opacity: 0.6; }

#folder-permissions-tree .perms-triple a.obscured .ui-icon {
  display: none; }

#folder-permissions-tree .perms-triple .ui-icon {
  width: 16px;
  height: 16px;
  margin: 4px 4px;
  color: #555; }

.perm-editor-anchor {
  float: left;
  display: inline;
  height: 1px;
  width: 1px;
  background-color: transparent; }

.perm-editor-overlay {
  background-color: #ebebeb !important;
  font-size: 1.1em; }

body .qtip.perm-editor-overlay {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.perm-editor-overlay .qtip-content {
  margin: 0 0;
  padding: 0 0;
  color: #222; }

.perm-editor-overlay .close-icon {
  border-radius: 50px !important;
  height: 21px !important;
  width: 21px !important;
  text-decoration: none !important;
  float: right;
  position: relative; }
  .perm-editor-overlay .close-icon .ui-icon {
    top: 2px; }

body .perm-editor-overlay .qtip-titlebar {
  background-color: #aaa !important;
  color: white; }

.perm-editor-overlay ul.perm-editor-options {
  list-style-type: none;
  margin: 6px 0 10px 0; }

.perm-editor-overlay ul.perm-editor-options li {
  padding: 0 0;
  margin: 0 0; }

.perm-editor-overlay ul.perm-editor-options li .icon-container {
  margin-top: -2px; }

ul.perm-editor-options a {
  display: block;
  padding: 6px 10px;
  text-decoration: none; }

ul.perm-editor-options a:hover {
  background-color: #d0d0d0; }

ul.perm-editor-options .ui-icon {
  margin-top: -2px;
  margin-right: 8px; }

ul.perm-editor-options li.selected {
  font-weight: bold; }

/** TAGGING FORM **/
.tag-form .select2-container {
  width: 100%;
  margin-bottom: 4px; }

div.folder-details-view ul.folder li .content > a {
  white-space: nowrap;
  overflow: hidden;
  float: left;
  display: inline;
  text-align: left;
  width: 85%;
  text-overflow: ellipsis; }

div.folder-icon-view ul.folder li .content > a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-height: 1.5em;
  /* fallback */
  max-height: 3em; }

.folder-icon-view li {
  margin: 12px; }

.list-view-link {
  text-decoration: underline !important; }

.leaflet-embeddedcontent-layer .vjs-control-bar {
  display: flex !important; }

.video-js.embedded-audio {
  font-size: 20px; }

.video-js.embedded-video {
  font-size: 15px; }

body.s-2021 .drop-target {
  background-color: #F5F5F5;
  border-radius: 10px;
  border: 1px dashed #aaa; }
body.s-2021 .flex-space-around {
  display: flex;
  justify-content: space-around; }
body.s-2021 .upload-documents-label {
  display: flex;
  overflow: hidden;
  align-items: center;
  width: 48%;
  text-overflow: ellipsis; }
body.s-2021 .fileupload-buttonbar .app-custom-file-input__label {
  top: 2px; }
body.s-2021 #folder-tree a {
  color: #585858; }

#sidepanel-controller {
  display: flex; }

.app-tile-like__header {
  flex-direction: column; }
  .app-tile-like__header .sub-heading {
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    text-wrap: nowrap; }
    .app-tile-like__header .sub-heading #breadcrumbs {
      line-height: normal !important;
      text-wrap: nowrap; }
      .app-tile-like__header .sub-heading #breadcrumbs .breadcrumb-item {
        font-size: 11.2px; }
    .app-tile-like__header .sub-heading #document-count-message {
      line-height: normal !important;
      text-wrap: nowrap;
      font-size: 11.2px; }
  .app-tile-like__header .folder-toolbar-container {
    align-self: flex-end; }
    .app-tile-like__header .folder-toolbar-container #document-sort-control {
      font-size: 11.2px; }
fieldset.link-auth-token p {
  margin-bottom: 25px;
}

fieldset.link-auth-token input#otp {
  width: 55%;
  height: 18px;
  border: 1px solid #ccc;
  padding: 1px 3px 1px 19px;
  background: white url(../images/auth_token_tiny.png) no-repeat left;
}

body.admin_processing_results .processing-failures-wrapper {
	clear: both;
	overflow-x: scroll;
	width: 100%;
}
/* Search results screen */
body.search form.search {
  margin: 20px 0px 25px 8px; }
  body.search form.search fieldset {
    position: relative;
    width: 100%;
    margin: 0 0;
    padding: 0 0;
    border: none; }
  body.search form.search .query-wrap {
    display: table-cell;
    padding-right: 4px;
    vertical-align: top;
    width: 99%; }
    body.search form.search .query-wrap input#query {
      box-sizing: border-box;
      -ms-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      height: 32px;
      padding: 2px 4px;
      /* *padding: 5px 8px 1px; */
      font-size: 1.3em;
      border: 1px solid #ccc;
      /* position: absolute; */
      width: 100%; }
  body.search form.search .button-wrap {
    display: table-cell;
    vertical-align: top; }
    body.search form.search .button-wrap .button {
      height: 30px; }
  body.search form.search .advanced-search-form__search-input {
    border-radius: 20px !important;
    padding-left: 1.25rem !important; }
  body.search form.search .advanced-search-form__search-btn {
    position: relative;
    right: 35px;
    top: 4px;
    cursor: pointer; }
  body.search form.search .advanced-search-form__help-link-wrapper {
    position: relative;
    display: none; }
    body.search form.search .advanced-search-form__help-link-wrapper span.help-link {
      position: absolute;
      right: -6px;
      z-index: 1; }
      body.search form.search .advanced-search-form__help-link-wrapper span.help-link .ui-icon-help {
        color: #ccc;
        font-size: 16px; }

/* Search Result Entries */
.search-heading {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px; }

ul.search-results {
  list-style-type: none; }
  ul.search-results li {
    clear: left;
    margin-left: 4px; }
  ul.search-results li span {
    vertical-align: middle; }
  ul.search-results li img.icon {
    float: left;
    display: inline;
    width: 24px;
    height: 24px;
    margin: -1px 5px 0px 0px; }
  ul.search-results li div.info {
    margin-left: 29px;
    margin-top: 4px;
    color: #6a6b6c;
    zoom: 1; }
    ul.search-results li div.info.excerpts {
      border-left: 2px solid #BBB;
      padding-left: 10px; }
    ul.search-results li div.info.metadata {
      color: #888;
      font-style: italic; }
  ul.search-results li div.found-in {
    font-style: italic; }
  ul.search-results li div.found-in a {
    color: #6a6b99; }
  ul.search-results li.context {
    font-style: italic; }
    ul.search-results li.context .highlight {
      font-style: none; }
  ul.search-results li.duplicate a.name {
    text-decoration: line-through; }
  ul.search-results span.deleted {
    text-decoration: line-through;
    font-color: #999; }

/* Searches for Duplicate Documents */
ul.duplicate-search-results {
  margin: 0 0 !important; }
  ul.duplicate-search-results .deleting .content {
    text-decoration: line-through;
    color: #999; }

li.duplicate-search-result .content {
  display: inline;
  float: left;
  width: 52%; }
li.duplicate-search-result .controls {
  display: inline;
  float: right;
  width: 45%;
  text-align: right; }

/* Search stats styles */
#search_stats_chart .search-stats-legends {
  text-align: center;
  margin: 6px 6px; }
#search_stats_chart .search-stats-legend {
  position: relative;
  text-align: left; }
  #search_stats_chart .search-stats-legend span {
    display: inline-block; }
  #search_stats_chart .search-stats-legend .text {
    text-align: left;
    margin-right: 3px; }
  #search_stats_chart .search-stats-legend .icon {
    margin: 0 5px;
    width: 12px;
    height: 12px; }
#search_stats_chart .search-stats-barchart {
  padding: 0 5px; }
  #search_stats_chart .search-stats-barchart .bar-item {
    display: inline-block;
    height: 25px; }

/* Search "Simple" Form Styles */
#search-form .fields-wrapper div.exprs-list {
  counter-reset: item;
  margin-left: 30px;
  text-align: top; }
  #search-form .fields-wrapper div.exprs-list div.expression {
    font-size: 0px;
    vertical-align: top;
    line-height: normal;
    margin-top: 5px;
    position: relative; }
    #search-form .fields-wrapper div.exprs-list div.expression div.delete-wrapper, #search-form .fields-wrapper div.exprs-list div.expression div.dropdown-wrapper,
    #search-form .fields-wrapper div.exprs-list div.expression div.selector-wrapper, #search-form .fields-wrapper div.exprs-list div.expression div.value-wrapper,
    #search-form .fields-wrapper div.exprs-list div.expression div.between-dates-fields-wrapper,
    #search-form .fields-wrapper div.exprs-list div.expression div.solo-value-wrapper {
      display: inline-block;
      vertical-align: top; }
    #search-form .fields-wrapper div.exprs-list div.expression div.selector-wrapper {
      width: 200px; }
      #search-form .fields-wrapper div.exprs-list div.expression div.selector-wrapper.logical-operator {
        width: calc(100% - 20px); }
    #search-form .fields-wrapper div.exprs-list div.expression div.value-wrapper {
      position: relative;
      margin-left: 5px;
      width: calc(100% - 225px); }
      #search-form .fields-wrapper div.exprs-list div.expression div.value-wrapper span.loading-text {
        position: absolute;
        left: 5px;
        top: 5px;
        font-size: 13px; }
    #search-form .fields-wrapper div.exprs-list div.expression div.delete-wrapper {
      position: absolute;
      top: 2px; }
    #search-form .fields-wrapper div.exprs-list div.expression div.add-wrapper {
      margin-top: 5px; }
      #search-form .fields-wrapper div.exprs-list div.expression div.add-wrapper a {
        font-size: 13px; }
    #search-form .fields-wrapper div.exprs-list div.expression::before {
      position: absolute;
      top: 7px;
      left: -30px;
      font-size: 11px;
      content: counters(item,".") ".";
      counter-increment: item; }
    #search-form .fields-wrapper div.exprs-list div.expression:only-child > div.delete-wrapper > span.delete-btn {
      visibility: hidden; }
  #search-form .fields-wrapper div.exprs-list.root {
    counter-reset: none;
    margin-left: 0; }
    #search-form .fields-wrapper div.exprs-list.root > div.expression::before {
      content: ''; }
    #search-form .fields-wrapper div.exprs-list.root > div.expression > div.selector-wrapper option[data-haschild="no"] {
      display: none; }
  #search-form .fields-wrapper div.exprs-list input.value,
  #search-form .fields-wrapper div.exprs-list select.value,
  #search-form .fields-wrapper div.exprs-list select.expr-selector {
    height: 22px;
    float: none;
    width: 100% !important;
    box-sizing: border-box; }
  #search-form .fields-wrapper div.exprs-list div.expression.invalid > div.value-wrapper > input.value {
    -webkit-box-shadow: 0 0 5px red;
    -moz-box-shadow: 0 0 5px red;
    box-shadow: 0 0 5px red;
    border: 2px solid rgba(255, 0, 0, 0.4); }
  #search-form .fields-wrapper div.exprs-list div.between-dates div.dropdown-wrapper.field,
  #search-form .fields-wrapper div.exprs-list div.has-date div.dropdown-wrapper.field,
  #search-form .fields-wrapper div.exprs-list div.date-input div.dropdown-wrapper.field {
    width: calc(25% - 5px);
    margin-right: 5px; }
  #search-form .fields-wrapper div.exprs-list div.between-dates div.solo-value-wrapper,
  #search-form .fields-wrapper div.exprs-list div.has-date div.solo-value-wrapper,
  #search-form .fields-wrapper div.exprs-list div.date-input div.solo-value-wrapper {
    width: 75% !important; }
  #search-form .fields-wrapper div.exprs-list div.between-dates-fields-wrapper {
    width: 75%; }
  #search-form .fields-wrapper div.exprs-list div.between-dates-fields-wrapper input, #search-form .fields-wrapper div.exprs-list div.between-dates-fields-wrapper div.dropdown-wrapper,
  #search-form .fields-wrapper div.exprs-list div.phraseinfield input,
  #search-form .fields-wrapper div.exprs-list div.phraseinfield div.dropdown-wrapper,
  #search-form .fields-wrapper div.exprs-list div.terminfield input,
  #search-form .fields-wrapper div.exprs-list div.terminfield div.dropdown-wrapper {
    width: calc((100% - 25px) / 2) !important; }
  #search-form .fields-wrapper div.exprs-list div.select2-container {
    font-size: 11px;
    font-family: sans-serif; }
    #search-form .fields-wrapper div.exprs-list div.select2-container .select2-choice {
      height: 20px; }
      #search-form .fields-wrapper div.exprs-list div.select2-container .select2-choice:hover {
        text-decoration: none; }
      #search-form .fields-wrapper div.exprs-list div.select2-container .select2-choice .select2-chosen {
        height: 22px;
        line-height: 22px; }
      #search-form .fields-wrapper div.exprs-list div.select2-container .select2-choice .select2-arrow > b {
        position: absolute;
        top: -3px;
        left: 1px; }
#search-form .fields-wrapper span.divider {
  display: inline-block;
  font-size: 13px;
  width: 25px;
  text-align: center; }
#search-form .fields-wrapper #search-btn.simple {
  width: 160px;
  position: relative;
  margin-left: calc(100% - 180px); }

body:not(.s-2021) #search-form .fields-wrapper #search-btn.simple {
  margin-left: calc(100% - 215px) !important; }

#search-form.simple {
  margin-bottom: 5px; }

.move-right {
  float: right !important; }

.container-fluid.container {
  width: 100%;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .container-fluid.container *, .container-fluid.container *:before, .container-fluid.container *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit; }
  .container-fluid.container .row {
    width: 100%; }
    .container-fluid.container .row .col-6 {
      float: left;
      width: 50%; }

.search .advanced-search-form__search-btn .ui-button-text {
  padding-top: 0.33em;
  padding-bottom: 0.33em; }

body.search ul.search-results li span {
  vertical-align: baseline; }
body.search div.folder-list-view ul.folder li span {
  overflow: visible; }
#site-terms .buttons {
  display: table;
  width: 100%; }
  #site-terms .buttons > span {
    display: table-cell;
    width: 50%;
    padding-left: 2px; }
    #site-terms .buttons > span a {
      display: block;
      margin: 0 0; }
    #site-terms .buttons > span:first-child {
      padding-left: 0px; }
#site-terms ul {
  list-style: disc inside; }
  #site-terms ul ul {
    list-style: circle inside; }
    #site-terms ul ul ul {
      list-style: square inside; }
#site-terms ul, #site-terms ol {
  margin-left: 1.1em;
  list-style-position: outside; }

.big-logout-btn {
  width: 100%; }
.authentication {
  letter-spacing: 1px;
  max-width: 650px;
  width: 100%;
  margin: 10px auto; }
  .authentication .twofactor {
    background: url(/assets/outside/sms.svg) no-repeat 17px 20px; }
  .authentication .twofactor.sms.select-number {
    background: url(/assets/outside/sms.svg) no-repeat 17px 20px; }
  .authentication .twofactor.sms.verify-code {
    background: url(/assets/outside/sms.svg) no-repeat 17px 20px; }
  .authentication .option-for-twofactor {
    padding-bottom: 10px !important; }
  .authentication .twofactor {
    text-align: left;
    padding: 20px 50px 35px 50px;
    margin: 10px 0;
    box-sizing: border-box; }
    .authentication .twofactor h2 {
      color: white;
      font-weight: bold;
      margin: 0 0;
      font-size: 1.2em; }
    .authentication .twofactor p, .authentication .twofactor #resend-btn {
      margin: 0.5em 0 1em 0;
      letter-spacing: 0;
      font-weight: normal;
      line-height: 1.3em;
      background: none;
      color: white; }
    .authentication .twofactor #mobile-number-input {
      text-align: center; }

#upgrade-form-verify, #upgrade-form-choose {
  width: 380px !important; }

.authentication-setup-wrapper {
  display: flex;
  flex-direction: column; }
#google-auth-form {
  display: flex;
  justify-content: center;
  align-items: stretch;
  letter-spacing: 1px;
  color: white; }
  #google-auth-form #auth-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    box-sizing: border-box;
    max-width: 650px;
    padding: 20px 0 50px 50px;
    background: url(/assets/outside/sms.svg) no-repeat 17px 45px; }
    #google-auth-form #auth-container #auth-container-part1 {
      display: flex;
      flex-direction: row; }
    #google-auth-form #auth-container #code {
      border-radius: 25px;
      padding: 10px 15px 10px; }
    #google-auth-form #auth-container #code-instructions {
      max-width: 275px;
      margin-top: 20px; }
      #google-auth-form #auth-container #code-instructions h2 {
        letter-spacing: 0.95px;
        color: white;
        font-weight: bold;
        margin: 0 0;
        font-size: 1.2em; }
      #google-auth-form #auth-container #code-instructions ol {
        list-style-position: outside; }
    #google-auth-form #auth-container #code-qr {
      padding: 50px; }
      #google-auth-form #auth-container #code-qr img {
        display: block;
        width: 100%; }
      #google-auth-form #auth-container #code-qr .input-with-button-group {
        margin-top: 20px; }
    #google-auth-form #auth-container #auth-container-part2 {
      margin-right: 50px; }
      #google-auth-form #auth-container #auth-container-part2 .error-msg {
        margin: 0; }
    #google-auth-form #auth-container .input-with-button-group {
      display: flex;
      letter-spacing: 1px; }
      #google-auth-form #auth-container .input-with-button-group p {
        font-weight: 700;
        margin: 0;
        padding: 10px;
        background-color: rgba(255, 255, 255, 0.95);
        border: 1px solid #d9d9d9;
        border-right: none;
        color: black; }
      #google-auth-form #auth-container .input-with-button-group input {
        flex: 1;
        vertical-align: bottom;
        margin-bottom: 0;
        border-left: none;
        border-right: none;
        font-size: 1em; }
      #google-auth-form #auth-container .input-with-button-group button {
        top: 0;
        padding: 10px;
        background-color: rgba(255, 255, 255, 0.95);
        border: 1px solid #d9d9d9;
        border-left: none; }
  #google-auth-form .submit {
    margin-top: 10px; }

#code-verification {
  letter-spacing: 1px;
  width: 380px;
  margin: 50px auto;
  color: white; }
  #code-verification #google-auth-setup {
    text-align: left;
    padding: 20px 50px 15px 50px;
    margin: 10px 0;
    box-sizing: border-box;
    background: url(/assets/outside/sms.svg) no-repeat 17px 20px; }
    #code-verification #google-auth-setup input {
      float: none; }
    #code-verification #google-auth-setup span.help-link-inner.ui-state-default.ui-corner-all {
      color: white;
      text-decoration: underline;
      cursor: pointer;
      font-size: 0.9em;
      margin-left: 0px; }
    #code-verification #google-auth-setup h2 {
      letter-spacing: 0.95px;
      color: white;
      font-weight: bold;
      margin: 0 0;
      font-size: 1.2em; }
/******* GENERAL ********/

body.outside #top-menu .down-arrow table.outline { border-top-color: #3a3a3a; }
body.outside #top-menu .right-arrow table.outline { border-right-color: #3a3a3a; }
body.vdrhq-outside h2,
body.myguardian-outside h2 { color: white; margin: 12px 0 9px; } /* Less specific than div.errorExplanation h2 */
body.skyway-outside h2 { margin: 12px 0 9px; }
body.skyway-outside h2,
body.skyway-outside h3 { color: #72a41d; margin-top: 15px; }

.outside h3 { margin: 12px 0 8px 16px; }
body.vdrhq-outside h3 { color: #f00; }
body.myguardian-outside h3 { color: #00447A; }
body.outside #page-content p.intro { margin: 4px 16px; }
body.outside .forgotten-password a { color: #AAAAAA; }
body.vdrhq-outside label,
body.vdrhq-outside #page-content { color: #e6e6e6; }
body.vdrhq-outside #page-content a { color: #21db21; }
body.vdrhq-outside #page-content a:hover { color: #21ff21; }
body.myguardian-outside label,
body.myguardian-outside #page-content { color: #ddd; }
body.myguardian-outside #page-content a { color: #bbbbdb; }
body.myguardian-outside #page-content a:hover { color: #aaaaff; }
body.myguardian-outside .forgotten-password a { color: #AAAAAA; }

div.feature-panel div.content { padding: 18px 18px; margin: 0 0; }
div.feature-panel .content ul { margin: 0 0; list-style-position: inside; }

body.outside .qtip { font-size: 1.1em; }
body.outside .qtip ul { margin-top: 4px; }
body.outside .qtip li { padding: 3px; }

body.outside .qtip h2 {
  margin: 12px 0px 16px;
  color: white;
  font-size: 1.7em;
}

body.welcome #intro { margin-left: 40px; }

.hoverable {
  border-bottom: 1px dotted #00ba00;
}

/******* HOME PAGE ********/
body.welcome #products-table a.signup { text-decoration: none; }

body.welcome #page-content { font-size: 1.2em; }

a.signup span { text-decoration: underline; }
a.signup img { vertical-align: middle; margin-top: -3px; }

/******* ENQUIRY PAGE ********/

body.enquiry article {
  min-width: initial;
}

/******* SIGNUP & ACTIVATION PAGES ********/
body.skyway-welcome {
  color: #555;
}

body.signup #products-table { width: 100%; }
body.signup fieldset { padding-top: 25px; border: none; }

body.welcome .signup form {
  margin-top: 30px;
  padding: 0 0;
  margin-bottom: 0px;
}

body.welcome .signup fieldset { border: none; padding: 0 0; margin-bottom: 0px; }
form.formtastic fieldset ol li { margin-bottom: 1.0em; }
body.vdrhq form.formtastic fieldset > ol > li p.inline-hints { color:#a6a6a6; margin:0.5em 0 0 25%; }
body.vdrhq form.formtastic fieldset > ol > li p.inline-errors { color:#f66; margin:0.5em 0 0 25%; }


/******* PRODUCTS TABLE ********/
#products-table { margin-bottom: 28px; width: 480px; border-collapse: collapse; }
#products-table th.left { text-align: right; width: 26%;}
#products-table th.left span { text-align: left;}
#products-table th, #products-table td { width: 22%; vertical-align: middle; }
#products-table th.left, #products-table td.left { width: auto; }
#products-table th, #products-table td { padding: 0.5em 0.8em;}
#products-table tr.top th, #products-table td { text-align: center; }
#products-table th div { background-color: #555; font-weight: normal;}
#products-table td div a { text-decoration: none; }
#products-table td div a:hover { text-decoration: underline; }

/******* QUOTES ********/

#customer-quotes { width: 100%; margin-top: 12px; text-align: right; }
#customer-quotes .open-quote { color: #999; line-height: 1px; font-size: 400%; display: inline; vertical-align: bottom; margin: -4px 6px 0 0;}
#customer-quotes .close-quote { color: #999; line-height: 1px; font-size: 400%; display: inline; text-align: right; vertical-align: bottom; margin-left: 8px;  }
#customer-quotes p.quote { display: inline; font-size: 1.3em; font-weight: bold; font-style: italic; }
#customer-quotes p.source { margin-top: 6px; font-size: 0.9em; color: #777; }


/******* ENQUIRY PAGE *******/

table#enquiry-form {
  width: 100%;
}

table#enquiry-form th {
}

table#enquiry-form .main {
  width: 316px;
  padding: 3px 3px;
}

table#enquiry-form textarea.main {
  width: 320px;
  padding: 3px 3px;
  font-family: Arial;
}
@CHARSET "UTF-8";

.ias_loader, .ias_trigger {
	text-align:center;
	margin: 30px 0 40px;
}

.ias_trigger a:link,
.ias_trigger a:visited {
    padding: 4px 50px;

    background-color: #f9f9f9;
    border: solid 1px #ddd;
    border-radius: 2px;

    font: bold 12px Arial, sans-serif;
    color: #555;
    text-decoration: none;
}

.ias_trigger a:hover,
.ias_trigger a:active {
    border-color: #ccc;
}
.side-panel form,
.side-panel-like form {
  margin: 6px 4px 4px 6px; }
.side-panel .upload-panel form,
.side-panel-like .upload-panel form {
  margin: 6px 0 0; }
.side-panel .text-field-with-button,
.side-panel-like .text-field-with-button {
  display: table;
  width: 100%;
  line-height: 1px; }
  .side-panel .text-field-with-button .input-wrap,
  .side-panel-like .text-field-with-button .input-wrap {
    display: table-cell;
    padding-right: 4px;
    vertical-align: top; }
    .side-panel .text-field-with-button .input-wrap input,
    .side-panel-like .text-field-with-button .input-wrap input {
      box-sizing: border-box;
      -ms-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      float: none;
      border: 1px solid #ccc;
      width: 100%;
      height: 28px;
      padding: 2px 1px 1px 4px;
      font-size: 1em; }
  .side-panel .text-field-with-button .button-wrap,
  .side-panel-like .text-field-with-button .button-wrap {
    display: table-cell;
    vertical-align: top;
    width: 26px; }
    .side-panel .text-field-with-button .button-wrap a.button,
    .side-panel-like .text-field-with-button .button-wrap a.button {
      width: 26px;
      height: 26px;
      line-height: 1px; }
      .side-panel .text-field-with-button .button-wrap a.button .ui-icon,
      .side-panel-like .text-field-with-button .button-wrap a.button .ui-icon {
        margin-left: -8px;
        left: 50%; }
.side-panel .coding-fields input.textfield,
.side-panel-like .coding-fields input.textfield {
  width: 100%;
  box-sizing: border-box;
  font-size: 1.1em; }

.sidepanels__form-select {
  width: 100%;
  height: 28px;
  font-size: 1em; }
/* This is the base; all toolbar sizing depends on this. */
body.s-2021 #page-container.surface-overlay #mini-header {
  padding-left: 0; }
  body.s-2021 #page-container.surface-overlay #mini-header .banner-img {
    margin-left: auto;
    margin-right: auto; }

body:not(.s-2021) #page-container.surface-overlay #mini-header {
  padding-left: 10px; }

#page-container.surface-overlay {
  display: table;
  table-layout: fixed;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1100;
  border-top: none;
  padding-top: 0;
  /*
   * SIDEBARS FOR SURFACE OVERLAY.
  */
  /* Implement a min- and max-width for the sidebar (they don't work directly
   * for table-cells it seems, so we use a media query) */ }
  #page-container.surface-overlay #page-content {
    display: table-row; }
    #page-container.surface-overlay #page-content #side-panels-container {
      position: relative; }
  #page-container.surface-overlay #mini-header-bg {
    position: relative;
    text-align: center; }
    #page-container.surface-overlay #mini-header-bg #mini-header {
      display: block !important;
      margin-bottom: 0; }
      #page-container.surface-overlay #mini-header-bg #mini-header .banner-img {
        display: inline-block;
        max-width: 65%;
        height: auto; }
      #page-container.surface-overlay #mini-header-bg #mini-header .close-btn {
        margin: 6px 8px 0 0;
        position: absolute;
        top: 0;
        right: 0; }
  #page-container.surface-overlay #side-panels {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100vh;
    top: 0; }
  #page-container.surface-overlay #side-panels .side-panel:nth-last-child(2) {
    margin-bottom: 140px !important; }
  #page-container.surface-overlay #primary-folder-tree-container, #page-container.surface-overlay #top-menu-2010, #page-container.surface-overlay #top-menu,
  #page-container.surface-overlay #two-column-content {
    display: none; }
  #page-container.surface-overlay #folder-nav-container,
  #page-container.surface-overlay #side-panels-container {
    display: table-cell;
    vertical-align: top;
    float: none;
    width: 25%;
    min-width: 125px;
    padding: 0; }
    #page-container.surface-overlay #folder-nav-container #side-panels,
    #page-container.surface-overlay #side-panels-container #side-panels {
      margin: 0;
      border-right: 1px solid #ccc; }
      #page-container.surface-overlay #folder-nav-container #side-panels .side-panel,
      #page-container.surface-overlay #side-panels-container #side-panels .side-panel {
        margin-bottom: 0; }
  @media only screen and (min-width: 900px) {
    #page-container.surface-overlay #folder-nav-container,
    #page-container.surface-overlay #side-panels-container {
      width: 225px; } }
  @media only screen and (max-width: 580px) {
    #page-container.surface-overlay #folder-nav-container,
    #page-container.surface-overlay #side-panels-container {
      width: 145px; } }
  #page-container.surface-overlay #side-panels {
    margin-top: 0;
    overflow: auto; }
  #page-container.surface-overlay #doc-viewer {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    width: 100%; }
    #page-container.surface-overlay #doc-viewer #doc-map {
      height: 100%; }
  #page-container.surface-overlay #doc-toolbar {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    display: none !important; }

#doc-map {
  touch-action: none;
  overscroll-behavior: contain; }

/******** MARKERS **********/
.with-marker-cursor {
  cursor: crosshair !important; }

ul.surface-notes {
  padding: 1px 0; }
  ul.surface-notes hr {
    border: 0;
    height: 1px;
    margin-right: 10px;
    display: none; }
  ul.surface-notes hr {
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 75%); }
  ul.surface-notes li {
    word-wrap: break-word; }
    ul.surface-notes li:not(:first-child) hr {
      display: block; }
  ul.surface-notes .note-buttons-wrapper {
    position: absolute;
    top: -1px;
    right: 3px;
    max-width: 32px;
    font-size: 0; }
    ul.surface-notes .note-buttons-wrapper span {
      cursor: pointer;
      display: inline-block; }
  ul.surface-notes .note-author-wrapper {
    position: relative;
    width: 100%;
    min-width: 150px; }
    ul.surface-notes .note-author-wrapper span.title {
      display: inline-block;
      margin-right: 36px; }
    ul.surface-notes .note-author-wrapper span.author {
      font-weight: bold; }
  ul.surface-notes .note-text-wrapper {
    position: relative;
    max-width: 245px;
    padding-right: 20px; }
  ul.surface-notes .note-date {
    color: #bbb;
    font-style: italic;
    font-size: 0.9em; }

/******** TOOLBAR **********/
#doc-toolbar {
  position: relative;
  width: 100%;
  font-size: 1em;
  background-color: #fefefe;
  color: black;
  padding: 0 0;
  border-top: 1px solid #f0f0f0; }
  #doc-toolbar.fixed {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1200; }
  #doc-toolbar.fullscreen {
    position: absolute;
    bottom: 0;
    z-index: 1200;
    margin: 0; }
  #doc-toolbar .toolbar-section {
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 0.6em 0.6em; }
  #doc-toolbar .toolbar-row {
    clear: left;
    height: 2.1em;
    margin-bottom: 0.3em; }

/* The bottom panel. */
#doc-toolbar-main {
  border-top: 0.05em solid transparent; }
  #doc-toolbar-main .name {
    float: left;
    width: 24%;
    border-width: 0.05em; }
  #doc-toolbar-main .controls {
    float: right;
    display: inline;
    width: 75%;
    text-align: right; }

#doc-toolbar .ui-widget {
  font-size: 1.0em; }
#doc-toolbar .ui-button {
  border-width: 0.05em; }
#doc-toolbar .ui-button-text {
  line-height: 1.0em;
  font-weight: normal;
  padding-top: .6em;
  padding-bottom: .6em; }
#doc-toolbar .ui-button-text-icon-secondary .ui-button-text {
  padding-right: 1.6em; }

/******** EXPANDED TOOLBAR *********/
#doc-toolbar #marker-form {
  display: none; }

#doc-toolbar.with-marker-form #marker-form {
  display: block; }

#doc-toolbar.with-marker-form #doc-toolbar-main {
  border-color: #999; }

#marker-form {
  font-size: 1em;
  /* The little groups of three buttons, such as for visibility settings */ }
  #marker-form fieldset {
    border: 0;
    padding: 0 0;
    margin: 0 0;
    width: 48%;
    float: left; }
  #marker-form.redaction fieldset#marker-tour-inclusion {
    width: 45%; }
  #marker-form.redaction, #marker-form.search {
    padding-top: 13px; }
  #marker-form.redaction .disabled-in-redaction, #marker-form.annotation .disabled-in-annotation, #marker-form.search .disabled-in-search, #marker-form.expose .disabled-in-expose {
    display: none !important; }
  #marker-form span.options {
    display: inline-block;
    width: 82%;
    margin: 0 0;
    padding: 0 0;
    overflow: hidden; }
  #marker-form span.label {
    display: inline-block;
    width: 15%;
    height: 2.1em;
    vertical-align: top;
    color: white;
    font-weight: bold; }
  #marker-form input {
    float: none;
    vertical-align: top; }
  #marker-form input[type=text] {
    height: 1em;
    padding: 0.5em 4px;
    border-width: 0.05em;
    font-size: 100%; }
  #marker-form .ui-buttonset label {
    margin-right: 7px;
    width: calc(33% - 7px);
    border-width: 0.05em; }
    #marker-form .ui-buttonset label .ui-button-text {
      font-size: 100%;
      line-height: 1em; }
  #marker-form fieldset#marker-label,
  #marker-form fieldset#marker-note {
    margin: 0 0 0.3em; }
  #marker-form fieldset#marker-search button {
    margin-right: 4px; }
  #marker-form .with-check-box label {
    float: none;
    font-weight: normal; }
  #marker-form .controls {
    position: absolute;
    top: 0.5em;
    right: 0.6em;
    width: 2.1em; }
    #marker-form .controls a {
      float: right;
      border-width: 0.05em;
      width: 2em;
      height: 2em;
      margin: 0 1px 1px 0; }
  #marker-form.redaction .controls, #marker-form.search .controls {
    height: 2.1em;
    width: auto; }
    #marker-form.redaction .controls a, #marker-form.search .controls a {
      float: right; }
  #marker-form #marker-label input,
  #marker-form #marker-note input {
    width: 79%; }

/******** MARKER VIEW **********/
.marker {
  margin-top: 18px; }

.marker div.image-whole {
  position: relative;
  padding: 0 0; }

.marker div.image-whole .marker-image {
  position: absolute;
  margin-left: -12px;
  margin-top: -41px;
  width: 25px;
  height: 41px; }

.marker div.marker-area {
  position: absolute;
  border: 1px solid yellow;
  background-color: yellow;
  opacity: 0.4; }

.marker div.image-slice {
  background-color: #e9e9e9;
  overflow: hidden;
  border: 1px solid #ccc; }

.marker .preview-image {
  margin: 6px 0 0 6px; }

.redaction-label {
  line-height: normal;
  text-align: center;
  vertical-align: middle; }

/******** FOLLOW THE LEADER *********/
#follow-the-leader-list .active {
  font-weight: bold; }

/******* TOURS ********/
div.side-panel div.content .select2-container {
  width: 100%; }

div.side-panel .next-stop,
div.side-panel .previous-stop {
  height: 24px;
  display: none; }

div.side-panel .next-stop {
  float: right;
  margin-right: 4px; }

div.side-panel .previous-stop {
  float: left;
  margin-left: 4px; }

div.side-panel .current-tour {
  text-align: center; }

div.side-panel .next-stop:hover,
div.side-panel .previous-stop:hover {
  background: inherit; }

.whole-width {
  width: 100%;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.half-width-left, .half-width-right {
  width: 49%;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.half-width-left {
  margin-left: 0;
  margin-right: 1%; }

.half-width-right {
  margin-left: 1%;
  margin-right: 0; }

.tour-form input {
  width: 100%; }

body .clean-form input, body .clean-form textarea, body .clean-form select, body .clean-form div.select2-container {
  margin-bottom: 10px;
  font-size: 1.1em;
  /* letter-spacing: 1px; */
  line-height: 1.4em;
  color: #0b2c47;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%; }
body .clean-form .dataTables_filter input {
  width: auto;
  margin: 0;
  padding: 1px; }
body .clean-form input[type=file] {
  width: auto; }
body .clean-form input, body .clean-form textarea {
  padding: 10px 8px 10px;
  border: 1px solid #d9d9d9; }
  body .clean-form input.disabled, body .clean-form textarea.disabled {
    color: #bbb; }
body .clean-form input[type=checkbox], body .clean-form input[type=radio] {
  float: left;
  display: inline;
  clear: left;
  width: auto;
  margin: 5px 8px 9px 0;
  padding: 0 0; }
body .clean-form label {
  float: none;
  display: inline;
  width: auto;
  color: #555;
  margin-bottom: -2px; }
  body .clean-form label.disabled {
    color: #999; }
body .clean-form label.radio-label {
  float: left; }
body .clean-form label.plain {
  float: left;
  font-weight: normal; }
body .clean-form fieldset {
  clear: both; }
  body .clean-form fieldset.borderless {
    border: none !important; }
  body .clean-form fieldset.padded-top-0 {
    padding-top: 0px; }
body .clean-form a.ui-button:hover {
  color: #1b93aa !important; }
body .clean-form div.cke {
  margin-bottom: 12px; }
body .clean-form .ui-button {
  margin-right: 0; }
body .clean-form input.submit.half-width-left {
  width: 50%;
  float: left;
  margin-left: 0; }
body .clean-form input.submit.half-width-right {
  width: 49%;
  float: right; }

#map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #333;
  z-index: 1000;
  display: none; }
  #map-overlay span {
    display: block;
    text-align: center;
    margin-top: 30%;
    color: white; }

.locked-page, .locked-page.body {
  position: fixed;
  width: 100%;
  height: 100%; }
.locked-page #footer {
  display: none; }
.locked-page #page-content {
  padding-bottom: 0; }
.locked-page #folder-nav-container {
  height: 100%;
  overflow: auto; }

.leaflet-rrose-content {
  pointer-events: none; }
  .leaflet-rrose-content .note-buttons-wrapper {
    pointer-events: auto; }

.ui-button .ui-icon-loading {
  background-image: url(/assets/images/loading-30faf67bfa16bb7ad3fe845f146c6aff.gif) !important;
  background-position: 0 2px !important; }

.ui-button .ui-button-icon-secondary.ui-icon-loading {
  right: .3em !important; }

/* Custom Leaflet buttons */
.leaflet-bottom.leaflet-right > .leaflet-bar:nth-last-child(2) {
  margin-bottom: 4em; }

#doc-map.with-marker-form .leaflet-bottom.leaflet-right > .leaflet-bar:nth-last-child(2) {
  margin-bottom: 15.7em; }

.leaflet-bar a, .leaflet-bar a:hover {
  color: #3E3E3E !important;
  text-decoration: none !important; }

.leaflet-control-custom.leaflet-bar a.disabled,
.leaflet-control-custom.leaflet-bar a.disabled:hover, .leaflet-draw-toolbar a.disabled,
.leaflet-draw-toolbar a.disabled:hover {
  cursor: default;
  opacity: .4;
  color: inherit;
  background-color: #fff; }

.leaflet-control-custom.leaflet-bar-horizontal a, .leaflet-control-custom.leaflet-bar-horizontal a:hover {
  float: left;
  border-bottom: none; }
.leaflet-control-custom.leaflet-bar-horizontal a:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }
.leaflet-control-custom.leaflet-bar-horizontal a:last-child {
  border-bottom-left-radius: 0;
  border-right: none; }

.leaflet-control-custom a.leaflet-togglebutton,
.leaflet-control-custom a.leaflet-togglebutton:hover {
  width: 46px !important; }
  .leaflet-control-custom a.leaflet-togglebutton span.glyphicon,
  .leaflet-control-custom a.leaflet-togglebutton:hover span.glyphicon {
    padding: 0 4px; }

body .leaflet-container {
  background-color: #E4E4E4; }

.leaflet-overlay-pane > svg {
  z-index: 2; }

.embedded-spreadsheet {
  background-color: white; }
  .embedded-spreadsheet td {
    overflow: hidden; }
    .embedded-spreadsheet td:hover {
      overflow: visible; }

.binder-view {
  position: relative; }
  .binder-view .binder-div {
    z-index: 9999999;
    width: 100%;
    height: 100%;
    margin: 20px 75px; }
    .binder-view .binder-div .page {
      position: relative;
      background: rgba(255, 255, 255, 0); }
      .binder-view .binder-div .page .paper {
        background: #FFFFFF;
        box-sizing: border-box; }
        .binder-view .binder-div .page .paper > .header, .binder-view .binder-div .page .paper > .footer {
          z-index: 1;
          background: none;
          margin: 0;
          position: absolute;
          width: 100%;
          font-size: 18px;
          box-sizing: border-box; }
        .binder-view .binder-div .page .paper > .header {
          height: 30px;
          text-align: center;
          top: 0;
          border: 0; }
        .binder-view .binder-div .page .paper > .footer {
          height: 30px;
          text-align: center;
          padding: 0 20px;
          bottom: 0; }
        .binder-view .binder-div .page .paper .controls {
          position: absolute;
          bottom: 60px;
          padding: 0 20px;
          z-index: 1; }
          .binder-view .binder-div .page .paper .controls .btn {
            font-size: 18px; }
    .binder-view .binder-div .content {
      position: relative;
      overflow: hidden;
      z-index: 2; }
      .binder-view .binder-div .content .loading {
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 128px;
        width: 128px;
        background-image: url(/images/../images/jquery-file-upload/loading.gif); }
      .binder-view .binder-div .content .title {
        display: table-cell;
        vertical-align: middle;
        font-size: 25px;
        color: white; }
      .binder-view .binder-div .content .binder-title-wrapper,
      .binder-view .binder-div .content .message-wrapper,
      .binder-view .binder-div .content .separator-title-wrapper {
        position: absolute;
        width: 510px;
        height: 150px;
        top: 250px;
        left: 78px;
        box-sizing: border-box;
        text-align: center;
        display: table; }
      .binder-view .binder-div .content .binder-title-wrapper {
        border: 2px solid black;
        background: #efefef; }
        .binder-view .binder-div .content .binder-title-wrapper .title {
          color: black; }
      .binder-view .binder-div .content .separator-title-wrapper {
        top: 300px; }
      .binder-view .binder-div .content .info-message {
        color: #AAAAAA;
        font-size: 20px; }
      .binder-view .binder-div .content .error-message {
        color: #000000;
        font-size: 20px; }
      .binder-view .binder-div .content .html-content {
        transform-origin: top left; }
      .binder-view .binder-div .content .img-content {
        max-width: 100% !important;
        max-height: 100% !important; }
      .binder-view .binder-div .content .binder-index {
        padding: 30px 20px;
        font-size: 20px;
        text-align: left; }
        .binder-view .binder-div .content .binder-index .title {
          display: block;
          color: inherit;
          text-align: center; }
        .binder-view .binder-div .content .binder-index .row {
          position: relative;
          height: 30px; }
        .binder-view .binder-div .content .binder-index .name {
          position: absolute;
          white-space: nowrap;
          width: 85%;
          overflow: hidden;
          line-height: 1em; }
        .binder-view .binder-div .content .binder-index .page-num {
          position: absolute;
          right: 0; }
        .binder-view .binder-div .content .binder-index .row.document .name {
          left: 2em; }
        .binder-view .binder-div .content .binder-index .row.section .name {
          left: 0; }
        .binder-view .binder-div .content .binder-index .row.section span {
          font-weight: bold; }
    .binder-view .binder-div .content.expanded {
      overflow: visible; }
      .binder-view .binder-div .content.expanded .controls .expand-btn {
        display: none; }
    .binder-view .binder-div .content.collapsed::after {
      content: '';
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-box-shadow: inset -100px -100px 100px 0px #eeeeee;
      -moz-box-shadow: inset -100px -100px 100px 0px #eeeeee;
      box-shadow: inset -100px -100px 100px 0px #eeeeee; }
    .binder-view .binder-div .page.even .paper {
      margin-right: 15px; }
      .binder-view .binder-div .page.even .paper > .footer .page-number {
        float: left; }
      .binder-view .binder-div .page.even .paper .controls {
        left: 80px; }
    .binder-view .binder-div .page.even .ring {
      right: 0;
      background-position: left center; }
    .binder-view .binder-div .page.even .content.collapsed::after {
      -webkit-box-shadow: inset 100px -100px 100px 0px #eeeeee;
      -moz-box-shadow: inset 100px -100px 100px 0px #eeeeee;
      box-shadow: inset 100px -100px 100px 0px #eeeeee; }
    .binder-view .binder-div .page.even .content.expanded .html-content {
      position: absolute;
      right: 0; }
    .binder-view .binder-div .page.even .content {
      text-align: left; }
    .binder-view .binder-div .page.odd .paper {
      margin-left: 15px; }
      .binder-view .binder-div .page.odd .paper > .footer .page-number {
        float: right; }
      .binder-view .binder-div .page.odd .paper .controls {
        right: 80px; }
    .binder-view .binder-div .page.odd .ring {
      background-position: right center; }
    .binder-view .binder-div .page.odd .content {
      text-align: right; }
  .binder-view .ring {
    position: absolute;
    width: 55px;
    height: 28px;
    background-size: auto 28px;
    background-image: url(/assets/binder-rings-ac8615d79f28e3d4fa7a9af2b0ad3f59.png);
    transform: translate3d(0px, 0px, 0px);
    z-index: 3; }
  .binder-view > .ring {
    background-image: url(/assets/binder-rings-right-b68be4a178465d43d62066ad9f71f1b7.png);
    width: 106px;
    left: 745px; }
  .binder-view .ring0 {
    top: 318px; }
  .binder-view .ring1 {
    bottom: 318px; }
  .binder-view .section-tabs {
    position: relative;
    float: left;
    overflow: hidden; }
    .binder-view .section-tabs .group {
      position: absolute;
      width: 50px;
      height: 940px; }
    .binder-view .section-tabs .tab {
      box-sizing: border-box;
      position: absolute;
      width: 156px;
      height: 50px;
      font-size: 16px;
      cursor: pointer;
      border-bottom: 2px #B3b3b3 solid;
      -webkit-border-radius: 20px 20px 0px 0px;
      -moz-border-radius: 20px 20px 0px 0px;
      border-radius: 20px 20px 0px 0px;
      transform-origin: bottom left;
      -webkit-box-shadow: #B3B3B3 0px -1px 10px 1px;
      -moz-box-shadow: #B3B3B3 0px -1px 10px 1px;
      box-shadow: #B3B3B3 0px -1px 10px 1px; }
      .binder-view .section-tabs .tab .title {
        width: 140px;
        margin: auto;
        line-height: 50px;
        white-space: nowrap;
        overflow: hidden;
        text-align: center;
        color: white; }
    .binder-view .section-tabs .left.group {
      left: 26px; }
      .binder-view .section-tabs .left.group .tab {
        margin-left: 50px;
        margin-top: 106px;
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg); }
    .binder-view .section-tabs .right.group {
      right: 26px; }
      .binder-view .section-tabs .right.group .tab {
        margin-top: -50px;
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }

.glyphicon-undo {
  -moz-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.glyphicon-undo:before {
  content: "\e095"; }

path.line-marker:hover {
  stroke: darkgreen;
  stroke-width: 3px; }

#doc-map.mode-create {
  cursor: url(/assets/glyphicons-31-pencil-68a1110df9fe757eb6b0dc57323a5cfb.png) 0 25, auto; }

.leaflet-div-icon.leaflet-div-icon-drag-handle {
  border-top: none;
  border-right: none;
  cursor: move; }

.leaflet-div-icon.leaflet-div-icon-adder {
  cursor: pointer;
  border: none;
  background-color: transparent;
  margin-top: -15px !important;
  margin-left: 3px !important; }
  .leaflet-div-icon.leaflet-div-icon-adder .leaflet-div-icon__icon-wrapper {
    background-color: #c19e78;
    border-radius: 12px;
    height: 12px;
    width: 12px; }
  .leaflet-div-icon.leaflet-div-icon-adder span.glyphicon {
    top: -8px; }
  .leaflet-div-icon.leaflet-div-icon-adder .glyphicon-plus:before {
    font-size: 8px;
    color: #f5f5f5; }

.leaflet-div-icon.leaflet-div-icon-resize-handle {
  background-color: transparent !important;
  border: 0 !important;
  padding: 3px; }
  .leaflet-div-icon.leaflet-div-icon-resize-handle .leaflet-div-icon__icon-wrapper {
    font-size: 8px !important; }
  .leaflet-div-icon.leaflet-div-icon-resize-handle.position-NW {
    cursor: nw-resize;
    left: 3px;
    top: 0; }
  .leaflet-div-icon.leaflet-div-icon-resize-handle.position-SE {
    cursor: se-resize;
    left: 3px;
    top: -2px; }
  .leaflet-div-icon.leaflet-div-icon-resize-handle.position-SW {
    cursor: sw-resize;
    left: 3px;
    top: -2px; }

.leaflet-div-icon.leaflet-div-icon--redaction {
  background-color: gray; }
  .leaflet-div-icon.leaflet-div-icon--redaction .leaflet-div-icon__icon-wrapper > .glyphicon {
    color: white;
    top: 0; }
  .leaflet-div-icon.leaflet-div-icon--redaction.leaflet-div-icon-resize-handle .leaflet-div-icon__icon-wrapper {
    background-color: white !important;
    border-color: white !important; }

.leaflet-div-icon.leaflet-div-icon--expose {
  border-color: #3388ff; }

.leaflet-div-icon.leaflet-div-icon--annotation {
  background-color: yellow;
  border-color: yellow; }

.leaflet-div-icon.leaflet-div-icon--colour1.leaflet-div-icon-resize-handle .leaflet-div-icon__icon-wrapper,
.leaflet-div-icon.leaflet-div-icon--colour1 {
  background-color: yellow;
  border-color: yellow; }

.leaflet-div-icon.leaflet-div-icon--colour2.leaflet-div-icon-resize-handle .leaflet-div-icon__icon-wrapper,
.leaflet-div-icon.leaflet-div-icon--colour2 {
  background-color: #00ffff;
  border-color: #00ffff; }

.leaflet-div-icon.leaflet-div-icon--colour3.leaflet-div-icon-resize-handle .leaflet-div-icon__icon-wrapper,
.leaflet-div-icon.leaflet-div-icon--colour3 {
  background-color: #00fc37;
  border-color: #00fc37; }

.leaflet-div-icon.leaflet-div-icon--colour4.leaflet-div-icon-resize-handle .leaflet-div-icon__icon-wrapper,
.leaflet-div-icon.leaflet-div-icon--colour4 {
  background-color: #ff05f5;
  border-color: #ff05f5; }

.leaflet-div-icon__icon-wrapper {
  height: 100%;
  font-size: 16px; }

.leaflet-div-icon__icon-wrapper .glyphicon-resize-full {
  transform: scaleX(-1); }

.leaflet-div-icon.leaflet-div-icon--hidden {
  opacity: 0.1; }

.leaflet-div-icon.leaflet-div-icon--hidden > .leaflet-div-icon__icon-wrapper {
  display: none; }

.leaflet-bar .leaflet-bar__a {
  background-image: url(/assets/leaflet_draw/spritesheet-2x-updated-3a9480d45f4941ded3e272c3cefb7d27.png);
  background-size: 390px 30px; }
.leaflet-bar .leaflet-bar__leaflet-draw-draw-redaction-whole {
  background-position: -357.5px -0.5px; }

.select2-drop.tour-listing-select2-dropdown {
  position: fixed; }

.leaflet-embedded-media-popup .leaflet-rrose-content {
  pointer-events: auto;
  width: auto !important; }

.leaflet-embedded-media-popup audio {
  outline: none; }

.leaflet-embedded-media-popup .leaflet-rrose-tip {
  background: transparent;
  border: none;
  box-shadow: none; }

.leaflet-embedded-media-popup .leaflet-rrose-close-button {
  background: white;
  border-radius: 50%;
  padding: 5px; }

.leaflet-embedded-media-popup .leaflet-rrose-content-wrapper {
  background: transparent;
  box-shadow: none;
  padding: 0; }

.leaflet-embedded-media-popup .audiojs p {
  margin: 0; }

body.surface--is-open #app-page-title, body.surface--is-open #view-controls,
body.surface--is-open #main-sidebar, body.surface--is-open .main-sidebar-shadow {
  display: none; }
body.surface--is-open #sidepanel-header-container, body.surface--is-open #side-panels {
  background-color: white; }
body.surface--is-open #hubspot-messages-iframe-container {
  z-index: 0; }
.surface-search-content a.submit {
  margin-bottom: 0px !important; }
.surface-search-content .doc-navigator .doc-nav-status {
  float: left;
  width: 100%;
  height: 20px;
  margin-top: 6px;
  text-align: center; }
.surface-search-content .doc-navigator .doc-nav-btn {
  margin-top: 6px;
  height: 24px;
  display: inline-block;
  width: calc(50% - 3px); }
  .surface-search-content .doc-navigator .doc-nav-btn .ui-button-text {
    font-size: 14px;
    padding-top: 0.2em;
    padding-bottom: 0.2em; }
.surface-search-content .doc-navigator .next-doc {
  float: right; }
.surface-search-content .doc-navigator .prev-doc {
  float: left; }
.surface-search-content .spacer {
  float: left;
  height: 6px;
  width: 100%; }

.bookmarks-panel-content input.label-textbox,
.bookmarks-in-modal input.label-textbox {
  float: left;
  height: 25px;
  width: 70%;
  margin: 5px 6px;
  box-sizing: border-box; }
.bookmarks-panel-content a,
.bookmarks-in-modal a {
  height: 25px; }
  .bookmarks-panel-content a .label,
  .bookmarks-in-modal a .label {
    word-wrap: break-word; }
.bookmarks-panel-content div.edit-toolbar,
.bookmarks-in-modal div.edit-toolbar {
  margin: 0 5px; }
.bookmarks-panel-content ul.bookmarks-list,
.bookmarks-in-modal ul.bookmarks-list {
  height: auto;
  max-height: 215px;
  overflow: auto;
  margin-top: 6px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.bookmarks-panel-content li.bookmark a.selected,
.bookmarks-in-modal li.bookmark a.selected {
  border-left: solid 3px #258ca0; }
.bookmarks-panel-content li.bookmark div.loader,
.bookmarks-in-modal li.bookmark div.loader {
  float: right;
  margin: 9px 4px 0;
  width: 16px;
  height: 11px;
  background-image: url(/assets/images/loading-30faf67bfa16bb7ad3fe845f146c6aff.gif); }

.theme-2020 .bookmarks-panel-content a {
  height: 35px; }

.duplicates-app div.duplicates-list {
  height: auto;
  max-height: 160px;
  overflow-y: auto;
  background-clip: padding-box; }
.duplicates-app ul.list-group:empty {
  display: none; }
.duplicates-app li a {
  display: block;
  padding: 2px 4px !important; }
.duplicates-app li span.text-item {
  margin: 2px 4px; }
.duplicates-app div.subheading {
  margin: 0 4px;
  color: #999;
  text-transform: uppercase;
  font-style: italic; }
.duplicates-app span.title {
  white-space: nowrap; }
  .duplicates-app span.title span.ref {
    font-style: italic; }
    .duplicates-app span.title span.ref.selected {
      color: #777777; }
  .duplicates-app span.title.selected {
    font-weight: bold; }
.duplicates-app span.note {
  float: right;
  margin-left: 2px;
  color: #999; }
.duplicates-app div.controls-wrapper {
  padding: 2px 6px 6px; }
.duplicates-app div.caption {
  text-align: center; }

.side-panel .content li .text-item {
  display: block;
  margin: 5px 6px; }
.side-panel .content li label {
  float: none;
  display: inline;
  font-weight: normal; }
  .side-panel .content li label input {
    float: none; }
table#message-browser {
  width: 100%;
  padding: 0 0;
  border-collapse: collapse;
/*   position: relative; */
}

table#message-browser td {
  margin: 0 0;
  padding: 0 0;
  vertical-align: top;
  position: relative;
}

td#message-select-panel {
  width: 40%;
  z-index: 1;
  /* border-right: 1px solid gray;*/
}

td#message-view-panel {
}

/* 
 * Message list screen
 */

a.message-link {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
 
ul.message-list {
  margin: 0 0;
  padding: 0 0;
  width: 100%;
  float: left;
}

ul.message-list li {
  list-style: none;
  /* border-right: 1px solid gray; */
  border-bottom: 1px solid #ddd;
}

ul.message-list li.selected,
ul.message-list li.selected:hover {
  background-color: #bbb; 
  border: 1px solid gray;
  border-right: 1px solid #bbb; ;
}

ul.message-list li a {
  padding: 5px;
  text-decoration: none;
}

ul.message-list li:hover { background: #ddd; }

ul.message-list li.selected a {
  color: white;
  background-color: inherit; 
}

.unread {
  font-weight: bold;
}

ul.message-list span {
  float: left;
}

ul.message-list span.message-summary {
	padding-left: 2ex;
	float: none;
	clear: both;
	display: block;
	color: #777;
}

ul.message-list span.message-subject {
  font-style: italic;
  margin-right: 0.8em;
}

ul.message-list li.selected span.message-summary {
	color: #f0f0f0;
}


ul.message-list span.message-date {
	width: 9em;
	float: right;
	text-align: right;
}

ul.message-list span.attachment-icon {
	width: 14px;
	height: 14px;
	float: right;
	margin: 5px 5px 0 3px;
}

ul.message-list span.attachment-icon img {
	width: 14px;
	height: 14px;
}


ul.message-list span.message-sender,
ul.message-list span.message-recipients,
ul.message-list span.message-date {
  margin: 4px 0 0 4px;
}

/* 
 * Inline message viewer panel
 */
 
#message-container {
  background-color: #bbb; 
  border: 1px solid gray;
  position: relative;
  z-index: 0;
  margin-left: -1px;
} 

#message-container .message-view-panel-inner {
  margin: 12px 12px 0px 12px;
}

#message-container div.message-part{
  background-color: white;
  border: 1px solid gray;
  margin-bottom: 1px;  
}

#message-container div.message-header{
  background-color: #eee;
  border: 1px solid gray;
  margin-bottom: 1px;  
}

#message-container .conversation_footer {
  margin: 0 0 14px 0;
  text-align: right;
}

/* 
 * Message show screen 
 */

.message {
  margin-bottom: 14px;
}

.standalone-message {
  margin-top: 10px;
}

.message div.message-part {
  padding: 6px 8px;
  background-color: white;
  border: 1px solid gray;
  margin-bottom: 1px;  
}

#message-container div.message-part{
}

.message div.message-part img.attachment-icon {
  float: right;
}

.message div.message-header {
  font-weight: bold;
  background-color: #eee;
}

.message div.message-header .message-addresses {
  float: left;
}

.message div.message-header .message-sent-date {
  float: right;
}

.message .message-subject {
  float: left;
  font-weight: bold;
  width: 50%;
  size: 1.2em;
}

.message .message-controls {
  float: right;
}

.message .message-body {
  display: block;
  clear: both;
  margin-top: 2em;
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for WebKit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/******** Message Edit Form *********/

.message-form {
  padding-right: 8px;
  padding-bottom: 12px;
}

div#attachments_folder_field {
  display: inline;
}

.message-form div#attachments_folder_field .ui-button {
  margin-right: 3px;
}

.message-form .advanced-settings-wrapper {
  margin-top: 8px;
}

.message-form .advanced-settings p {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.message-form .advanced-settings input {
  margin: 2px 8px 0 0 !important;
}

.message-form .advanced-settings p label {
  font-weight: normal;
}

div.fileupload-progress {
  float: left;
  display: inline;
}

#attachments_folder_field div.fileupload-progress { width: 100%; }
#attachments_folder_field .files .progress { width: 100%; }
#attachments_folder_field .ui-button { margin-top: 2px; }

div#attachments_folder_field ul { margin: 0 0; }
div#attachments_folder_field li { margin-left: -5px; }

.message-form .message_recipients {
  display: block;
  background-color: white;
}

body .message_recipients .select2-choices,
#message_subject,
#message_attachment_upload,
#fake-body {
  border: 1px solid #ccc;
}

#message_attachment_upload {
}

#fake-body {
  height: auto;
  margin: 0 0;
  font-family: inherit;
  font-size: 1.1em;
}

/* CLEAR UP SELECT2 */

.select2-choices {
  background: none !important;
}

.select2-choices .select2-search-choice {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  background-image: none !important;
}

/* Message context on compose screen */

.message-sequence {
  margin-top: 10px;
}

.message-sequence .entry {
  clear: both;
  margin-bottom: 4px;
}

.message-sequence .entry:hover { background-color: #f6f6f6; }
.message-sequence .highlighted-entry { background-color: #f6f6f6; }
.message-sequence:hover .highlighted-entry { background-color: transparent; }
.message-sequence .highlighted-entry:hover { background-color: #f6f6f6; }


.message-sequence .content {
  padding-left: 36px;
  line-height: 1.35em;
}

.message-sequence .envelope {
  float: right;
  display: inline;
  color: #999;
  font-size: 0.8em;
  line-height: 1.2em;
  text-align: right;
  margin: 2px 3px 1px 0;
}


.message-sequence .content p {
  margin: 0 0 3px;
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for WebKit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
table .acquired-col { width: 10%; }
table .type-col { width: 10%; }
table .qty-col { width: 5%; }
table .name-col { }
table .original-value-col { width: 12%; }
table .current-value-col { width: 12%; }

span.moneyvalue-red { color: #711;}
span.moneyvalue-green { color: #171;}

table.portfolios td { vertical-align: top; }
.portfolios .user-ref-col { width: 10%; }
.portfolios .type-col { width: 40%; }
.portfolios .type-detail {
  font-style: italic;
  font-color: #999;
}
div.graph {
  position: relative;
  margin: 40px 0;
}

div.graph .node {
  position: absolute;
  z-index: 1;
  overflow: hidden;
}

div.graph a.node {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
  margin: 0 0;

  color: #007;
  background-color: #f2f2f2;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

div.graph a.node:hover {
  background-color: #e9e9e9;
  color: #00a;
}

div.graph .node-inner {
  display: block;
  margin: 10px 3px 5px 3px;
}

div.graph a.node.tag span {
  /* Reset some properties assigned by the standard .tag definition. */
  height: 100%;
  white-space: normal;
  cursor: pointer;
}

div.graph a.node.tag span span span span {
  /* Undo the height:100% above, which conflicts with padding in IE6. */
  height: auto;
}



div.graph .edge-segment {
  background-color: #9d7c8f;
  padding: 0px 0px;
  margin: 0px 0px;
  position: absolute;
  overflow: hidden;
}

div.graph .edge-segment-overlay {

}

div.graph .edge-label {
  padding: 4px 4px;
  margin: -0.7em 0px 0px -3px;
  background: white;
  xx-border: 1px dotted #bbb;
  position: absolute;
  z-index: 2;
  opacity: 0.70;
  filter:alpha(opacity=70); /* For IE */
}

div.graph .edge-label:hover {
  background: #eee;
}

div.graph .edge-label a {
  display: block;
  color: #555;
}

div.graph .edge-label a:hover {
  color: #009;
  text-decoration: underline;
}


#start-menu-heading {
  display: table;
  height: 40px; }

#start-menu-heading-inner {
  display: table-cell;
  vertical-align: middle; }

.rooms-list {
  /* Main hover effect for rooms; a drop shadow.  Amazingly difficult
   * to achieve cross-browser support for this. */
  /** LETTERS THAT YOU CAN JUMP TO **/ }
  .rooms-list a.room-preview > .room-metadata {
    display: block; }
  .rooms-list a.room-preview {
    display: block;
    float: left;
    width: 100%;
    margin-left: 0;
    padding: 15px 15px;
    text-decoration: none;
    border: 1px solid #fff;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .rooms-list a.room-preview:nth-child(even) {
    background: #f9f9f9; }
  .rooms-list a.room-preview div.room-icon {
    float: left;
    width: 70px;
    height: 80px;
    margin-right: 12px;
    min-height: 80px; }
  .rooms-list a.room-preview div.room-avatar {
    float: left;
    width: 70px;
    margin: 0 12px 0 0;
    min-height: 80px;
    /* Give avatar room icons the same dimensions as the steel box. */ }
  .rooms-list a.room-preview div.room-type-icon-portfolio {
    background: url(../../images/gold_silver_pie_chart_transparent_bg_150.png) no-repeat;
    background-size: 75px 55px; }
  .rooms-list a.room-preview:hover {
    background-color: #f1f1f1;
    text-decoration: none !important; }
  .rooms-list div.rooms-list h3 {
    clear: left;
    padding: 4px;
    border-bottom: 1px solid #e9eff3;
    margin: 10px 0;
    font-weight: bold; }
  .rooms-list div.letter-guide {
    display: block;
    float: left; }

div#bookmarks-wrapper span.letters {
  float: left;
  display: inline-block;
  padding: 0 6px;
  font-size: 1.1em; }
div#bookmarks-wrapper span.label {
  display: inline-block;
  width: 65px;
  float: left; }

div#room-search-wrapper {
  float: right;
  width: 185px; }
  div#room-search-wrapper .icon-container {
    margin: 4px 4px 0;
    float: right; }
  div#room-search-wrapper input {
    float: right;
    font-size: 14px;
    width: 150px; }
#message-forward-rules { margin-top: 10px; margin-left: 25px; }
#message-forward-rules div.rule_fields { clear: both; margin-bottom: 8px;}
#message-forward-rules div.rule_fields label { float: left; display: inline; margin-right: 6px; text-align: right;}
/******* SEARCH BOX *******/


div#search {
  padding: 25px 20px 30px 15px;
}

div#search label {
  display: block;
  float: none;
  size: 1.2em;
}

div#search input#query {
  font-size: 1.4em;
  line-height: 1.8em;
  height: 1.8em;
  padding: 4px 8px;
  border: 1px solid #ddd;
  width: 75%;
}

div#search input.submit {
  position: relative;
  top: -0.5em;
  left: 5px;
  float: none;
}

/******* SEARCH RESULTS *******/

ul.search-results {
  list-style: none;
  margin-left: 15px;
}

ul.search-results li { margin-bottom: 8px; }
ul.search-results li p { margin-left: 16px; }

ul.search-results li h3 { font-size: 1.1em; margin-bottom: 7px; }

ul.search-results li h3 a { font-size: 1.05em; text-decoration: none; }
ul.search-results li h3 a:hover { text-decoration: underline; }

ul.search-results strong.highlight { background-color: inherit; }

ul.search-results strong.highlight { background-color: inherit; }


/******* DASHBOARD *******/
#recent td, #recent th { width: 33%;}
#recent .tag { width: 100%;}


/******* NOTES *******/

form.inline-note { margin-bottom: 10px;}
form.inline-note textarea { width: 100%; }
.note-textarea-wrapper { }


ul.notes { margin: 0 0 18px 0; list-style: none; }
ul.notes ul.notes { margin: 8px 0 0 0 }

ul.notes li {
  display: block;
  border-top: 3px solid #777;
  padding: 10px 9px 4px 9px;
  margin-bottom: 1px;
}

ul.notes li.odd { background-color: #f1f1f1; border-color: #999; }
ul.notes li.even { background-color: #e0e0e0; border-color: #bbb; }
ul.notes li.supernote.odd { background-color: #f0cacc; border-color: #c00; }
ul.notes li.supernote.even { background-color: #e5bec0; border-color: #c00; }
ul.notes a.remove-note {
  float: left !important;
  margin-right: 8px;
  color: #888888;
}

ul.notes li.system-note { font-style: italic; }

ul.notes li div.heading {
  font-style: italic;
  float: right;
  padding-left: 10px;
  color: #555;
  padding-bottom: 8px;
}

ul.notes li div.text {
  padding-right: 8px;
  margin-bottom: 8px;
}

ul.notes li div.heading a{ color: #4e5ccc; }
ul.notes li { color: #222; }
ul.notes li.supernote { color: #500; }

/****** FILE ATTACHMENTS *******/
div.attachments {
  background-color: #eee; border-top: 3px solid #777;
  padding: 7px 0px 4px;
  margin-bottom: 10px;
}

/****** PROPERTIES TABLES ******/
table.properties {
  width: 100%;
  border-top: 3px solid #555;
  padding-bottom: 8px;
  padding-top: 5px;
  margin-bottom: 25px;
}

table.properties th {
  padding-left: 9px;
  color: #333;
  vertical-align: top;
}

table.properties tr.top th {
  padding-left: 4px;

}

table.properties td {
  color: #666;
  vertical-align: top;
}

table.properties a { color: #002;}

table.properties.width-1 td { width: 70%;}
table.properties.width-2 td { width: 35%;}
table.properties.width-1 th { width: 25%;}
table.properties.width-2 th { width: 15%;}


/****** LISTING TABLES ******/
table.listing {border-top: 3px solid #666; }
table.listing th { background-color: #888; color: white; }
table.listing td { background-color: #eee; }
table.listing td, table.listing th { vertical-align: top; }
table.listing tr.detail-row { font-style: italic; color: #777; }
table.listing tr:hover td { background-color: #e0e0e0; }
table.listing tr.total td { background-color: #e5e5e5; border-top: 1px solid #ccc; font-weight: bold; }
table.listing tr.total:hover td { background-color: #d9d9d9; }


/****** SEGMENTED LISTS ******/
dl dt {margin-top: 15px; }
dl dd {margin-left: 40px; }

/****** PERSON FORM ******/
#person_weight_input fieldset ol li { float: left; display: inline; width: 3em;}
#person_weight_input fieldset ol li label { width: auto; }
.side-panel .coding-panel ul.coding-fields.disabled label {
  color: #999; }
.side-panel .coding-panel ul.coding-fields.disabled li a:hover label {
  color: white; }
.side-panel .coding-panel p label {
  float: none;
  display: block;
  width: auto;
  font-weight: normal;
  color: #888; }
.side-panel .coding-panel ul.coding-fields li a {
  display: block;
  padding: 2px 4px; }
.side-panel .coding-panel ul.coding-fields li input[type=text] {
  margin: 2px 0px 2px 2px;
  float: right; }
.side-panel .coding-panel ul.coding-fields li.date-type input {
  width: 8em; }
.side-panel .coding-panel ul.coding-fields li.binary-type input {
  float: none;
  margin: 5px 6px 0 4px; }
.side-panel .coding-panel ul.coding-fields li.binary-type label {
  margin-left: 0px; }
.side-panel .coding-panel ul.coding-fields li.rating-type a:hover {
  background-color: white !important;
  color: #2699d6 !important; }
.side-panel .coding-panel ul.coding-fields li.rating-type .starbox {
  font-size: 30px; }
.side-panel .coding-panel ul.coding-fields li.rating-type .star {
  color: #c6c6c6; }
.side-panel .coding-panel ul.coding-fields li.rating-type .star--on {
  color: #2699d6; }
.side-panel .coding-panel ul.coding-fields li label {
  float: none;
  display: inline;
  font-weight: normal;
  margin-left: 4px;
  cursor: pointer; }
.side-panel .coding-panel ul.coding-fields li .note {
  float: right;
  margin-left: 2px;
  color: #999; }
  .side-panel .coding-panel ul.coding-fields li .note.new {
    color: #b00;
    font-style: italic; }
.side-panel .coding-panel ul.coding-fields li a:hover .note {
  color: white; }

/* There is a select2 dropdown with name 'move_on_to' in the labels panel.
 * This CSS fixes a problem where the dropdown part the select2 box
 * appears underneath the div that follows it, cutting the dropdown part off.
 */
.select2-drop.coding-sel2-dropdown {
  position: fixed; }

.select2-drop {
  z-index: 1000000000 !important; }

.select2-drop-mask {
  z-index: 999999999 !important; }
/*
 * jsTree safelink theme 1.0
 * Supported features: dots/no-dots, icons/no-icons, focused, loading
 * Supported plugins: ui (hovered, clicked), checkbox, contextmenu, search
 */
.jstree-safelink li,
.jstree-safelink ins {
  background-image: url(/assets/d-8ee2a6573cba55f1132a92d94dc42823.png);
  background-repeat: no-repeat;
  background-color: transparent; }

.jstree-safelink li {
  background-position: -90px 0;
  background-repeat: repeat-y; }

.jstree-safelink li.jstree-last {
  background: transparent; }

.jstree-safelink .jstree-open > ins {
  background-position: -72px 0; }

.jstree-safelink .jstree-closed > ins {
  background-position: -54px 0; }

.jstree-safelink .jstree-leaf > ins {
  background-position: -36px 0; }

.jstree-safelink .jstree-hovered {
  background: #e7f4f9;
  border: 1px solid #e7f4f9;
  padding: 0 2px 0 1px; }

.jstree-safelink .jstree-clicked {
  background: navy;
  border: 1px solid navy;
  padding: 0 2px 0 1px;
  color: white; }

.jstree-safelink a .jstree-icon {
  background-position: 0;
  background-image: url(/assets/icons_2019/file_types/Folder-b54faab713a5721a45097739c414fda0.svg);
  width: 16px;
  height: 16px; }

.jstree-safelink .jstree-open > a .jstree-icon {
  background-position: 0;
  background-image: url(/images/icons_2019/file_types/Folder\ Empty.svg);
  width: 16px;
  height: 16px; }

.jstree-safelink a.jstree-loading .jstree-icon {
  background: url(/assets/throbber-94e3345b27e74d13d1d0c755fafb5c65.gif) center center no-repeat !important; }

.jstree-safelink a.jstree-clicked > .jstree-icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(2571%) hue-rotate(306deg) brightness(107%) contrast(102%); }

.jstree-safelink.jstree-focused {
  background: white; }

.jstree-safelink .jstree-no-dots li,
.jstree-safelink .jstree-no-dots .jstree-leaf > ins {
  background: transparent; }

.jstree-safelink .jstree-no-dots .jstree-open > ins {
  background-position: -18px 0; }

.jstree-safelink .jstree-no-dots .jstree-closed > ins {
  background-position: 0 0; }

.jstree-safelink .jstree-no-icons a .jstree-icon {
  display: none; }

.jstree-safelink .jstree-search {
  font-style: italic; }

.jstree-safelink .jstree-no-icons .jstree-checkbox {
  display: inline-block; }

.jstree-safelink .jstree-no-checkboxes .jstree-checkbox {
  display: none !important; }

.jstree-safelink .jstree-checked > a > .jstree-checkbox {
  background-position: -38px -19px; }

.jstree-safelink .jstree-unchecked > a > .jstree-checkbox {
  background-position: -2px -19px; }

.jstree-safelink .jstree-undetermined > a > .jstree-checkbox {
  background-position: -20px -19px; }

.jstree-safelink .jstree-checked > a > .jstree-checkbox:hover {
  background-position: -38px -37px; }

.jstree-safelink .jstree-unchecked > a > .jstree-checkbox:hover {
  background-position: -2px -37px; }

.jstree-safelink .jstree-undetermined > a > .jstree-checkbox:hover {
  background-position: -20px -37px; }

#vakata-dragged.jstree-safelink ins {
  background: transparent !important; }

#vakata-dragged.jstree-safelink .jstree-ok {
  background: url(/assets/d-8ee2a6573cba55f1132a92d94dc42823.png) -2px -53px no-repeat !important; }

#vakata-dragged.jstree-safelink .jstree-invalid {
  background: url(/assets/d-8ee2a6573cba55f1132a92d94dc42823.png) -18px -53px no-repeat !important; }

#jstree-marker.jstree-safelink {
  background: url(/assets/d-8ee2a6573cba55f1132a92d94dc42823.png) -41px -57px no-repeat !important;
  text-indent: -100px; }

.jstree-safelink a.jstree-search {
  color: aqua; }

.jstree-safelink .jstree-locked a {
  color: silver;
  cursor: default; }

#vakata-contextmenu.jstree-safelink-context,
#vakata-contextmenu.jstree-safelink-context li ul {
  background: #f0f0f0;
  border: 1px solid #979797;
  -moz-box-shadow: 1px 1px 2px #999;
  -webkit-box-shadow: 1px 1px 2px #999;
  box-shadow: 1px 1px 2px #999; }

#vakata-contextmenu.jstree-safelink-context a {
  color: black; }

#vakata-contextmenu.jstree-safelink-context a:hover,
#vakata-contextmenu.jstree-safelink-context .vakata-hover > a {
  padding: 0 5px;
  background: #e8eff7;
  border: 1px solid #aecff7;
  color: black;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

#vakata-contextmenu.jstree-safelink-context li.jstree-contextmenu-disabled a,
#vakata-contextmenu.jstree-safelink-context li.jstree-contextmenu-disabled a:hover {
  color: silver;
  background: transparent;
  border: 0;
  padding: 1px 4px; }

#vakata-contextmenu.jstree-safelink-context li.vakata-separator {
  background: white;
  border-top: 1px solid #e0e0e0;
  margin: 0; }

#vakata-contextmenu.jstree-safelink-context li ul {
  margin-left: -4px; }

/* IE6 BEGIN */
.jstree-safelink li,
.jstree-safelink ins,
#vakata-dragged.jstree-safelink .jstree-invalid,
#vakata-dragged.jstree-safelink .jstree-ok,
#jstree-marker.jstree-safelink {
  _background-image: url("d.gif"); }

.jstree-safelink .jstree-open ins {
  _background-position: -72px 0; }

.jstree-safelink .jstree-closed ins {
  _background-position: -54px 0; }

.jstree-safelink .jstree-leaf ins {
  _background-position: -36px 0; }

.jstree-safelink .jstree-open a ins.jstree-icon {
  _background-position: -56px -36px; }

.jstree-safelink .jstree-closed a ins.jstree-icon {
  _background-position: -56px -19px; }

.jstree-safelink .jstree-leaf a ins.jstree-icon {
  _background-position: -56px -19px; }

#vakata-contextmenu.jstree-safelink-context ins {
  _display: none; }

#vakata-contextmenu.jstree-safelink-context li {
  _zoom: 1; }

.jstree-safelink .jstree-undetermined a .jstree-checkbox {
  _background-position: -20px -19px; }

.jstree-safelink .jstree-checked a .jstree-checkbox {
  _background-position: -38px -19px; }

.jstree-safelink .jstree-unchecked a .jstree-checkbox {
  _background-position: -2px -19px; }

/* IE6 END */
.jstree-safelink.jstree a .jstree-icon {
  vertical-align: middle; }
.jstree-safelink.jstree a {
  height: auto; }

body.s-2021 .jstree-safelink a .jstree-icon {
  vertical-align: -4px;
  background-image: url(/assets/icons_2021/directory-folder-close-6f368f483c07a18bb650f05e473b6076.svg); }
body.s-2021 .jstree-safelink .jstree-open > a .jstree-icon {
  vertical-align: -4px;
  background-image: url(/assets/icons_2021/directory-folder-opened-f989d84c789766c44eaa546509e11d9b.svg); }
#qtip-overlay.blurs,.qtip-close{cursor:pointer}.qtip{position:absolute;left:-28000px;top:-28000px;display:none;max-width:280px;min-width:50px;font-size:10.5px;line-height:12px;direction:ltr;box-shadow:none;padding:0}.qtip-content,.qtip-titlebar{position:relative;overflow:hidden}.qtip-content{padding:5px 9px;text-align:left;word-wrap:break-word}.qtip-titlebar{padding:5px 35px 5px 10px;border-width:0 0 1px;font-weight:700}.qtip-titlebar+.qtip-content{border-top-width:0!important}.qtip-close{position:absolute;right:-9px;top:-9px;z-index:11;outline:0;border:1px solid transparent}.qtip-titlebar .qtip-close{right:4px;top:50%;margin-top:-9px}* html .qtip-titlebar .qtip-close{top:16px}.qtip-icon .ui-icon,.qtip-titlebar .ui-icon{display:block;text-indent:-1000em;direction:ltr}.qtip-icon,.qtip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-decoration:none}.qtip-icon .ui-icon{width:18px;height:14px;line-height:14px;text-align:center;text-indent:0;font:normal 700 10px/13px Tahoma,sans-serif;color:inherit;background:-100em -100em no-repeat}.qtip-default{border:1px solid #F1D031;background-color:#FFFFA3;color:#555}.qtip-default .qtip-titlebar{background-color:#FFEF93}.qtip-default .qtip-icon{border-color:#CCC;background:#F1F1F1;color:#777}.qtip-default .qtip-titlebar .qtip-close{border-color:#AAA;color:#111}.qtip-light{background-color:#fff;border-color:#E2E2E2;color:#454545}.qtip-light .qtip-titlebar{background-color:#f1f1f1}.qtip-dark{background-color:#505050;border-color:#303030;color:#f3f3f3}.qtip-dark .qtip-titlebar{background-color:#404040}.qtip-dark .qtip-icon{border-color:#444}.qtip-dark .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-cream{background-color:#FBF7AA;border-color:#F9E98E;color:#A27D35}.qtip-red,.qtip-red .qtip-icon,.qtip-red .qtip-titlebar .ui-state-hover{border-color:#D95252}.qtip-cream .qtip-titlebar{background-color:#F0DE7D}.qtip-cream .qtip-close .qtip-icon{background-position:-82px 0}.qtip-red{background-color:#F78B83;color:#912323}.qtip-red .qtip-titlebar{background-color:#F06D65}.qtip-red .qtip-close .qtip-icon{background-position:-102px 0}.qtip-green{background-color:#CAED9E;border-color:#90D93F;color:#3F6219}.qtip-green .qtip-titlebar{background-color:#B0DE78}.qtip-green .qtip-close .qtip-icon{background-position:-42px 0}.qtip-blue{background-color:#E5F6FE;border-color:#ADD9ED;color:#5E99BD}.qtip-blue .qtip-titlebar{background-color:#D0E9F5}.qtip-blue .qtip-close .qtip-icon{background-position:-2px 0}.qtip-shadow{-webkit-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);-moz-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);box-shadow:1px 1px 3px 1px rgba(0,0,0,.15)}.qtip-bootstrap,.qtip-rounded,.qtip-tipsy{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.qtip-rounded .qtip-titlebar{-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.qtip-youtube{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 3px #333;-moz-box-shadow:0 0 3px #333;box-shadow:0 0 3px #333;color:#fff;border:0 solid transparent;background:#4A4A4A;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,#000));background-image:-webkit-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-moz-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-ms-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-o-linear-gradient(top,#4A4A4A 0,#000 100%)}.qtip-youtube .qtip-titlebar{background-color:#4A4A4A;background-color:rgba(0,0,0,0)}.qtip-youtube .qtip-content{padding:.75em;font:12px arial,sans-serif;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);"}.qtip-youtube .qtip-icon{border-color:#222}.qtip-youtube .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-jtools{background:#232323;background:rgba(0,0,0,.7);background-image:-webkit-gradient(linear,left top,left bottom,from(#717171),to(#232323));background-image:-moz-linear-gradient(top,#717171,#232323);background-image:-webkit-linear-gradient(top,#717171,#232323);background-image:-ms-linear-gradient(top,#717171,#232323);background-image:-o-linear-gradient(top,#717171,#232323);border:2px solid #ddd;border:2px solid rgba(241,241,241,1);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 12px #333;-moz-box-shadow:0 0 12px #333;box-shadow:0 0 12px #333}.qtip-jtools .qtip-titlebar{background-color:transparent;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)"}.qtip-jtools .qtip-content{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)"}.qtip-jtools .qtip-content,.qtip-jtools .qtip-titlebar{background:0 0;color:#fff;border:0 dashed transparent}.qtip-jtools .qtip-icon{border-color:#555}.qtip-jtools .qtip-titlebar .ui-state-hover{border-color:#333}.qtip-cluetip{-webkit-box-shadow:4px 4px 5px rgba(0,0,0,.4);-moz-box-shadow:4px 4px 5px rgba(0,0,0,.4);box-shadow:4px 4px 5px rgba(0,0,0,.4);background-color:#D9D9C2;color:#111;border:0 dashed transparent}.qtip-cluetip .qtip-titlebar{background-color:#87876A;color:#fff;border:0 dashed transparent}.qtip-cluetip .qtip-icon{border-color:#808064}.qtip-cluetip .qtip-titlebar .ui-state-hover{border-color:#696952;color:#696952}.qtip-tipsy{background:#000;background:rgba(0,0,0,.87);color:#fff;border:0 solid transparent;font-size:11px;font-family:'Lucida Grande',sans-serif;font-weight:700;line-height:16px;text-shadow:0 1px #000}.qtip-tipsy .qtip-titlebar{padding:6px 35px 0 10px;background-color:transparent}.qtip-tipsy .qtip-content{padding:6px 10px}.qtip-tipsy .qtip-icon{border-color:#222;text-shadow:none}.qtip-tipsy .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-tipped{border:3px solid #959FA9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#F9F9F9;color:#454545;font-weight:400;font-family:serif}.qtip-tipped .qtip-titlebar{border-bottom-width:0;color:#fff;background:#3A79B8;background-image:-webkit-gradient(linear,left top,left bottom,from(#3A79B8),to(#2E629D));background-image:-webkit-linear-gradient(top,#3A79B8,#2E629D);background-image:-moz-linear-gradient(top,#3A79B8,#2E629D);background-image:-ms-linear-gradient(top,#3A79B8,#2E629D);background-image:-o-linear-gradient(top,#3A79B8,#2E629D);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)"}.qtip-tipped .qtip-icon{border:2px solid #285589;background:#285589}.qtip-tipped .qtip-icon .ui-icon{background-color:#FBFBFB;color:#555}.qtip-bootstrap{font-size:14px;line-height:20px;color:#333;padding:1px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.qtip-bootstrap .qtip-titlebar{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.qtip-bootstrap .qtip-titlebar .qtip-close{right:11px;top:45%;border-style:none}.qtip-bootstrap .qtip-content{padding:9px 14px}.qtip-bootstrap .qtip-icon{background:0 0}.qtip-bootstrap .qtip-icon .ui-icon{width:auto;height:auto;float:right;font-size:20px;font-weight:700;line-height:18px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}#qtip-overlay,#qtip-overlay div{left:0;top:0;width:100%;height:100%}.qtip-bootstrap .qtip-icon .ui-icon:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}.qtip:not(.ie9haxors) div.qtip-content,.qtip:not(.ie9haxors) div.qtip-titlebar{filter:none;-ms-filter:none}.qtip .qtip-tip{margin:0 auto;overflow:hidden;z-index:10}.qtip .qtip-tip,x:-o-prefocus{visibility:hidden}.qtip .qtip-tip,.qtip .qtip-tip .qtip-vml,.qtip .qtip-tip canvas{position:absolute;color:#123456;background:0 0;border:0 dashed transparent}.qtip .qtip-tip canvas{top:0;left:0}.qtip .qtip-tip .qtip-vml{behavior:url(#default#VML);display:inline-block;visibility:visible}#qtip-overlay{position:fixed}#qtip-overlay div{position:absolute;background-color:#000;opacity:.7;filter:alpha(opacity=70);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"}.qtipmodal-ie6fix{position:absolute!important}
/* required styles */


.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	-ms-touch-action: none;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	-webkit-user-drag: none;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
	max-width: none !important;
	}
/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
	max-width: 15000px !important;
	}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-tile-pane    { z-index: 2; }
.leaflet-objects-pane { z-index: 3; }
.leaflet-overlay-pane { z-index: 4; }
.leaflet-shadow-pane  { z-index: 5; }
.leaflet-marker-pane  { z-index: 6; }
.leaflet-popup-pane   { z-index: 7; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 7;
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	margin-top: 10px;
	}
.leaflet-right {
	right: 0;
	margin-right: 10px;
	}
.leaflet-bottom {
	bottom: 0;
	margin-bottom: 10px;
	}
.leaflet-left {
	left: 0;
	margin-left: 10px;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top, .leaflet-bottom, .leaflet-left, .leaflet-right {
	filter: drop-shadow(0 0 9px rgba(0,0,0,0.16));
	}

/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	     -o-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	     -o-transition:      -o-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-clickable {
	cursor: pointer;
	}
.leaflet-container {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	}


/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	width: 35px;
	height: 35px;
	box-sizing: content-box;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a > img {
	box-sizing: content-box;
	width: 23px;
	height: 23px;
	padding: 6px;
}
.leaflet-control:not(.leaflet-bar-horizontal):not(:first-child),
.leaflet-control.leaflet-bar-horizontal:not(:first-child) a:last-child {
	border-top: 1px solid #c6c6c6;
	}
.leaflet-control:first-child a:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	}
.leaflet-control:last-child a:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	}
.leaflet-control.leaflet-bar-horizontal a:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	}
/* borders */
.leaflet-control:first-child a:first-child,
.leaflet-control.leaflet-bar-horizontal a:not(:last-child) {
	border-top: 1px solid #c6c6c6;
	}
.leaflet-control:last-child a:last-child,
.leaflet-control.leaflet-bar-horizontal a:not(:last-child) {
	border-bottom: 1px solid #c6c6c6;
	}
.leaflet-control:not(.leaflet-bar-horizontal) a,
.leaflet-control.leaflet-bar-horizontal a:first-child,
.leaflet-control.leaflet-bar-horizontal a.solo {
	border-left: 1px solid #c6c6c6;
	}
.leaflet-control:not(.leaflet-bar-horizontal) a,
.leaflet-control.leaflet-bar-horizontal a:last-child {
	border-right: 1px solid #c6c6c6;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}


/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}
.leaflet-control-zoom-out {
	font-size: 20px;
	}

.leaflet-touch .leaflet-control-zoom-in {
	font-size: 22px;
	}
.leaflet-touch .leaflet-control-zoom-out {
	font-size: 24px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: content-box;
	     box-sizing: content-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	margin: 0 auto;
	width: 40px;
	height: 20px;
	position: relative;
	overflow: hidden;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;

	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
}

/* scroll buttons */
.leaflet-control-container .leaflet-top.leaflet-right {
	overflow: hidden;
	margin: 35px 0;
	border-top: 1px solid #c6c6c6;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	height: calc(100% - 65px);
}

.scroll-toolbar-btn {
	box-sizing: border-box;
	position: absolute;
	right: 0;
	border: 1px solid #c6c6c6;
	max-width: 37px;
	max-height: 35px;
	padding: 7.5px 11.5px;
	background: #fff;
}

.scroll-up {
	top: 0;
	cursor: default;
	opacity: .4;
}
.scroll-down {bottom: 1px;}

.scroll-toolbar-container {
	position: absolute;
	z-index: 1000;
	right: 0;
	min-height: 100%;
	max-height: 638px;
}

.no-scroll {
	margin: 10px 0 !important;
}
.no-scroll:first-child {
	border-top: 1px solid #c6c6c6;
}

.surface--is-open .leaflet-control-container .leaflet-top.leaflet-right {
	margin: 45px 0;
	height: calc(100% - 141px) !important;
}

.surface--is-open .scroll-toolbar-container {
	margin-top: 10px !important;
}

.surface--is-open .scroll-down {
	bottom: 70px !important;
}

.surface--is-open #sidepanel-header-container {
	border-right: 1px solid #ccc;
}

.leaflet-tools-container {
	min-width: 39px;
}

.leaflet-tools-container .leaflet-top.leaflet-right {
	filter: none;
}
/* ================================================================== */
/* Toolbars
/* ================================================================== */


.leaflet-draw-section {
	position: relative;
}

.leaflet-draw-toolbar {
	margin-top: 12px;
}

.leaflet-draw-toolbar-top {
	margin-top: 0;
}

.leaflet-draw-toolbar-notop a:first-child {
	border-top-right-radius: 0;
}

.leaflet-draw-toolbar-nobottom a:last-child {
	border-bottom-right-radius: 0;
}

.leaflet-draw a {
	display: block;
	text-align: center;
	text-decoration: none;
}

/* ================================================================== */
/* Toolbar actions menu
/* ================================================================== */

.leaflet-draw-actions {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 26px; /* leaflet-draw-toolbar.left + leaflet-draw-toolbar.width */
	top: 0;
	white-space: nowrap;
}

.leaflet-touch .leaflet-draw-actions {
	left: 32px;
}

.leaflet-right .leaflet-draw-actions {
	right:32px;
	left:auto;
}

.leaflet-touch .leaflet-right .leaflet-draw-actions {
	right:32px;
	left:auto;
}

.leaflet-draw-actions li {
	display: inline-block;
}

.leaflet-draw-actions li:first-child a {
	border-left: none;
}

.leaflet-draw-actions li:last-child a {
	-webkit-border-radius: 0 4px 4px 0;
	        border-radius: 0 4px 4px 0;
}

.leaflet-right .leaflet-draw-actions li:last-child a {
	-webkit-border-radius: 0;
	        border-radius: 0;
}

.leaflet-right .leaflet-draw-actions li:first-child a {
	-webkit-border-radius: 4px 0 0 4px;
	        border-radius: 4px 0 0 4px;
}

.leaflet-draw-actions a {
	background-color: #919187;
	border-left: 1px solid #AAA;
	color: #FFF;
	font: 11px/19px "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 28px;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	height: 28px;
	transform: translateY(4px);

}

.leaflet-touch .leaflet-draw-actions a {
	font-size: 12px;
	line-height: 30px;
	height: 30px;
}

.leaflet-draw-actions-bottom {
	margin-top: 0;
}

.leaflet-draw-actions-top {
	margin-top: 1px;
}

.leaflet-draw-actions-top a,
.leaflet-draw-actions-bottom a {
	height: 27px;
	line-height: 27px;
}

.leaflet-draw-actions a:hover {
	background-color: #ccc;
}

.leaflet-draw-actions-top.leaflet-draw-actions-bottom a {
	height: 26px;
	line-height: 26px;
}

/* ================================================================== */
/* Drawing styles
/* ================================================================== */

.leaflet-mouse-marker {
	background-color: #fff;
	cursor: crosshair;
}

.leaflet-draw-tooltip {
	background: rgb(54, 54, 54);
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid transparent;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	color: #fff;
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin-left: 20px;
	margin-top: -21px;
	padding: 4px 8px;
	position: absolute;
	visibility: hidden;
	white-space: nowrap;
	z-index: 6;
}

.leaflet-draw-tooltip:before {
	border-right: 6px solid black;
	border-right-color: rgba(0, 0, 0, 0.5);
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	content: "";
	position: absolute;
	top: 7px;
	left: -7px;
}

.leaflet-error-draw-tooltip {
	background-color: #F2DEDE;
	border: 1px solid #E6B6BD;
	color: #B94A48;
}

.leaflet-error-draw-tooltip:before {
	border-right-color: #E6B6BD;
}

.leaflet-draw-tooltip-single {
	margin-top: -12px
}

.leaflet-draw-tooltip-subtext {
	color: #f8d5e4;
}

.leaflet-draw-guide-dash {
	font-size: 1%;
	opacity: 0.6;
	position: absolute;
	width: 5px;
	height: 5px;
}

/* ================================================================== */
/* Edit styles
/* ================================================================== */

.leaflet-edit-marker-selected {
	background: rgba(254, 87, 161, 0.1);
	border: 4px dashed rgba(254, 87, 161, 0.6);
	-webkit-border-radius: 4px;
	        border-radius: 4px;
}

.leaflet-edit-move {
	cursor: move;
}

.leaflet-edit-resize {
	cursor: pointer;
}

/* ================================================================== */
/* Old IE styles
/* ================================================================== */

.leaflet-oldie .leaflet-draw-toolbar {
	border: 1px solid #999;
}
/* Rrose layout */


.leaflet-rrose {
    position: absolute;
    text-align: center;
}

.leaflet-rrose-content-wrapper {
    padding: 1px;
    text-align: left;
}

.leaflet-rrose-content {
    margin: 14px 20px;
}

.leaflet-rrose-tip-container {
    margin: 0 auto;
    width: 40px;
    height: 20px;
    position: relative;
    overflow: hidden;
}

.leaflet-rrose-tip-container-se, .leaflet-rrose-tip-container-ne {
    margin-left: 0;
}

.leaflet-rrose-tip-container-sw, .leaflet-rrose-tip-container-nw {
    margin-right: 0;
}

.leaflet-rrose-tip {
    width: 15px;
    height: 15px;
    padding: 1px;

    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.leaflet-rrose-tip-n {
    margin: -8px auto 0;
}

.leaflet-rrose-tip-s {
    margin: 11px auto 0;
}

.leaflet-rrose-tip-se {
    margin: 11px 11px 11px -8px; overflow: hidden;
}

.leaflet-rrose-tip-sw {
    margin: 11px 11px 11px 32px; overflow: hidden;
}

.leaflet-rrose-tip-ne {
    margin: -8px 11px 11px -8px; overflow: hidden;
}

.leaflet-rrose-tip-nw {
    margin: -8px 11px 11px 32px; overflow: hidden;
}

a.leaflet-rrose-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 5px 0 0;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: bold;
}

a.leaflet-rrose-close-button:hover {
    color: #999;
}

.leaflet-rrose-content p {
    margin: 18px 0;
}

.leaflet-rrose-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

/* Visual appearance */

.leaflet-rrose-content-wrapper, .leaflet-rrose-tip {
    background: white;

    box-shadow: 0 3px 10px #888;
    -moz-box-shadow: 0 3px 10px #888;
    -webkit-box-shadow: 0 3px 14px #999;
}

.leaflet-rrose-content-wrapper {
    -moz-border-radius:    20px;
    -webkit-border-radius: 20px;
    border-radius:         20px;
}

.leaflet-rrose-content-wrapper-se {
    -moz-border-radius:    0 20px 20px 20px;
    -webkit-border-radius: 0 20px 20px 20px;
    border-radius:         0 20px 20px 20px;
}

.leaflet-rrose-content-wrapper-sw {
    -moz-border-radius:    20px 0 20px 20px;
    -webkit-border-radius: 20px 0 20px 20px;
    border-radius:         20px 0 20px 20px;
}

.leaflet-rrose-content-wrapper-nw, .leaflet-rrose-content-wrapper-w {
    -moz-border-radius:    20px 20px 0 20px;
    -webkit-border-radius: 20px 20px 0 20px;
    border-radius:         20px 20px 0 20px;
}

.leaflet-rrose-content-wrapper-ne, .leaflet-rrose-content-wrapper-e {
    -moz-border-radius:    20px 20px 20px 0;
    -webkit-border-radius: 20px 20px 20px 0;
    border-radius:         20px 20px 20px 0;
}

.leaflet-rrose-content {
    font: 12px/1.4 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.leaflet-control-fullscreen a {
  background:#fff url(/images/leaflet_fullscreen/fullscreen.png) no-repeat 0 0;
  background-size:26px 52px;
  }
  .leaflet-fullscreen-on .leaflet-control-fullscreen a {
    background-position:0 -26px;
    }

/* Do not combine these two rules; IE will break. */
.leaflet-container:-webkit-full-screen {
  width:100%!important;
  height:100%!important;
  }
.leaflet-container.leaflet-fullscreen-on {
  width:100%!important;
  height:100%!important;
  }

.leaflet-pseudo-fullscreen {
  position:fixed!important;
  width:100%!important;
  height:100%!important;
  top:0!important;
  left:0!important;
  z-index:99999;
  }

@media
  (-webkit-min-device-pixel-ratio:2),
  (min-resolution:192dpi) {
    .leaflet-control-fullscreen a {
      background-image:url(/images/leaflet_fullscreen/fullscreen@2x.png);
    }
  }
@font-face {
  font-family: 'Avenir';
  src: url(/assets/Avenir-bd7b1f6cb1c08a62bf194a1cbe6408b4.eot);
  src: url(/assets/Avenir-bd7b1f6cb1c08a62bf194a1cbe6408b4.eot) format("eot"), url(/assets/Avenir-bd7b1f6cb1c08a62bf194a1cbe6408b4.eot?#iefix) format("embedded-opentype"), url(/assets/Avenir-435aa648acea6400a3ce2964a01eb867.otf) format("opentype"), url(/assets/Avenir-b1b884bcb2a78be6f7ee3ce33077a6b1.woff) format("woff"), url(/assets/Avenir-2c3d6888a5a1cc4177bcf3464d6677d1.ttf) format("truetype"), url(/assets/Avenir-bea25e2216a786e02f7fc451cfe64fc1.svg#AvenirNextLTPro-MediumCn) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Avenir';
  src: url(/assets/AvenirBold-342f3a84beb3734c4987fa8f4db3d85d.eot);
  src: url(/assets/AvenirBold-342f3a84beb3734c4987fa8f4db3d85d.eot) format("eot"), url(/assets/AvenirBold-342f3a84beb3734c4987fa8f4db3d85d.eot?#iefix) format("embedded-opentype"), url(/assets/AvenirBold-15ec95d0706d890d2e80713c5ed3750f.otf) format("opentype"), url(/assets/AvenirBold-4d0e14299445b563a7b5cb76fea712cd.woff) format("woff"), url(/assets/AvenirBold-cecb9b6b0bf5d3cc2a1182381a48dba2.ttf) format("truetype"), url(/assets/AvenirBold-3cf50d3dda23ccf7bfbc2c38a0238ffa.svg#AvenirNextLTPro-BoldCn) format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Avenir';
  src: url(/assets/AvenirItalic-44c87371b823175ef2d6ea5d0eb0ff58.eot);
  src: url(/assets/AvenirItalic-44c87371b823175ef2d6ea5d0eb0ff58.eot) format("eot"), url(/assets/AvenirItalic-44c87371b823175ef2d6ea5d0eb0ff58.eot?#iefix) format("embedded-opentype"), url(/assets/AvenirItalic-3ebc91ff4c1937ad8d007635ec7a4cd9.otf) format("opentype"), url(/assets/AvenirItalic-a587b73805819525c8a24eaffa9af670.woff) format("woff"), url(/assets/AvenirItalic-9951b39b0b55a6a826043cc74a1ee1ff.ttf) format("truetype"), url(/assets/AvenirItalic-e0ee156a2021dffdfc3ce96090758c61.svg#AvenirNextLTPro-MediumCnIt) format("svg");
  font-weight: normal;
  font-style: italic; }

h1, h2, h3, h4, h5, h6 {
  color: #0b2c47; }

a {
  color: #0b2c47;
  text-decoration: none; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

.entry-content ul {
  list-style-type: disc;
  margin-left: 15px; }

ol {
  list-style-type: decimal;
  list-style-position: inside; }

blockquote {
  margin: 1em 3em; }

.alignleft {
  float: left;
  margin-right: 10px; }

.alignright {
  float: right;
  margin-left: 10px; }

body {
  font-family: Avenir, Helvetica, Arial, sans-serif; }

body.outside {
  color: #0b2c47;
  background-color: white;
  font-size: 87.5%;
  line-height: 1.7em;
  overflow-x: hidden; }

body.outside-blue {
  text-align: center; }

p {
  margin: 1em 0; }

footer#front-page-footer {
  clear: left;
  overflow: hidden;
  background-color: #0B2C47;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px; }
  footer#front-page-footer .one {
    float: left; }
  footer#front-page-footer .two {
    float: right;
    color: #e7eaec; }
    footer#front-page-footer .two a {
      color: white; }

.outside-blue footer#front-page-footer {
  position: fixed;
  bottom: 0;
  width: 100%; }

@media only screen and (max-height: 320px) {
  .outside-blue footer#front-page-footer {
    display: none; }

  #log-in .not-important {
    display: none; } }
.inner {
  width: 960px;
  margin: 0 auto;
  position: relative; }

#page > .inner {
  padding-top: 20px;
  color: white;
  overflow: hidden;
  min-height: 400px; }
  #page > .inner:before {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -30px;
    content: ' ';
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-top: 30px solid #9dabb5; }

#login-header {
  position: relative;
  background-color: #9dabb5;
  padding: 20px 0;
  height: 30vh; }
  #login-header .logo-container {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: auto; }
    #login-header .logo-container a {
      display: inline-block;
      transform: translate(-50%, -50%);
      width: auto; }

body.outside-blue {
  background-color: #3c566c; }
  body.outside-blue h2 {
    margin-top: 35px;
    font-size: 1.2em;
    font-weight: bold;
    color: white; }

body.outside-blue.minimal {
  background-color: #FFF; }
  body.outside-blue.minimal #login-header {
    background-color: #FFF; }

.minimal-design-img {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 40vh; }

.minimal .logo-container {
  padding-top: 100px; }

.country {
  color: black; }

input#mobile_number_input, input#number {
  padding-left: 85px !important; }

#log-in {
  color: white;
  letter-spacing: 1px;
  width: 380px;
  margin: 30px auto 50px auto;
  text-align: center; }
  #log-in .flash {
    margin: 0 0 1.8em; }
  #log-in a, #log-in p {
    color: white;
    margin: 2em 0;
    font-weight: bold;
    padding: 0;
    background: none;
    border: none; }
  #log-in p.info {
    font-weight: normal; }
  #log-in h2 {
    color: white; }
  #log-in .errorExplanation {
    background: none;
    border: 1px solid white;
    width: 90%;
    color: white; }
    #log-in .errorExplanation h2 {
      margin: 4px 0px;
      color: white;
      font-weight: bold; }
  #log-in input {
    float: none;
    width: 350px;
    border: none;
    outline: none;
    -webkit-appearance: none;
    font-family: Avenir, Helvetica, Arial, sans-serif;
    color: #0b2c47;
    font-size: 1.1em;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 18px 15px 12px 15px;
    margin-bottom: 10px;
    text-indent: 50px;
    border-radius: 0; }
  #log-in input[type=submit].ui-button {
    color: white !important;
    font-weight: bold; }
  #log-in input[type="submit"].ui-state-hover {
    font-weight: bold !important; }
  #log-in input[type=submit] {
    width: 100%;
    text-indent: 0;
    border: 2px solid #9dabb5;
    margin: 0px;
    margin-top: 10px;
    cursor: pointer;
    color: white;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 0; }
    #log-in input[type=submit].option {
      text-transform: none;
      letter-spacing: 1px;
      font-weight: normal;
      text-align: center; }
  #log-in input[type=checkbox] {
    width: auto;
    padding: 3px;
    -webkit-appearance: checkbox; }
  #log-in #remember {
    text-align: right; }
  #log-in .inner-highlight {
    background-color: #50677b; }
  #log-in .twofactor {
    text-align: left;
    padding: 20px 15px 15px 50px;
    margin: 10px 0;
    box-sizing: border-box; }
    #log-in .twofactor *, #log-in .twofactor *:before, #log-in .twofactor *:after {
      box-sizing: inherit; }
    #log-in .twofactor h2 {
      color: white;
      font-weight: bold;
      margin: 0 0; }
    #log-in .twofactor p {
      margin: 0.5em 0 1em 0;
      letter-spacing: 0;
      font-weight: normal;
      line-height: 1.3em;
      background: none; }
    #log-in .twofactor input {
      width: 260px;
      background-color: transparent;
      border: 1px solid white;
      text-indent: 0;
      color: white;
      padding: 8px 10px 5px 10px; }
    #log-in .twofactor ::-webkit-input-placeholder {
      /* WebKit browsers */
      color: white; }
    #log-in .twofactor :-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: white; }
    #log-in .twofactor ::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: white; }
    #log-in .twofactor :-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: white; }
  #log-in .twofactor.auth {
    background: #50677b url(/assets/outside/auth-11f08c7e7e132476405fc80a5db5c951.svg) no-repeat 17px 20px; }
  #log-in .twofactor.sms {
    background: #50677b url(/assets/outside/sms-9bf169180bd29a2cf6ad4cfdac6103d3.svg) no-repeat 17px 20px; }
  #log-in ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #0b2c47; }
  #log-in :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #0b2c47; }
  #log-in ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #0b2c47; }
  #log-in :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #0b2c47; }
  #log-in .login-options a {
    display: block;
    margin: 0.8em;
    font-weight: normal; }

body:not(.minimal) #log-in input[type=submit] {
  background-color: transparent !important; }

/* This applies to the login, account activation and
 * forgotten password screens. */
#log-in #uid input {
  background: white url(/assets/outside/user-4e418290a0bb28dea8d32b4b6385a812.svg) no-repeat 20px center; }
#log-in #pass input, #log-in .pass input {
  background: white url(/assets/outside/pass-6e071f21b0646d9219718c5d924a1962.svg) no-repeat 20px center; }
#log-in #submit input {
  background-image: url(/assets/outside/login-ed95e4b3fa1a3272abb038a79e634c2b.svg);
  background-repeat: no-repeat;
  background-position: right 18px bottom 50%; }
#log-in #email input {
  background: white url(/assets/outside/email-1e8f4053f5adefcebce32c9dfd1099a2.svg) no-repeat 20px center; }
#log-in #verification-code input,
#log-in #activation-code input,
#log-in #deal-code input {
  background: white url(/assets/outside/code-2c048f6d51489365faf533cb96906d62.png) no-repeat 20px center; }

.no-svg #log-in #email input {
  background: white url(/assets/outside/email-4bef96bf2a5641a878516e56d68bedeb.png) no-repeat 20px center; }
.no-svg #log-in #uid input {
  background: white url(/assets/outside/user-ca7461099187c6974cae9b63b327e13e.png) no-repeat 20px center; }
.no-svg #log-in #pass input, .no-svg #log-in .pass input {
  background: white url(/assets/outside/pass-c449eeca941e282267912aa16e0198ef.png) no-repeat 20px center; }
.no-svg #log-in #submit input {
  background: url(/assets/outside/login-86cb506060b29bddbc80f3bb48c7ac9d.png) no-repeat 340px center; }
.no-svg #log-in #verification-code input,
.no-svg #log-in #activation-code input {
  background: white url(/assets/outside/code-2c048f6d51489365faf533cb96906d62.png) no-repeat 20px center; }

.minimal #log-in #uid input {
  background: #eeeeee url(/assets/outside/user-4e418290a0bb28dea8d32b4b6385a812.svg) no-repeat 20px center; }
.minimal #log-in #pass input, .minimal #log-in .pass input {
  background: #eeeeee url(/assets/outside/pass-6e071f21b0646d9219718c5d924a1962.svg) no-repeat 20px center; }
.minimal #log-in #submit input {
  background-image: url(/assets/outside/login-ed95e4b3fa1a3272abb038a79e634c2b.svg);
  background-repeat: no-repeat;
  background-position: right 18px bottom 50%; }
.minimal #log-in #email input {
  background: #eeeeee url(/assets/outside/email-1e8f4053f5adefcebce32c9dfd1099a2.svg) no-repeat 20px center; }
.minimal #log-in #verification-code input,
.minimal #log-in #activation-code input,
.minimal #log-in #deal-code input {
  background: #eeeeee url(/assets/outside/code-2c048f6d51489365faf533cb96906d62.png) no-repeat 20px center; }
.minimal #log-in a, .minimal #log-in p, .minimal #log-in h2 {
  color: black; }
.minimal #log-in .twofactor input {
  border: 1px solid #ccc; }
.minimal #log-in .twofactor input::placeholder {
  color: #ccc; }

.minimal .no-svg #log-in #email input {
  background: #eeeeee url(/assets/outside/email-4bef96bf2a5641a878516e56d68bedeb.png) no-repeat 20px center; }
.minimal .no-svg #log-in #uid input {
  background: #eeeeee url(/assets/outside/user-ca7461099187c6974cae9b63b327e13e.png) no-repeat 20px center; }
.minimal .no-svg #log-in #pass input, .minimal .no-svg #log-in .pass input {
  background: #eeeeee url(/assets/outside/pass-c449eeca941e282267912aa16e0198ef.png) no-repeat 20px center; }
.minimal .no-svg #log-in #submit input {
  background: url(/assets/outside/login-86cb506060b29bddbc80f3bb48c7ac9d.png) no-repeat 340px center; }
.minimal .no-svg #log-in #verification-code input,
.minimal .no-svg #log-in #activation-code input {
  background: #eeeeee url(/assets/outside/code-2c048f6d51489365faf533cb96906d62.png) no-repeat 20px center; }

#activation-form > div {
  margin-bottom: 16px; }

.outside-striped #login-form {
  margin: 10px auto; }

.forgotten-password {
  float: left;
  display: inline;
  margin-top: 8px;
  width: 55%; }

.forgotten-password a {
  color: #aaa; }

.forgotten-password a:hover {
  color: #00b;
  text-decoration: underline; }

@media only screen and (max-width: 939px) {
  #page > .inner {
    width: 80%; }
    #page > .inner:before {
      margin-left: -20px;
      border: 20px solid transparent;
      border-top: 20px solid #9dabb5; } }
@media only screen and (max-height: 600px) {
  #login-header img {
    width: 106px; } }
@media only screen and (max-width: 480px) {
  #login-header {
    height: 76px; }
    #login-header img {
      width: 106px; }

  #login-form {
    display: block;
    width: 100%; }
    #login-form .content {
      margin: 0;
      padding: 1em; }

  #log-in {
    margin: 20px auto 50px;
    width: 100%;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }
    #log-in input, #log-in input[type=submit] {
      box-sizing: border-box;
      -ms-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      width: 100%; }
    #log-in .twofactor input {
      width: 100%; } }
#dialog h3 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0.8em 0 0.4em; }
/* Colours for light-steel sections */
/* Colours for dark blue sections */
.hero-section {
  background-image: url(/assets/outside/city-ec0cba9b85b0bc488e4947d8fa64a716.jpg);
  background-size: 100% auto;
  background-position: center;
  padding: 25px 0px 50px;
  width: 100%;
  height: 700px; }
  .hero-section .safelink-logo {
    width: 100%;
    max-width: 550px; }
  .hero-section .logo-banner {
    padding-bottom: 250px; }
  .hero-section.litigation {
    background-image: url(/assets/court-1440-9d2434a83a7f61857028475e2344205a.jpg);
    height: auto; }
  .hero-section.offshore_extranet {
    background-image: url(/assets/pebbles-1369270a159b3263f15f9fd978f258d0.jpg);
    height: auto; }
  .hero-section.secure_messaging {
    background-image: url(/assets/secure-messaging-bg-d1d3529a8636725fb7fa9b85d8640ff4.jpg);
    background-position: right;
    height: auto; }
  .hero-section.safelink-square {
    background-image: url(/assets/outside/columns-e18eddfff98217d7a68293163c95cf50.jpg);
    background-position: right;
    height: auto; }
    .hero-section.safelink-square #cards strong {
      text-transform: uppercase;
      letter-spacing: 3px; }
  .hero-section.vdr {
    background-image: url(/assets/outside/architecture_mod-04582109f47abaa21dc9e5c54b43ac70.jpg);
    height: auto; }
  .hero-section.vdr_nigeria_4 {
    background-image: url(/assets/outside/lagos_bridge_1-efc199f31d39f05fbab2c8eb87b721f2.jpg);
    background-position: left;
    height: auto; }
  .hero-section.vdr_india_7 {
    background-image: url(/assets/outside/mumbai_2-bf83b5015f9915852e88979ad82d3c14.jpg);
    height: auto; }
  .hero-section .get-a-quote {
    text-decoration: none !important;
    border-bottom: 1px white solid;
    padding-bottom: 3px; }
  .hero-section div.shaded-panel {
    background: rgba(9, 44, 71, 0.9); }
    .hero-section div.shaded-panel h1 {
      text-align: center;
      color: white;
      margin-top: 0;
      text-transform: uppercase;
      font-size: 3em;
      line-height: 1.1em;
      letter-spacing: 5px;
      font-weight: bold; }
    .hero-section div.shaded-panel h2 {
      color: white;
      text-align: center;
      margin: 0.2em 0 2em;
      letter-spacing: 2px;
      font-size: 1.1em; }

#contact.offshore_extranet {
  background-image: none; }
  #contact.offshore_extranet input[type='submit'] {
    float: right;
    margin: 0; }

.main-home-page #cards li strong {
  text-transform: uppercase;
  letter-spacing: 3px; }

.clean-landing-page > div h2, .clean-landing-page > div h3, .clean-landing-page > div div strong, .clean-landing-page article.mid-page-section h2, .clean-landing-page article.mid-page-section h3, .clean-landing-page article.mid-page-section div strong, .clean-landing-page article.dark-page-section h2, .clean-landing-page article.dark-page-section h3, .clean-landing-page article.dark-page-section div strong {
  color: white; }
.clean-landing-page article.mid-page-section {
  background-color: #a0abb5;
  color: #0b2c47; }
.clean-landing-page article.dark-page-section {
  background-color: #3c566c;
  color: #dddddd; }
.clean-landing-page .hero-section .inner {
  background-image: none; }
.clean-landing-page .hero-section h2 {
  margin-top: 1em;
  text-transform: uppercase;
  font-size: 3em;
  line-height: 1.1em;
  letter-spacing: 5px;
  font-weight: bold;
  color: white; }
.clean-landing-page .hero-section h3 {
  text-align: center;
  font-size: 1.3em;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: white; }
.clean-landing-page article.page-section .content img.standard-width {
  width: 290px;
  height: auto; }

.hero-section h1, #contact.offshore_extranet h1 {
  color: white;
  font-size: 2em;
  line-height: 1.1em;
  font-weight: bold; }
.hero-section .inner, #contact.offshore_extranet .inner {
  margin: 40px auto;
  overflow: hidden;
  height: auto;
  padding: 40px 60px 35px;
  width: 840px;
  background-image: url(/images/opaque.png);
  letter-spacing: 1px; }
  .hero-section .inner, .hero-section .inner a, #contact.offshore_extranet .inner, #contact.offshore_extranet .inner a {
    color: white; }
  .hero-section .inner a, #contact.offshore_extranet .inner a {
    text-decoration: underline; }
  .hero-section .inner > p, #contact.offshore_extranet .inner > p {
    margin-bottom: 1.5em; }
  .hero-section .inner div.left-column, #contact.offshore_extranet .inner div.left-column {
    width: 50%;
    float: left;
    margin-bottom: 2.2em; }
    .hero-section .inner div.left-column p, #contact.offshore_extranet .inner div.left-column p {
      margin-top: 0;
      margin-bottom: 0.5em; }
    .hero-section .inner div.left-column ul, #contact.offshore_extranet .inner div.left-column ul {
      list-style-type: disc;
      margin-left: 15px;
      margin-right: 6px;
      margin-bottom: 0.5em; }
  .hero-section .inner form, #contact.offshore_extranet .inner form {
    width: 50%;
    position: relative;
    float: left; }
    .hero-section .inner form span#signup_message, #contact.offshore_extranet .inner form span#signup_message {
      display: block;
      position: relative;
      color: #eb433d;
      font-size: 0.95em;
      line-height: 1em;
      min-height: 1em;
      margin-top: -1.15em;
      margin-bottom: 0.15em; }
    .hero-section .inner form div.error-msg, #contact.offshore_extranet .inner form div.error-msg {
      font-size: 0.8em;
      color: #D9534F;
      line-height: 1em;
      margin-top: 5px;
      margin-left: 5px; }
      .hero-section .inner form div.error-msg a, #contact.offshore_extranet .inner form div.error-msg a {
        color: inherit; }
      .hero-section .inner form div.error-msg#tos_err_msg, #contact.offshore_extranet .inner form div.error-msg#tos_err_msg {
        margin-top: 10px;
        display: none; }
    .hero-section .inner form .field-wrapper, .hero-section .inner form .captcha-field-wrapper, #contact.offshore_extranet .inner form .field-wrapper, #contact.offshore_extranet .inner form .captcha-field-wrapper {
      position: relative; }
    .hero-section .inner form .field-wrapper, #contact.offshore_extranet .inner form .field-wrapper {
      display: block; }
    .hero-section .inner form .captcha-field-wrapper, #contact.offshore_extranet .inner form .captcha-field-wrapper {
      display: inline-block; }
    .hero-section .inner form span.input-icon, #contact.offshore_extranet .inner form span.input-icon {
      position: absolute;
      top: 8px;
      right: 8px;
      font-size: 16px;
      color: #ea443e; }
    .hero-section .inner form input[type=text], .hero-section .inner form input[type=email], #contact.offshore_extranet .inner form input[type=text], #contact.offshore_extranet .inner form input[type=email] {
      border: none;
      outline: none;
      -webkit-appearance: none;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
      background-color: white;
      padding: 6px 0.8em;
      display: block;
      line-height: 19px;
      width: 100%;
      height: 31px;
      margin-bottom: 8px; }
      .hero-section .inner form input[type=text].has-error, .hero-section .inner form input[type=email].has-error, #contact.offshore_extranet .inner form input[type=text].has-error, #contact.offshore_extranet .inner form input[type=email].has-error {
        background-color: #ffd1d1; }
      .hero-section .inner form input[type=text].readonly, .hero-section .inner form input[type=email].readonly, #contact.offshore_extranet .inner form input[type=text].readonly, #contact.offshore_extranet .inner form input[type=email].readonly {
        background-color: #ededed; }
    .hero-section .inner form input[type=checkbox], #contact.offshore_extranet .inner form input[type=checkbox] {
      position: relative;
      top: -1px; }
    .hero-section .inner form span.captcha-wrapper, #contact.offshore_extranet .inner form span.captcha-wrapper {
      float: right;
      padding: 0 !important;
      width: 206px; }
      .hero-section .inner form span.captcha-wrapper .captcha-image, #contact.offshore_extranet .inner form span.captcha-wrapper .captcha-image {
        width: 206px;
        height: 31px; }
    .hero-section .inner form input#captcha_code, #contact.offshore_extranet .inner form input#captcha_code {
      width: 206px; }
    .hero-section .inner form div#submit_wrapper, #contact.offshore_extranet .inner form div#submit_wrapper {
      position: relative;
      float: right; }
      .hero-section .inner form div#submit_wrapper img, #contact.offshore_extranet .inner form div#submit_wrapper img {
        display: none;
        position: absolute;
        top: 6.5px;
        left: 22.5px; }
      .hero-section .inner form div#submit_wrapper input[type=submit], #contact.offshore_extranet .inner form div#submit_wrapper input[type=submit] {
        min-width: 75px;
        font-size: 12.5px;
        letter-spacing: 2px;
        background-color: #268da0;
        color: white;
        font-family: Avenir, Helvetica, Arial, sans-serif;
        border: none;
        outline: none;
        -webkit-appearance: none;
        font-weight: bold;
        text-transform: uppercase;
        padding: 5px 10px 3px 10px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        cursor: pointer; }
        .hero-section .inner form div#submit_wrapper input[type=submit].readonly, #contact.offshore_extranet .inner form div#submit_wrapper input[type=submit].readonly {
          background-color: #dbdbdb;
          cursor: default; }

#cards {
  display: block;
  width: 960px;
  margin: 25px auto auto;
  overflow: hidden; }
  #cards li {
    margin: 10px;
    display: block;
    float: left;
    width: 260px;
    height: 255px;
    padding: 25px 20px 20px;
    background-color: #e7eaec;
    overflow: hidden;
    vertical-align: middle;
    text-align: center; }
    #cards li strong {
      color: inherit; }
    #cards li img {
      height: 140px; }
      #cards li img.collab {
        position: relative;
        top: 10px; }
      #cards li img.briefcase {
        position: relative;
        width: 225px;
        height: 100px;
        margin-top: 20px;
        margin-bottom: 20px; }
      #cards li img.padlock {
        width: auto; }
  #cards .description {
    padding: 20px;
    text-align: center;
    line-height: 1.3em;
    font-size: 1.1em; }
    #cards .description strong {
      font-size: 1.2em; }
  #cards .oneline {
    padding-top: 40px; }
    #cards .oneline .description {
      padding-top: 35px; }

.hero-section #cards li {
  background-color: rgba(255, 255, 255, 0.87); }
.hero-section #cards li:hover {
  background-color: white; }
.hero-section #cards li {
  -moz-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s; }
.hero-section.secure_messaging #cards li {
  background-color: rgba(255, 255, 255, 0.6); }

#litigation-benefits {
  padding: 25px 0px 50px; }
  #litigation-benefits hgroup {
    margin-top: 30px;
    text-align: center; }
  #litigation-benefits h2 {
    font-size: 3em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 1.3em; }
  #litigation-benefits h3 {
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.3em;
    font-weight: bold; }

#litigation-features {
  position: relative; }
  #litigation-features img.sword {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0%; }

article.page-section {
  padding-bottom: 25px; }
  article.page-section hgroup {
    width: 940px; }
  article.page-section hgroup, article.page-section .content p {
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
  article.page-section h2 {
    margin-top: 1em;
    text-transform: uppercase;
    font-size: 3em;
    line-height: 1.1em;
    letter-spacing: 5px;
    font-weight: bold; }
  article.page-section h3 {
    font-size: 1.3em;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 0.8em; }
  article.page-section .content, article.page-section #content {
    margin: auto;
    text-align: center;
    min-height: 250px; }
    article.page-section .content p, article.page-section #content p {
      width: 100%; }
    article.page-section .content img, article.page-section #content img {
      height: 232px; }
  article.page-section .content, article.page-section #content {
    width: 940px;
    overflow-x: hidden; }
    article.page-section .content div, article.page-section #content div {
      margin: 25px 15px;
      float: left;
      width: 30%;
      vertical-align: middle;
      text-align: left; }
      article.page-section .content div strong, article.page-section #content div strong {
        text-transform: uppercase;
        display: block;
        letter-spacing: 1px; }
      article.page-section .content div > strong, article.page-section #content div > strong {
        margin: 1.4em 0 -1.5em 0; }
    article.page-section .content .content img, article.page-section .content #content img, article.page-section #content .content img, article.page-section #content #content img {
      float: right;
      margin-left: 15px; }

#litigation-features, #litigation-security {
  padding: 25px 0px 50px; }
  #litigation-features p, #litigation-security p {
    width: 820px;
    margin: 2em auto; }

@media only screen and (max-width: 880px) {
  .hero-section {
    width: 100%;
    overflow: hidden;
    background-size: auto 120%;
    background-position: center;
    height: auto;
    min-height: 600px; }
    .hero-section.litigation .inner form div#submit_wrapper {
      width: 100%; }
      .hero-section.litigation .inner form div#submit_wrapper input[type=submit] {
        width: 100%;
        margin-bottom: 6px; }
    .hero-section .inner {
      width: 270px;
      padding: 15px; }
      .hero-section .inner form {
        width: 100%;
        float: none; }
        .hero-section .inner form input[type=submit] {
          margin-right: 0; }
        .hero-section .inner form label {
          font-size: 0.8em; }
        .hero-section .inner form span.captcha-wrapper {
          width: 270px; }
          .hero-section .inner form span.captcha-wrapper .captcha-image {
            width: 270px; }
        .hero-section .inner form input#captcha_code {
          width: 270px; }
      .hero-section .inner div.left-column {
        float: none;
        width: 100%; }

  #litigation-features img.sword {
    display: none; }

  .hero-section h2, #litigation-benefits h2 {
    letter-spacing: 2px;
    padding: 0 15px; }
  .hero-section h3, #litigation-benefits h3 {
    padding: 0 15px; }
  .hero-section hgroup, #litigation-benefits hgroup {
    margin-top: 15px; }

  #cards {
    width: 320px; }

  article.page-section hgroup {
    width: 520px; }
  article.page-section h2 {
    letter-spacing: 1px;
    font-size: 2.5em; }
  article.page-section .content, article.page-section #content {
    width: 520px; }
    article.page-section .content div, article.page-section #content div {
      margin: 0;
      width: 520px;
      padding: 0; }
    article.page-section .content img, article.page-section #content img {
      float: none;
      display: block;
      margin: 10px auto 15px auto; } }
#scroll-btn {
  position: fixed;
  right: 2em;
  bottom: 20px;
  z-index: 10; }

@media only screen and (max-width: 880px) {
  #scroll-btn {
    display: none; }

  article.page-section hgroup {
    width: 300px; }
  article.page-section .content, article.page-section #content {
    width: 300px; }
    article.page-section .content div, article.page-section #content div {
      width: 300px; } }
.section-title {
  font-size: 3em !important;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 1.1em;
  margin-top: 1em;
  text-align: center;
  text-transform: uppercase; }

div#policy {
  margin: 0 5em;
  text-align: left;
  letter-spacing: 1px; }
  div#policy ol {
    list-style-type: decimal; }
    div#policy ol > li {
      margin-bottom: 0.5em; }
    div#policy ol ol {
      list-style-type: lower-latin; }
      div#policy ol ol > li {
        margin-left: 2em; }
  div#policy .section-title {
    text-align: center;
    margin: 2.5em 0 0.2em;
    font-size: 1.1em !important;
    text-align: left;
    letter-spacing: 3px; }
  div#policy h2 {
    margin-bottom: 1.5em; }
  div#policy h3 {
    margin: 1em 0;
    font-size: 1.1em;
    font-weight: bold; }
  div#policy .title {
    font-size: 2em;
    letter-spacing: 5px;
    text-transform: uppercase; }
  div#policy .description {
    font-size: 1.1em;
    text-align: left; }
  div#policy a {
    color: #859db1;
    text-decoration: underline; }
  div#policy .section-title {
    text-align: left; }
  div#policy .description:not(p) {
    margin: 1em 0; }
  div#policy ul.description {
    list-style: outside;
    padding-left: 20px; }
  div#policy table {
    border-collapse: collapse;
    width: 100%; }
    div#policy table thead th {
      font-weight: bold;
      text-align: left; }
    div#policy table td, div#policy table th {
      border: 1px solid #859db1;
      min-width: 60px;
      padding: 0.5rem;
      text-align: left;
      vertical-align: top; }

.page-section .fluid-container {
  max-width: 940px;
  width: 90% !important; }

.logo-img {
  max-width: 300px;
  max-height: 200px; }
/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* reset from rails 2 is added from compass/reset, and this is included */
/* Related css: https://meyerweb.com/eric/tools/css/reset/; */
ol, ul {
  list-style: none;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
/* Colours for light-steel sections */
/* Colours for dark blue sections */
@font-face {
  font-family: 'Avenir';
  src: url(/fonts/Avenir.eot?);
  src: url(/fonts/Avenir.eot?) format("eot"), url(/assets/Avenir-435aa648acea6400a3ce2964a01eb867.otf) format("opentype"), url(/assets/Avenir-b1b884bcb2a78be6f7ee3ce33077a6b1.woff) format("woff"), url(/assets/Avenir-2c3d6888a5a1cc4177bcf3464d6677d1.ttf) format("truetype"), url(/assets/Avenir-bea25e2216a786e02f7fc451cfe64fc1.svg#AvenirNextLTPro-MediumCn) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Avenir';
  src: url(/fonts/AvenirBold.eot?);
  src: url(/fonts/AvenirBold.eot?) format("eot"), url(/assets/AvenirBold-15ec95d0706d890d2e80713c5ed3750f.otf) format("opentype"), url(/assets/AvenirBold-4d0e14299445b563a7b5cb76fea712cd.woff) format("woff"), url(/assets/AvenirBold-cecb9b6b0bf5d3cc2a1182381a48dba2.ttf) format("truetype"), url(/assets/AvenirBold-3cf50d3dda23ccf7bfbc2c38a0238ffa.svg#AvenirNextLTPro-BoldCn) format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Avenir';
  src: url(/fonts/AvenirItalic.eot?);
  src: url(/fonts/AvenirItalic.eot?) format("eot"), url(/assets/AvenirItalic-3ebc91ff4c1937ad8d007635ec7a4cd9.otf) format("opentype"), url(/assets/AvenirItalic-a587b73805819525c8a24eaffa9af670.woff) format("woff"), url(/assets/AvenirItalic-9951b39b0b55a6a826043cc74a1ee1ff.ttf) format("truetype"), url(/assets/AvenirItalic-e0ee156a2021dffdfc3ce96090758c61.svg#AvenirNextLTPro-MediumCnIt) format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto/Roboto-Regular.ttf) format("truetype"); }

@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto/Roboto-Bold.ttf) format("truetype");
  font-weight: bold; }

@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto/Roboto-Italic.ttf) format("truetype");
  font-style: italic; }

@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto/Roboto-BoldItalic.ttf) format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Gotham-Bold';
  src: url(/assets/Gotham-Bold-69bc914d7bb4715b8e372151a690649f.otf) format("opentype"); }

@font-face {
  font-family: 'Gotham-Book';
  src: url(/assets/Gotham-Book-1451d4b79e168a0dc2cdf5d8512d46ad.otf) format("opentype"); }

@font-face {
  font-family: 'Gotham-Light';
  src: url(/assets/Gotham-Light-f8b5a64a0f7efb6576ef504a08b8c0f9.otf) format("opentype"); }

@font-face {
  font-family: 'Merriweather-Light';
  src: url(/assets/Merriweather-Light-d9765cc7da23d34c49235293b302bc3b.ttf) format("truetype"); }

h1, h2, h3, h4, h5, h6 {
  color: #0b2c47; }

a {
  color: #0b2c47;
  text-decoration: none; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

.entry-content ul {
  list-style-type: disc;
  margin-left: 15px; }

ol {
  list-style-type: decimal;
  list-style-position: inside; }

blockquote {
  margin: 1em 3em; }

.alignleft {
  float: left;
  margin-right: 10px; }

.alignright {
  float: right;
  margin-left: 10px; }

body {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  color: #0b2c47;
  background-color: #f2f2f2;
  font-size: 87.5%;
  line-height: 1.7em; }

body.outside-white {
  background-color: white; }

/* Fix for Chrome bug that causes fonts not to be displayed on page load.
 * See: http://stackoverflow.com/a/22025804/413184
 * See also _common_trailing_javascript.html.erb where this is applied.
 */
.webfontfix {
  opacity: 1.0; }

p {
  margin: 1em 0; }

.block-center {
  margin: 0 auto;
  display: block; }

.inner {
  width: 960px;
  margin: 0 auto;
  position: relative; }

.assistive-text {
  visibility: hidden; }

#header-container {
  height: 102px; }

header#site-header {
  position: fixed;
  top: 0;
  height: 100px;
  border: 1px solid #0b2c47;
  border-width: 1px 0;
  z-index: 20;
  background-color: white;
  width: 100%; }
  header#site-header .inner {
    z-index: 102; }
  header#site-header h1 {
    margin-top: 32px;
    float: left; }

nav#site-navigation {
  position: absolute;
  top: 26px;
  left: 50%;
  margin-left: -250px;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 0; }
  nav#site-navigation ul li {
    display: inline-block; }
    nav#site-navigation ul li a {
      display: block;
      padding: 10px 20px; }

.btn-outside, nav#site-login a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-weight: bold;
  margin-left: 15px;
  padding: 5px 15px;
  text-transform: uppercase;
  text-decoration: none; }
  .btn-outside.btn-default, nav#site-login a.btn-default {
    background-color: #258ca0; }

nav#site-login {
  position: fixed;
  top: 31px;
  right: 50px;
  background-color: white; }
  nav#site-login li {
    display: inline-block; }
  nav#site-login a {
    display: block; }
  nav#site-login a.logout {
    padding: 3px 6px 2px;
    margin-left: 10px; }
  nav#site-login .login {
    border: 1px solid #258ca0;
    color: #258ca0; }
    nav#site-login .login:hover {
      transition: background-color 0.2s ease;
      -webkit-transition: background-color 0.2s ease;
      -moz-transition: background-color 0.2s ease;
      background-color: #258ca0;
      color: white; }
  nav#site-login .register, nav#site-login .logout {
    background-color: #0b2c47; }

#banners {
  padding: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #568285; }
  #banners .banner:first-child {
    position: relative; }
  #banners .banner {
    position: absolute;
    top: 0;
    width: 100%;
    overflow-x: hidden;
    visibility: hidden; }
  #banners .banner-image {
    /* Note that there are some media-specific overrides below */
    display: block;
    width: 100%;
    height: auto;
    min-width: 1440px;
    /* Only needed for IE8 but pretty innocuous;
      IE8's auto sizing ignores min-width so gets the aspect ratio wrong. */
    min-height: 360px;
    /* == (1440 * 346 / 1386) == (min-width / aspect_ratio);  */ }
  #banners .inner {
    position: absolute;
    bottom: 65%;
    left: 50%;
    margin-left: -470px;
    text-transform: uppercase;
    text-align: center; }
    #banners .inner div {
      margin-top: 1em;
      height: 2em;
      line-height: 1em;
      letter-spacing: 3px; }
  #banners h2, #banners h3, #banners a, #banners .upper-strap {
    color: white; }
  #banners h2 {
    font-size: 3em;
    font-weight: bold;
    line-height: 1em;
    letter-spacing: 9px; }
  #banners h3 {
    letter-spacing: 3px; }
  #banners #introductory {
    margin: 15px 0; }
  #banners #buttons {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-top: -15px;
    z-index: 10; }
  #banners .ipad-container {
    position: absolute;
    top: 50%;
    margin-left: -220.0px;
    transform-origin: top center;
    left: 50%; }
    #banners .ipad-container img.ipad {
      width: 440.0px;
      height: 623.7px; }
    #banners .ipad-container div.screen {
      display: block;
      position: absolute;
      overflow: hidden;
      margin: 0 0;
      padding: 0 0;
      top: 57.2px;
      left: 28.6px;
      width: 382.8px;
      height: 509.3px;
      background-color: black; }
      #banners .ipad-container div.screen img {
        position: absolute;
        width: 100%; }

#case-studies hgroup {
  margin-top: 30px;
  text-align: center; }
#case-studies h2 {
  font-size: 2em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 1.3em; }
#case-studies h3 {
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.3em;
  font-weight: bold; }
#case-studies #cs-boxes {
  display: block;
  width: 960px;
  margin: 50px auto;
  overflow: hidden; }
  #case-studies #cs-boxes li {
    margin: 10px;
    display: block;
    float: left;
    width: 300px;
    height: 300px;
    background-color: #e7eaec;
    overflow: hidden;
    position: relative; }
  #case-studies #cs-boxes .cs-content {
    background-color: #e7eaec;
    width: 260px;
    height: 260px;
    top: 300px;
    padding: 20px;
    text-align: center;
    display: block;
    position: absolute;
    line-height: 1.3em; }
  #case-studies #cs-boxes .cs-content-inner {
    display: table; }
  #case-studies #cs-boxes .cs-content-inner-inner {
    display: table-cell;
    vertical-align: middle;
    width: 260px;
    height: 260px; }
  #case-studies #cs-boxes .cs-logo {
    display: table-cell;
    width: 260px;
    height: 260px;
    vertical-align: middle;
    text-align: center;
    padding: 20px;
    margin: 0 auto; }
    #case-studies #cs-boxes .cs-logo img {
      width: 50%;
      height: auto; }
  #case-studies #cs-boxes .cs-link {
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #0b2c47; }

article {
  min-width: 1024px;
  clear: both;
  padding: 1px; }

#features {
  background-color: #a0abb5; }
  #features p,
  #features hgroup {
    text-align: center;
    width: 940px;
    margin-left: auto;
    margin-right: auto; }
  #features p {
    width: 820px;
    margin: 2em auto; }
  #features h2 {
    margin-top: 1em;
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    letter-spacing: 5px;
    font-weight: bold; }
  #features h3 {
    color: white;
    font-size: 1.2em; }

#tabs {
  min-height: 440px;
  overflow-x: hidden; }
  #tabs > ul {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 940px;
    margin: 0 auto; }
    #tabs > ul li {
      display: table-cell;
      width: 25%;
      text-transform: uppercase;
      background-color: #718594;
      border: 1px solid #53697c;
      border-width: 0 1px 1px 0;
      font-size: 1.3em; }
      #tabs > ul li a {
        color: white;
        display: block;
        padding: 15px 0;
        text-shadow: 1px 1px #53697c; }
      #tabs > ul li.active {
        background-color: #53697c; }
  #tabs .tab > div > div div {
    margin: 25px 15px;
    float: left;
    width: 30%;
    vertical-align: middle;
    text-align: left; }
    #tabs .tab > div > div div strong {
      color: white;
      text-transform: uppercase;
      margin: 1em 0 -1.5em 0;
      display: block; }
  #tabs .tab > div > div img {
    float: right;
    margin-left: 15px; }

#features-swipe,
#pricing-swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
  width: 940px;
  margin: 0 auto; }

#pricing td span {
  font-weight: normal; }

#pricing.disable-swipe #pricing-swipe {
  visibility: visible; }

.swipe-wrap {
  overflow: hidden;
  position: relative; }

.swipe-wrap > table,
.swipe-wrap > div {
  float: left;
  width: 100%;
  position: relative; }

#pricing {
  margin: 0 auto 50px auto;
  text-align: center; }
  #pricing hgroup {
    position: relative;
    /* To allow currency selector to position abolutely */ }
  #pricing #price-slider {
    width: 394px;
    margin: 40px auto;
    position: relative;
    max-width: 99%; }
    #pricing #price-slider #track {
      width: 100%;
      height: auto;
      display: block; }
    #pricing #price-slider ul {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      #pricing #price-slider ul li {
        float: left;
        width: 16.666666666%;
        height: 100%; }
        #pricing #price-slider ul li a {
          width: 100%;
          height: 100%;
          display: block;
          overflow: hidden;
          text-indent: -9999px; }
    #pricing #price-slider #slider-tab {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: auto; }
  #pricing .prev, #pricing .next {
    position: absolute;
    top: 15px;
    left: 50%; }
  #pricing .prev {
    margin-left: -125px; }
  #pricing .next {
    margin-left: 110px; }
  #pricing table {
    font-size: 1.3em;
    width: 100%;
    margin-bottom: 50px; }
    #pricing table th, #pricing table td {
      text-align: center;
      width: 25%;
      padding: 15px;
      border: 1px solid #e7eaec;
      border-width: 0 1px; }
      #pricing table th:first-child, #pricing table td:first-child {
        text-align: left;
        border-left: 0; }
      #pricing table th:last-child, #pricing table td:last-child {
        border-right: 0; }
    #pricing table tr {
      border: 1px solid #e7eaec;
      border-width: 1px 0; }
      #pricing table tr.zebra {
        background-color: #e7eaec; }
      #pricing table tr:first-child {
        border-top: 0; }
      #pricing table tr:last-child {
        border-bottom: 0; }
    #pricing table td {
      font-weight: bold; }
    #pricing table th span {
      border-radius: 5px;
      moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      display: inline-block;
      padding: 5px 50px 3px 50px;
      background-color: #0b2c47;
      color: white; }
    #pricing table#silver th span {
      background-color: #cdccca;
      color: #0b2c47; }
    #pricing table#gold th span {
      background-color: #988f35; }
    #pricing table#platinum th span {
      background-color: #e8e6e3;
      color: #0b2c47; }
    #pricing table th[colspan="2"] {
      text-align: center;
      text-transform: uppercase;
      font-weight: bold; }
    #pricing table td a {
      display: inline-block;
      background: #0b2c47;
      color: white;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      padding: 5px 10px 3px 10px;
      font-size: 0.8em; }
  #pricing span.yes {
    background-image: url(/images/yep.png);
    background-size: 30px 22px;
    margin: 0 auto;
    width: 30px;
    height: 22px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/outside/yep.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/images/outside/yep.png', sizingMethod='scale')"; }
  #pricing span.no {
    background-image: url(/images/nope.png);
    background-size: 21px 21px;
    margin: 0 auto;
    width: 21px;
    height: 21px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/outside/nope.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/images/outside/nope.png', sizingMethod='scale')"; }
  #pricing h2 {
    text-transform: uppercase;
    font-size: 2em;
    letter-spacing: 3px;
    font-weight: bold;
    margin-top: 50px; }
  #pricing h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 20px; }

.no-backgroundsize span.yes, .no-backgroundsize span.no {
  background-image: none !important; }

p.info {
  color: white; }

#testimonials {
  letter-spacing: 0.1em;
  background-color: #3c566c; }
  #testimonials .inner {
    overflow: hidden;
    margin-bottom: 50px; }
  #testimonials h2, #testimonials h3 {
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 2.5em;
    line-height: 1.1em;
    font-weight: bold; }
  #testimonials h2 {
    margin-top: 50px; }
  #testimonials h3 {
    margin-bottom: 20px;
    font-size: 1em; }
  #testimonials .testimonials {
    width: 960px;
    position: relative;
    margin: 0 auto; }
  #testimonials .testimonial-wrapper {
    top: 0;
    overflow: hidden; }
  #testimonials .testimonial {
    min-height: 120px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 25px;
    padding-bottom: 70px;
    background-color: white;
    clear: left;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 280px; }
    #testimonials .testimonial time {
      text-transform: uppercase;
      font-size: 0.8em; }
    #testimonials .testimonial.odd {
      float: left;
      margin-left: 10px;
      margin-right: 10px;
      width: 400px;
      clear: none;
      margin-left: 50px; }
    #testimonials .testimonial:after {
      border-width: 10px;
      border-style: solid;
      border-color: white transparent transparent white;
      content: '';
      position: absolute;
      left: 25px;
      bottom: -20px;
      width: 0;
      height: 0; }
    #testimonials .testimonial .testifier {
      position: absolute;
      bottom: 10px;
      width: 90%;
      font-size: 0.9em; }
      #testimonials .testimonial .testifier img {
        float: left;
        margin: 10px; }
      #testimonials .testimonial .testifier h4 {
        padding-top: 15px;
        font-weight: bold;
        line-height: 1em; }
      #testimonials .testimonial .testifier p {
        margin: 0;
        line-height: 1.3em; }

#company {
  background-color: #9dabb5; }
  #company h2, #company h3 {
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    font-size: 2.5em;
    line-height: 1.5em;
    font-weight: bold; }
  #company h2 {
    margin-top: 50px; }
  #company h3 {
    margin-bottom: 20px;
    font-size: 1em; }
  #company h4 {
    text-transform: uppercase;
    color: white;
    font-weight: bold; }
  #company .columns {
    margin-top: 50px;
    margin-bottom: 50px;
    overflow: hidden;
    min-height: 250px; }
    #company .columns .column {
      width: 33%;
      float: left; }
    #company .columns p {
      margin-right: 30px; }

#contact h2, #contact h3 {
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 2.5em;
  line-height: 1.5em; }
#contact h2 {
  margin-top: 50px; }
#contact h3 {
  margin-bottom: 20px;
  font-size: 1em; }
#contact hr {
  border: none;
  border-bottom: 1px solid #dee4e4;
  width: 50%;
  margin: 25px auto; }
#contact .inner {
  margin-bottom: 50px; }
  #contact .inner > div {
    width: 50%;
    float: left; }
#contact .enquiry-fields {
  width: 80%;
  padding: 0 0; }
  #contact .enquiry-fields label {
    float: none;
    display: block;
    width: auto;
    font-weight: normal; }
  #contact .enquiry-fields .field, #contact .enquiry-fields .submit {
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    float: none; }
  #contact .enquiry-fields .submit {
    margin-top: 12px;
    margin-right: 0;
    display: inline-block; }
  #contact .enquiry-fields .enquiry-result {
    color: white !important;
    padding: 12px 14px;
    border-radius: 3px; }
#contact input[type=text],
#contact input[type=email],
#contact textarea {
  padding: 11px 0px 9px 10px;
  font-size: 15px;
  margin: 0px;
  margin-bottom: 10px;
  resize: none;
  border: 1px solid #DBDBDB;
  line-height: 1.5em;
  border-radius: 3px; }
#contact .captcha-wrapper img {
  margin: 0 auto; }
#contact ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #0b2c47; }
#contact :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #0b2c47; }
#contact ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #0b2c47; }
#contact :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #0b2c47; }
#contact h4 {
  color: #0b2c47;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.5em;
  margin-top: 0;
  font-variant: initial; }
#contact h5 {
  margin-top: 10px; }
#contact h5, #contact label {
  color: #999; }

#cs-full {
  text-align: center;
  background-color: #9dabb5;
  padding-top: 25px;
  padding-bottom: 50px; }
  #cs-full .inner {
    border-top: 10px solid #0b2c47;
    background-color: white;
    padding: 15px; }
  #cs-full .cs-links {
    cursor: pointer;
    display: inline-block;
    border: 1px solid #0b2c47;
    text-transform: uppercase;
    padding: 10px 20px 7px 20px; }
    #cs-full .cs-links img {
      vertical-align: middle;
      margin-right: 10px; }
    #cs-full .cs-links.left {
      float: left; }
    #cs-full .cs-links.right {
      float: right; }
  #cs-full h2 {
    padding: 50px;
    clear: both; }
  #cs-full blockquote {
    font-size: 1.5em;
    letter-spacing: 3px;
    line-height: 1.5em; }
    #cs-full blockquote cite {
      display: block;
      text-transform: uppercase;
      font-size: 0.7em;
      margin-top: 20px; }
      #cs-full blockquote cite span {
        font-weight: bold; }
  #cs-full h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;
    letter-spacing: 3px; }
  #cs-full ul {
    margin: 30px auto;
    display: block;
    min-height: 620px; }
    #cs-full ul li {
      display: inline-block;
      width: 300px;
      height: 150px;
      padding: 75px 0;
      margin: 20px;
      background-color: #e6e9ec;
      overflow: hidden; }
      #cs-full ul li p {
        margin: 1em 20px;
        font-size: 1.5em;
        letter-spacing: 2px;
        line-height: 1.2em; }
  #cs-full .solution,
  #cs-full .overview {
    width: 620px;
    overflow: hidden;
    padding: 25px;
    border-top: 1px solid #e7eaec;
    margin: 0 auto;
    clear: both; }
  #cs-full .overview {
    text-align: left; }
    #cs-full .overview img {
      float: right;
      margin-left: 15px; }
  #cs-full .solution {
    text-align: right;
    border-bottom: 1px solid #e7eaec;
    margin-bottom: 50px; }
    #cs-full .solution img {
      float: left;
      margin-right: 15px; }

article .errorExplanation {
  background: none;
  border: none;
  width: 90%;
  color: white;
  padding: 6px 6px; }
  article .errorExplanation h2 {
    color: white;
    font-weight: bold; }

footer#front-page-footer {
  clear: left;
  overflow: hidden;
  background-color: #0B2C47;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px; }
  footer#front-page-footer .one {
    float: left; }
  footer#front-page-footer .two {
    float: right;
    color: #e7eaec; }
    footer#front-page-footer .two a {
      color: white; }

body.signup #front-page-footer {
  /*
   position:fixed;
   bottom:0;
  */
  width: 100%; }

#main {
  width: 960px;
  margin: 0 auto; }

.really_simple_twitter_widget li {
  font-size: 0.9em;
  padding: 1em 0;
  border-bottom: 1px solid #e7eaec; }
  .really_simple_twitter_widget li:last-child {
    border-width: 0; }

.currency-options {
  position: absolute;
  right: 0;
  top: 1.5em;
  font-size: 0.8em; }
  .currency-options a {
    font-weight: normal;
    background: none;
    margin: 0 0 0 4px; }
    .currency-options a.selected {
      font-weight: bold; }

/***************************
 ** HEADER & TOP MENU BAR **
 ***************************/
@media only screen and (max-width: 880px) {
  nav#site-navigation {
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 47px;
    background: url(/images/hamburger.png) no-repeat right top;
    background-size: 50px 25px;
    z-index: 100; }
    nav#site-navigation.open {
      z-index: 105; }
      nav#site-navigation.open ul {
        display: block; }
    nav#site-navigation ul {
      display: none;
      border-bottom: 1px solid #0b2c47;
      position: relative; }
      nav#site-navigation ul li {
        display: list-item;
        background-color: white;
        border-top: 1px solid #0b2c47;
        width: 100%; }
        nav#site-navigation ul li a {
          display: block;
          padding: 10px 20px; } }
@media only screen and (max-width: 880px) {
  nav#site-login {
    top: 25px;
    right: 52px; }
    nav#site-login a {
      padding: 0px 15px 8px 15px;
      height: 12px;
      font-size: 12px;
      width: 100px;
      text-align: center; }

  #header-container {
    height: 82px; }

  header#site-header {
    height: 80px; }
    header#site-header h1 {
      margin-top: 22px;
      margin-left: 10px; } }
@media only screen and (max-width: 567px) {
  nav#site-login {
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: -50%;
    right: auto; }

  #header-container {
    height: 100px; }

  header#site-header {
    height: 100px; }

  .inner {
    width: 320px;
    margin: 0 auto; } }
/******************************
 ** BANNERS & OTHER SECTIONS **
 ******************************/
@media only screen and (max-width: 880px) {
  #banners .banner-image {
    min-width: 768px;
    min-height: 191px;
    /* == (720 * 346 / 1386) == (min-width / aspect_ratio);  */ }
  #banners .inner {
    margin-bottom: 40px;
    margin-left: 0;
    left: 0; }
    #banners .inner div {
      height: auto; }
    #banners .inner p {
      font-size: 1em;
      letter-spacing: 1px;
      margin-bottom: 5px; }
  #banners h2 {
    font-size: 1.5em;
    letter-spacing: 1px; }
  #banners #buttons {
    margin-top: -30px; }
    #banners #buttons #introductory {
      margin-bottom: 0; }
      #banners #buttons #introductory img {
        width: 280px;
        height: 30px; }
    #banners #buttons #account img {
      width: 155px;
      height: 51px; }

  .inner {
    width: 100%; }

  #case-studies h2 {
    letter-spacing: 2px;
    padding: 0 15px; }

  #case-studies h3 {
    padding: 0 15px; }

  #case-studies hgroup {
    margin-top: 15px; }

  #case-studies #cs-boxes {
    margin: 0 auto;
    width: 320px; }

  article {
    min-width: 320px; }

  #features #features-swipe, #features p, #features hgroup {
    width: 520px; }
  #features h2 {
    letter-spacing: 1px;
    font-size: 2.5em; }

  #tabs > ul {
    width: 520px;
    display: block; }
    #tabs > ul li {
      display: block;
      width: 100%; }
  #tabs .tab > div > div div {
    margin: 0;
    width: 520px;
    padding: 0; }
  #tabs .tab > div > div img {
    float: none;
    display: block;
    margin: 15px auto 0 auto; }

  #seller-tools img {
    margin-left: -20px !important; }

  #custom-branding img,
  #seller-tools img {
    margin-top: 30px !important; }

  #security img {
    margin-bottom: 20px; }

  #pricing {
    overflow: hidden;
    margin: 30px auto; }
    #pricing h3 {
      margin-bottom: 10px; }
    #pricing table.tall {
      display: table; }
    #pricing #pricing-swipe {
      width: 520px; }

  #testimonials .inner {
    margin-bottom: 15px; }
  #testimonials .testimonials {
    width: 520px; }
  #testimonials .testimonial,
  #testimonials .testimonial.odd {
    width: 470px;
    margin-left: 0; }
  #testimonials h3 {
    margin-top: 1em; }

  #company .columns {
    margin-top: 25px; }
    #company .columns .column {
      width: 520px;
      margin: 0 auto 20px auto;
      float: none; }
      #company .columns .column p {
        margin: 0; }

  #contact .inner > div {
    width: 520px;
    float: none;
    margin: 0 auto; }

  #contact .enquiry-fields {
    width: 100%; }

  #cs-full .inner {
    width: 270px; }
  #cs-full h2 img {
    width: auto;
    height: auto;
    max-width: 100%; }
  #cs-full h2 {
    padding: 40px 25px 25px 25px; }
  #cs-full blockquote {
    margin: 0;
    font-size: 1.2em;
    letter-spacing: 1px; }
  #cs-full h3 {
    margin-top: 25px; }
  #cs-full ul li {
    width: 270px;
    margin: 0; }
  #cs-full .overview, #cs-full .solution {
    text-align: center;
    width: auto; }
    #cs-full .overview img, #cs-full .solution img {
      float: none;
      display: block;
      margin: 0 auto;
      margin-bottom: 20px; }
  #cs-full .cs-links {
    width: 230px; }
    #cs-full .cs-links.print {
      display: none; } }
@media only screen and (max-width: 719px) {
  #banners .banner-image {
    min-width: 720px;
    min-height: 180px;
    /* == (720 * 346 / 1386) == (min-width / aspect_ratio);  */ }
  #banners .ipad-container {
    transform: scale(0.7); }

  #features #features-swipe, #features p, #features hgroup {
    width: 100%; }

  #tabs > ul {
    width: 100%; }
  #tabs .tab > div > div div {
    width: 100%; }

  #pricing {
    width: 100%;
    overflow: hidden;
    margin: 30px auto; }
    #pricing h3 {
      margin-bottom: 10px; }
    #pricing table.tall {
      display: table; }
    #pricing #pricing-swipe {
      width: 100%; }

  #company .columns .column {
    width: 100%; }

  #contact .inner > div {
    width: 100%; }

  #contact input[type=text], #contact input[type=email],
  #contact textarea, #contact .captcha-wrapper {
    width: 100%; } }
@media only screen and (max-width: 1440px) {
  #banners {
    height: 360px;
    position: relative; }
    #banners .banner-image {
      position: relative;
      width: 1440px;
      height: 360px;
      margin-left: -720px;
      left: 50%;
      min-width: inherit; } }
@media only screen and (min-width: 720px) and (max-width: 768px) {
  .currency-options {
    bottom: 0px;
    top: auto; } }
@media only screen and (min-width: 480px) and (max-width: 719px) {
  .currency-options {
    position: static;
    margin: 5px 0 0; } }
@media only screen and (max-width: 479px) {
  #banners .ipad-container {
    transform: scale(0.5); }

  .currency-options {
    position: static;
    margin: 5px 0 0; } }

/*
 * Table
 */

table.dataTable {
	margin: 0 auto;
	clear: both;
	width: 100%;
}

table.dataTable thead th {
	padding: 3px 18px 3px 10px;
	border-bottom: 1px solid black;
	font-weight: bold;
	cursor: pointer;
	*cursor: hand;
}

table.dataTable tfoot th {
	padding: 3px 18px 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
}

table.dataTable td {
	padding: 3px 10px;
}

table.dataTable td.center,
table.dataTable td.dataTables_empty {
	text-align: center;
}

table.dataTable tr.odd { background-color: #E2E4FF; }
table.dataTable tr.even { background-color: white; }

table.dataTable tr.odd td.sorting_1 { background-color: #D3D6FF; }
table.dataTable tr.odd td.sorting_2 { background-color: #DADCFF; }
table.dataTable tr.odd td.sorting_3 { background-color: #E0E2FF; }
table.dataTable tr.even td.sorting_1 { background-color: #EAEBFF; }
table.dataTable tr.even td.sorting_2 { background-color: #F2F3FF; }
table.dataTable tr.even td.sorting_3 { background-color: #F9F9FF; }


/*
 * Table wrapper
 */
.dataTables_wrapper {
	position: relative;
	clear: both;
	*zoom: 1;
}


/*
 * Page length menu
 */
.dataTables_length {
	float: left;
}


/*
 * Filter
 */
.dataTables_filter {
	float: right;
	text-align: right;
}


/*
 * Table information
 */
.dataTables_info {
	clear: both;
	float: left;
}


/*
 * Pagination
 */
.dataTables_paginate {
	float: right;
	text-align: right;
}

/* Two button pagination - previous / next */
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
	height: 19px;
	float: left;
	cursor: pointer;
	*cursor: hand;
	color: #111 !important;
}
.paginate_disabled_previous:hover,
.paginate_enabled_previous:hover,
.paginate_disabled_next:hover,
.paginate_enabled_next:hover {
	text-decoration: none !important;
}
.paginate_disabled_previous:active,
.paginate_enabled_previous:active,
.paginate_disabled_next:active,
.paginate_enabled_next:active {
	outline: none;
}

.paginate_disabled_previous,
.paginate_disabled_next {
	color: #666 !important;
}
.paginate_disabled_previous,
.paginate_enabled_previous {
	padding-left: 23px;
}
.paginate_disabled_next,
.paginate_enabled_next {
	padding-right: 23px;
	margin-left: 10px;
}

.paginate_enabled_previous { background: url('../images/back_enabled.png') no-repeat top left; }
.paginate_enabled_previous:hover { background: url('../images/back_enabled_hover.png') no-repeat top left; }
.paginate_disabled_previous { background: url('../images/back_disabled.png') no-repeat top left; }

.paginate_enabled_next { background: url('../images/forward_enabled.png') no-repeat top right; }
.paginate_enabled_next:hover { background: url('../images/forward_enabled_hover.png') no-repeat top right; }
.paginate_disabled_next { background: url('../images/forward_disabled.png') no-repeat top right; }

/* Full number pagination */
.paging_full_numbers {
	height: 22px;
	line-height: 22px;
}
.paging_full_numbers a:active {
	outline: none
}
.paging_full_numbers a:hover {
	text-decoration: none;
}

.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
	color: #333 !important;
}

.paging_full_numbers a.paginate_button {
	background-color: #ddd;
}

.paging_full_numbers a.paginate_button:hover {
	background-color: #ccc;
	text-decoration: none !important;
}

.paging_full_numbers a.paginate_active {
	background-color: #99B3FF;
}


/*
 * Processing indicator
 */
.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white;
}


/*
 * Sorting
 */
.sorting { background: url('../images/sort_both.png') no-repeat center right; }
.sorting_asc { background: url('../images/sort_asc.png') no-repeat center right; }
.sorting_desc { background: url('../images/sort_desc.png') no-repeat center right; }

.sorting_asc_disabled { background: url('../images/sort_asc_disabled.png') no-repeat center right; }
.sorting_desc_disabled { background: url('../images/sort_desc_disabled.png') no-repeat center right; }
 
table.dataTable thead th:active,
table.dataTable thead td:active {
	outline: none;
}


/*
 * Scrolling
 */
.dataTables_scroll {
	clear: both;
}

.dataTables_scrollBody {
	*margin-top: -1px;
	-webkit-overflow-scrolling: touch;
}


/*
 * jQuery File Upload UI Plugin CSS 6.10
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2010, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.fileinput-button {
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 5px;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}
.fileupload-buttonbar .ui-button,
.fileupload-buttonbar .toggle {
  margin-bottom: 5px;
}
.files .progress {
  width: 200px;
}
.files .progress,
.fileupload-buttonbar .progress {
  height: 20px;
}
.files .ui-progressbar-value,
.fileupload-buttonbar .ui-progressbar-value {
  background: url(../img/progressbar.gif);
}
.fileupload-buttonbar .fade,
.files .fade {
  display: none;
}
.fileupload-loading {
  position: absolute;
  left: 50%;
  width: 128px;
  height: 128px;
  background: url(../img/loading.gif) center no-repeat;
  display: none;
}
.fileupload-processing .fileupload-loading {
  display: block;
}

/* Fix for IE 6: */
* html .fileinput-button {
  margin-right: 1px;
}
* html .fileinput-button .ui-button-text {
  line-height: 24px;
}
* html .fileupload-buttonbar .ui-button {
  margin-left: 3px;
}

/* Fix for IE 7: */
* + html .fileinput-button {
  margin-right: 4px;
}
* + html .fileinput-button .ui-button-text {
  line-height: 24px;
}
* + html .fileupload-buttonbar .ui-button {
  margin-left: 3px;
}

@media (max-width: 767px) {
  .files .preview * {
    width: 40px;
  }
  .files .name * {
    width: 80px;
    display: inline-block;
    word-wrap: break-word;
  }
  .files .progress {
    width: 20px;
  }
  .files .delete {
    width: 60px;
  }
}

/* Fix for Webkit (Safari, Chrome) */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .fileinput-button {
    margin-top: 2px;
  }
}
@charset 'UTF-8';
/*
 * jQuery File Upload Plugin CSS Example 1.1
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2012, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

#fileupload .row {
  zoom: 1;
}
#fileupload .row:before, #fileupload .row:after {
  display: table;
  content: "";
}
#fileupload .row:after {
  clear: both;
}
#fileupload .span5 {
  width: 400px;
  float: left;
}
#fileupload .span7 {
  width: 560px ;
  float: left;
}
/*
Version: 3.4.6 Timestamp: Sat Mar 22 22:30:15 EDT 2014
*/

.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;

    border-radius: 4px;

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;

    border-radius: 0 0 4px 4px;

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
    float: none;
    width: auto;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('/images/select2/select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;

    border-radius: 0 0 4px 4px;

    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    border-radius: 4px 4px 0 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;

    background-clip: padding-box;

    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('/images/select2/select2.png') no-repeat 0 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100% !important;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: "Muli";
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;

    -webkit-box-shadow: none;
            box-shadow: none;

    background: #fff url('/images/select2/select2.png') no-repeat 100% -22px;
    background: url('/images/select2/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/images/select2/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/images/select2/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/images/select2/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url('/images/select2/select2-spinner.gif') no-repeat 100%;
    background: url('/images/select2/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/images/select2/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/images/select2/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/images/select2/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
            box-shadow: 0 1px 0 #fff inset;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* results */
.select2-results {
    max-height: 500px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-result-label {
  font-family: 'Muli';
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label { padding-left: 20px }
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 40px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 60px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 80px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 100px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 110px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 120px }

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}


.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('/images/select2/select2-spinner.gif') no-repeat 100%;
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li
{
    float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    width: 100%;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: "Muli";
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('/images/select2/select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
{
    margin-left: 0;
    margin-right: 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}

.select2-chosen {
  font-family: 'Muli';
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url('/images/select2/select2.png') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx)  {
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-image: url('/images/select2/select2x2.png') !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }

    .select2-search input {
        background-position: 100% -21px !important;
    }
}

.select2-results .select2-result-unselectable .select2-result-label {
    cursor: auto;
}

.select2-results .select2-result-selectable .select2-result-label {
    cursor: pointer;
}

.select2-result-with-children.select2-selected--show {
    display: block !important;
}
/* Copyright (c) 2012 Top Hat Monocle, http://tophatmonocle.com/
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy 
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
 * of the Software, and to permit persons to whom the Software is furnished to do so,
 * subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
 * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
 * PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
 * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
 * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.*/


.tree {
	overflow-y: auto;
	overflow-x: hidden;
}
.tree::-webkit-scrollbar {
	cursor: pointer;
	background-color: #AAA;
	border-radius: 0 3px 3px 0;
	width: 9px;
}
.tree::-webkit-scrollbar-thumb {
	cursor: pointer;
	background-color: #666;
	border-radius: 0 3px 3px 0;
}

.tree ol {
	margin: 0;
	padding: 0;
}
.tree ol li {
	list-style: none;
}
.tree_row {
	/*border-top: 1px solid #eee;*/
}
.tree > ol > .tree_row:first-child {
	border-top: none;
}
.tree_row > div {
	overflow: hidden;
	padding: 2px 0;
	
	border-top: 1px solid #ddd;
	position: relative;
	top: -1px;
	background: #fff;
}
.tree_row > div em {
	font-style: normal;
}
.tree .empty {
    font-style: italic;
    padding: .3em;
    color: #444
}

.tree_row.placeholder { background: #eee; }

/* spacing for items in tree */
.tree_row > div {
	padding-left: 3px;
}
.tree_row > div input[type=checkbox],
.tree_row > div a.toggle_hide,
.tree_row > div em span {
	margin-right: 5px;
}

/* drag effect */
.tree .ui-sortable-helper {
	width: 200px;
	border: 1px solid #000;
	cursor: pointer;
}

/*
folder details
*/
li.folder > .topline > .folder_details a.toggle_hide,
li.folder > .topline > .folder_details em span {
	background-image: url(images/tree_sprite.png);	
	background-repeat: no-repeat;
	text-indent: -5000px;
	display: inline-block;
	height: 16px;
	width: 14px;
	/*margin: 0 3px;*/
	line-height: 1em;
}
li.folder.hidden > .topline > .folder_details a.toggle_hide {
	background-position: 0 -14px;
}
li.folder > .topline > .folder_details a.toggle_hide {
	background-position: -14px -14px;
}
li.folder > .topline > .folder_details em span {
	background-position: -14px 0px;
}
li.folder.hidden > .topline > .folder_details em span {
	background-position: 0px 0px;
}

/* hide drag selection in sortable trees (removes confusion) */
.tree .sortable ::selection,
.tree .sortable ::-moz-selection {
    background: rgba(0,0,0,0);
}
.tree .sortable em {
    cursor: move;
}


/* answered */
ol > li div .answered {
	display: none;
}
/* folder status */
/*ol > li div {*/
/*position: relative;*/
/*padding-right: 30px;*/
/*}*/
/*ol > li div .status {*/
/*position: absolute;*/
/*top: 2px;*/
/*right: 5px;*/
/*display: block;*/
/*width: 30px;*/
/*height: 25px;*/
/*background: red;*/
/*text-indent: -5000px;*/
/*}*/
/* 
hide children of a hidden folder, but do not hide the
list itself - this allows us to hover over and drop items into
hidden folders
*/
ol.hidden > li { display: none; }


/* 
nested folder widths for up to 5 layers of folders 
we set the 
*/
ol > li.placeholder.ui-nestedSortable-error { margin-left: 0px; }

ol > li li.placeholder,
ol > li li li li.placeholder.ui-nestedSortable-error,
ol > li li div { margin-left: 20px; }

ol > li li li.placeholder,
ol > li li li li.placeholder.ui-nestedSortable-error,
ol > li li li div { margin-left: 40px; }

ol > li li li li.placeholder,
ol > li li li li li.placeholder.ui-nestedSortable-error,
ol > li li li li div { margin-left: 60px; }

ol > li li li li li.placeholder,
ol > li li li li li li.placeholder.ui-nestedSortable-error,
ol > li li li li li div { margin-left: 80px; }

ol > li li li li li li.placeholder,
ol > li li li li li li li.placeholder.ui-nestedSortable-error,
ol > li li li li li li div { margin-left: 100px; }

/*
tree items that have a click callback
*/
em.clickable {
	cursor: pointer;
	color: #0544A1;
}
/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
/*! Ben's jQuery UI Extensions - v1.1.1 - 2014-03-30
* https://github.com/bseth99/jquery-ui-extensions
* Includes: jquery.ui.spinner.css, jquery.ui.slidespinner.css, jquery.ui.labeledslider.css, jquery.ui.combobox.css, jquery.ui.waitbutton.css, jquery.ui.timepicker.css
* Copyright 2014 Ben Olson; Licensed MIT */

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-right .ui-spinner-input {
	margin: .2em 0;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-left .ui-spinner-input { 
	margin: .2em 0;
	margin-right: .4em;
	margin-left: 22px;
	text-align: right;
}
.ui-spinner-vertical .ui-spinner-input {
	margin: 0 .2em;
	margin-top: 12px;
	margin-bottom: 12px;
	text-align: center;
}
.ui-spinner-horizontal .ui-spinner-input {
	margin: .2em 0;
	margin-left: 12px;
	margin-right: 12px;
	text-align: center;
}
.ui-spinner-button {
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
}
.ui-spinner-right .ui-spinner-button {
	width: 16px;
	height: 50%;
	right: 0;
}
.ui-spinner-left .ui-spinner-button {
	width: 16px;
	height: 50%;
	left: 0;
}
.ui-spinner-vertical .ui-spinner-button {
	width: 100%;
	height: 10px;
	left: 0;
}
.ui-spinner-horizontal .ui-spinner-button {
	width: 10px;
	height: 100%;
	top: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border: none;
}
.ui-spinner .ui-icon {
	position: absolute;
}
/* vertical centre icon */
.ui-spinner-right .ui-icon {
	margin-top: -8px;
	top: 50%;
	left: 0;
}
/* vertical centre icon */
.ui-spinner-left .ui-icon {
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-vertical .ui-icon {
	margin-top: -3px;
	margin-left: -7px;
	top: 0;
	left: 50%;
}
.ui-spinner-horizontal .ui-icon {
	margin-top: -8.5px;
	margin-left: -3px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-spinner-horizontal .ui-spinner-up {
	right: 0;
}
.ui-spinner-horizontal .ui-spinner-down {
	left: 0;
}
/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
   /* need to fix icons sprite */
   background-position: -65px -16px;
}

.ui-slidespinner { position: relative; display: inline-block; }
.ui-slidespinner .ui-spinner-vertical { margin-right: 20px; }
.ui-slidespinner .ui-spinner-horizontal { margin-bottom: 20px; }
.ui-slidespinner input { width: 2.5em; }
.ui-slidespinner div { position: absolute; font-size: 7pt; }
.ui-slider-wrapper { position: relative; }
.ui-slider-wrapper .ui-slider-horizontal { width: 100%; }

.ui-slider-labels { position: absolute; border: 1px solid transparent; }
.ui-slider-label-ticks { border: 1px solid transparent; position: absolute; white-space: nowrap; }
.ui-slider-label-ticks span { font-size: 0.9em; min-width: 1.2em; }

.ui-slider-wrapper.horizontal { height: 4.5em; }
.horizontal .ui-slider-labels { left: 0; right: 0; top: 0.7em }
.horizontal .ui-slider-label-ticks { width: 1.2em; height: .8em; text-align: center; border-left: 1px solid #999; }
.horizontal .ui-slider-label-ticks span { position: relative; display: inline-block; margin-left: -1.2em; top: .8em; }

.ui-slider-wrapper.vertical { width: 4.5em; }
.vertical .ui-slider-labels { top: 1px; bottom: 0; left: 0.7em; }
.vertical .ui-slider-label-ticks { height: 1.2em; width: 0.8em; border-bottom: 1px solid #999; }
.vertical .ui-slider-label-ticks span { position: relative; display: inline-block; margin-left: 1em; top: .6em; }

.ui-combobox { display: inline-block; margin: 0; margin-right: 1.8em; position: relative; }
.ui-combobox-input { padding: 0.2em; margin: 0; }
.ui-combobox-button { position: absolute; width: 1.8em !important; margin: 0; margin-left: -1px; top: 0; bottom: 0; }
.ui-combobox-button .ui-button-text { padding: 0em; }
.ui-combobox .ui-autocomplete { max-height: 10em; overflow-y: auto; overflow-x: hidden; }
.ui-wait-button .ui-icon-waiting {
   background-image: url("images/waitbutton-loading.gif");
   background-position: 0 center;
}

.ui-timepicker-hour, .ui-timepicker-minute, .ui-timepicker-ampm {
   width: 1.6em;
}

body.app a.ui-state-hover {
	text-decoration: none;
}

.ui-state-default, .ui-button {
  background-color: transparent;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: 0.7; filter:Alpha(Opacity=70); background-image: none; }
.ui-state-disabled .ui-icon { filter:Alpha(Opacity=70); } /* For IE8 - See #6059 */
.ui-icon-carat-1-n,
.ui-icon-carat-1-e,
.ui-icon-carat-1-s,
.ui-icon-carat-1-w,
.ui-icon-triangle-1-n,
.ui-icon-triangle-1-e,
.ui-icon-triangle-1-s,
.ui-icon-triangle-1-w,
.ui-icon-arrow-1-n,
.ui-icon-arrow-1-e,
.ui-icon-arrow-1-s,
.ui-icon-arrow-1-w,
.ui-icon-arrow-2-n-s,
.ui-icon-arrow-2-ne-sw,
.ui-icon-arrow-2-e-w,
.ui-icon-arrowstop-1-e,
.ui-icon-arrowstop-1-w,
.ui-icon-arrowthick-1-n,
.ui-icon-arrowthick-1-e,
.ui-icon-arrowthick-1-s,
.ui-icon-arrowthick-1-w,
.ui-icon-arrow-4,
.ui-icon-extlink,
.ui-icon-newwin,
.ui-icon-refresh,
.ui-icon-folder-collapsed,
.ui-icon-folder-open,
.ui-icon-document,
.ui-icon-document-b,
.ui-icon-suitcase,
.ui-icon-comment,
.ui-icon-person,
.ui-icon-print,
.ui-icon-trash,
.ui-icon-bookmark,
.ui-icon-tag,
.ui-icon-home,
.ui-icon-flag,
.ui-icon-calendar,
.ui-icon-cart,
.ui-icon-pencil,
.ui-icon-clock,
.ui-icon-disk,
.ui-icon-zoomin,
.ui-icon-zoomout,
.ui-icon-search,
.ui-icon-wrench,
.ui-icon-gear,
.ui-icon-heart,
.ui-icon-star,
.ui-icon-link,
.ui-icon-cancel,
.ui-icon-plus,
.ui-icon-plusthick,
.ui-icon-minus,
.ui-icon-minusthick,
.ui-icon-close,
.ui-icon-closethick,
.ui-icon-scissors,
.ui-icon-clipboard,
.ui-icon-copy,
.ui-icon-image,
.ui-icon-video,
.ui-icon-alert,
.ui-icon-info,
.ui-icon-notice,
.ui-icon-help,
.ui-icon-check,
.ui-icon-pin-w,
.ui-icon-pin-s,
.ui-icon-play,
.ui-icon-pause,
.ui-icon-seek-next,
.ui-icon-seek-prev,
.ui-icon-seek-end,
.ui-icon-seek-start,
.ui-icon-seek-first,
.ui-icon-stop,
.ui-icon-eject,
.ui-icon-volume-off,
.ui-icon-volume-on,
.ui-icon-power,
.ui-icon-signal-diag,
.ui-icon-signal,
.ui-icon-circle-close {
  font-size: 10px;
  line-height: 1.8;
  text-indent: 0;
  background-image: none !important;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: gray;
  position: relative;
  display: inline; }

.context-menu-btn .ui-icon-gear {
  font-size: 12px; }

.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon {
  margin-top: -9px;
  display: inline-block; }

.ui-button-text-icon-secondary .ui-button-icon-secondary {
  right: 1em; }

#doc-toolbar .ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icon-secondary .ui-button-text {
  padding-right: 2.2em; }

.ui-button-text-icon-primary .ui-button-icon-primary {
  left: 1em; }

.ui-button-text-icon-primary .ui-button-text {
  padding-left: 2.2em; }

.ui-button-icon-only {
  padding: 0.8em 1.2em; }
  .ui-button-icon-only .ui-icon {
    margin-top: -9px; }
  .ui-button-icon-only .ui-button-text {
    padding: 0; }

.ui-button .ui-button-text {
  display: inline-block; }

.ui-icon-carat-1-n:before {
  content: "\e113"; }

.ui-icon-carat-1-e:before {
  content: "\e080"; }

.ui-icon-carat-1-s:before {
  content: "\e114"; }

.ui-icon-carat-1-w:before {
  content: "\e079"; }

.ui-icon-triangle-1-n:before {
  content: "\e253"; }

.ui-icon-triangle-1-e:before {
  content: "\e250"; }

.ui-icon-triangle-1-s:before {
  content: "\e252"; }

.ui-icon-triangle-1-w:before {
  content: "\e251"; }

.ui-icon-arrow-1-n:before {
  content: "\e093"; }

.ui-icon-arrow-1-e:before {
  content: "\e092"; }

.ui-icon-arrow-1-s:before {
  content: "\e094"; }

.ui-icon-arrow-1-w:before {
  content: "\e091"; }

.ui-icon-arrow-2-n-s:before {
  content: "\e119"; }

.ui-icon-arrow-2-ne-sw:before {
  content: "\e096"; }

.ui-icon-arrow-2-e-w:before {
  content: "\e120"; }

.ui-icon-arrowstop-1-e:before {
  content: "\e075"; }

.ui-icon-arrowstop-1-w:before {
  content: "\e069"; }

.ui-icon-arrowthick-1-n:before {
  content: "\e093";
  font-weight: bold; }

.ui-icon-arrowthick-1-e:before {
  content: "\e092";
  font-weight: bold; }

.ui-icon-arrowthick-1-s:before {
  content: "\e094";
  font-weight: bold; }

.ui-icon-arrowthick-1-w:before {
  content: "\e091";
  font-weight: bold; }

.ui-icon-arrow-4:before {
  content: "\e140"; }

.ui-icon-newwin:before {
  content: "\e164"; }

.ui-icon-refresh:before {
  content: "\e031"; }

.ui-icon-folder-collapsed:before {
  content: "\e117"; }

.ui-icon-folder-open:before {
  content: "\e118"; }

.ui-icon-document:before {
  content: "\e022"; }

.ui-icon-document-b:before {
  content: "\e022";
  display: inline-block;
  transform: rotate(180deg) scaleX(-1); }

.ui-icon-suitcase:before {
  content: "\e139"; }

.ui-icon-comment:before {
  content: "\e111"; }

.ui-icon-person:before {
  content: "\e008"; }

.ui-icon-print:before {
  content: "\e045"; }

.ui-icon-trash:before {
  content: "\e020"; }

.ui-icon-bookmark:before {
  content: "\e044"; }

.ui-icon-tag:before {
  content: "\e041"; }

.ui-icon-home:before {
  content: "\e021"; }

.ui-icon-flag:before {
  content: "\e034"; }

.ui-icon-calendar:before {
  content: "\e109"; }

.ui-icon-cart:before {
  content: "\e116"; }

.ui-icon-pencil:before {
  content: "\270f"; }

.ui-icon-clock:before {
  content: "\e023"; }

.ui-icon-disk:before {
  content: "\e172"; }

.ui-icon-zoomin:before {
  content: "\e015"; }

.ui-icon-zoomout:before {
  content: "\e016"; }

.ui-icon-search:before {
  content: "\e003"; }

.ui-icon-wrench:before {
  content: "\e136"; }

.ui-icon-gear:before {
  content: "\e019"; }

.ui-icon-heart:before {
  content: "\e005"; }

.ui-icon-star:before {
  content: "\e006"; }

.ui-icon-link:before {
  content: "\e144"; }

.ui-icon-cancel:before {
  content: "\e090"; }

.ui-icon-plus:before {
  content: "\002b"; }

.ui-icon-plusthick:before {
  content: "\002b";
  font-weight: bold; }

.ui-icon-minus:before {
  content: "\2212"; }

.ui-icon-minusthick:before {
  content: "\2212";
  font-weight: bold; }

.ui-icon-close:before {
  content: "\e014"; }

.ui-icon-closethick:before {
  content: "\e014";
  font-weight: bold; }

.ui-icon-scissors:before {
  content: "\e226"; }

.ui-icon-copy:before {
  content: "\e205"; }

.ui-icon-image:before {
  content: "\e060"; }

.ui-icon-video:before {
  content: "\e009"; }

.ui-icon-alert:before {
  content: "\e209"; }

.ui-icon-info:before {
  content: "\e086"; }

.ui-icon-notice:before {
  content: "\e101"; }

.ui-icon-help:before {
  content: "\e085"; }

.ui-icon-check:before {
  content: "\e067"; }

.ui-icon-pin-w:before {
  content: "\e146"; }

.ui-icon-pin-s:before {
  content: "\e146"; }

.ui-icon-play:before {
  content: "\e072"; }

.ui-icon-pause:before {
  content: "\e073"; }

.ui-icon-seek-next:before {
  content: "\e075"; }

.ui-icon-seek-prev:before {
  content: "\e071"; }

.ui-icon-seek-end:before {
  content: "\e077"; }

.ui-icon-seek-start:before {
  content: "\e069"; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first:before {
  content: "\e069"; }

.ui-icon-stop:before {
  content: "\e074"; }

.ui-icon-eject:before {
  content: "\e078"; }

.ui-icon-volume-off:before {
  content: "\e036"; }

.ui-icon-volume-on:before {
  content: "\e038"; }

.ui-icon-power:before {
  content: "\e017"; }

.ui-icon-signal-diag:before {
  content: "\e018"; }

.ui-icon-signal:before {
  content: "\e018"; }

.ui-icon-circle-close:before {
  content: "\e088"; }

#folder-permissions-tree .perms-triple .ui-icon-plus,
#folder-permissions-tree .perms-triple .ui-icon-disk,
.ui-icon-plus,
.ui-icon-disk {
  margin-left: 5px; }

.qtip-icon .ui-icon {
  font-family: "Glyphicons Halflings"; }

.qtip-icon .ui-icon-close {
  margin-left: 1px; }
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=601d1d88a0d2cff6b5c3)
 * Config saved to config.json and https://gist.github.com/601d1d88a0d2cff6b5c3
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/*! customized for glyphicons only */


@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}


@font-face {
  font-family: 'Custom Icons';
  src: url('../fonts/custom-icons.eot');
  src: url('../fonts/custom-icons.eot?#iefix') format('embedded-opentype'), url('../fonts/custom-icons.ttf') format('truetype'), url('../fonts/custom-icons.svg#custom-iconsregular') format('svg');
}
.custom-icon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Custom Icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.custom-icon-fit-width:before {
  content: "\e087";
}
.custom-icon-fit-page:before {
  content: "\e140";
}
.fluid-container, .fluid-container .row {
  *zoom: 1; }
  .fluid-container:after, .fluid-container .row:after {
    content: " ";
    display: table;
    clear: both; }

img.fluid, .fluid-container img {
  width: 100%;
  height: auto !important; }

.border-box *, .border-box *:before, .border-box *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.fluid-container {
  margin: 0 auto !important;
  padding-right: 1rem;
  padding-left: 1rem; }
  .fluid-container *, .fluid-container *:before, .fluid-container *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .fluid-container .row {
    width: auto !important;
    margin-right: -1rem;
    margin-left: -1rem;
    margin-bottom: 0; }
    .fluid-container .row [class*="col-"] {
      padding-left: 1rem;
      padding-right: 1rem;
      margin: 0; }

@media (min-width: 40rem) {
  .fluid-container .row [class*="col-"] {
    float: left; }
  .fluid-container .row .col-2 {
    width: 16.67%; }
  .fluid-container .row .col-3 {
    width: 25%; }
  .fluid-container .row .col-4 {
    width: 33.33%; }
  .fluid-container .row .col-6 {
    width: 50%; }
  .fluid-container .row .col-8 {
    width: 66.67%; }
  .fluid-container .row .col-9 {
    width: 75%; }
  .fluid-container .row .col-10 {
    width: 83.33%; }
  .fluid-container .row .col-12 {
    width: 100%; } }
.fluid-container.ui-buttonset .ui-button {
  margin-right: 0; }

.fluid-container--in-parent-container {
  padding-right: 0;
  padding-left: 0; }

.fluid-container--compact .row {
  margin-right: -.5rem;
  margin-left: -.5rem; }
  .fluid-container--compact .row [class*="col-"] {
    padding-left: .5rem;
    padding-right: .5rem; }
#global-notification-container {
  left: 0;
  margin: 0 auto;
  min-height: 30px;
  padding: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 15px;
  width: 90%;
  z-index: 2147483647;
  pointer-events: none; }
  #global-notification-container *, #global-notification-container *:before, #global-notification-container *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.global-notification-card {
  background-color: #f9edbe;
  border: 1px #f0c36d solid;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  display: inline-block;
  margin-bottom: 3px;
  margin-right: auto;
  margin-left: auto;
  min-height: 2em;
  min-width: 120px;
  padding: 4px 10px 4px 10px;
  word-wrap: break-word; }
  .global-notification-card .ui-icon {
    display: inline-block;
    margin-right: 5px;
    top: -1px;
    vertical-align: text-bottom; }
  .global-notification-card a {
    pointer-events: all; }
.bundles-modal,
.navigation-modal {
  padding: 0;
  margin: .5em 1em; }
  .bundles-modal div.loading,
  .navigation-modal div.loading {
    margin: auto;
    margin-top: 45px;
    height: 128px;
    width: 128px;
    background-image: url(/assets/jquery-file-upload/loading-6a9151d6b661324737a44ecb05c2040b.gif); }

.bundles-modal div.loading {
  margin-top: 0; }

.navigation-modal .icon-container .ui-state-default {
  border: none;
  background: none; }
.navigation-modal .vertical-spacer {
  border-right: 1px solid black;
  width: 50%;
  position: absolute;
  height: 100%;
  overflow: hidden;
  z-index: -1; }
.navigation-modal .column {
  width: 50%;
  display: inline-block;
  box-sizing: border-box;
  max-height: 340px;
  overflow: auto; }
  .navigation-modal .column.right {
    float: right;
    padding-left: 15px;
    border-left: 1px solid black; }
  .navigation-modal .column.left {
    float: left;
    padding-right: 15px; }
.navigation-modal .links-in-modal {
  overflow: auto;
  max-height: 307px; }
.navigation-modal .bookmarks-in-modal ul.bookmarks-list {
  max-height: 230px; }
#workflow-flow-graph {
  height: 1200px; }

#workflow-login #flash,
#workflow-activate #flash {
  overflow: hidden; }
  #workflow-login #flash .flash,
  #workflow-activate #flash .flash {
    margin-bottom: 0; }
#workflow-login label,
#workflow-activate label {
  width: auto;
  float: none;
  font-weight: normal; }

.record-browser {
  padding-bottom: 1px; }
  .record-browser h3 {
    margin-top: 0;
    margin-bottom: 0.5em; }
  .record-browser .download-csv-btn {
    float: right;
    font-size: 14px;
    height: 28px; }

.dynamic-form a.show-history-btn {
  vertical-align: middle;
  color: #ccc; }
  .dynamic-form a.show-history-btn:hover {
    color: #4e6d87; }

.bar-chart-in-tiles-wrapper {
  width: 100%;
  border: 1px solid #eeeeee;
  box-sizing: border-box; }
  .bar-chart-in-tiles-wrapper .tile-row-div .bc-tile {
    display: inline-block;
    box-sizing: border-box;
    padding: 4px;
    box-shadow: 1px 1px 2px 1px #e0e0e0; }
  .bar-chart-in-tiles-wrapper .tile-row-div .tile-bar {
    box-sizing: border-box;
    bottom: 0;
    padding: 4px; }
    .bar-chart-in-tiles-wrapper .tile-row-div .tile-bar svg {
      display: block; }
  .bar-chart-in-tiles-wrapper .tile-row-div .tile-bar:first-child {
    border-right: 1px solid #eeeeee; }
  .bar-chart-in-tiles-wrapper .tile-legend {
    margin-top: 10px; }
  .bar-chart-in-tiles-wrapper .tile-legend-label {
    display: inline-block;
    float: right;
    width: 91%; }
  .bar-chart-in-tiles-wrapper .tile-legend-key {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 4px;
    margin-left: 2px; }
  .bar-chart-in-tiles-wrapper .tile-legend-description {
    font-size: 0.8em; }
  .bar-chart-in-tiles-wrapper .tile-legend-value {
    float: right;
    font-size: 0.8em; }
  .bar-chart-in-tiles-wrapper .tile:not(:last-child) {
    border-right: 1px solid #eeeeee; }
  .bar-chart-in-tiles-wrapper .tile-row-div:not(:last-child) {
    border-bottom: 1px solid #eeeeee; }

.viewport-sections > div {
  margin-bottom: 8px; }
.viewport-sections .subsection {
  margin-top: 25px; }
.viewport-sections .text ul, .viewport-sections .custom-template ul {
  list-style: disc inside; }
.viewport-sections .single-doc-viewer ul.folder li input.f-entry,
.viewport-sections .attachments-folder ul.folder li input.f-entry {
  display: none; }
.viewport-sections .custom-template-edit-btn {
  float: right; }
.viewport-sections .interactive-step-guide .step {
  position: relative;
  padding: 30px 53px 20px;
  margin-bottom: 0px;
  background-color: white;
  border-bottom: 1px solid #dddddd;
  text-align: center; }
  .viewport-sections .interactive-step-guide .step:first-child {
    padding-top: 20px; }
  .viewport-sections .interactive-step-guide .step:hover {
    background-color: #f4f4f4; }
    .viewport-sections .interactive-step-guide .step:hover .down-arrow-body {
      border-top-color: #f4f4f4; }
  .viewport-sections .interactive-step-guide .step.open .step-title {
    font-weight: bold; }
  .viewport-sections .interactive-step-guide .step .step-controls {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    min-width: 20%; }
    .viewport-sections .interactive-step-guide .step .step-controls a {
      padding: 4px 6px;
      display: block;
      border-bottom: 1px solid white; }
      .viewport-sections .interactive-step-guide .step .step-controls a:hover {
        background-color: #e8e8e8;
        text-decoration: none; }
      .viewport-sections .interactive-step-guide .step .step-controls a:last-child {
        border-bottom: none; }
  .viewport-sections .interactive-step-guide .step:hover .step-controls {
    display: inline-block; }
  .viewport-sections .interactive-step-guide .step .embedded-view {
    text-align: left;
    margin-top: 1.5em;
    padding: 15px 15px; }
  .viewport-sections .interactive-step-guide .step .down-arrow-shape {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent; }
  .viewport-sections .interactive-step-guide .step .down-arrow-body {
    z-index: 5;
    bottom: -20px;
    border-top: 20px solid white; }
  .viewport-sections .interactive-step-guide .step .down-arrow-border {
    z-index: 4;
    bottom: -21px;
    border-top: 20px solid #dddddd; }
  .viewport-sections .interactive-step-guide .step:last-child .down-arrow-shape {
    display: none; }
  .viewport-sections .interactive-step-guide .step.completed .traffic-light .inner {
    background-color: lawngreen; }
  .viewport-sections .interactive-step-guide .step.open .traffic-light .inner {
    background-color: white; }
  .viewport-sections .interactive-step-guide .step.anticipated .traffic-light .inner {
    background-color: #aaaaaa; }
  .viewport-sections .interactive-step-guide .step.anticipated .traffic-light .inner-border {
    background-color: #aaaaaa; }
  .viewport-sections .interactive-step-guide .step .traffic-light {
    position: absolute;
    top: 38.5px;
    left: 30px; }
    .viewport-sections .interactive-step-guide .step .traffic-light div {
      position: absolute;
      border-radius: 50%; }
    .viewport-sections .interactive-step-guide .step .traffic-light .inner {
      background-color: lawngreen;
      width: 8px;
      height: 8px;
      left: -4px;
      top: -4px; }
    .viewport-sections .interactive-step-guide .step .traffic-light .inner-border {
      background-color: lawngreen;
      width: 12px;
      height: 12px;
      left: -6px;
      top: -6px; }
    .viewport-sections .interactive-step-guide .step .traffic-light .outer-border {
      background-color: white;
      width: 13px;
      height: 13px;
      left: -6.5px;
      top: -6.5px; }
  .viewport-sections .interactive-step-guide .step:first-child .traffic-light {
    top: 29.5px; }
.viewport-sections pre {
  font-family: 'Courier New', 'monospace'; }

.mc-html {
  overflow-x: scroll; }
  .mc-html ol {
    vertical-align: top !important; }
    .mc-html ol li div {
      display: inline-block;
      width: 92%;
      border: 1px solid #eee;
      margin: 1px 1px;
      padding: 2px 2px; }
    .mc-html ol li div {
      margin-left: 0 !important; }
      .mc-html ol li div li div {
        margin-left: 0 !important; }
        .mc-html ol li div li div li div {
          margin-left: 0 !important; }
          .mc-html ol li div li div li div li div {
            margin-left: 0 !important; }
            .mc-html ol li div li div li div li div li div {
              margin-left: 0 !important; }

.automatic-map {
  float: right;
  padding-top: 15px;
  padding-left: 5px; }

ul.array-tree-view li ul {
  padding-left: 1rem; }

.record-field-history-list li:not(:last-child) {
  text-decoration: line-through; }

.capture-signature-widget .img-preview {
  max-width: 350px !important;
  max-height: 205px !important;
  float: none !important;
  display: inline-block;
  margin: 0 25px; }
  .capture-signature-widget .img-preview.icon-only {
    width: 64px !important;
    height: 64px !important; }
.capture-signature-widget .doc-intro {
  display: inline-block;
  vertical-align: top; }
.capture-signature-widget .no-margin {
  margin-top: 0; }
.capture-signature-widget .eversign-container,
.capture-signature-widget .upload-container {
  margin-top: 1em; }
  .capture-signature-widget .eversign-container fieldset,
  .capture-signature-widget .upload-container fieldset {
    margin-top: 0; }
  .capture-signature-widget .eversign-container .start-btn,
  .capture-signature-widget .upload-container .start-btn {
    width: 100%; }
.capture-signature-widget #eversign-preloader {
  text-align: center; }
.capture-signature-widget #eversign-iframe-wrapper::-webkit-scrollbar {
  display: none; }
.capture-signature-widget .signed-doc-section {
  margin-left: 1em;
  margin-top: 1em; }
.capture-signature-widget .signed-doc-input {
  border: 0; }

#adobe_esign-iframe-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #000;
  left: 0;
  top: 0;
  opacity: .4;
  z-index: 999; }

#adobe_esign-iframe-wrapper {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 90%;
  height: 90%;
  z-index: 1000;
  background: #fff;
  display: grid;
  min-height: 750px;
  max-height: 780px; }

#adobe-widget-iframe {
  width: 100%;
  height: 90%;
  min-height: 640px;
  max-height: 700px; }

.adobe-esign-close-btn {
  margin-left: 10px; }

#document-preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 50px;
  width: 300px; }

#document-container span {
  padding: 10px; }
/* Workflow Dynamic Form Styles */
form.dynamic-form {
  margin-top: 15px;
  /**
   *  Safelink Overrides
   */
  /**
   * BEGINNING of our alternative to Bootstrap
   */
  /**
   * END of our alternative to Bootstrap
   */
  /**
   *  Bootstrap Overrides
   */ }
  form.dynamic-form label, form.dynamic-form input {
    float: none; }
  form.dynamic-form label {
    display: block; }
  form.dynamic-form .select2-container {
    width: 100%; }
  form.dynamic-form .controls .radio,
  form.dynamic-form .controls .checkbox {
    position: relative; }
    form.dynamic-form .controls .radio input,
    form.dynamic-form .controls .checkbox input {
      position: absolute;
      top: 4px; }
    form.dynamic-form .controls .radio span,
    form.dynamic-form .controls .checkbox span {
      margin-left: 1.5em;
      display: block; }
  form.dynamic-form .controls .radio:first-child,
  form.dynamic-form .controls .checkbox:first-child {
    padding-top: 5px; }
    form.dynamic-form .controls .radio:first-child input,
    form.dynamic-form .controls .checkbox:first-child input {
      top: 9px; }
  form.dynamic-form .controls input[type=checkbox],
  form.dynamic-form .controls input[type=radio] {
    float: none; }
  form.dynamic-form .controls input[type=date] {
    font-family: inherit; }
  form.dynamic-form .controls span.add-on {
    font-size: 1.1em;
    display: inline-block;
    text-align: center; }
  form.dynamic-form .controls > .input-prepend span.add-on:first-child {
    width: 20px; }
  form.dynamic-form .controls > .input-prepend input, form.dynamic-form .controls > .input-prepend div.display-text {
    width: calc(100% - 20px); }
  form.dynamic-form .controls > .input-prepend div.display-text {
    display: inline-block; }
  form.dynamic-form .controls > .input-append span.add-on:last-child {
    width: 30px; }
  form.dynamic-form .controls > .input-append input, form.dynamic-form .controls > .input-append div.display-text {
    width: calc(100% - 30px); }
  form.dynamic-form .controls > .input-append div.display-text {
    display: inline-block; }
  form.dynamic-form .controls > .input-prepend.input-append input, form.dynamic-form .controls > .input-prepend.input-append div.display-text {
    width: calc(100% - (30px + 20px)); }
  form.dynamic-form .controls .content_from_template {
    background-color: #e9e9e9;
    margin: 10px 0;
    padding: 12px 20px; }
    form.dynamic-form .controls .content_from_template.no_background {
      background-color: transparent; }
    form.dynamic-form .controls .content_from_template.lighter_shade {
      background-color: #f5f5f5; }
  form.dynamic-form .help-inline {
    display: block;
    color: #888;
    font-style: italic; }
  form.dynamic-form .jsonform-array .controls {
    cursor: move; }
  form.dynamic-form ._jsonform-array-buttons a.btn {
    width: 26px;
    height: 26px;
    line-height: 1px;
    position: relative; }
  form.dynamic-form ._jsonform-array-buttons .ui-button-text {
    display: inline; }
    form.dynamic-form ._jsonform-array-buttons .ui-button-text i {
      position: absolute;
      top: 50%;
      width: 16px;
      height: 16px;
      margin: -8px -8px;
      background-image: url(/assets/images/ui-icons_888888_256x240-de05e9e67b58987cf1809e7b1c61b387.png); }
      form.dynamic-form ._jsonform-array-buttons .ui-button-text i.icon-plus-sign {
        background-position: -32px -128px; }
      form.dynamic-form ._jsonform-array-buttons .ui-button-text i.icon-minus-sign {
        background-position: -64px -128px; }
  form.dynamic-form fieldset {
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 1.8em;
    margin-bottom: 1em;
    display: inline-block;
    width: 100%;
    min-width: 0;
    box-sizing: border-box; }
    form.dynamic-form fieldset legend {
      width: auto;
      margin-bottom: 0;
      line-height: 0;
      border-bottom: 0; }
  form.dynamic-form .control-group {
    margin-bottom: 15px; }
  form.dynamic-form .radiosfieldset-child-wrapper .control-group {
    margin-bottom: 0;
    padding-left: 20px; }
  form.dynamic-form label {
    font-size: 14px;
    font-weight: bold; }
  form.dynamic-form label.radio,
  form.dynamic-form label.checkbox {
    font-weight: normal; }
  form.dynamic-form label.radio.btn span {
    vertical-align: sub; }
  form.dynamic-form .jsonform-readonly:not(.jsonform-datepicker) label,
  form.dynamic-form .jsonform-disabled label {
    color: #999; }
  form.dynamic-form input[type="radio"],
  form.dynamic-form input[type="checkbox"] {
    margin-top: 0; }
  form.dynamic-form input[type="text"],
  form.dynamic-form select {
    margin-bottom: 0; }
  form.dynamic-form select {
    width: auto;
    max-width: 100%; }
  form.dynamic-form input.all-caps {
    text-transform: uppercase; }
  form.dynamic-form .dynamic-form__button, form.dynamic-form input[type="submit"] {
    font-size: 1.1em; }
  form.dynamic-form .expandable > legend {
    cursor: pointer; }
    form.dynamic-form .expandable > legend:before {
      content: '\25B8';
      padding-right: 5px; }
  form.dynamic-form .expanded > legend:before {
    content: '\25BE'; }
  form.dynamic-form .jsonform-required > label:after {
    content: ' *';
    color: red; }
  form.dynamic-form .jsonform-hasrequired:after {
    content: '* Required field';
    display: block;
    color: red;
    padding-top: 1em; }
  form.dynamic-form div.attachments-wrapper {
    position: relative;
    margin-bottom: 9px; }
    form.dynamic-form div.attachments-wrapper div.folder-list-view li {
      line-height: 1.7em; }
      form.dynamic-form div.attachments-wrapper div.folder-list-view li input.f-entry {
        display: none !important; }
      form.dynamic-form div.attachments-wrapper div.folder-list-view li span.add-tag {
        margin-right: 16px; }
    form.dynamic-form div.attachments-wrapper div.drop-target {
      padding: 14px 0; }
    form.dynamic-form div.attachments-wrapper input[type=text] {
      position: absolute;
      top: -5px;
      width: 100px;
      height: 1px;
      font-size: 0;
      border: 0;
      padding: 0;
      line-height: 0;
      box-shadow: none !important;
      opacity: 0; }
    form.dynamic-form div.attachments-wrapper .attachfile-button {
      position: relative;
      overflow: hidden;
      margin-right: 0;
      display: block; }
      form.dynamic-form div.attachments-wrapper .attachfile-button input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translate(-300px, 0) scale(4);
        font-size: 23px;
        direction: ltr;
        cursor: pointer; }
  form.dynamic-form div.dropdowntext-wrapper {
    position: relative; }
    form.dynamic-form div.dropdowntext-wrapper input.dropdowntext-hide {
      position: absolute;
      left: 0;
      bottom: 0;
      border: 0;
      box-shadow: none !important;
      opacity: 0;
      z-index: -1; }
  form.dynamic-form .btn {
    font-size: 13px; }
  form.dynamic-form div.form-actions {
    background: none;
    border: 0;
    text-align: right;
    padding: 0;
    margin-top: 0; }
  form.dynamic-form .hidden {
    display: none; }
  form.dynamic-form.with-divider .control-group {
    padding-top: 1em; }
  form.dynamic-form.with-divider .control-group:after {
    content: "";
    display: block;
    border-bottom: 1px solid #EEE;
    padding-top: 2em; }
  form.dynamic-form.with-divider .control-group:last-of-type:after {
    display: none; }
  form.dynamic-form.bold-title .control-label {
    color: black !important;
    font-weight: bold !important; }
  form.dynamic-form div.postcodes-lookup-wrapper {
    height: 108px;
    margin-bottom: 10px; }
    form.dynamic-form div.postcodes-lookup-wrapper > button.postcodes-btn {
      padding: 10px 8px;
      width: 100%;
      font-size: 13px;
      line-height: 1.4em;
      background: #e6e6e6;
      font-family: inherit; }
    form.dynamic-form div.postcodes-lookup-wrapper > select {
      width: 100%; }
  form.dynamic-form .controls span.jsonform-errortext {
    color: red; }

.remove-btn {
  border: 1px solid #d3d3d3;
  background: #e6e6e6;
  font-weight: normal;
  color: #2d3658;
  padding: 0.5em 1em;
  float: right; }
  .remove-btn span {
    padding: 0px !important; }

.workflow-records-comparison .workflow-side-by-side-record {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden; }
  .workflow-records-comparison .workflow-side-by-side-record .highlight {
    background-color: #FFFF00; }

.workflow-upload-progress .fileinput-button,
.workflow-upload-progress .advanced-upload {
  display: none; }
.workflow-upload-progress .fileupload-progress {
  margin: 8px 4px; }
.workflow-upload-progress .files {
  margin: 4px 4px; }

.field-notes-wrapper div.notes-list-wrapper > fieldset {
  margin: 6px 0 0 0;
  padding: 3px 6px; }
.field-notes-wrapper li.field-note:first-child {
  margin-top: 6px; }
.field-notes-wrapper a.btn {
  width: 25px;
  height: 26px;
  margin: 0 0 0 3px;
  vertical-align: top;
  border: 1px solid #d3d3d3;
  background: #e6e6e6;
  display: inline-block; }
  .field-notes-wrapper a.btn span {
    font-size: 1em;
    margin: 6px; }
  .field-notes-wrapper a.btn.delete-btn span {
    margin-left: 5px; }
  .field-notes-wrapper a.btn:hover {
    border: 1px solid #999;
    background: #d1d1d1; }
  .field-notes-wrapper a.btn[disabled], .field-notes-wrapper a.btn[disabled]:hover {
    background: #e6e6e6;
    border: 1px solid #d3d3d3;
    color: #d1d1d1;
    cursor: pointer; }
.field-notes-wrapper a.save-btn span.loading {
  width: 21px;
  height: 25px;
  display: block;
  margin: 1px;
  background: url("images/loading.gif") no-repeat center; }
.field-notes-wrapper textarea {
  width: calc(100% - 60px) !important;
  font-size: 14px !important;
  margin: 0 !important;
  padding: 3px 6px !important;
  resize: vertical !important;
  height: 28px !important; }
.field-notes-wrapper div.note-text {
  display: inline-block;
  width: calc(100% - 40px); }
  .field-notes-wrapper div.note-text .note-author {
    font-weight: bold; }
.field-notes-wrapper div.note-controls {
  display: inline-block;
  font-size: 13px; }
  .field-notes-wrapper div.note-controls a {
    margin: 0 0 0 3px; }

form.dynamic-form fieldset.orphaned-notes {
  margin: 6px 0 0 0;
  padding: 12px 6px 6px 6px; }
  form.dynamic-form fieldset.orphaned-notes div.notes-list-wrapper > fieldset {
    margin: 15px 0 0 0; }
form.dynamic-form fieldset.control-group .controls .draggable {
  display: none; }
form.dynamic-form .control-group .controls li {
  position: relative; }
  form.dynamic-form .control-group .controls li ._jsonform-array-item-delete, form.dynamic-form .control-group .controls li .draggable {
    position: absolute;
    right: 0; }
  form.dynamic-form .control-group .controls li .draggable {
    right: 2em; }

form.dynamic-form.tabular {
  border-top: 3px solid #555; }
  form.dynamic-form.tabular.no-top-margin {
    margin-top: 0; }
  form.dynamic-form.tabular .control-group {
    display: block;
    width: 100%;
    margin: 0; }
    form.dynamic-form.tabular .control-group:nth-child(odd) {
      background: #ddd; }
    form.dynamic-form.tabular .control-group:nth-child(even) {
      background: #eee; }
    form.dynamic-form.tabular .control-group > .controls,
    form.dynamic-form.tabular .control-group > .control-label {
      display: inline-block;
      vertical-align: top;
      margin: 0;
      box-sizing: border-box; }
    form.dynamic-form.tabular .control-group > .control-label {
      padding: 3px 0 3px 9px;
      width: 40%; }
    form.dynamic-form.tabular .control-group > .controls {
      padding: 3px 9px 3px 3px;
      width: 60%; }
    form.dynamic-form.tabular .control-group input[type="text"] {
      font-size: 13px;
      padding: 5px; }
  form.dynamic-form.tabular .control-group .field-notes-wrapper {
    margin-left: 40%;
    width: 60%; }
  form.dynamic-form.tabular .radiosfieldset-child-wrapper .control-group {
    margin-bottom: 0;
    padding-left: 0; }

._jsonform-array-buttons__btn {
  width: 26px;
  height: 26px;
  line-height: 1px;
  position: relative; }

._jsonform-array-buttons__btn .ui-button-text {
  display: inline; }

.ui-button-text__icon {
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  margin: -8px -8px;
  background-image: url(/assets/images/ui-icons_888888_256x240-de05e9e67b58987cf1809e7b1c61b387.png); }

.ui-button-text__icon-plus-sign {
  background-position: -32px -128px; }

.ui-button-text__icon-minus-sign {
  background-position: -64px -128px; }
/*-- Chart --*/

.c3 svg {
  font: 10px sans-serif;
  -webkit-tap-highlight-color: transparent; }

.c3 path, .c3 line {
  fill: none;
  stroke: #000; }

.c3 text {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid,
.c3-event-rect,
.c3-bars path {
  shape-rendering: crispEdges; }

.c3-chart-arc path {
  stroke: #fff; }

.c3-chart-arc rect {
  stroke: white;
  stroke-width: 1; }

.c3-chart-arc text {
  fill: #fff;
  font-size: 13px; }

/*-- Axis --*/
/*-- Grid --*/
.c3-grid line {
  stroke: #aaa; }

.c3-grid text {
  fill: #aaa; }

.c3-xgrid, .c3-ygrid {
  stroke-dasharray: 3 3; }

/*-- Text on Chart --*/
.c3-text.c3-empty {
  fill: #808080;
  font-size: 2em; }

/*-- Line --*/
.c3-line {
  stroke-width: 1px; }

/*-- Point --*/
.c3-circle._expanded_ {
  stroke-width: 1px;
  stroke: white; }

.c3-selected-circle {
  fill: white;
  stroke-width: 2px; }

/*-- Bar --*/
.c3-bar {
  stroke-width: 0; }

.c3-bar._expanded_ {
  fill-opacity: 1;
  fill-opacity: 0.75; }

/*-- Focus --*/
.c3-target.c3-focused {
  opacity: 1; }

.c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step {
  stroke-width: 2px; }

.c3-target.c3-defocused {
  opacity: 0.3 !important; }

/*-- Region --*/
.c3-region {
  fill: steelblue;
  fill-opacity: .1; }

/*-- Brush --*/
.c3-brush .extent {
  fill-opacity: .1; }

/*-- Select - Drag --*/
/*-- Legend --*/
.c3-legend-item {
  font-size: 12px; }

.c3-legend-item-hidden {
  opacity: 0.15; }

.c3-legend-background {
  opacity: 0.75;
  fill: white;
  stroke: lightgray;
  stroke-width: 1; }

/*-- Title --*/
.c3-title {
  font: 14px sans-serif; }

/*-- Tooltip --*/
.c3-tooltip-container {
  z-index: 10; }

.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  -webkit-box-shadow: 7px 7px 12px -9px #777777;
  -moz-box-shadow: 7px 7px 12px -9px #777777;
  box-shadow: 7px 7px 12px -9px #777777;
  opacity: 0.9; }

.c3-tooltip tr {
  border: 1px solid #CCC; }

.c3-tooltip th {
  background-color: #aaa;
  font-size: 14px;
  padding: 2px 5px;
  text-align: left;
  color: #FFF; }

.c3-tooltip td {
  font-size: 13px;
  padding: 3px 6px;
  background-color: #fff;
  border-left: 1px dotted #999; }

.c3-tooltip td > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px; }

.c3-tooltip td.value {
  text-align: right; }

/*-- Area --*/
.c3-area {
  stroke-width: 0;
  opacity: 0.2; }

/*-- Arc --*/
.c3-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em; }

.c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: #FFF; }

.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: #000;
  font-size: 16px; }

.c3-chart-arcs .c3-chart-arcs-gauge-max {
  fill: #777; }

.c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #777; }

.c3-chart-arc .c3-gauge-value {
  fill: #000;
  /*  font-size: 28px !important;*/ }

.c3-chart-arc.c3-target g path {
  opacity: 1; }

.c3-chart-arc.c3-target.c3-focused g path {
  opacity: 1; }
.bulk-invite div#upload-wrapper label {
  width: auto !important; }
.bulk-invite div#upload-wrapper input#csv-file-input {
  margin-bottom: 10px;
  padding: 10px 0;
  width: 100%; }
.bulk-invite div#invitees-wrapper div.invitees {
  counter-reset: item;
  font-size: 0px;
  vertical-align: top;
  line-height: normal;
  margin-top: 5px;
  position: relative; }
.bulk-invite div#invitees-wrapper div.controls-wrapper,
.bulk-invite div#invitees-wrapper div.header-row,
.bulk-invite div#invitees-wrapper div.invitee-row {
  margin: 5px 0;
  position: relative;
  padding-left: 30px; }
.bulk-invite div#invitees-wrapper div.header-row {
  margin-bottom: 0; }
.bulk-invite div#invitees-wrapper div.invitee-row::before {
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 11px;
  content: counters(item,".") ".";
  counter-increment: item; }
.bulk-invite div#invitees-wrapper div.header-wrapper,
.bulk-invite div#invitees-wrapper div.delete-wrapper,
.bulk-invite div#invitees-wrapper div.field-wrapper {
  display: inline-block;
  vertical-align: top; }
.bulk-invite div#invitees-wrapper div.delete-wrapper {
  position: relative;
  top: 2px; }
.bulk-invite div#invitees-wrapper div.header-wrapper,
.bulk-invite div#invitees-wrapper div.field-wrapper {
  width: calc(96% / 4); }
.bulk-invite div#invitees-wrapper.nocompany div.header-wrapper,
.bulk-invite div#invitees-wrapper.nocompany div.field-wrapper, .bulk-invite div#invitees-wrapper.nogroup div.header-wrapper,
.bulk-invite div#invitees-wrapper.nogroup div.field-wrapper {
  width: calc(96% / 3); }
.bulk-invite div#invitees-wrapper.nocompany.nogroup div.header-wrapper,
.bulk-invite div#invitees-wrapper.nocompany.nogroup div.field-wrapper {
  width: calc(96% / 2); }
.bulk-invite div#invitees-wrapper.nocompany .company {
  display: none; }
.bulk-invite div#invitees-wrapper.nogroup .group {
  display: none; }
.bulk-invite div#invitees-wrapper .header,
.bulk-invite div#invitees-wrapper .field {
  font-size: 11px;
  height: 27.5px;
  float: none;
  width: 100% !important;
  box-sizing: border-box; }
.bulk-invite div#invitees-wrapper .header {
  font-size: 14px;
  border: 0;
  font-weight: bold; }
.bulk-invite div#invitees-wrapper .btn {
  cursor: pointer;
  font-size: 14px; }
.bulk-invite div#invitees-wrapper .controls-wrapper > .btn:last-child {
  position: absolute;
  right: 4%; }
.bulk-invite div#invitees-wrapper div.invitee-row:only-child > div.delete-wrapper > span.delete-btn {
  visibility: hidden; }
.bulk-invite div#invitees-wrapper input.field.invalid {
  -webkit-box-shadow: 0 0 5px red;
  -moz-box-shadow: 0 0 5px red;
  box-shadow: 0 0 5px red;
  border: 2px solid rgba(255, 0, 0, 0.4); }
.bulk-invite div#invitees-wrapper div.select2-container {
  font-size: 11px;
  font-family: sans-serif; }
  .bulk-invite div#invitees-wrapper div.select2-container .select2-choice {
    height: 25.5px; }
    .bulk-invite div#invitees-wrapper div.select2-container .select2-choice:hover {
      text-decoration: none; }
    .bulk-invite div#invitees-wrapper div.select2-container .select2-choice .select2-chosen {
      height: 27.5px;
      line-height: 27.5px; }
    .bulk-invite div#invitees-wrapper div.select2-container .select2-choice .select2-arrow > b {
      position: absolute;
      top: -3px;
      left: 1px; }
#record_ids {
  width: 100%; }
.drop-target {
  height: 78.63px; }

#secure-file-transfer-form .recipients {
  width: 100%;
  background-color: white; }
#secure-file-transfer-form .start-label {
  line-height: 1;
  margin-top: 6px;
  margin-left: 2px; }
#secure-file-transfer-form .attachments-form-wrapper {
  margin-top: 5px; }
#secure-file-transfer-form #fileupload {
  display: block; }
  #secure-file-transfer-form #fileupload .fileupload-buttonbar {
    margin: 0; }
    #secure-file-transfer-form #fileupload .fileupload-buttonbar .buttons {
      display: inline-block;
      float: right; }
  #secure-file-transfer-form #fileupload input[type=file] {
    float: none; }
  #secure-file-transfer-form #fileupload .fileupload-progress {
    width: 100%;
    margin-top: 5px; }
  #secure-file-transfer-form #fileupload .progress {
    width: 100%;
    box-sizing: border-box; }
  #secure-file-transfer-form #fileupload .progress-extended {
    display: none; }
#secure-file-transfer-form .attachments-wrapper {
  margin: 10px 0; }
  #secure-file-transfer-form .attachments-wrapper .f-entry {
    display: none; }
  #secure-file-transfer-form .attachments-wrapper .folder-list-view .folder {
    margin: 0; }
  #secure-file-transfer-form .attachments-wrapper .folder-list-view .content {
    margin: 0;
    padding: 0;
    margin-left: 30px; }
#secure-file-transfer-form .form-controls {
  text-align: right; }
  #secure-file-transfer-form .form-controls .send-btn, #secure-file-transfer-form .form-controls .send-in-review-btn {
    width: 100%; }
    #secure-file-transfer-form .form-controls .send-btn:hover, #secure-file-transfer-form .form-controls .send-in-review-btn:hover {
      text-decoration: none; }
  #secure-file-transfer-form .form-controls .include-message-wrapper {
    text-align: left;
    vertical-align: middle;
    position: absolute;
    left: 8px;
    font-weight: bold;
    bottom: 5px; }
    #secure-file-transfer-form .form-controls .include-message-wrapper label, #secure-file-transfer-form .form-controls .include-message-wrapper input {
      float: none; }
  #secure-file-transfer-form .form-controls .message {
    box-sizing: border-box; }
#secure-file-transfer-form .file-transfer__advance-options textarea {
  font-family: "BwModelicaSS01-Regular" !important;
  border: 1px solid #a5a5a5 !important;
  font-size: 14.5px !important; }
  #secure-file-transfer-form .file-transfer__advance-options textarea::placeholder {
    font-family: inherit;
    color: #a5a5a5;
    font-size: 14.5px; }

.start-menu-sections .start-menu-section.subsections-list.file-transfer__form-container {
  margin-bottom: 0; }
.start-menu-sections .start-menu-section.file-transfer__summaries-container {
  max-height: 300px; }
.start-menu-sections .start-menu-section #single-file-receipt-section {
  display: flex;
  flex-wrap: wrap; }
  .start-menu-sections .start-menu-section #single-file-receipt-section img {
    margin-right: 15px; }
    .start-menu-sections .start-menu-section #single-file-receipt-section img.single-file-thumbnail {
      height: 100%;
      width: 100%; }
    .start-menu-sections .start-menu-section #single-file-receipt-section img.icon-only {
      max-width: 350px !important;
      max-height: 205px !important; }
  .start-menu-sections .start-menu-section #single-file-receipt-section #single-file-details {
    flex: 1;
    flex-shrink: 1;
    min-width: 150px;
    max-width: 280px;
    width: 100%; }
    .start-menu-sections .start-menu-section #single-file-receipt-section #single-file-details a {
      margin-top: 10px;
      display: block; }
      .start-menu-sections .start-menu-section #single-file-receipt-section #single-file-details a button {
        width: 100%; }
#workflow-form .jsonform-error-field_items {
  padding-bottom: 1rem;
  border-bottom: 1px solid #EAEFF2; }

.dataTables_length select[name*="_length"] {
  width: auto !important; }

form.dynamic-form fieldset.jsonform__advanced-settings {
  border: 0;
  padding-left: 0; }

.document-folder-properties {
  padding-top: 1rem; }
  .document-folder-properties .colour-picker {
    padding-top: 0.5rem; }
    .document-folder-properties .colour-picker .colour-picker-selection {
      display: grid;
      grid-template-columns: repeat(15, 2.25rem); }
    .document-folder-properties .colour-picker .colour-picker-folder input[type=radio] {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .document-folder-properties .colour-picker .colour-picker-folder input[type=radio]:checked + label > span {
      border: 1px solid currentColor; }
    .document-folder-properties .colour-picker .colour-picker-folder span {
      font-size: 1.5rem;
      padding: 0.25rem 0.5rem; }
  .document-folder-properties .binder-view-option {
    margin: 0; }
  .document-folder-properties .numbering-settings p {
    margin: 0; }

.braintree__payment-methods-list li {
  margin-bottom: 1rem; }

.braintree__payment-method--is-default {
  background-color: #eee; }

.braintree__payment-methods-loading-overlay {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  min-height: 63px; }

.braintree__payment-methods-container {
  position: relative;
  min-height: 63px; }

.braintree__payment-methods-list-controls {
  line-height: 2rem; }
  .braintree__payment-methods-list-controls a + a {
    margin-left: 1rem; }

.braintree-payment-method__list-item img {
  vertical-align: middle;
  margin-right: 1rem; }

.braintree-heading {
  font-size: 1em; }

details > summary.nav-link::after {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform 0.35s ease;
  transform-origin: 8px 50%;
  transform: rotate(90deg);
  position: absolute;
  right: 34px;
  top: 12px; }

details > summary.nav-link {
  font-size: 0;
  position: relative; }

details[open] > summary.nav-link::after {
  transform: rotate(-90deg); }

details > summary.nav-link .nav-link-text {
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block; }
#room-user-groups-table tr td {
  vertical-align: top;
  padding-top: 1rem;
  padding-bottom: 1rem; }
#domain-list-container {
  min-height: 600px; }
  #domain-list-container #templates {
    display: none; }
#internet-domain-tags-container {
  text-align: center; }
  #internet-domain-tags-container select {
    width: 100%;
    height: 35px; }
  #internet-domain-tags-container button.submit {
    margin-top: 50px; }
@charset "UTF-8";.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-modal-dialog,.vjs-button>.vjs-icon-placeholder:before,.vjs-modal-dialog .vjs-modal-dialog-content{position:absolute;top:0;left:0;width:100%;height:100%}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.vjs-button>.vjs-icon-placeholder:before{text-align:center}@font-face{font-family:VideoJS;src:url(data:application/font-woff;charset=utf-8;base64,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) format("woff");font-weight:400;font-style:normal}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder,.vjs-icon-play{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder:before,.vjs-icon-play:before{content:"\f101"}.vjs-icon-play-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-play-circle:before{content:"\f102"}.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,.vjs-icon-pause{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,.vjs-icon-pause:before{content:"\f103"}.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,.vjs-icon-volume-mute{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,.vjs-icon-volume-mute:before{content:"\f104"}.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,.vjs-icon-volume-low{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,.vjs-icon-volume-low:before{content:"\f105"}.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,.vjs-icon-volume-mid{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,.vjs-icon-volume-mid:before{content:"\f106"}.video-js .vjs-mute-control .vjs-icon-placeholder,.vjs-icon-volume-high{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control .vjs-icon-placeholder:before,.vjs-icon-volume-high:before{content:"\f107"}.video-js .vjs-fullscreen-control .vjs-icon-placeholder,.vjs-icon-fullscreen-enter{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-enter:before{content:"\f108"}.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,.vjs-icon-fullscreen-exit{font-family:VideoJS;font-weight:400;font-style:normal}.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-exit:before{content:"\f109"}.vjs-icon-square{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-square:before{content:"\f10a"}.vjs-icon-spinner{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-spinner:before{content:"\f10b"}.video-js .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-subtitles-button .vjs-icon-placeholder,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,.vjs-icon-subtitles{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,.vjs-icon-subtitles:before{content:"\f10c"}.video-js .vjs-captions-button .vjs-icon-placeholder,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,.vjs-icon-captions{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-captions-button .vjs-icon-placeholder:before,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,.vjs-icon-captions:before{content:"\f10d"}.video-js .vjs-chapters-button .vjs-icon-placeholder,.vjs-icon-chapters{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-chapters-button .vjs-icon-placeholder:before,.vjs-icon-chapters:before{content:"\f10e"}.vjs-icon-share{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-share:before{content:"\f10f"}.vjs-icon-cog{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cog:before{content:"\f110"}.video-js .vjs-play-progress,.video-js .vjs-volume-level,.vjs-icon-circle,.vjs-seek-to-live-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-progress:before,.video-js .vjs-volume-level:before,.vjs-icon-circle:before,.vjs-seek-to-live-control .vjs-icon-placeholder:before{content:"\f111"}.vjs-icon-circle-outline{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-outline:before{content:"\f112"}.vjs-icon-circle-inner-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-inner-circle:before{content:"\f113"}.vjs-icon-hd{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-hd:before{content:"\f114"}.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,.vjs-icon-cancel{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,.vjs-icon-cancel:before{content:"\f115"}.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,.vjs-icon-replay{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,.vjs-icon-replay:before{content:"\f116"}.vjs-icon-facebook{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-facebook:before{content:"\f117"}.vjs-icon-gplus{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-gplus:before{content:"\f118"}.vjs-icon-linkedin{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-linkedin:before{content:"\f119"}.vjs-icon-twitter{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-twitter:before{content:"\f11a"}.vjs-icon-tumblr{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-tumblr:before{content:"\f11b"}.vjs-icon-pinterest{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-pinterest:before{content:"\f11c"}.video-js .vjs-descriptions-button .vjs-icon-placeholder,.vjs-icon-audio-description{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-descriptions-button .vjs-icon-placeholder:before,.vjs-icon-audio-description:before{content:"\f11d"}.video-js .vjs-audio-button .vjs-icon-placeholder,.vjs-icon-audio{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-audio-button .vjs-icon-placeholder:before,.vjs-icon-audio:before{content:"\f11e"}.vjs-icon-next-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-next-item:before{content:"\f11f"}.vjs-icon-previous-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-previous-item:before{content:"\f120"}.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder,.vjs-icon-picture-in-picture-enter{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before,.vjs-icon-picture-in-picture-enter:before{content:"\f121"}.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder,.vjs-icon-picture-in-picture-exit{font-family:VideoJS;font-weight:400;font-style:normal}.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before,.vjs-icon-picture-in-picture-exit:before{content:"\f122"}.video-js{display:block;vertical-align:top;box-sizing:border-box;color:#fff;background-color:#000;position:relative;padding:0;font-size:10px;line-height:1;font-weight:400;font-style:normal;font-family:Arial,Helvetica,sans-serif;word-break:initial}.video-js:-moz-full-screen{position:absolute}.video-js:-webkit-full-screen{width:100%!important;height:100%!important}.video-js[tabindex="-1"]{outline:0}.video-js *,.video-js :after,.video-js :before{box-sizing:inherit}.video-js ul{font-family:inherit;font-size:inherit;line-height:inherit;list-style-position:outside;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}.video-js.vjs-16-9,.video-js.vjs-4-3,.video-js.vjs-fluid{width:100%;max-width:100%;height:0}.video-js.vjs-16-9{padding-top:56.25%}.video-js.vjs-4-3{padding-top:75%}.video-js.vjs-fill{width:100%;height:100%}.video-js .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%}body.vjs-full-window{padding:0;margin:0;height:100%}.vjs-full-window .video-js.vjs-fullscreen{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0}.video-js.vjs-fullscreen:not(.vjs-ios-native-fs){width:100%!important;height:100%!important;padding-top:0!important}.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.vjs-hidden{display:none!important}.vjs-disabled{opacity:.5;cursor:default}.video-js .vjs-offscreen{height:1px;left:-9999px;position:absolute;top:0;width:1px}.vjs-lock-showing{display:block!important;opacity:1;visibility:visible}.vjs-no-js{padding:20px;color:#fff;background-color:#000;font-size:18px;font-family:Arial,Helvetica,sans-serif;text-align:center;width:300px;height:150px;margin:0 auto}.vjs-no-js a,.vjs-no-js a:visited{color:#66a8cc}.video-js .vjs-big-play-button{font-size:3em;line-height:1.5em;height:1.63332em;width:3em;display:block;position:absolute;top:10px;left:10px;padding:0;cursor:pointer;opacity:1;border:.06666em solid #fff;background-color:#2b333f;background-color:rgba(43,51,63,.7);border-radius:.3em;transition:all .4s}.vjs-big-play-centered .vjs-big-play-button{top:50%;left:50%;margin-top:-.81666em;margin-left:-1.5em}.video-js .vjs-big-play-button:focus,.video-js:hover .vjs-big-play-button{border-color:#fff;background-color:#73859f;background-color:rgba(115,133,159,.5);transition:all 0s}.vjs-controls-disabled .vjs-big-play-button,.vjs-error .vjs-big-play-button,.vjs-has-started .vjs-big-play-button,.vjs-using-native-controls .vjs-big-play-button{display:none}.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button{display:block}.video-js button{background:0 0;border:none;color:inherit;display:inline-block;font-size:inherit;line-height:inherit;text-transform:none;text-decoration:none;transition:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.vjs-control .vjs-button{width:100%;height:100%}.video-js .vjs-control.vjs-close-button{cursor:pointer;height:3em;position:absolute;right:0;top:.5em;z-index:2}.video-js .vjs-modal-dialog{background:rgba(0,0,0,.8);background:linear-gradient(180deg,rgba(0,0,0,.8),rgba(255,255,255,0));overflow:auto}.video-js .vjs-modal-dialog>*{box-sizing:border-box}.vjs-modal-dialog .vjs-modal-dialog-content{font-size:1.2em;line-height:1.5;padding:20px 24px;z-index:1}.vjs-menu-button{cursor:pointer}.vjs-menu-button.vjs-disabled{cursor:default}.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu{display:none}.vjs-menu .vjs-menu-content{display:block;padding:0;margin:0;font-family:Arial,Helvetica,sans-serif;overflow:auto}.vjs-menu .vjs-menu-content>*{box-sizing:border-box}.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu{display:none}.vjs-menu li{list-style:none;margin:0;padding:.2em 0;line-height:1.4em;font-size:1.2em;text-align:center;text-transform:lowercase}.js-focus-visible .vjs-menu li.vjs-menu-item:hover,.vjs-menu li.vjs-menu-item:focus,.vjs-menu li.vjs-menu-item:hover{background-color:#73859f;background-color:rgba(115,133,159,.5)}.js-focus-visible .vjs-menu li.vjs-selected:hover,.vjs-menu li.vjs-selected,.vjs-menu li.vjs-selected:focus,.vjs-menu li.vjs-selected:hover{background-color:#fff;color:#2b333f}.vjs-menu li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 .3em 0;font-weight:700;cursor:default}.vjs-menu-button-popup .vjs-menu{display:none;position:absolute;bottom:0;width:10em;left:-3em;height:0;margin-bottom:1.5em;border-top-color:rgba(43,51,63,.7)}.vjs-menu-button-popup .vjs-menu .vjs-menu-content{background-color:#2b333f;background-color:rgba(43,51,63,.7);position:absolute;width:100%;bottom:1.5em;max-height:15em}.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:5em}.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:10em}.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:14em}.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:25em}.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu{display:block}.video-js .vjs-menu-button-inline{transition:all .4s;overflow:hidden}.video-js .vjs-menu-button-inline:before{width:2.222222222em}.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline:hover,.video-js.vjs-no-flex .vjs-menu-button-inline{width:12em}.vjs-menu-button-inline .vjs-menu{opacity:0;height:100%;width:auto;position:absolute;left:4em;top:0;padding:0;margin:0;transition:all .4s}.vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-menu-button-inline:focus .vjs-menu,.vjs-menu-button-inline:hover .vjs-menu{display:block;opacity:1}.vjs-no-flex .vjs-menu-button-inline .vjs-menu{display:block;opacity:1;position:relative;width:auto}.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu{width:auto}.vjs-menu-button-inline .vjs-menu-content{width:auto;height:100%;margin:0;overflow:hidden}.video-js .vjs-control-bar{display:none;width:100%;position:absolute;bottom:0;left:0;right:0;height:3em;background-color:#2b333f;background-color:rgba(43,51,63,.7)}.vjs-has-started .vjs-control-bar{display:flex;visibility:visible;opacity:1;transition:visibility .1s,opacity .1s}.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{visibility:visible;opacity:0;transition:visibility 1s,opacity 1s}.vjs-controls-disabled .vjs-control-bar,.vjs-error .vjs-control-bar,.vjs-using-native-controls .vjs-control-bar{display:none!important}.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity:1;visibility:visible}.vjs-has-started.vjs-no-flex .vjs-control-bar{display:table}.video-js .vjs-control{position:relative;text-align:center;margin:0;padding:0;height:100%;width:4em;flex:none}.vjs-button>.vjs-icon-placeholder:before{font-size:1.8em;line-height:1.67}.video-js .vjs-control:focus,.video-js .vjs-control:focus:before,.video-js .vjs-control:hover:before{text-shadow:0 0 1em #fff}.video-js .vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.vjs-no-flex .vjs-control{display:table-cell;vertical-align:middle}.video-js .vjs-custom-control-spacer{display:none}.video-js .vjs-progress-control{cursor:pointer;flex:auto;display:flex;align-items:center;min-width:4em;touch-action:none}.video-js .vjs-progress-control.disabled{cursor:default}.vjs-live .vjs-progress-control{display:none}.vjs-liveui .vjs-progress-control{display:flex;align-items:center}.vjs-no-flex .vjs-progress-control{width:auto}.video-js .vjs-progress-holder{flex:auto;transition:all .2s;height:.3em}.video-js .vjs-progress-control .vjs-progress-holder{margin:0 10px}.video-js .vjs-progress-control:hover .vjs-progress-holder{font-size:1.6666666667em}.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled{font-size:1em}.video-js .vjs-progress-holder .vjs-load-progress,.video-js .vjs-progress-holder .vjs-load-progress div,.video-js .vjs-progress-holder .vjs-play-progress{position:absolute;display:block;height:100%;margin:0;padding:0;width:0}.video-js .vjs-play-progress{background-color:#fff}.video-js .vjs-play-progress:before{font-size:.9em;position:absolute;right:-.5em;top:-.3333333333em;z-index:1}.video-js .vjs-load-progress{background:rgba(115,133,159,.5)}.video-js .vjs-load-progress div{background:rgba(115,133,159,.75)}.video-js .vjs-time-tooltip{background-color:#fff;background-color:rgba(255,255,255,.8);border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-progress-holder:focus .vjs-time-tooltip{display:none}.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,.video-js .vjs-progress-control:hover .vjs-time-tooltip{display:block;font-size:.6em;visibility:visible}.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip{font-size:1em}.video-js .vjs-progress-control .vjs-mouse-display{display:none;position:absolute;width:1px;height:100%;background-color:#000;z-index:1}.vjs-no-flex .vjs-progress-control .vjs-mouse-display{z-index:0}.video-js .vjs-progress-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display{visibility:hidden;opacity:0;transition:visibility 1s,opacity 1s}.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display{display:none}.vjs-mouse-display .vjs-time-tooltip{color:#fff;background-color:#000;background-color:rgba(0,0,0,.8)}.video-js .vjs-slider{position:relative;cursor:pointer;padding:0;margin:0 .45em 0 .45em;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#73859f;background-color:rgba(115,133,159,.5)}.video-js .vjs-slider.disabled{cursor:default}.video-js .vjs-slider:focus{text-shadow:0 0 1em #fff;box-shadow:0 0 1em #fff}.video-js .vjs-mute-control{cursor:pointer;flex:none}.video-js .vjs-volume-control{cursor:pointer;margin-right:1em;display:flex}.video-js .vjs-volume-control.vjs-volume-horizontal{width:5em}.video-js .vjs-volume-panel .vjs-volume-control{visibility:visible;opacity:0;width:1px;height:1px;margin-left:-1px}.video-js .vjs-volume-panel{transition:width 1s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,.video-js .vjs-volume-panel .vjs-volume-control:active,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control,.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,.video-js .vjs-volume-panel:active .vjs-volume-control,.video-js .vjs-volume-panel:focus .vjs-volume-control{visibility:visible;opacity:1;position:relative;transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em;margin-right:0}.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical{left:-3.5em;transition:left 0s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active{width:10em;transition:width .1s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only{width:4em}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{height:8em;width:3em;left:-3000em;transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s}.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em;visibility:visible;opacity:1;position:relative;transition:none}.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{position:absolute;bottom:3em;left:.5em}.video-js .vjs-volume-panel{display:flex}.video-js .vjs-volume-bar{margin:1.35em .45em}.vjs-volume-bar.vjs-slider-horizontal{width:5em;height:.3em}.vjs-volume-bar.vjs-slider-vertical{width:.3em;height:5em;margin:1.35em auto}.video-js .vjs-volume-level{position:absolute;bottom:0;left:0;background-color:#fff}.video-js .vjs-volume-level:before{position:absolute;font-size:.9em}.vjs-slider-vertical .vjs-volume-level{width:.3em}.vjs-slider-vertical .vjs-volume-level:before{top:-.5em;left:-.3em}.vjs-slider-horizontal .vjs-volume-level{height:.3em}.vjs-slider-horizontal .vjs-volume-level:before{top:-.3em;right:-.5em}.video-js .vjs-volume-panel.vjs-volume-panel-vertical{width:4em}.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level{height:100%}.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level{width:100%}.video-js .vjs-volume-vertical{width:3em;height:8em;bottom:8em;background-color:#2b333f;background-color:rgba(43,51,63,.7)}.video-js .vjs-volume-horizontal .vjs-menu{left:-2em}.vjs-poster{display:inline-block;vertical-align:middle;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;background-color:#000;cursor:pointer;margin:0;padding:0;position:absolute;top:0;right:0;bottom:0;left:0;height:100%}.vjs-has-started .vjs-poster{display:none}.vjs-audio.vjs-has-started .vjs-poster{display:block}.vjs-using-native-controls .vjs-poster{display:none}.video-js .vjs-live-control{display:flex;align-items:flex-start;flex:auto;font-size:1em;line-height:3em}.vjs-no-flex .vjs-live-control{display:table-cell;width:auto;text-align:left}.video-js.vjs-liveui .vjs-live-control,.video-js:not(.vjs-live) .vjs-live-control{display:none}.video-js .vjs-seek-to-live-control{cursor:pointer;flex:none;display:inline-flex;height:100%;padding-left:.5em;padding-right:.5em;font-size:1em;line-height:3em;width:auto;min-width:4em}.vjs-no-flex .vjs-seek-to-live-control{display:table-cell;width:auto;text-align:left}.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,.video-js:not(.vjs-live) .vjs-seek-to-live-control{display:none}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge{cursor:auto}.vjs-seek-to-live-control .vjs-icon-placeholder{margin-right:.5em;color:#888}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:red}.video-js .vjs-time-control{flex:none;font-size:1em;line-height:3em;min-width:2em;width:auto;padding-left:1em;padding-right:1em}.vjs-live .vjs-time-control{display:none}.video-js .vjs-current-time,.vjs-no-flex .vjs-current-time{display:none}.video-js .vjs-duration,.vjs-no-flex .vjs-duration{display:none}.vjs-time-divider{display:none;line-height:3em}.vjs-live .vjs-time-divider{display:none}.video-js .vjs-play-control{cursor:pointer}.video-js .vjs-play-control .vjs-icon-placeholder{flex:none}.vjs-text-track-display{position:absolute;bottom:3em;left:0;right:0;top:0;pointer-events:none}.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display{bottom:1em}.video-js .vjs-text-track{font-size:1.4em;text-align:center;margin-bottom:.1em}.vjs-subtitles{color:#fff}.vjs-captions{color:#fc6}.vjs-tt-cue{display:block}video::-webkit-media-text-track-display{transform:translateY(-3em)}.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display{transform:translateY(-1.5em)}.video-js .vjs-picture-in-picture-control{cursor:pointer;flex:none}.video-js .vjs-fullscreen-control{cursor:pointer;flex:none}.vjs-playback-rate .vjs-playback-rate-value,.vjs-playback-rate>.vjs-menu-button{position:absolute;top:0;left:0;width:100%;height:100%}.vjs-playback-rate .vjs-playback-rate-value{pointer-events:none;font-size:1.5em;line-height:2;text-align:center}.vjs-playback-rate .vjs-menu{width:4em;left:0}.vjs-error .vjs-error-display .vjs-modal-dialog-content{font-size:1.4em;text-align:center}.vjs-error .vjs-error-display:before{color:#fff;content:"X";font-family:Arial,Helvetica,sans-serif;font-size:4em;left:0;line-height:1;margin-top:-.5em;position:absolute;text-shadow:.05em .05em .1em #000;text-align:center;top:50%;vertical-align:middle;width:100%}.vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;opacity:.85;text-align:left;border:6px solid rgba(43,51,63,.7);box-sizing:border-box;background-clip:padding-box;width:50px;height:50px;border-radius:25px;visibility:hidden}.vjs-seeking .vjs-loading-spinner,.vjs-waiting .vjs-loading-spinner{display:block;-webkit-animation:vjs-spinner-show 0s linear .3s forwards;animation:vjs-spinner-show 0s linear .3s forwards}.vjs-loading-spinner:after,.vjs-loading-spinner:before{content:"";position:absolute;margin:-6px;box-sizing:inherit;width:inherit;height:inherit;border-radius:inherit;opacity:1;border:inherit;border-color:transparent;border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after,.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:before{-webkit-animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite;animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite}.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:before{border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:after{border-top-color:#fff;-webkit-animation-delay:.44s;animation-delay:.44s}@keyframes vjs-spinner-show{to{visibility:visible}}@-webkit-keyframes vjs-spinner-show{to{visibility:visible}}@keyframes vjs-spinner-spin{100%{transform:rotate(360deg)}}@-webkit-keyframes vjs-spinner-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}100%{border-top-color:#73859f}}@-webkit-keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}100%{border-top-color:#73859f}}.vjs-chapters-button .vjs-menu ul{width:24em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:"";font-size:1.5em;line-height:inherit}.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:" ";font-size:1.5em;line-height:inherit}.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-audio-button,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-captions-button,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-chapters-button,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-current-time,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-descriptions-button,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-duration,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-playback-rate,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-remaining-time,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-subtitles-button,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-time-divider,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-control,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-audio-button,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-captions-button,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-chapters-button,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-current-time,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-descriptions-button,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-duration,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-playback-rate,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-remaining-time,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subtitles-button,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-time-divider,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-control,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-audio-button,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-captions-button,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-chapters-button,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-current-time,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-descriptions-button,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-duration,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-playback-rate,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-remaining-time,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-subtitles-button,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-time-divider,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-control{display:none}.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover{width:auto;width:initial}.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subs-caps-button,.video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button,.video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button{display:none}.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-custom-control-spacer,.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer{flex:auto;display:block}.video-js:not(.vjs-fullscreen).vjs-layout-tiny.vjs-no-flex .vjs-custom-control-spacer,.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui.vjs-no-flex .vjs-custom-control-spacer{width:auto}.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-progress-control,.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-progress-control{display:none}.vjs-modal-dialog.vjs-text-track-settings{background-color:#2b333f;background-color:rgba(43,51,63,.75);color:#fff;height:70%}.vjs-text-track-settings .vjs-modal-dialog-content{display:table}.vjs-text-track-settings .vjs-track-settings-colors,.vjs-text-track-settings .vjs-track-settings-controls,.vjs-text-track-settings .vjs-track-settings-font{display:table-cell}.vjs-text-track-settings .vjs-track-settings-controls{text-align:right;vertical-align:bottom}@supports (display:grid){.vjs-text-track-settings .vjs-modal-dialog-content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;padding:20px 24px 0 24px}.vjs-track-settings-controls .vjs-default-button{margin-bottom:20px}.vjs-text-track-settings .vjs-track-settings-controls{grid-column:1/-1}.vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content{grid-template-columns:1fr}}.vjs-track-setting>select{margin-right:1em;margin-bottom:.5em}.vjs-text-track-settings fieldset{margin:5px;padding:3px;border:none}.vjs-text-track-settings fieldset span{display:inline-block}.vjs-text-track-settings fieldset span>select{max-width:7.3em}.vjs-text-track-settings legend{color:#fff;margin:0 0 5px 0}.vjs-text-track-settings .vjs-label{position:absolute;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);display:block;margin:0 0 5px 0;padding:0;border:0;height:1px;width:1px;overflow:hidden}.vjs-track-settings-controls button:active,.vjs-track-settings-controls button:focus{outline-style:solid;outline-width:medium;background-image:linear-gradient(0deg,#fff 88%,#73859f 100%)}.vjs-track-settings-controls button:hover{color:rgba(43,51,63,.75)}.vjs-track-settings-controls button{background-color:#fff;background-image:linear-gradient(-180deg,#fff 88%,#73859f 100%);color:#2b333f;cursor:pointer;border-radius:2px}.vjs-track-settings-controls .vjs-default-button{margin-right:1em}@media print{.video-js>:not(.vjs-tech):not(.vjs-poster){visibility:hidden}}.vjs-resize-manager{position:absolute;top:0;left:0;width:100%;height:100%;border:none;z-index:-1000}.js-focus-visible .video-js :focus:not(.focus-visible){outline:0;background:0 0}.video-js .vjs-menu :focus:not(:focus-visible),.video-js :focus:not(:focus-visible){outline:0;background:0 0}
#add-doc-to-bundle {
  display: block; }
  #add-doc-to-bundle .progress {
    width: 100%;
    height: 25px;
    box-sizing: border-box;
    border: 1px solid black;
    display: none; }
  #add-doc-to-bundle .progress .bar {
    width: 0%;
    height: 100%;
    background-color: #cccccc;
    float: left;
    font-size: 12px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
  #add-doc-to-bundle .progress-extended {
    display: none;
    text-align: center; }
.minicolors {
  position: relative;
}

.minicolors-sprite {
  background-image: url(data:image/png;base64,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);
}

.minicolors-swatch {
  position: absolute;
  vertical-align: middle;
  background-position: -80px 0;
  border: solid 1px #ccc;
  cursor: text;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.minicolors-swatch-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.minicolors input[type=hidden] + .minicolors-swatch {
  width: 28px;
  position: static;
  cursor: pointer;
}

.minicolors input[type=hidden][disabled] + .minicolors-swatch {
  cursor: default;
}

/* Panel */
.minicolors-panel {
  position: absolute;
  width: 173px;
  background: white;
  border: solid 1px #CCC;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  z-index: 99999;
  box-sizing: content-box;
  display: none;
}

.minicolors-panel.minicolors-visible {
  display: block;
}

/* Panel positioning */
.minicolors-position-top .minicolors-panel {
  top: -154px;
}

.minicolors-position-right .minicolors-panel {
  right: 0;
}

.minicolors-position-bottom .minicolors-panel {
  top: auto;
}

.minicolors-position-left .minicolors-panel {
  left: 0;
}

.minicolors-with-opacity .minicolors-panel {
  width: 194px;
}

.minicolors .minicolors-grid {
  position: relative;
  top: 1px;
  left: 1px;
  width: 150px;
  height: 150px;
  background-position: -120px 0;
  cursor: crosshair;
}

.minicolors .minicolors-grid-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
}

.minicolors-slider-saturation .minicolors-grid {
  background-position: -420px 0;
}

.minicolors-slider-saturation .minicolors-grid-inner {
  background-position: -270px 0;
  background-image: inherit;
}

.minicolors-slider-brightness .minicolors-grid {
  background-position: -570px 0;
}

.minicolors-slider-brightness .minicolors-grid-inner {
  background-color: black;
}

.minicolors-slider-wheel .minicolors-grid {
  background-position: -720px 0;
}

.minicolors-slider,
.minicolors-opacity-slider {
  position: absolute;
  top: 1px;
  left: 152px;
  width: 20px;
  height: 150px;
  background-color: white;
  background-position: 0 0;
  cursor: row-resize;
}

.minicolors-slider-saturation .minicolors-slider {
  background-position: -60px 0;
}

.minicolors-slider-brightness .minicolors-slider {
  background-position: -20px 0;
}

.minicolors-slider-wheel .minicolors-slider {
  background-position: -20px 0;
}

.minicolors-opacity-slider {
  left: 173px;
  background-position: -40px 0;
  display: none;
}

.minicolors-with-opacity .minicolors-opacity-slider {
  display: block;
}

/* Pickers */
.minicolors-grid .minicolors-picker {
  position: absolute;
  top: 70px;
  left: 70px;
  width: 12px;
  height: 12px;
  border: solid 1px black;
  border-radius: 10px;
  margin-top: -6px;
  margin-left: -6px;
  background: none;
}

.minicolors-grid .minicolors-picker > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: solid 2px white;
  box-sizing: content-box;
}

.minicolors-picker {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 2px;
  background: white;
  border: solid 1px black;
  margin-top: -2px;
  box-sizing: content-box;
}

/* Swatches */
.minicolors-swatches,
.minicolors-swatches li {
  margin: 5px 0 3px 5px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.minicolors-swatches .minicolors-swatch {
  position: relative;
  float: left;
  cursor: pointer;
  margin:0 4px 0 0;
}

.minicolors-with-opacity .minicolors-swatches .minicolors-swatch {
  margin-right: 7px;
}

.minicolors-swatch.selected {
  border-color: #000;
}

/* Inline controls */
.minicolors-inline {
  display: inline-block;
}

.minicolors-inline .minicolors-input {
  display: none !important;
}

.minicolors-inline .minicolors-panel {
  position: relative;
  top: auto;
  left: auto;
  box-shadow: none;
  z-index: auto;
  display: inline-block;
}

/* Default theme */
.minicolors-theme-default .minicolors-swatch {
  top: 5px;
  left: 5px;
  width: 18px;
  height: 18px;
}
.minicolors-theme-default .minicolors-swatches .minicolors-swatch {
  margin-bottom: 2px;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
}
.minicolors-theme-default.minicolors-position-right .minicolors-swatch {
  left: auto;
  right: 5px;
}
.minicolors-theme-default.minicolors {
  width: auto;
  display: inline-block;
}
.minicolors-theme-default .minicolors-input {
  height: 20px;
  width: auto;
  display: inline-block;
  padding-left: 26px;
}
.minicolors-theme-default.minicolors-position-right .minicolors-input {
  padding-right: 26px;
  padding-left: inherit;
}

/* Bootstrap theme */
.minicolors-theme-bootstrap .minicolors-swatch {
  z-index: 2;
  top: 3px;
  left: 3px;
  width: 28px;
  height: 28px;
  border-radius: 3px;
}
.minicolors-theme-bootstrap .minicolors-swatches .minicolors-swatch {
  margin-bottom: 2px;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}
.minicolors-theme-bootstrap .minicolors-swatch-color {
  border-radius: inherit;
}
.minicolors-theme-bootstrap.minicolors-position-right > .minicolors-swatch {
  left: auto;
  right: 3px;
}
.minicolors-theme-bootstrap .minicolors-input {
  float: none;
  padding-left: 44px;
}
.minicolors-theme-bootstrap.minicolors-position-right .minicolors-input {
  padding-right: 44px;
  padding-left: 12px;
}
.minicolors-theme-bootstrap .minicolors-input.input-lg + .minicolors-swatch {
  top: 4px;
  left: 4px;
  width: 37px;
  height: 37px;
  border-radius: 5px;
}
.minicolors-theme-bootstrap .minicolors-input.input-sm + .minicolors-swatch {
  width: 24px;
  height: 24px;
}
.minicolors-theme-bootstrap .minicolors-input.input-xs + .minicolors-swatch {
  width: 18px;
  height: 18px;
}
.input-group .minicolors-theme-bootstrap:not(:first-child) .minicolors-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* Semantic Ui theme */
.minicolors-theme-semanticui .minicolors-swatch {
  top: 0;
  left: 0;
  padding: 18px;
}
.minicolors-theme-semanticui input {
  text-indent: 30px;
}
/* 
 * These styles are necessary so that we don't have a flash of unstyled content.
 * The page might load slowly, and would load the other CSS on React load time.
 */
body.app.ask_alex, #bump1, #bump2 {
  background: whitesmoke; }

body.app.ask_alex #footer {
  background: whitesmoke; }

body.app.ask_alex #page-content {
  background: whitesmoke; }

body.app.ask_alex div#page-container {
  background: whitesmoke;
  font-family: BwModelicaSS01-Regular; }
