/*!
 * froala_editor v3.0.5 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2019 Froala Labs
 */

.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0; }

.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.fr-element, .fr-element:focus {
  outline: 0 solid transparent; }

.fr-box.fr-basic {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
  .fr-box.fr-basic .fr-element {
    font-family: sans-serif;
    color: #414141;
    font-size: 14px;
    line-height: 1.6;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: auto;
    min-height: 60px;
    text-align: left; }
  .fr-box.fr-basic.fr-rtl .fr-element {
    text-align: right; }

.fr-element {
  background: transparent;
  position: relative;
  z-index: 2;
  -webkit-user-select: auto; }
  .fr-element a {
    user-select: auto;
    -o-user-select: auto;
    -moz-user-select: auto;
    -khtml-user-select: auto;
    -webkit-user-select: auto;
    -ms-user-select: auto; }
  .fr-element.fr-disabled {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none; }
  .fr-element [contenteditable="true"] {
    outline: 0 solid transparent; }

.fr-box a.fr-floating-btn {
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 40px;
  width: 40px;
  text-align: center;
  background: #FFF;
  color: #333333;
  -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  outline: none;
  left: 0;
  top: 0;
  line-height: 40px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  text-align: center;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none; }
  .fr-box a.fr-floating-btn svg {
    -webkit-transition: transform 0.2s ease 0s;
    -moz-transition: transform 0.2s ease 0s;
    -ms-transition: transform 0.2s ease 0s;
    -o-transition: transform 0.2s ease 0s;
    fill: #333333; }
  .fr-box a.fr-floating-btn i, .fr-box a.fr-floating-btn svg {
    font-size: 14px;
    line-height: 40px; }
  .fr-box a.fr-floating-btn.fr-btn + .fr-btn {
    margin-left: 10px; }
  .fr-box a.fr-floating-btn:hover {
    background: #ebebeb;
    cursor: pointer; }
    .fr-box a.fr-floating-btn:hover svg {
      fill: #333333; }
.fr-box .fr-visible a.fr-floating-btn {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1); }

iframe.fr-iframe {
  width: 100%;
  border: none;
  position: relative;
  display: block;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.fr-wrapper {
  position: relative;
  z-index: 1; }
  .fr-wrapper::after {
    clear: both;
    display: block;
    content: "";
    height: 0; }
  .fr-wrapper .fr-placeholder {
    position: absolute;
    font-size: 14px;
    color: #AAA;
    font-family: sans-serif;
    z-index: 1;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden; }
  .fr-wrapper.show-placeholder .fr-placeholder {
    display: block;
    position: relative; }
  .fr-wrapper ::-moz-selection {
    background: #b5d6fd;
    color: #000; }
  .fr-wrapper ::selection {
    background: #b5d6fd;
    color: #000; }

.fr-box.fr-basic .fr-wrapper {
  background: #FFF;
  border: 1px solid #CCCCCC;
  border-bottom-color: #efefef;
  top: 0;
  left: 0; }

.fr-box.fr-basic.fr-top .fr-wrapper {
  border-top: 0; }
.fr-box.fr-basic.fr-bottom .fr-wrapper {
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

@media (min-width: 992px) {
  .fr-box.fr-document {
    min-width: 21cm; }
    .fr-box.fr-document .fr-wrapper {
      text-align: left;
      padding: 30px;
      min-width: 21cm;
      background: #efefef; }
      .fr-box.fr-document .fr-wrapper .fr-element {
        text-align: left;
        background: #FFF;
        width: 21cm;
        margin: auto;
        min-height: 26cm !important;
        padding: 1cm 2cm;
        overflow: visible;
        z-index: auto; }
        .fr-box.fr-document .fr-wrapper .fr-element hr {
          margin-left: -2cm;
          margin-right: -2cm;
          background: #efefef;
          height: 1cm;
          outline: none;
          border: none; }
        .fr-box.fr-document .fr-wrapper .fr-element img {
          z-index: 1; } }
.fr-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 8px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #222222;
  color: #FFF;
  font-size: 11px;
  line-height: 22px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-transition: opacity 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  left: -3000px;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 2147483647;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .fr-tooltip.fr-visible {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.fr-toolbar .fr-btn-wrap, .fr-popup .fr-btn-wrap, .fr-modal .fr-btn-wrap {
  float: left;
  white-space: nowrap;
  position: relative; }
  .fr-toolbar .fr-btn-wrap.fr-hidden, .fr-popup .fr-btn-wrap.fr-hidden, .fr-modal .fr-btn-wrap.fr-hidden {
    display: none; }
.fr-toolbar .fr-command.fr-btn, .fr-popup .fr-command.fr-btn, .fr-modal .fr-command.fr-btn {
  background: transparent;
  color: #333333;
  -moz-outline: 0;
  outline: none;
  border: 0;
  line-height: 1;
  cursor: pointer;
  text-align: left;
  margin: 4px 2px;
  padding: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 2;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  float: left;
  height: 40px; }
  .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-options, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-options, .fr-modal .fr-command.fr-btn.fr-dropdown.fr-options {
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
  .fr-toolbar .fr-command.fr-btn.fr-btn-hover, .fr-popup .fr-command.fr-btn.fr-btn-hover, .fr-modal .fr-command.fr-btn.fr-btn-hover {
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
  .fr-toolbar .fr-command.fr-btn::-moz-focus-inner, .fr-popup .fr-command.fr-btn::-moz-focus-inner, .fr-modal .fr-command.fr-btn::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .fr-toolbar .fr-command.fr-btn.fr-btn-text, .fr-popup .fr-command.fr-btn.fr-btn-text, .fr-modal .fr-command.fr-btn.fr-btn-text {
    width: auto; }
  .fr-toolbar .fr-command.fr-btn i, .fr-toolbar .fr-command.fr-btn svg, .fr-popup .fr-command.fr-btn i, .fr-popup .fr-command.fr-btn svg, .fr-modal .fr-command.fr-btn i, .fr-modal .fr-command.fr-btn svg {
    display: block;
    text-align: center;
    float: none;
    margin: 8px 7px;
    width: 24px; }
  .fr-toolbar .fr-command.fr-btn svg.fr-svg, .fr-popup .fr-command.fr-btn svg.fr-svg, .fr-modal .fr-command.fr-btn svg.fr-svg {
    height: 24px; }
  .fr-toolbar .fr-command.fr-btn svg path, .fr-popup .fr-command.fr-btn svg path, .fr-modal .fr-command.fr-btn svg path {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    fill: #333333; }
  .fr-toolbar .fr-command.fr-btn span.fr-sr-only, .fr-popup .fr-command.fr-btn span.fr-sr-only, .fr-modal .fr-command.fr-btn span.fr-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  .fr-toolbar .fr-command.fr-btn span, .fr-popup .fr-command.fr-btn span, .fr-modal .fr-command.fr-btn span {
    font-size: 14px;
    display: block;
    line-height: 17px;
    min-width: 30px;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 17px;
    font-weight: bold;
    padding: 0 4px; }
  .fr-toolbar .fr-command.fr-btn img, .fr-popup .fr-command.fr-btn img, .fr-modal .fr-command.fr-btn img {
    margin: 8px 7px;
    width: 24px; }
  .fr-toolbar .fr-command.fr-btn.fr-btn-active-popup, .fr-popup .fr-command.fr-btn.fr-btn-active-popup, .fr-modal .fr-command.fr-btn.fr-btn-active-popup {
    background: #d6d6d6; }
  .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection span, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection span, .fr-modal .fr-command.fr-btn.fr-dropdown.fr-selection span {
    font-weight: normal; }
  .fr-toolbar .fr-command.fr-btn.fr-dropdown i, .fr-toolbar .fr-command.fr-btn.fr-dropdown span, .fr-toolbar .fr-command.fr-btn.fr-dropdown img, .fr-toolbar .fr-command.fr-btn.fr-dropdown svg, .fr-popup .fr-command.fr-btn.fr-dropdown i, .fr-popup .fr-command.fr-btn.fr-dropdown span, .fr-popup .fr-command.fr-btn.fr-dropdown img, .fr-popup .fr-command.fr-btn.fr-dropdown svg, .fr-modal .fr-command.fr-btn.fr-dropdown i, .fr-modal .fr-command.fr-btn.fr-dropdown span, .fr-modal .fr-command.fr-btn.fr-dropdown img, .fr-modal .fr-command.fr-btn.fr-dropdown svg {
    margin-left: 3px;
    margin-right: 11px; }
  .fr-toolbar .fr-command.fr-btn.fr-dropdown:after, .fr-popup .fr-command.fr-btn.fr-dropdown:after, .fr-modal .fr-command.fr-btn.fr-dropdown:after {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #333333;
    right: 2px;
    top: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    content: ""; }
  .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active, .fr-modal .fr-command.fr-btn.fr-dropdown.fr-active {
    fill: #333333;
    background: #d6d6d6;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease; }
    .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover, .fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:hover {
      background: #ebebeb;
      fill: #333333; }
      .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover::after, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after, .fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:hover::after {
        border-top-color: #333333; }
    .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:after, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:after, .fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:after {
      border-top: 0;
      border-bottom: 4px solid #222222; }
  .fr-toolbar .fr-command.fr-btn.fr-disabled, .fr-popup .fr-command.fr-btn.fr-disabled, .fr-modal .fr-command.fr-btn.fr-disabled {
    color: #bdbdbd;
    cursor: default;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    .fr-toolbar .fr-command.fr-btn.fr-disabled::after, .fr-popup .fr-command.fr-btn.fr-disabled::after, .fr-modal .fr-command.fr-btn.fr-disabled::after {
      border-top-color: #bdbdbd; }
  .fr-toolbar .fr-command.fr-btn.fr-hidden, .fr-popup .fr-command.fr-btn.fr-hidden, .fr-modal .fr-command.fr-btn.fr-hidden {
    display: none; }
.fr-toolbar .fr-tabs .fr-command.fr-btn, .fr-popup .fr-tabs .fr-command.fr-btn, .fr-modal .fr-tabs .fr-command.fr-btn {
  margin: 0;
  width: 46px;
  height: 40px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
  .fr-toolbar .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active, .fr-toolbar .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab, .fr-popup .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active, .fr-popup .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab, .fr-modal .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active, .fr-modal .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab {
    background: #FFF; }
  .fr-toolbar .fr-tabs .fr-command.fr-btn span, .fr-popup .fr-tabs .fr-command.fr-btn span, .fr-modal .fr-tabs .fr-command.fr-btn span {
    height: 27px; }
  .fr-toolbar .fr-tabs .fr-command.fr-btn img, .fr-toolbar .fr-tabs .fr-command.fr-btn svg, .fr-popup .fr-tabs .fr-command.fr-btn img, .fr-popup .fr-tabs .fr-command.fr-btn svg, .fr-modal .fr-tabs .fr-command.fr-btn img, .fr-modal .fr-tabs .fr-command.fr-btn svg {
    margin: 8px 11px;
    width: 24px;
    height: 24px; }
.fr-toolbar .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-toolbar .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-toolbar .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-popup .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-popup .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-popup .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-modal .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-modal .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-modal .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path {
  fill: #0098f7; }
.fr-toolbar.fr-disabled .fr-btn, .fr-toolbar.fr-disabled .fr-btn.fr-active, .fr-popup.fr-disabled .fr-btn, .fr-popup.fr-disabled .fr-btn.fr-active, .fr-modal.fr-disabled .fr-btn, .fr-modal.fr-disabled .fr-btn.fr-active {
  color: #bdbdbd;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .fr-toolbar.fr-disabled .fr-btn.fr-dropdown::after, .fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown::after, .fr-popup.fr-disabled .fr-btn.fr-dropdown::after, .fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown::after, .fr-modal.fr-disabled .fr-btn.fr-dropdown::after, .fr-modal.fr-disabled .fr-btn.fr-active.fr-dropdown::after {
    border-top-color: #bdbdbd; }
.fr-toolbar.fr-rtl .fr-btn-grp.fr-float-left, .fr-popup.fr-rtl .fr-btn-grp.fr-float-left, .fr-modal.fr-rtl .fr-btn-grp.fr-float-left {
  float: right; }
.fr-toolbar.fr-rtl .fr-btn-grp.fr-float-right, .fr-popup.fr-rtl .fr-btn-grp.fr-float-right, .fr-modal.fr-rtl .fr-btn-grp.fr-float-right {
  float: left; }
.fr-toolbar.fr-rtl .fr-command.fr-btn, .fr-toolbar.fr-rtl .fr-btn-wrap, .fr-popup.fr-rtl .fr-command.fr-btn, .fr-popup.fr-rtl .fr-btn-wrap, .fr-modal.fr-rtl .fr-command.fr-btn, .fr-modal.fr-rtl .fr-btn-wrap {
  float: right; }
  .fr-toolbar.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options, .fr-toolbar.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options, .fr-popup.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options, .fr-popup.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options, .fr-modal.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options, .fr-modal.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options {
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
  .fr-toolbar.fr-rtl .fr-command.fr-btn.fr-btn-hover, .fr-toolbar.fr-rtl .fr-btn-wrap.fr-btn-hover, .fr-popup.fr-rtl .fr-command.fr-btn.fr-btn-hover, .fr-popup.fr-rtl .fr-btn-wrap.fr-btn-hover, .fr-modal.fr-rtl .fr-command.fr-btn.fr-btn-hover, .fr-modal.fr-rtl .fr-btn-wrap.fr-btn-hover {
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }

.fr-toolbar.fr-inline > .fr-command.fr-btn:not(.fr-hidden), .fr-toolbar.fr-inline > .fr-btn-wrap:not(.fr-hidden) {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: none; }

.fr-desktop .fr-command:hover, .fr-desktop .fr-command:focus, .fr-desktop .fr-command.fr-btn-hover, .fr-desktop .fr-command.fr-expanded {
  outline: 0;
  color: #333333; }
  .fr-desktop .fr-command:hover:not(.fr-table-cell), .fr-desktop .fr-command:focus:not(.fr-table-cell), .fr-desktop .fr-command.fr-btn-hover:not(.fr-table-cell), .fr-desktop .fr-command.fr-expanded:not(.fr-table-cell) {
    background: #ebebeb; }
  .fr-desktop .fr-command:hover::after, .fr-desktop .fr-command:focus::after, .fr-desktop .fr-command.fr-btn-hover::after, .fr-desktop .fr-command.fr-expanded::after {
    border-top-color: #333333; }
.fr-desktop .fr-command.fr-selected:not(.fr-table-cell), .fr-desktop .fr-command:active {
  color: #333333;
  background: #d6d6d6; }
.fr-desktop .fr-command.fr-active:hover, .fr-desktop .fr-command.fr-active:focus, .fr-desktop .fr-command.fr-active.fr-btn-hover, .fr-desktop .fr-command.fr-active.fr-expanded {
  background: #ebebeb; }
.fr-desktop .fr-command.fr-active:active {
  background: #d6d6d6; }
.fr-desktop .fr-command.fr-disabled:hover, .fr-desktop .fr-command.fr-disabled:focus, .fr-desktop .fr-command.fr-disabled.fr-selected {
  background: transparent; }
.fr-desktop.fr-disabled .fr-command:hover, .fr-desktop.fr-disabled .fr-command:focus, .fr-desktop.fr-disabled .fr-command.fr-selected {
  background: transparent; }

.fr-toolbar.fr-mobile .fr-command.fr-blink, .fr-popup.fr-mobile .fr-command.fr-blink {
  background: #d6d6d6; }

.fr-command.fr-btn.fr-options {
  width: 16px;
  margin-left: -5px; }
  .fr-command.fr-btn.fr-options.fr-btn-hover, .fr-command.fr-btn.fr-options:hover, .fr-command.fr-btn.fr-options:focus {
    border-left: solid 1px #FAFAFA;
    -webkit-transition: border-left 0s, background-color 0.5s;
    -moz-transition: border-left 0s, background-color 0.5s;
    -ms-transition: border-left 0s, background-color 0.5s;
    -o-transition: border-left 0s, background-color 0.5s; }
.fr-command.fr-btn + .fr-dropdown-menu {
  background: #FFF;
  display: inline-block;
  position: absolute;
  right: auto;
  bottom: auto;
  height: auto;
  z-index: 4;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  zoom: 1;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .fr-command.fr-btn + .fr-dropdown-menu.test-height .fr-dropdown-wrapper {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    height: auto;
    max-height: 275px; }
  .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper {
    padding: 0;
    margin: auto;
    display: inline-block;
    text-align: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    margin-top: 0;
    float: left;
    height: 0;
    margin-top: 0 !important; }
    .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content {
      position: relative; }
      .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list {
        list-style-type: none;
        margin: 0;
        padding: 8px 0;
        min-width: 72px; }
        .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li {
          padding: 0;
          margin: 0;
          font-size: 15px; }
          .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a {
            padding: 0 20px;
            line-height: 200%;
            display: flex;
            cursor: pointer;
            white-space: nowrap;
            color: inherit;
            text-decoration: none;
            border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box; }
            .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a svg {
              width: 24px;
              height: 24px;
              margin: 3px 4px; }
              .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a svg path {
                fill: #333333; }
            .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
              background: #d6d6d6; }
            .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled {
              color: #bdbdbd;
              cursor: default; }
            .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a .fr-shortcut {
              margin-left: 20px;
              font-weight: bold;
              -webkit-opacity: 0.75;
              -moz-opacity: 0.75;
              opacity: 0.75; }
.fr-command.fr-btn.fr-active + .fr-dropdown-menu {
  display: inline-block;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

.fr-bottom > .fr-command.fr-btn + .fr-dropdown-menu {
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.fr-toolbar.fr-rtl .fr-dropdown-wrapper, .fr-popup.fr-rtl .fr-dropdown-wrapper {
  text-align: right !important; }

body.prevent-scroll {
  overflow: hidden; }
  body.prevent-scroll.fr-mobile {
    position: fixed;
    -webkit-overflow-scrolling: touch; }

.fr-modal {
  color: #222222;
  font-family: Arial, Helvetica, sans-serif;
  position: fixed;
  overflow-x: auto;
  overflow-y: scroll;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 2147483640;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  line-height: 1.2; }
  .fr-modal.fr-middle .fr-modal-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute; }
  .fr-modal .fr-modal-wrapper {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-clip: padding-box;
    margin: 20px auto;
    display: inline-block;
    background: #FFF;
    min-width: 300px;
    -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
    border: 0;
    overflow: hidden;
    width: 90%;
    position: relative; }
    @media (min-width: 768px) and (max-width: 991px) {
      .fr-modal .fr-modal-wrapper {
        margin: 30px auto;
        width: 70%; } }
    @media (min-width: 992px) {
      .fr-modal .fr-modal-wrapper {
        margin: 50px auto;
        width: 960px; } }
    .fr-modal .fr-modal-wrapper .fr-modal-head {
      background: #FFF;
      overflow: hidden;
      position: absolute;
      width: 100%;
      min-height: 42px;
      z-index: 3;
      border-bottom: solid #efefef 1px;
      -webkit-transition: all 0.2s ease 0s;
      -moz-transition: all 0.2s ease 0s;
      -ms-transition: all 0.2s ease 0s;
      -o-transition: all 0.2s ease 0s; }
      .fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-head-line {
        height: 56px;
        padding: 0 10px; }
      .fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-close {
        margin: 10px;
        position: absolute;
        top: 0;
        right: 0; }
      .fr-modal .fr-modal-wrapper .fr-modal-head h4 {
        font-size: 20px;
        padding: 19px 10px;
        margin: 0;
        font-weight: 400;
        line-height: 18px;
        display: inline-block;
        float: left; }
    .fr-modal .fr-modal-wrapper div.fr-modal-body {
      height: 100%;
      min-height: 150px;
      overflow-y: auto;
      padding-bottom: 20px; }
      .fr-modal .fr-modal-wrapper div.fr-modal-body:focus {
        outline: 0; }
      .fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command {
        height: 36px;
        line-height: 1;
        color: #0098f7;
        padding: 10px;
        cursor: pointer;
        text-decoration: none;
        border: none;
        background: none;
        font-size: 16px;
        outline: none;
        -webkit-transition: background 0.2s ease 0s;
        -moz-transition: background 0.2s ease 0s;
        -ms-transition: background 0.2s ease 0s;
        -o-transition: background 0.2s ease 0s;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box; }
        .fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command + button {
          margin-left: 24px; }
        .fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:hover, .fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:focus {
          background: #ebebeb;
          color: #0098f7; }
        .fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:active {
          background: #d6d6d6;
          color: #0098f7; }
      .fr-modal .fr-modal-wrapper div.fr-modal-body button::-moz-focus-inner {
        border: 0; }

.fr-desktop .fr-modal-wrapper .fr-modal-head i:hover {
  background: #ebebeb; }

.fr-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 2147483639; }

.fr-popup {
  position: absolute;
  display: none;
  color: #222222;
  background: #FFF;
  -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  margin-top: 10px;
  z-index: 2147483635;
  text-align: left;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2; }
  .fr-popup .fr-icon {
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    font-weight: 400;
    box-sizing: content-box;
    padding: 6px; }
  .fr-popup .fr-icon-container {
    padding: 20px;
    max-height: 200px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @supports not (-ms-high-contrast: none) {
      .fr-popup .fr-icon-container {
        grid-template-columns: repeat(auto-fill, minmax(36px, 36px));
        display: grid; } }
    @media (min-width: 768px) {
      .fr-popup .fr-icon-container {
        min-width: 276px; } }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .fr-popup .fr-icon-container {
        display: inline-flex;
        -ms-flex-flow: row wrap; } }
    @media screen and (-ms-high-contrast: active) and (max-width: 768px), (-ms-high-contrast: none) and (max-width: 768px) {
      .fr-popup .fr-icon-container {
        width: 236px; } }
  .fr-popup .fr-input-focus {
    background: whitesmoke; }
  .fr-popup.fr-above {
    margin-top: -10px;
    border-top: 0; }
  .fr-popup.fr-active {
    display: block; }
  .fr-popup.fr-hidden {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .fr-popup.fr-empty {
    display: none !important; }
  .fr-popup .fr-hs {
    display: block !important; }
    .fr-popup .fr-hs.fr-hidden {
      display: none !important; }
  .fr-popup .fr-input-line {
    position: relative;
    padding: 15px 0; }
    .fr-popup .fr-input-line input[type="text"], .fr-popup .fr-input-line textarea {
      width: 100%;
      margin-bottom: 1px;
      border-radius: 2px;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      border: solid 1px #999999;
      color: #222222;
      font-size: 14px;
      background: #FFF;
      position: relative;
      z-index: 2;
      padding: 4px 12px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: border 0.5s, padding 0.5s;
      -moz-transition: border 0.5s, padding 0.5s;
      -ms-transition: border 0.5s, padding 0.5s;
      -o-transition: border 0.5s, padding 0.5s; }
      .fr-popup .fr-input-line input[type="text"]:hover, .fr-popup .fr-input-line textarea:hover {
        border: solid 1px #515151; }
      .fr-popup .fr-input-line input[type="text"]:focus, .fr-popup .fr-input-line textarea:focus {
        border: solid 2px #0098f7;
        padding: 3px 11px; }
    .fr-popup .fr-input-line input[type="text"] {
      height: 46px; }
    .fr-popup .fr-input-line input + label, .fr-popup .fr-input-line textarea + label {
      position: absolute;
      top: 29px;
      left: 12px;
      font-size: 14px;
      color: grey;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      z-index: 3;
      display: block;
      background: #FFF;
      padding: 0;
      cursor: text; }
    .fr-popup .fr-input-line input.fr-not-empty + label, .fr-popup .fr-input-line textarea.fr-not-empty + label {
      color: gray;
      width: auto;
      left: 4px;
      padding: 0 4px;
      font-size: 11px;
      top: 9px; }
  .fr-popup input, .fr-popup textarea {
    user-select: text;
    -o-user-select: text;
    -moz-user-select: text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: none; }
  .fr-popup textarea {
    resize: none; }
  .fr-popup .fr-buttons {
    white-space: nowrap;
    line-height: 0; }
    .fr-popup .fr-buttons .fr-btn {
      margin-left: 4px;
      margin-right: 4px;
      display: inline-block;
      float: none; }
      .fr-popup .fr-buttons .fr-btn i {
        float: left; }
    .fr-popup .fr-buttons .fr-separator {
      display: inline-block;
      float: none; }
    .fr-popup .fr-buttons.fr-tabs {
      border-radius: 6px 6px 0 0;
      -moz-border-radius: 6px 6px 0 0;
      -webkit-border-radius: 6px 6px 0 0;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      background-color: #f5f5f5;
      overflow: hidden; }
      @media (max-width: 768px) {
        .fr-popup .fr-buttons.fr-tabs.fr-tabs-scroll {
          overflow: scroll;
          overflow-y: hidden;
          width: 276px; } }
    .fr-popup .fr-buttons:not(.fr-tabs) {
      padding: 5px; }
  .fr-popup .fr-layer {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 195px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px;
    display: none; }
    @media (min-width: 768px) {
      .fr-popup .fr-layer {
        width: 260px; } }
    .fr-popup .fr-layer.fr-active {
      display: inline-block; }
  .fr-popup .fr-action-buttons {
    z-index: 7;
    height: 36px;
    text-align: right; }
    .fr-popup .fr-action-buttons button.fr-command {
      height: 36px;
      line-height: 1;
      color: #0098f7;
      padding: 10px;
      cursor: pointer;
      text-decoration: none;
      border: none;
      background: none;
      font-size: 16px;
      outline: none;
      -webkit-transition: background 0.2s ease 0s;
      -moz-transition: background 0.2s ease 0s;
      -ms-transition: background 0.2s ease 0s;
      -o-transition: background 0.2s ease 0s;
      border-radius: 2px;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box; }
      .fr-popup .fr-action-buttons button.fr-command + button {
        margin-left: 24px; }
      .fr-popup .fr-action-buttons button.fr-command:hover, .fr-popup .fr-action-buttons button.fr-command:focus {
        background: #ebebeb;
        color: #0098f7; }
      .fr-popup .fr-action-buttons button.fr-command:active {
        background: #d6d6d6;
        color: #0098f7; }
    .fr-popup .fr-action-buttons button::-moz-focus-inner {
      border: 0; }
  .fr-popup .fr-checkbox {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    padding: 10px;
    border-radius: 100%;
    line-height: 1;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    vertical-align: middle; }
    .fr-popup .fr-checkbox svg {
      margin-left: 2px;
      margin-top: 2px;
      display: none;
      width: 10px;
      height: 10px; }
    .fr-popup .fr-checkbox span {
      border-radius: 2px;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      width: 18px;
      height: 18px;
      display: inline-block;
      position: relative;
      z-index: 1;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
      -moz-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
      -ms-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
      -o-transition: background 0.2s ease 0s, border-color 0.2s ease 0s; }
    .fr-popup .fr-checkbox input {
      position: absolute;
      z-index: 2;
      -webkit-opacity: 0;
      -moz-opacity: 0;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      border: 0 none;
      cursor: pointer;
      height: 18px;
      margin: 0;
      padding: 0;
      width: 18px;
      top: 7px;
      left: 7px; }
      .fr-popup .fr-checkbox input:not(:checked) + span {
        border: solid 2px #999999; }
      .fr-popup .fr-checkbox input:not(:checked):active + span {
        background-color: #f5f5f5; }
      .fr-popup .fr-checkbox input:not(:checked):focus + span, .fr-popup .fr-checkbox input:not(:checked):hover + span {
        border-color: #515151; }
      .fr-popup .fr-checkbox input:checked + span {
        background: #0098f7;
        border: solid 2px #0098f7; }
        .fr-popup .fr-checkbox input:checked + span svg {
          display: block; }
      .fr-popup .fr-checkbox input:checked:active + span {
        background-color: #EcF5Ff; }
      .fr-popup .fr-checkbox input:checked:focus + span, .fr-popup .fr-checkbox input:checked:hover + span {
        -webkit-opacity: 0.8;
        -moz-opacity: 0.8;
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .fr-popup .fr-checkbox-line {
    font-size: 14px;
    line-height: 1.4px;
    margin-top: 10px; }
    .fr-popup .fr-checkbox-line label {
      cursor: pointer;
      margin: 0 5px;
      vertical-align: middle; }
  .fr-popup.fr-rtl {
    direction: rtl;
    text-align: right; }
    .fr-popup.fr-rtl .fr-action-buttons {
      text-align: left; }
    .fr-popup.fr-rtl .fr-input-line input + label, .fr-popup.fr-rtl .fr-input-line textarea + label {
      left: auto;
      right: 0; }
    .fr-popup.fr-rtl .fr-buttons .fr-separator.fr-vs {
      float: right; }

.fr-text-edit-layer {
  width: 250px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block !important; }

.fr-toolbar {
  color: #222222;
  background: #FFF;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: left;
  border: 1px solid #CCCCCC;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
  padding-bottom: 0;
  -webkit-transition: padding-bottom 0.5s;
  -moz-transition: padding-bottom 0.5s;
  -ms-transition: padding-bottom 0.5s;
  -o-transition: padding-bottom 0.5s; }
  .fr-toolbar::after {
    clear: both;
    display: block;
    content: "";
    height: 0; }
  .fr-toolbar::after {
    height: 0; }
  .fr-toolbar .fr-newline {
    clear: both;
    display: block;
    content: "";
    margin-left: 9px;
    margin-right: 9px;
    background: #efefef;
    height: 1px;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    -o-transition: height 0.5s; }
  .fr-toolbar.fr-toolbar-open {
    padding-bottom: 48px; }
    .fr-toolbar.fr-toolbar-open .fr-newline {
      height: 0; }
  .fr-toolbar .fr-float-right {
    float: right; }
  .fr-toolbar .fr-float-left {
    float: left; }
  .fr-toolbar .fr-more-toolbar {
    float: left;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #f5f5f5;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    -o-transition: height 0.5s;
    height: 0;
    z-index: 2;
    overflow: hidden;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%; }
    .fr-toolbar .fr-more-toolbar.fr-expanded {
      height: 48px; }
    .fr-toolbar .fr-more-toolbar.fr-overflow-visible {
      overflow: visible; }
    .fr-toolbar .fr-more-toolbar > .fr-command.fr-btn {
      margin-left: 4px;
      margin-right: 4px; }
  .fr-toolbar .fr-btn-grp {
    display: inline-block;
    margin: 0 17px 0 12px; }
    @media (max-width: 768px) {
      .fr-toolbar .fr-btn-grp {
        margin: 0 7px 0 6px; } }
  .fr-toolbar .fr-command.fr-btn.fr-open {
    margin-top: 10px;
    margin-bottom: -1px;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
    .fr-toolbar .fr-command.fr-btn.fr-open:not(:hover):not(:focus):not(:active) {
      background: #f5f5f5; }
  .fr-toolbar.fr-rtl {
    text-align: right; }
  .fr-toolbar.fr-inline {
    display: none;
    -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
    border: 0;
    white-space: nowrap;
    position: absolute;
    margin-top: 5px;
    z-index: 2147483630; }
    .fr-toolbar.fr-inline.fr-above {
      margin-top: -10px;
      border-top: 0; }
    .fr-toolbar.fr-inline .fr-newline {
      height: 0; }
  .fr-toolbar.fr-top {
    top: 0;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
  .fr-toolbar.fr-bottom {
    bottom: 0;
    border-top: 0;
    padding-bottom: 0;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
    .fr-toolbar.fr-bottom .fr-newline {
      padding-top: 0;
      -webkit-transition: padding-top 0.5s;
      -moz-transition: padding-top 0.5s;
      -ms-transition: padding-top 0.5s;
      -o-transition: padding-top 0.5s; }
    .fr-toolbar.fr-bottom.fr-toolbar-open .fr-newline {
      padding-top: 48px;
      background: #FFF; }
    .fr-toolbar.fr-bottom .fr-command.fr-btn.fr-open {
      margin-top: -1px;
      margin-bottom: 10px;
      border-radius: 0 0 4px 4px;
      -moz-border-radius: 0 0 4px 4px;
      -webkit-border-radius: 0 0 4px 4px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box; }
  .fr-toolbar.fr-sticky-on {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }

.fr-separator {
  background: #ebebeb;
  display: block;
  vertical-align: top;
  float: left; }
  .fr-separator + .fr-separator {
    display: none; }
  .fr-separator.fr-vs {
    height: 32px;
    width: 1px;
    margin: 8px 4px; }
  .fr-separator.fr-hs {
    clear: both;
    width: calc(100% - (2 * 4px));
    margin: 0 4px;
    height: 1px; }
  .fr-separator.fr-hidden {
    display: none !important; }

.fr-rtl .fr-separator {
  float: right; }

.fr-toolbar.fr-inline .fr-separator.fr-hs {
  float: none; }

.fr-toolbar.fr-inline .fr-separator.fr-vs {
  float: none;
  display: inline-block; }

.second-toolbar {
  border: 1px solid #CCCCCC;
  border-top: 0;
  background: #FFF;
  line-height: 1.4;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
  .second-toolbar::after {
    clear: both;
    display: block;
    content: "";
    height: 0; }

#logo {
  float: left;
  outline: none; }
  #logo > span {
    display: inline-block;
    float: left;
    font-family: sans-serif;
    padding: 11px 5px 10px 15px;
    font-size: 12px;
    font-weight: 500;
    color: #b1b2b7;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s; }
  #logo > svg {
    height: 20px;
    width: 47px;
    margin: 7px 0;
    cursor: pointer; }
  #logo > svg * {
    -webkit-transition: fill 0.3s;
    -moz-transition: fill 0.3s;
    -ms-transition: fill 0.3s;
    -o-transition: fill 0.3s; }
  #logo:hover > span, #logo:focus > span {
    color: #0098f7; }
  #logo:hover > svg .fr-logo, #logo:focus > svg .fr-logo {
    fill: #0098f7; }

.fr-visibility-helper {
  display: none;
  margin-left: 0 !important; }
  @media (min-width: 768px) {
    .fr-visibility-helper {
      margin-left: 1px !important; } }
  @media (min-width: 992px) {
    .fr-visibility-helper {
      margin-left: 2px !important; } }
  @media (min-width: 1200px) {
    .fr-visibility-helper {
      margin-left: 3px !important; } }

.fr-opacity-0 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.fr-box {
  position: relative; }

/**
 * Postion sticky hacks.
 */
.fr-sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky; }

.fr-sticky-off {
  position: relative; }

.fr-sticky-on {
  position: fixed;
  z-index: 10; }
  .fr-sticky-on.fr-sticky-ios {
    position: absolute;
    left: 0;
    right: 0;
    width: auto !important; }

.fr-sticky-dummy {
  display: none; }

.fr-sticky-on + .fr-sticky-dummy, .fr-sticky-box > .fr-sticky-dummy {
  display: block; }

span.fr-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0; }

.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.fr-box .fr-counter {
  padding: 10px;
  float: right;
  color: #999999;
  content: attr(data-chars);
  font-size: 14px;
  font-family: sans-serif;
  z-index: 1;
  border-radius: 2px 0 0 0;
  -moz-border-radius: 2px 0 0 0;
  -webkit-border-radius: 2px 0 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
.fr-box.fr-rtl .fr-counter {
  left: 0;
  right: auto;
  border-left: none;
  border-radius: 0 2px 0 0;
  -moz-border-radius: 0 2px 0 0;
  -webkit-border-radius: 0 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.fr-box.fr-code-view .fr-counter {
  display: none; }

.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0; }

.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

textarea.fr-code {
  display: none;
  width: 100%;
  resize: none;
  -moz-resize: none;
  -webkit-resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding: 10px;
  margin: 0;
  font-family: "Courier New",monospace;
  font-size: 14px;
  background: #FFF;
  color: #000;
  outline: none; }

.fr-box.fr-rtl textarea.fr-code {
  direction: rtl; }

.fr-box .CodeMirror {
  display: none; }

.fr-box.fr-code-view textarea.fr-code {
  display: block; }
.fr-box.fr-code-view .fr-element, .fr-box.fr-code-view .fr-placeholder, .fr-box.fr-code-view .fr-iframe {
  display: none; }
.fr-box.fr-code-view .CodeMirror {
  display: block; }

.fr-box.fr-inline.fr-code-view .fr-command.fr-btn.html-switch {
  display: block; }
.fr-box.fr-inline .fr-command.fr-btn.html-switch {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  background: #FFF;
  color: #333333;
  -moz-outline: 0;
  outline: 0;
  border: 0;
  line-height: 1;
  cursor: pointer;
  text-align: left;
  padding: 8px 7px;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }
  .fr-box.fr-inline .fr-command.fr-btn.html-switch i {
    font-size: 24px;
    width: 24px;
    text-align: center; }
  .fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover {
    background: #ebebeb; }

.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0; }

.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.fr-popup .fr-layer.fr-color-hex-layer {
  margin: 0;
  padding: 20px;
  padding-top: 0;
  float: left; }
  .fr-popup .fr-layer.fr-color-hex-layer .fr-input-line {
    float: left;
    width: calc(100% - 50px);
    padding: 15px 0 0; }
  .fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons {
    float: right;
    width: 38px;
    height: 40px;
    padding: 17px 0 0;
    margin: 0; }
  .fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons button.fr-command {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 13px;
    height: 40px;
    width: 38px; }
.fr-popup .fr-separator + .fr-colors-tabs {
  margin-left: 2px;
  margin-right: 2px; }
.fr-popup .fr-color-set {
  line-height: 0;
  display: none; }
  .fr-popup .fr-color-set.fr-selected-set {
    display: block;
    padding: 20px;
    padding-bottom: 0; }
  .fr-popup .fr-color-set > span {
    display: inline-block;
    width: 32px;
    height: 32px;
    position: relative;
    z-index: 1; }
    .fr-popup .fr-color-set > span > i, .fr-popup .fr-color-set > span > svg {
      text-align: center;
      line-height: 32px;
      height: 24px;
      width: 24px;
      margin: 4px;
      font-size: 13px;
      position: absolute;
      bottom: 0;
      cursor: default;
      left: 0; }
      .fr-popup .fr-color-set > span > i path, .fr-popup .fr-color-set > span > svg path {
        fill: #222222; }
    .fr-popup .fr-color-set > span .fr-selected-color {
      color: #FFF;
      font-family: FontAwesome;
      font-size: 13px;
      font-weight: 400;
      line-height: 32px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      text-align: center;
      cursor: default; }
    .fr-popup .fr-color-set > span:hover, .fr-popup .fr-color-set > span:focus {
      outline: 1px solid #222222;
      z-index: 2; }

.fr-rtl .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1="text"] ~ [data-param1="background"]::after {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0); }

.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0; }

.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.fr-drag-helper {
  background: #0098f7;
  height: 2px;
  margin-top: -1px;
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  z-index: 2147483640;
  display: none; }
  .fr-drag-helper.fr-visible {
    display: block; }

.fr-dragging {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0; }

.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.fr-popup .fr-emoticon {
  width: 24px;
  height: 24px;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; }
  .fr-popup .fr-emoticon img {
    height: 24px;
    width: 24px; }
.fr-popup .fr-command.fr-btn.fr-tabs-unicode {
  padding: 0 0 0 14px; }
@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
  .fr-popup .fr-icon-container.fr-emoticon-container {
    width: 368px; } }

.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0; }

.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.fr-popup .fr-file-upload-layer {
  border: dashed 2px #bdbdbd;
  padding: 25px 0;
  margin: 20px;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 140%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center; }
  .fr-popup .fr-file-upload-layer:hover {
    background: #ebebeb; }
  .fr-popup .fr-file-upload-layer.fr-drop {
    background: #ebebeb;
    border-color: #0098f7; }
  .fr-popup .fr-file-upload-layer .fr-form {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2147483640;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important; }
    .fr-popup .fr-file-upload-layer .fr-form input {
      cursor: pointer;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 500%;
      height: 100%;
      margin: 0;
      font-size: 400px; }
.fr-popup .fr-file-progress-bar-layer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .fr-popup .fr-file-progress-bar-layer > h3 {
    font-size: 16px;
    margin: 10px 0;
    font-weight: normal; }
  .fr-popup .fr-file-progress-bar-layer > div.fr-action-buttons {
    display: none; }
  .fr-popup .fr-file-progress-bar-layer > div.fr-loader {
    background: #b3e0fd;
    height: 10px;
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    position: relative; }
    .fr-popup .fr-file-progress-bar-layer > div.fr-loader span {
      display: block;
      height: 100%;
      width: 0%;
      background: #0098f7;
      -webkit-transition: width 0.2s ease 0s;
      -moz-transition: width 0.2s ease 0s;
      -ms-transition: width 0.2s ease 0s;
      -o-transition: width 0.2s ease 0s; }
    .fr-popup .fr-file-progress-bar-layer > div.fr-loader.fr-indeterminate span {
      width: 30% !important;
      position: absolute;
      top: 0;
      -webkit-animation: loading 2s linear infinite;
      -moz-animation: loading 2s linear infinite;
      -o-animation: loading 2s linear infinite;
      animation: loading 2s linear infinite; }
  .fr-popup .fr-file-progress-bar-layer.fr-error > div.fr-loader {
    display: none; }
  .fr-popup .fr-file-progress-bar-layer.fr-error > div.fr-action-buttons {
    display: block; }

@keyframes loading {
  from {
    left: -25%; }
  to {
    left: 100%; } }
@-webkit-keyframes loading {
  from {
    left: -25%; }
  to {
    left: 100%; } }
@-moz-keyframes loading {
  from {
    left: -25%; }
  to {
    left: 100%; } }
@-o-keyframes loading {
  from {
    left: -25%; }
  to {
    left: 100%; } }
@keyframes loading {
  from {
    left: -25%; }
  to {
    left: 100%; } }
.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0; }

.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

body.fr-fullscreen {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed; }

.fr-box.fr-fullscreen {
  margin: 0 !important;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2147483630 !important;
  width: auto !important; }
  .fr-box.fr-fullscreen.fr-basic.fr-top .fr-wrapper {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
  .fr-box.fr-fullscreen.fr-basic.fr-bottom .fr-wrapper {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
  .fr-box.fr-fullscreen .fr-toolbar {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
    .fr-box.fr-fullscreen .fr-toolbar.fr-top {
      top: 0 !important; }
    .fr-box.fr-fullscreen .fr-toolbar.fr-bottom {
      bottom: 0 !important; }
  .fr-box.fr-fullscreen .second-toolbar {
    margin-top: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }

.fr-fullscreen-wrapper {
  z-index: 2147483640 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important; }

.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0; }

.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal {
  text-align: left;
  padding: 20px 20px 10px; }
  .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table {
    border-collapse: collapse;
    font-size: 14px;
    line-height: 1.5;
    width: 100%; }
    .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table + table {
      margin-top: 20px; }
    .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tr {
      border: 0; }
    .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table th {
      text-align: left; }
    .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table th, .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table td {
      padding: 6px 0 4px; }
    .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody tr {
      border-bottom: solid 1px #ebebeb; }
    .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:first-child {
      width: 60%;
      color: #646464; }
    .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:nth-child(n+2) {
      letter-spacing: 0.5px; }

.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0; }

.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.fr-element img {
  cursor: pointer; }

.fr-image-resizer {
  position: absolute;
  border: solid 1px #0098f7;
  display: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
  .fr-image-resizer.fr-active {
    display: block; }
  .fr-image-resizer .fr-handler {
    display: block;
    position: absolute;
    background: #0098f7;
    border: solid 1px #FFF;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .fr-image-resizer .fr-handler.fr-hnw {
      cursor: nw-resize; }
    .fr-image-resizer .fr-handler.fr-hne {
      cursor: ne-resize; }
    .fr-image-resizer .fr-handler.fr-hsw {
      cursor: sw-resize; }
    .fr-image-resizer .fr-handler.fr-hse {
      cursor: se-resize; }
  .fr-image-resizer .fr-handler {
    width: 12px;
    height: 12px; }
    .fr-image-resizer .fr-handler.fr-hnw {
      left: -6px;
      top: -6px; }
    .fr-image-resizer .fr-handler.fr-hne {
      right: -6px;
      top: -6px; }
    .fr-image-resizer .fr-handler.fr-hsw {
      left: -6px;
      bottom: -6px; }
    .fr-image-resizer .fr-handler.fr-hse {
      right: -6px;
      bottom: -6px; }
  @media (min-width: 1200px) {
    .fr-image-resizer .fr-handler {
      width: 10px;
      height: 10px; }
      .fr-image-resizer .fr-handler.fr-hnw {
        left: -5px;
        top: -5px; }
      .fr-image-resizer .fr-handler.fr-hne {
        right: -5px;
        top: -5px; }
      .fr-image-resizer .fr-handler.fr-hsw {
        left: -5px;
        bottom: -5px; }
      .fr-image-resizer .fr-handler.fr-hse {
        right: -5px;
        bottom: -5px; } }

.fr-image-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2147483640;
  display: none; }

.fr-popup .fr-image-upload-layer {
  border: dashed 2px #bdbdbd;
  padding: 25px 0;
  margin: 20px;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 140%;
  text-align: center; }
  .fr-popup .fr-image-upload-layer:hover {
    background: #ebebeb; }
  .fr-popup .fr-image-upload-layer.fr-drop {
    background: #ebebeb;
    border-color: #0098f7; }
  .fr-popup .fr-image-upload-layer .fr-form {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2147483640;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important; }
    .fr-popup .fr-image-upload-layer .fr-form input {
      cursor: pointer;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 500%;
      height: 100%;
      margin: 0;
      font-size: 400px; }
.fr-popup .fr-image-progress-bar-layer > h3 {
  font-size: 16px;
  margin: 10px 0;
  font-weight: normal; }
.fr-popup .fr-image-progress-bar-layer > div.fr-action-buttons {
  display: none; }
.fr-popup .fr-image-progress-bar-layer > div.fr-loader {
  background: #b3e0fd;
  height: 10px;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  position: relative; }
  .fr-popup .fr-image-progress-bar-layer > div.fr-loader span {
    display: block;
    height: 100%;
    width: 0%;
    background: #0098f7;
    -webkit-transition: width 0.2s ease 0s;
    -moz-transition: width 0.2s ease 0s;
    -ms-transition: width 0.2s ease 0s;
    -o-transition: width 0.2s ease 0s; }
  .fr-popup .fr-image-progress-bar-layer > div.fr-loader.fr-indeterminate span {
    width: 30% !important;
    position: absolute;
    top: 0;
    -webkit-animation: loading 2s linear infinite;
    -moz-animation: loading 2s linear infinite;
    -o-animation: loading 2s linear infinite;
    animation: loading 2s linear infinite; }
.fr-popup .fr-image-progress-bar-layer.fr-error > div.fr-loader {
  display: none; }
.fr-popup .fr-image-progress-bar-layer.fr-error > div.fr-action-buttons {
  display: block; }

.fr-image-size-layer .fr-image-group .fr-input-line {
  width: calc(50% - 5px);
  display: inline-block; }
  .fr-image-size-layer .fr-image-group .fr-input-line + .fr-input-line {
    margin-left: 10px; }

.fr-uploading {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

@-webkit-keyframes loading {
  from {
    left: -25%; }
  to {
    left: 100%; } }
@-moz-keyframes loading {
  from {
    left: -25%; }
  to {
    left: 100%; } }
@-o-keyframes loading {
  from {
    left: -25%; }
  to {
    left: 100%; } }
@keyframes loading {
  from {
    left: -25%; }
  to {
    left: 100%; } }
.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0; }

.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.fr-modal .fr-modal-head .fr-modal-head-line::after {
  clear: both;
  display: block;
  content: "";
  height: 0; }
.fr-modal .fr-modal-head .fr-modal-head-line .fr-modal-more {
  margin-top: 10px; }
  .fr-modal .fr-modal-head .fr-modal-head-line .fr-modal-more.fr-not-available {
    opacity: 0;
    width: 0;
    padding: 12px 0; }
.fr-modal .fr-modal-head .fr-modal-tags {
  padding: 0 20px;
  display: none;
  text-align: left; }
  .fr-modal .fr-modal-head .fr-modal-tags a {
    display: inline-block;
    opacity: 0;
    padding: 6px 12px;
    margin: 8px 0 8px 8px;
    text-decoration: none;
    border-radius: 32px;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
    -moz-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
    -ms-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
    cursor: pointer;
    background-color: #f5f5f5; }
    .fr-modal .fr-modal-head .fr-modal-tags a:focus {
      outline: none;
      background-color: #ebebeb; }
    .fr-modal .fr-modal-head .fr-modal-tags a:hover {
      background-color: #ebebeb; }
    .fr-modal .fr-modal-head .fr-modal-tags a:active {
      background-color: #d6d6d6; }
    .fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag {
      background-color: #EcF5Ff;
      color: #0098f7; }
      .fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:focus {
        outline: none;
        background-color: #ebebeb; }
      .fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:hover {
        background-color: #ebebeb; }
      .fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:active {
        background-color: #d6d6d6; }

.fr-show-tags .fr-modal-more svg path {
  fill: #0098f7; }

div.fr-modal-body {
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s; }
  div.fr-modal-body .fr-preloader {
    display: block;
    margin: 50px auto; }
  div.fr-modal-body div.fr-image-list {
    text-align: center;
    margin: 0 20px;
    padding: 0; }
    div.fr-modal-body div.fr-image-list .fr-list-column {
      float: left;
      width: calc((100% - 20px) / 2); }
      @media (min-width: 768px) and (max-width: 1199px) {
        div.fr-modal-body div.fr-image-list .fr-list-column {
          width: calc((100% - 40px) / 3); } }
      @media (min-width: 1200px) {
        div.fr-modal-body div.fr-image-list .fr-list-column {
          width: calc((100% - 60px) / 4); } }
      div.fr-modal-body div.fr-image-list .fr-list-column + .fr-list-column {
        margin-left: 20px; }
    div.fr-modal-body div.fr-image-list div.fr-image-container {
      position: relative;
      width: 100%;
      display: block;
      border-radius: 2px;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      overflow: hidden; }
      div.fr-modal-body div.fr-image-list div.fr-image-container:first-child {
        margin-top: 20px; }
      div.fr-modal-body div.fr-image-list div.fr-image-container + div {
        margin-top: 20px; }
      div.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::after {
        position: absolute;
        -webkit-opacity: 0.5;
        -moz-opacity: 0.5;
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: opacity 0.2s ease 0s;
        -moz-transition: opacity 0.2s ease 0s;
        -ms-transition: opacity 0.2s ease 0s;
        -o-transition: opacity 0.2s ease 0s;
        background: #000;
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 2; }
      div.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::before {
        content: attr(data-deleting);
        color: #FFF;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        position: absolute;
        z-index: 3;
        font-size: 15px;
        height: 20px; }
      div.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty {
        height: 95px;
        background: #CCCCCC;
        z-index: 1; }
        div.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty::after {
          position: absolute;
          margin: auto;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          content: attr(data-loading);
          display: inline-block;
          height: 20px; }
      div.fr-modal-body div.fr-image-list div.fr-image-container img {
        width: 100%;
        vertical-align: middle;
        position: relative;
        z-index: 2;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
        -moz-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
        -ms-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
        -o-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0); }
      div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected img {
        -webkit-opacity: 0.75;
        -moz-opacity: 0.75;
        opacity: 0.75;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
      div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected .fr-delete-img, div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected .fr-insert-img {
        display: inline-block; }
      div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img, div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
        display: none;
        top: 50%;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s;
        -moz-transition: background 0.2s ease 0s, color 0.2s ease 0s;
        -ms-transition: background 0.2s ease 0s, color 0.2s ease 0s;
        -o-transition: background 0.2s ease 0s, color 0.2s ease 0s;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        cursor: pointer;
        margin: 0;
        line-height: 40px;
        text-decoration: none;
        z-index: 3; }
      div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img {
        background: #B8312F;
        fill: #FFF;
        padding: 8px;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(25%);
        -moz-transform: translateY(-50%) translateX(25%);
        -ms-transform: translateY(-50%) translateX(25%);
        -o-transform: translateY(-50%) translateX(25%); }
      div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
        background: #FFF;
        fill: #0098f7;
        padding: 8px;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-125%);
        -moz-transform: translateY(-50%) translateX(-125%);
        -ms-transform: translateY(-50%) translateX(-125%);
        -o-transform: translateY(-50%) translateX(-125%); }

.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover img {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-delete-img, .fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-insert-img {
  display: inline-block;
  width: 40px;
  height: 40px; }
.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img:hover {
  background: #bf4644;
  color: #FFF; }
.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img:hover {
  background: #ebebeb; }

.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0; }

.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.fr-line-breaker {
  cursor: text;
  border-top: 1px solid #0098f7;
  position: fixed;
  z-index: 2;
  display: none; }
  .fr-line-breaker.fr-visible {
    display: block; }
  .fr-line-breaker a.fr-floating-btn {
    position: absolute;
    left: calc(50% - (40px / 2));
    top: -20px; }
    .fr-line-breaker a.fr-floating-btn svg {
      margin: 8px;
      height: 24px;
      width: 24px; }

.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0; }

.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.fr-quick-insert {
  position: absolute;
  z-index: 2147483639;
  white-space: nowrap;
  padding-right: 10px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
  .fr-quick-insert a.fr-floating-btn svg {
    margin: 8px;
    width: 24px;
    height: 24px; }
  .fr-quick-insert.fr-on a.fr-floating-btn svg {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg); }
  .fr-quick-insert.fr-hidden {
    display: none; }

.fr-qi-helper {
  position: absolute;
  z-index: 3;
  padding-left: 20px;
  white-space: nowrap; }
  .fr-qi-helper a.fr-btn.fr-floating-btn {
    text-align: center;
    padding: 6px 10px 10px 10px;
    display: inline-block;
    color: #222222;
    background: #FFF;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0); }
    .fr-qi-helper a.fr-btn.fr-floating-btn svg {
      fill: #222222; }
    .fr-qi-helper a.fr-btn.fr-floating-btn.fr-size-1 {
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1); }

.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0; }

.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.fr-popup .fr-buttons.fr-tabs .fr-special-character-category {
  padding: 10px 15px; }
  .fr-popup .fr-buttons.fr-tabs .fr-special-character-category span {
    font-weight: normal;
    font-size: 16px; }
.fr-popup .fr-special-character {
  width: 24px;
  height: 24px; }
@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
  .fr-popup .fr-icon-container.fr-sc-container {
    width: 368px; } }

.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0; }

.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.fr-element table td.fr-selected-cell, .fr-element table th.fr-selected-cell {
  border: 1px double #0098f7; }
.fr-element table tr {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }
.fr-element table td, .fr-element table th {
  user-select: text;
  -o-user-select: text;
  -moz-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text; }
.fr-element .fr-no-selection table td, .fr-element .fr-no-selection table th {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

.fr-table-resizer {
  cursor: col-resize;
  position: absolute;
  z-index: 3;
  display: none; }
  .fr-table-resizer.fr-moving {
    z-index: 2; }
  .fr-table-resizer div {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-right: 1px solid #0098f7; }

.fr-no-selection {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

.fr-popup .fr-table-size {
  margin: 20px; }
  .fr-popup .fr-table-size .fr-table-size-info {
    text-align: center;
    font-size: 14px; }
  .fr-popup .fr-table-size .fr-select-table-size {
    line-height: 0;
    padding: 5px;
    white-space: nowrap; }
    .fr-popup .fr-table-size .fr-select-table-size > span {
      display: inline-block;
      padding: 0 4px 4px 0;
      background: transparent; }
      .fr-popup .fr-table-size .fr-select-table-size > span > span {
        display: inline-block;
        width: 18px;
        height: 18px;
        border: 1px solid #DDD; }
      .fr-popup .fr-table-size .fr-select-table-size > span.hover {
        background: transparent; }
        .fr-popup .fr-table-size .fr-select-table-size > span.hover > span {
          background: rgba(0, 152, 247, 0.3);
          border: solid 1px #0098f7; }
    .fr-popup .fr-table-size .fr-select-table-size .new-line::after {
      clear: both;
      display: block;
      content: "";
      height: 0; }
.fr-popup.fr-above .fr-table-size .fr-select-table-size > span {
  display: inline-block !important; }
.fr-popup .fr-table-colors {
  display: block;
  padding: 20px;
  padding-bottom: 0; }

.fr-popup.fr-desktop .fr-table-size .fr-select-table-size > span > span {
  width: 12px;
  height: 12px; }

.fr-insert-helper {
  position: absolute;
  z-index: 9999;
  white-space: nowrap; }

.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0; }

.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.fr-element .fr-video {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }
  .fr-element .fr-video::after {
    position: absolute;
    content: '';
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    display: block;
    background: rgba(0, 0, 0, 0); }
  .fr-element .fr-video.fr-active > * {
    z-index: 2;
    position: relative; }
  .fr-element .fr-video > * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 100%;
    border: none; }

.fr-box .fr-video-resizer {
  position: absolute;
  border: solid 1px #0098f7;
  display: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }
  .fr-box .fr-video-resizer.fr-active {
    display: block; }
  .fr-box .fr-video-resizer .fr-handler {
    display: block;
    position: absolute;
    background: #0098f7;
    border: solid 1px #FFF;
    z-index: 4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .fr-box .fr-video-resizer .fr-handler.fr-hnw {
      cursor: nw-resize; }
    .fr-box .fr-video-resizer .fr-handler.fr-hne {
      cursor: ne-resize; }
    .fr-box .fr-video-resizer .fr-handler.fr-hsw {
      cursor: sw-resize; }
    .fr-box .fr-video-resizer .fr-handler.fr-hse {
      cursor: se-resize; }
  .fr-box .fr-video-resizer .fr-handler {
    width: 12px;
    height: 12px; }
    .fr-box .fr-video-resizer .fr-handler.fr-hnw {
      left: -6px;
      top: -6px; }
    .fr-box .fr-video-resizer .fr-handler.fr-hne {
      right: -6px;
      top: -6px; }
    .fr-box .fr-video-resizer .fr-handler.fr-hsw {
      left: -6px;
      bottom: -6px; }
    .fr-box .fr-video-resizer .fr-handler.fr-hse {
      right: -6px;
      bottom: -6px; }
  @media (min-width: 1200px) {
    .fr-box .fr-video-resizer .fr-handler {
      width: 10px;
      height: 10px; }
      .fr-box .fr-video-resizer .fr-handler.fr-hnw {
        left: -5px;
        top: -5px; }
      .fr-box .fr-video-resizer .fr-handler.fr-hne {
        right: -5px;
        top: -5px; }
      .fr-box .fr-video-resizer .fr-handler.fr-hsw {
        left: -5px;
        bottom: -5px; }
      .fr-box .fr-video-resizer .fr-handler.fr-hse {
        right: -5px;
        bottom: -5px; } }

.fr-popup .fr-video-size-layer .fr-video-group .fr-input-line {
  width: calc(50% - 5px);
  display: inline-block; }
  .fr-popup .fr-video-size-layer .fr-video-group .fr-input-line + .fr-input-line {
    margin-left: 10px; }
.fr-popup .fr-video-upload-layer {
  border: dashed 2px #bdbdbd;
  padding: 25px 0;
  margin: 20px;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 140%;
  text-align: center; }
  .fr-popup .fr-video-upload-layer:hover {
    background: #ebebeb; }
  .fr-popup .fr-video-upload-layer.fr-drop {
    background: #ebebeb;
    border-color: #0098f7; }
  .fr-popup .fr-video-upload-layer .fr-form {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2147483640;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important; }
    .fr-popup .fr-video-upload-layer .fr-form input {
      cursor: pointer;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 500%;
      height: 100%;
      margin: 0;
      font-size: 400px; }
.fr-popup .fr-video-progress-bar-layer > h3 {
  font-size: 16px;
  margin: 10px 0;
  font-weight: normal; }
.fr-popup .fr-video-progress-bar-layer > div.fr-action-buttons {
  display: none; }
.fr-popup .fr-video-progress-bar-layer > div.fr-loader {
  background: #b3e0fd;
  height: 10px;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  position: relative; }
  .fr-popup .fr-video-progress-bar-layer > div.fr-loader span {
    display: block;
    height: 100%;
    width: 0%;
    background: #0098f7;
    -webkit-transition: width 0.2s ease 0s;
    -moz-transition: width 0.2s ease 0s;
    -ms-transition: width 0.2s ease 0s;
    -o-transition: width 0.2s ease 0s; }
  .fr-popup .fr-video-progress-bar-layer > div.fr-loader.fr-indeterminate span {
    width: 30% !important;
    position: absolute;
    top: 0;
    -webkit-animation: loading 2s linear infinite;
    -moz-animation: loading 2s linear infinite;
    -o-animation: loading 2s linear infinite;
    animation: loading 2s linear infinite; }
.fr-popup .fr-video-progress-bar-layer.fr-error > div.fr-loader {
  display: none; }
.fr-popup .fr-video-progress-bar-layer.fr-error > div.fr-action-buttons {
  display: block; }

.fr-video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2147483640;
  display: none; }

.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0; }

.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

img.fr-rounded, .fr-img-caption.fr-rounded img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

img.fr-bordered, .fr-img-caption.fr-bordered img {
  border: solid 5px #CCC; }

img.fr-bordered {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.fr-img-caption.fr-bordered img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.fr-view {
  word-wrap: break-word; }
  .fr-view span[style~="color:"] a {
    color: inherit; }
  .fr-view strong {
    font-weight: 700; }
  .fr-view table {
    border: none;
    border-collapse: collapse;
    empty-cells: show;
    max-width: 100%; }
    .fr-view table td {
      min-width: 5px; }
    .fr-view table.fr-dashed-borders td, .fr-view table.fr-dashed-borders th {
      border-style: dashed; }
    .fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
      background: whitesmoke; }
    .fr-view table td, .fr-view table th {
      border: 1px solid #DDD; }
      .fr-view table td:empty, .fr-view table th:empty {
        height: 20px; }
      .fr-view table td.fr-highlighted, .fr-view table th.fr-highlighted {
        border: 1px double red; }
      .fr-view table td.fr-thick, .fr-view table th.fr-thick {
        border-width: 2px; }
    .fr-view table th {
      background: #ececec; }
  .fr-view hr {
    clear: both;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    page-break-after: always; }
  .fr-view .fr-file {
    position: relative; }
    .fr-view .fr-file::after {
      position: relative;
      content: "\1F4CE";
      font-weight: normal; }
  .fr-view pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: visible; }
  .fr-view[dir="rtl"] blockquote {
    border-left: none;
    border-right: solid 2px #5E35B1;
    margin-right: 0;
    padding-right: 5px;
    padding-left: 0; }
    .fr-view[dir="rtl"] blockquote blockquote {
      border-color: #00BCD4; }
      .fr-view[dir="rtl"] blockquote blockquote blockquote {
        border-color: #43A047; }
  .fr-view blockquote {
    border-left: solid 2px #5E35B1;
    margin-left: 0;
    padding-left: 5px;
    color: #5E35B1; }
    .fr-view blockquote blockquote {
      border-color: #00BCD4;
      color: #00BCD4; }
      .fr-view blockquote blockquote blockquote {
        border-color: #43A047;
        color: #43A047; }
  .fr-view span.fr-emoticon {
    font-weight: normal;
    font-family: "Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";
    display: inline;
    line-height: 0; }
    .fr-view span.fr-emoticon.fr-emoticon-img {
      background-repeat: no-repeat !important;
      font-size: inherit;
      height: 1em;
      width: 1em;
      min-height: 20px;
      min-width: 20px;
      display: inline-block;
      margin: -.1em .1em .1em;
      line-height: 1;
      vertical-align: middle; }
  .fr-view .fr-text-gray {
    color: #AAA !important; }
  .fr-view .fr-text-bordered {
    border-top: solid 1px #222;
    border-bottom: solid 1px #222;
    padding: 10px 0; }
  .fr-view .fr-text-spaced {
    letter-spacing: 1px; }
  .fr-view .fr-text-uppercase {
    text-transform: uppercase; }
  .fr-view .fr-class-highlighted {
    background-color: #ffff00; }
  .fr-view .fr-class-code {
    border-color: #cccccc;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #f5f5f5;
    padding: 10px;
    font-family: "Courier New", Courier, monospace; }
  .fr-view .fr-class-transparency {
    opacity: 0.5; }
  .fr-view img {
    position: relative;
    max-width: 100%; }
    .fr-view img.fr-dib {
      margin: 5px auto;
      display: block;
      float: none;
      vertical-align: top; }
      .fr-view img.fr-dib.fr-fil {
        margin-left: 0;
        text-align: left; }
      .fr-view img.fr-dib.fr-fir {
        margin-right: 0;
        text-align: right; }
    .fr-view img.fr-dii {
      display: inline-block;
      float: none;
      vertical-align: bottom;
      margin-left: 5px;
      margin-right: 5px;
      max-width: calc(100% - (2 * 5px)); }
      .fr-view img.fr-dii.fr-fil {
        float: left;
        margin: 5px 5px 5px 0;
        max-width: calc(100% - 5px); }
      .fr-view img.fr-dii.fr-fir {
        float: right;
        margin: 5px 0 5px 5px;
        max-width: calc(100% - 5px); }
  .fr-view span.fr-img-caption {
    position: relative;
    max-width: 100%; }
    .fr-view span.fr-img-caption.fr-dib {
      margin: 5px auto;
      display: block;
      float: none;
      vertical-align: top; }
      .fr-view span.fr-img-caption.fr-dib.fr-fil {
        margin-left: 0;
        text-align: left; }
      .fr-view span.fr-img-caption.fr-dib.fr-fir {
        margin-right: 0;
        text-align: right; }
    .fr-view span.fr-img-caption.fr-dii {
      display: inline-block;
      float: none;
      vertical-align: bottom;
      margin-left: 5px;
      margin-right: 5px;
      max-width: calc(100% - (2 * 5px)); }
      .fr-view span.fr-img-caption.fr-dii.fr-fil {
        float: left;
        margin: 5px 5px 5px 0;
        max-width: calc(100% - 5px); }
      .fr-view span.fr-img-caption.fr-dii.fr-fir {
        float: right;
        margin: 5px 0 5px 5px;
        max-width: calc(100% - 5px); }
  .fr-view .fr-video {
    text-align: center;
    position: relative; }
    .fr-view .fr-video.fr-rv {
      padding-bottom: 56.25%;
      padding-top: 30px;
      height: 0;
      overflow: hidden; }
      .fr-view .fr-video.fr-rv > iframe, .fr-view .fr-video.fr-rv object, .fr-view .fr-video.fr-rv embed {
        position: absolute !important;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .fr-view .fr-video > * {
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box;
      max-width: 100%;
      border: none; }
    .fr-view .fr-video.fr-dvb {
      display: block;
      clear: both; }
      .fr-view .fr-video.fr-dvb.fr-fvl {
        text-align: left; }
      .fr-view .fr-video.fr-dvb.fr-fvr {
        text-align: right; }
    .fr-view .fr-video.fr-dvi {
      display: inline-block; }
      .fr-view .fr-video.fr-dvi.fr-fvl {
        float: left; }
      .fr-view .fr-video.fr-dvi.fr-fvr {
        float: right; }
  .fr-view a.fr-strong {
    font-weight: 700; }
  .fr-view a.fr-green {
    color: green; }
  .fr-view .fr-img-caption {
    text-align: center; }
    .fr-view .fr-img-caption .fr-img-wrap {
      padding: 0;
      display: inline-block;
      margin: auto;
      text-align: center;
      width: 100%; }
      .fr-view .fr-img-caption .fr-img-wrap img {
        display: block;
        margin: auto;
        width: 100%; }
      .fr-view .fr-img-caption .fr-img-wrap > span {
        margin: auto;
        display: block;
        padding: 5px 5px 10px;
        font-size: 14px;
        font-weight: initial;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-opacity: 0.9;
        -moz-opacity: 0.9;
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        width: 100%;
        text-align: center; }
  .fr-view button.fr-rounded, .fr-view input.fr-rounded, .fr-view textarea.fr-rounded {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
  .fr-view button.fr-large, .fr-view input.fr-large, .fr-view textarea.fr-large {
    font-size: 24px; }

/**
 * Image style.
 */
a.fr-view.fr-strong {
  font-weight: 700; }
a.fr-view.fr-green {
  color: green; }

/**
 * Link style.
 */
img.fr-view {
  position: relative;
  max-width: 100%; }
  img.fr-view.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top; }
    img.fr-view.fr-dib.fr-fil {
      margin-left: 0;
      text-align: left; }
    img.fr-view.fr-dib.fr-fir {
      margin-right: 0;
      text-align: right; }
  img.fr-view.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px)); }
    img.fr-view.fr-dii.fr-fil {
      float: left;
      margin: 5px 5px 5px 0;
      max-width: calc(100% - 5px); }
    img.fr-view.fr-dii.fr-fir {
      float: right;
      margin: 5px 0 5px 5px;
      max-width: calc(100% - 5px); }

span.fr-img-caption.fr-view {
  position: relative;
  max-width: 100%; }
  span.fr-img-caption.fr-view.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top; }
    span.fr-img-caption.fr-view.fr-dib.fr-fil {
      margin-left: 0;
      text-align: left; }
    span.fr-img-caption.fr-view.fr-dib.fr-fir {
      margin-right: 0;
      text-align: right; }
  span.fr-img-caption.fr-view.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px)); }
    span.fr-img-caption.fr-view.fr-dii.fr-fil {
      float: left;
      margin: 5px 5px 5px 0;
      max-width: calc(100% - 5px); }
    span.fr-img-caption.fr-view.fr-dii.fr-fir {
      float: right;
      margin: 5px 0 5px 5px;
      max-width: calc(100% - 5px); }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 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 */
/* line 9, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 110, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 118, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 127, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 136, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 145, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 154, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 162, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 185, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 193, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 204, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 212, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 221, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 229, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 252, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 266, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 277, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 290, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 302, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 311, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 322, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 334, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 346, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 356, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 367, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 376, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 387, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 396, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 405, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 416, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 11, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 27, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

/* line 36, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_scaffolding.scss */
a {
  color: #3498db;
  text-decoration: none;
}
/* line 52, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #1d6fa5;
  text-decoration: underline;
}
/* line 58, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_scaffolding.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
/* line 16, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

/* line 24, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 30, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 41, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 83, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 90, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
.text-muted {
  color: #7f8c8d;
}

/* line 5, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #3498db;
}

/* line 8, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #217dbb;
}

/* line 5, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 5, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 5, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 5, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 119, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #3498db;
}

/* line 8, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #217dbb;
}

/* line 5, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 5, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 5, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 5, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 138, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 149, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 153, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
/* line 177, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 189, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.42857;
}

/* line 193, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 211, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 229, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

/* line 235, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
/* line 250, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 257, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}
/* line 265, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 274, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
/* line 286, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
/* line 287, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 294, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

/* line 10, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 10, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 10, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 27, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66667%;
  }

  /* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66667%;
  }

  /* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66667%;
  }

  /* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

  /* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

  /* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

  /* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 6, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #7f8c8d;
  text-align: left;
}

/* line 15, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 22, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
/* line 31, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/* line 41, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
/* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/* line 57, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
/* line 62, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 75, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 88, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}
/* line 94, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
/* line 101, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 114, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 125, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 135, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 9, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 20, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 9, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 20, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 9, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 20, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 9, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 20, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 9, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 20, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 171, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  /* line 171, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 183, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 200, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 212, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 225, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 59, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 64, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 70, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 76, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 83, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #1F2429;
}

/* line 114, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #1F2429;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 57, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 103, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #95A5A6;
  opacity: 1;
}
/* line 107, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #95A5A6;
}
/* line 108, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #95A5A6;
}
/* line 136, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
/* line 146, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
/* line 153, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 162, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 174, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 193, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  /* line 197, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  /* line 202, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}
/* line 215, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 224, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 231, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 239, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 248, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 254, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 264, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 276, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 285, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 295, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 307, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
/* line 315, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

/* line 71, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 84, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 333, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 340, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
/* line 344, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
/* line 348, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 79, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

/* line 84, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 359, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
/* line 366, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
/* line 370, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
/* line 374, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

/* line 388, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 393, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 398, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 410, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 417, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
/* line 21, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
/* line 31, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 37, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
/* line 21, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
/* line 31, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 37, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
/* line 21, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
/* line 31, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 37, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 439, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
/* line 442, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 453, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 478, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 496, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 508, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 512, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 530, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 559, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 569, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
/* line 575, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 582, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 593, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  /* line 603, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /* line 611, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 9, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 26, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 32, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
/* line 39, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 46, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 58, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_buttons.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 68, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
/* line 11, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
/* line 17, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 22, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 29, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
/* line 37, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 45, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_buttons.scss */
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
/* line 53, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 71, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #3498db;
  border-color: #258cd1;
}
/* line 11, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #217dbb;
  border-color: #124364;
}
/* line 17, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #217dbb;
  border-color: #1c699d;
}
/* line 22, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #217dbb;
  border-color: #1c699d;
}
/* line 29, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #1c699d;
  border-color: #124364;
}
/* line 37, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 45, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #3498db;
  border-color: #258cd1;
}
/* line 53, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #3498db;
  background-color: #fff;
}

/* line 75, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 11, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
/* line 17, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 22, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 29, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
/* line 37, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 45, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_buttons.scss */
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 53, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 79, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 11, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
/* line 17, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 22, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 29, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
/* line 37, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 45, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_buttons.scss */
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 53, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 83, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 11, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
/* line 17, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 22, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 29, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
/* line 37, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 45, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 53, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 87, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #c0392b;
  border-color: #ab3326;
}
/* line 11, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #962d22;
  border-color: #43140f;
}
/* line 17, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #962d22;
  border-color: #79241b;
}
/* line 22, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #962d22;
  border-color: #79241b;
}
/* line 29, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #79241b;
  border-color: #43140f;
}
/* line 37, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 45, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #c0392b;
  border-color: #ab3326;
}
/* line 53, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #c0392b;
  background-color: #fff;
}

/* line 96, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_buttons.scss */
.btn-link {
  color: #3498db;
  font-weight: normal;
  border-radius: 0;
}
/* line 101, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 109, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 115, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #1d6fa5;
  text-decoration: underline;
  background-color: transparent;
}
/* line 123, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 135, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 139, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 143, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 151, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 157, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 165, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 14, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

/* line 10, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}
/* line 21, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 30, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 10, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}
/* line 21, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 30, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 7, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 20, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 26, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 31, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
/* line 54, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 65, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

/* line 78, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 88, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #3498db;
}

/* line 103, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
/* line 110, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 123, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 128, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 137, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 147, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 153, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

/* line 163, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 173, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 186, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
/* line 193, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 207, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 212, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 6, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 15, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 26, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 35, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}
/* line 14, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
/* line 19, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 39, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_button-groups.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 44, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 51, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 56, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 58, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 63, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 69, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 72, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 76, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 81, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 86, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 105, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 109, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 116, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 120, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 127, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 131, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 136, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 145, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 14, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
/* line 19, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 157, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 162, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 172, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 175, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 179, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 184, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 188, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 193, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 201, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 206, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 212, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
/* line 216, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 237, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/* line 33, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_input-groups.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 58, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 63, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 68, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 77, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #1F2429;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 89, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
/* line 94, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
/* line 101, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 108, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 117, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 120, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 129, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 135, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 144, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 146, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 150, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
/* line 159, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 165, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 9, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 14, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}
/* line 19, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}
/* line 15, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 23, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}
/* line 34, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 46, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #3498db;
}
/* line 59, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 78, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
/* line 89, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
/* line 96, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 122, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}
/* line 125, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 131, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #3498db;
}

/* line 144, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 146, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
/* line 163, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
/* line 165, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 171, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 177, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
/* line 199, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  /* line 206, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 210, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 227, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
/* line 14, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
/* line 19, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 11, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 14, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
/* line 19, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 31, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
/* line 14, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 19, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 59, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 50, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 92, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 92, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 108, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  /* line 108, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 128, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  /* line 128, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 138, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  /* line 138, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 150, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 154, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 163, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
/* line 170, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
/* line 175, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  /* line 180, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 193, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 206, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}
/* line 211, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 217, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  /* line 193, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 232, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}
/* line 235, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  /* line 243, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 251, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 255, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 257, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 232, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 270, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 272, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 286, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  /* line 478, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 496, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 508, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 512, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 530, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 298, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 302, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 286, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 327, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 332, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 343, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
/* line 346, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 349, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 359, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 359, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  /* line 379, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 382, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 386, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 397, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 401, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}
/* line 403, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
/* line 410, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}
/* line 415, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}
/* line 418, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
/* line 425, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
/* line 433, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
/* line 442, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
/* line 444, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
/* line 448, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
/* line 453, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 462, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  /* line 473, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 475, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  /* line 482, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 490, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
/* line 506, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}
/* line 508, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}
/* line 513, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}
/* line 515, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
/* line 521, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 531, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
/* line 535, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
/* line 537, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
/* line 544, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
/* line 549, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
/* line 552, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
/* line 559, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
/* line 567, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
/* line 577, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
/* line 579, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
/* line 583, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 588, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 596, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  /* line 607, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 610, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 613, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 615, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 622, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  /* line 630, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
/* line 641, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
/* line 643, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
/* line 648, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
/* line 650, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
/* line 656, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 5, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
/* line 20, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_labels.scss */
.label:empty {
  display: none;
}
/* line 25, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 33, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}
/* line 7, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_labels.scss */
.label-primary {
  background-color: #3498db;
}
/* line 7, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #217dbb;
}

/* line 52, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}
/* line 7, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}
/* line 7, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}
/* line 7, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_labels.scss */
.label-danger {
  background-color: #c0392b;
}
/* line 7, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #962d22;
}

/* line 7, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
/* line 22, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}
/* line 27, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}
/* line 32, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
/* line 41, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #3498db;
  background-color: #fff;
}
/* line 47, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}
/* line 51, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
/* line 55, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 62, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 9, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 16, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 23, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 28, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 33, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
/* line 47, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
/* line 8, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 11, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
/* line 8, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 11, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
/* line 8, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 11, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
/* line 8, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 11, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 26, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #3498db;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 54, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 64, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}
/* line 7, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 77, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}
/* line 7, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 81, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}
/* line 7, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 85, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #c0392b;
}
/* line 7, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 7, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 15, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 15, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 30, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 32, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 36, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 64, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 73, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 74, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 79, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 14, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
/* line 19, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

/* line 85, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857;
}

/* line 97, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 14, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 110, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 115, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 119, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 140, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 145, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 149, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 6, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
/* line 27, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 28, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 29, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 30, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 42, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 51, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 61, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 64, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 70, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_popovers.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
/* line 77, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
/* line 85, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 92, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
/* line 100, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* line 107, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
/* line 116, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 123, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 1, ../../shared/compass/app-backend/scss/import/boilerplate/_text.scss */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  color: #1F2429;
}
/* line 7, ../../shared/compass/app-backend/scss/import/boilerplate/_text.scss */
body.ui-dragging-vertically * {
  cursor: ns-resize !important;
}

/* line 12, ../../shared/compass/app-backend/scss/import/boilerplate/_text.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

/* line 16, ../../shared/compass/app-backend/scss/import/boilerplate/_text.scss */
a {
  text-decoration: underline;
}

/* line 21, ../../shared/compass/app-backend/scss/import/boilerplate/_text.scss */
a.text-muted:hover {
  color: #3498db;
}

/* line 26, ../../shared/compass/app-backend/scss/import/boilerplate/_text.scss */
h5 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 32, ../../shared/compass/app-backend/scss/import/boilerplate/_text.scss */
.break-all {
  word-break: break-all;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 1, ../../shared/compass/app-backend/scss/import/components/_button.scss */
.btn {
  border: none !important;
  outline: none !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 5, ../../shared/compass/app-backend/scss/import/components/_button.scss */
.btn, .btn:hover, .btn:active, .btn:focus {
  text-decoration: none;
}
/* line 11, ../../shared/compass/app-backend/scss/import/components/_button.scss */
.btn:focus, .btn:active {
  background: #2B80B9;
  -webkit-box-shadow: 0 0 0 2px rgba(127, 127, 127, 0.3);
  box-shadow: 0 0 0 2px rgba(127, 127, 127, 0.3);
}
/* line 17, ../../shared/compass/app-backend/scss/import/components/_button.scss */
.btn.btn-danger:focus, .btn.btn-danger:active {
  background: #c0392b;
}
/* line 22, ../../shared/compass/app-backend/scss/import/components/_button.scss */
.btn.btn-link {
  text-decoration: underline;
}
/* line 25, ../../shared/compass/app-backend/scss/import/components/_button.scss */
.btn.btn-link.no-right-padding {
  padding-right: 0;
}
/* line 29, ../../shared/compass/app-backend/scss/import/components/_button.scss */
.btn.btn-link.compensate-right-padding {
  margin-right: -12px;
}
/* line 33, ../../shared/compass/app-backend/scss/import/components/_button.scss */
.btn.btn-link.compensate-left-padding {
  margin-left: -12px;
}
/* line 37, ../../shared/compass/app-backend/scss/import/components/_button.scss */
.btn.btn-link.no-left-padding {
  padding-left: 0;
}
/* line 41, ../../shared/compass/app-backend/scss/import/components/_button.scss */
.btn.btn-link.inline-padding {
  padding-left: 3px;
  padding-right: 3px;
}
/* line 46, ../../shared/compass/app-backend/scss/import/components/_button.scss */
.btn.btn-link:focus {
  border: none;
  background: rgba(127, 127, 127, 0.1);
  box-shadow: none;
}
/* line 53, ../../shared/compass/app-backend/scss/import/components/_button.scss */
.btn.btn-white {
  background: white;
  color: #1F2429;
}
/* line 58, ../../shared/compass/app-backend/scss/import/components/_button.scss */
.btn.btn-frame-white {
  background: transparent;
  color: white;
  border: 1px solid white !important;
}
/* line 63, ../../shared/compass/app-backend/scss/import/components/_button.scss */
.btn.btn-frame-white:hover {
  background: #2B80B9;
  border: 1px solid #2B80B9 !important;
}
/* line 69, ../../shared/compass/app-backend/scss/import/components/_button.scss */
.btn.btn-secondary {
  background: #BDC3C7;
  color: white;
}
/* line 73, ../../shared/compass/app-backend/scss/import/components/_button.scss */
.btn.btn-secondary:hover {
  background: #3498db;
}
/* line 78, ../../shared/compass/app-backend/scss/import/components/_button.scss */
.btn.text-muted {
  color: #7f8c8d;
}

/* line 83, ../../shared/compass/app-backend/scss/import/components/_button.scss */
.btn-separator {
  color: #7f8c8d;
  display: inline-block;
  padding: 6px 12px;
}
/* line 88, ../../shared/compass/app-backend/scss/import/components/_button.scss */
.btn-separator.single {
  padding: 6px 1px 6px 0;
  position: relative;
  top: 1px;
}
/* line 94, ../../shared/compass/app-backend/scss/import/components/_button.scss */
.btn-separator.inline {
  padding-right: 0;
  margin-right: -3px;
}

/* line 1, ../../shared/compass/app-backend/scss/import/components/_tooltip.scss */
.tooltip-container {
  position: relative;
}
/* line 4, ../../shared/compass/app-backend/scss/import/components/_tooltip.scss */
.tooltip-container span.tooltip {
  position: absolute;
  max-width: 400px;
  min-width: 220px;
  background: #2C3E50;
  white-space: normal;
  display: none;
  padding: 6px 9px;
  z-index: 20000;
  color: white;
  font-size: 14px;
  line-height: 150%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 18, ../../shared/compass/app-backend/scss/import/components/_tooltip.scss */
.tooltip-container span.tooltip:before {
  position: absolute;
}
/* line 24, ../../shared/compass/app-backend/scss/import/components/_tooltip.scss */
.tooltip-container:hover span.tooltip {
  display: block;
}
/* line 30, ../../shared/compass/app-backend/scss/import/components/_tooltip.scss */
.tooltip-container.tooltip-right span.tooltip {
  left: 100%;
  top: -2px;
}
/* line 34, ../../shared/compass/app-backend/scss/import/components/_tooltip.scss */
.tooltip-container.tooltip-right span.tooltip:before {
  left: -6px;
  top: 8px;
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  border-right: 7px solid #2C3E50;
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
}
/* line 43, ../../shared/compass/app-backend/scss/import/components/_tooltip.scss */
.tooltip-container.tooltip-left span.tooltip {
  left: 0;
  top: 100%;
  margin-top: 7px;
}
/* line 48, ../../shared/compass/app-backend/scss/import/components/_tooltip.scss */
.tooltip-container.tooltip-left span.tooltip:before {
  left: 6px;
  top: -6px;
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  border-bottom: 7px solid #2C3E50;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

/* line 1, ../../shared/compass/app-backend/scss/import/components/_table-layout.scss */
html.enable-table-layout {
  height: 100%;
}
/* line 4, ../../shared/compass/app-backend/scss/import/components/_table-layout.scss */
html.enable-table-layout body {
  height: 100%;
}

/* line 9, ../../shared/compass/app-backend/scss/import/components/_table-layout.scss */
.table-layout-container {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
/* line 15, ../../shared/compass/app-backend/scss/import/components/_table-layout.scss */
.table-layout-container.fixed {
  table-layout: fixed;
}
/* line 19, ../../shared/compass/app-backend/scss/import/components/_table-layout.scss */
.table-layout-container .table-layout-cell {
  display: table-cell;
}
/* line 22, ../../shared/compass/app-backend/scss/import/components/_table-layout.scss */
.table-layout-container .table-layout-cell.vertical-align-middle {
  vertical-align: middle;
}
/* line 27, ../../shared/compass/app-backend/scss/import/components/_table-layout.scss */
.table-layout-container .table-layout-row {
  display: table-row;
  height: 100%;
}
/* line 31, ../../shared/compass/app-backend/scss/import/components/_table-layout.scss */
.table-layout-container .table-layout-row.min-height {
  height: 1px;
}

/* line 1, ../../shared/compass/app-backend/scss/import/components/_modal.scss */
.modal-dialog {
  margin-top: 90px;
}
/* line 4, ../../shared/compass/app-backend/scss/import/components/_modal.scss */
.modal-dialog .modal-content {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(189, 195, 199, 0.7);
}
/* line 8, ../../shared/compass/app-backend/scss/import/components/_modal.scss */
.modal-dialog .modal-header {
  padding: 25px 30px 0;
  border-bottom: none;
}
/* line 12, ../../shared/compass/app-backend/scss/import/components/_modal.scss */
.modal-dialog .modal-header h4 {
  font-size: 20px;
  font-weight: normal;
  color: #1F2429;
}
/* line 17, ../../shared/compass/app-backend/scss/import/components/_modal.scss */
.modal-dialog .modal-header h4.nowrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* line 23, ../../shared/compass/app-backend/scss/import/components/_modal.scss */
.modal-dialog .modal-header h4 .muted {
  color: #7f8c8d;
}
/* line 28, ../../shared/compass/app-backend/scss/import/components/_modal.scss */
.modal-dialog .modal-header p.modal-subtitle {
  margin-top: 5px;
}
/* line 32, ../../shared/compass/app-backend/scss/import/components/_modal.scss */
.modal-dialog .modal-header .close {
  position: relative;
  top: 7px;
  right: -10px;
}
/* line 37, ../../shared/compass/app-backend/scss/import/components/_modal.scss */
.modal-dialog .modal-header .close:focus {
  outline: none;
}
/* line 41, ../../shared/compass/app-backend/scss/import/components/_modal.scss */
.modal-dialog .modal-header .close[disabled], .modal-dialog .modal-header .close.disabled {
  opacity: 0.1;
  filter: alpha(opacity=10);
  cursor: default;
}
/* line 47, ../../shared/compass/app-backend/scss/import/components/_modal.scss */
.modal-dialog .modal-header.expandable {
  padding-right: 50px;
  position: relative;
}
/* line 51, ../../shared/compass/app-backend/scss/import/components/_modal.scss */
.modal-dialog .modal-header.expandable .expand-icon {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 25px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/* line 60, ../../shared/compass/app-backend/scss/import/components/_modal.scss */
.modal-dialog .modal-header.expandable .expand-icon:before {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url("/shared/css/hush/common-icons.png?16");
  background-position: -361px -4px;
  position: absolute;
  left: 6px;
  top: 7px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 60, ../../shared/compass/app-backend/scss/import/components/_modal.scss */
  .modal-dialog .modal-header.expandable .expand-icon:before {
    background-image: url("/shared/css/hush/common-icons@2x.png?16") !important;
    background-size: 1000px 500px !important;
  }
}
/* line 67, ../../shared/compass/app-backend/scss/import/components/_modal.scss */
.modal-dialog .modal-header.expandable .expand-icon:focus {
  background: rgba(127, 127, 127, 0.1);
  outline: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 76, ../../shared/compass/app-backend/scss/import/components/_modal.scss */
.modal-dialog .modal-body {
  padding: 30px;
}
/* line 79, ../../shared/compass/app-backend/scss/import/components/_modal.scss */
.modal-dialog .modal-body.compensate-form-bottom-margin {
  padding-bottom: 15px;
}
/* line 84, ../../shared/compass/app-backend/scss/import/components/_modal.scss */
.modal-dialog .modal-footer {
  padding: 30px;
  padding-top: 0;
  border-top: none;
  text-align: left;
}
/* line 91, ../../shared/compass/app-backend/scss/import/components/_modal.scss */
.modal-dialog.full-height {
  height: calc(100% - 50px);
  margin-top: 25px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 98, ../../shared/compass/app-backend/scss/import/components/_modal.scss */
.modal-dialog.full-height .modal-content {
  height: 100%;
}
@media (min-width: 768px) {
  /* line 103, ../../shared/compass/app-backend/scss/import/components/_modal.scss */
  .modal-dialog.full-height.auto-height-except-xs {
    height: auto;
  }
  /* line 106, ../../shared/compass/app-backend/scss/import/components/_modal.scss */
  .modal-dialog.full-height.auto-height-except-xs .modal-content {
    height: auto;
  }
}
/* line 113, ../../shared/compass/app-backend/scss/import/components/_modal.scss */
.modal-dialog.modal-expanded, .modal-dialog.full-height.modal-expanded {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
}
/* line 121, ../../shared/compass/app-backend/scss/import/components/_modal.scss */
.modal-dialog.modal-expanded .modal-content, .modal-dialog.full-height.modal-expanded .modal-content {
  border-radius: 0;
  border: none;
}
@media (min-width: 768px) {
  /* line 129, ../../shared/compass/app-backend/scss/import/components/_modal.scss */
  .modal-dialog.modal-expanded .modal-container.top-padding-expanded-sm, .modal-dialog.modal-expanded .modal-container.no-top-padding.top-padding-expanded-sm, .modal-dialog.full-height.modal-expanded .modal-container.top-padding-expanded-sm, .modal-dialog.full-height.modal-expanded .modal-container.no-top-padding.top-padding-expanded-sm {
    padding-top: 25px;
  }
}

/* line 139, ../../shared/compass/app-backend/scss/import/components/_modal.scss */
.modal-expanded .modal-header.expandable .expand-icon:before {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url("/shared/css/hush/common-icons.png?16");
  background-position: -374px -4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 139, ../../shared/compass/app-backend/scss/import/components/_modal.scss */
  .modal-expanded .modal-header.expandable .expand-icon:before {
    background-image: url("/shared/css/hush/common-icons@2x.png?16") !important;
    background-size: 1000px 500px !important;
  }
}

/* line 144, ../../shared/compass/app-backend/scss/import/components/_modal.scss */
.modal-container {
  padding: 25px 30px 0 30px;
}
/* line 147, ../../shared/compass/app-backend/scss/import/components/_modal.scss */
.modal-container.no-top-padding {
  padding-top: 0;
}

/* line 152, ../../shared/compass/app-backend/scss/import/components/_modal.scss */
.modal-backdrop.in {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 156, ../../shared/compass/app-backend/scss/import/components/_modal.scss */
.vue-modal {
  background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 991px) {
  /* line 161, ../../shared/compass/app-backend/scss/import/components/_modal.scss */
  .modal-dialog {
    margin-top: 10px;
  }
  /* line 164, ../../shared/compass/app-backend/scss/import/components/_modal.scss */
  .modal-dialog.ui-draggable {
    left: 0 !important;
  }
}
/* line 170, ../../shared/compass/app-backend/scss/import/components/_modal.scss */
div.modal.dialog {
  z-index: 1080 !important;
}

/* line 176, ../../shared/compass/app-backend/scss/import/components/_modal.scss */
.modal-fade-enter,
.modal-fade-leave-active {
  opacity: 0;
}

/* line 181, ../../shared/compass/app-backend/scss/import/components/_modal.scss */
.modal-fade-enter-active,
.modal-fade-leave-active {
  transition: opacity .1s ease;
}

/* line 7, ../../shared/compass/app-backend/scss/import/components/form/_dropdown.scss */
.chosen-container {
  width: 100% !important;
  font-size: 14px;
}

/* line 13, ../../shared/compass/app-backend/scss/import/components/form/_dropdown.scss */
.chosen-container-single a.chosen-single {
  background: transparent;
  height: auto;
  border-color: #BDC3C7;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #1F2429;
}
/* line 23, ../../shared/compass/app-backend/scss/import/components/form/_dropdown.scss */
.chosen-container-single a.chosen-single div b {
  height: 20px;
  margin-top: 5px;
  background-image: url("/shared/css/hush/common-icons.png?16");
  background-position: -285px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 23, ../../shared/compass/app-backend/scss/import/components/form/_dropdown.scss */
  .chosen-container-single a.chosen-single div b {
    background-image: url("/shared/css/hush/common-icons@2x.png?16") !important;
    background-size: 1000px 500px !important;
  }
}
/* line 30, ../../shared/compass/app-backend/scss/import/components/form/_dropdown.scss */
.chosen-container-single a.chosen-single.chosen-default {
  color: #95A5A6;
}
/* line 36, ../../shared/compass/app-backend/scss/import/components/form/_dropdown.scss */
.chosen-container-single.chosen-with-drop .chosen-single {
  background: transparent;
  border-color: #BDC3C7;
}
/* line 41, ../../shared/compass/app-backend/scss/import/components/form/_dropdown.scss */
.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-image: url("/shared/css/hush/common-icons.png?16");
  background-position: -285px -18px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 41, ../../shared/compass/app-backend/scss/import/components/form/_dropdown.scss */
  .chosen-container-single.chosen-with-drop .chosen-single div b {
    background-image: url("/shared/css/hush/common-icons@2x.png?16") !important;
    background-size: 1000px 500px !important;
  }
}
/* line 47, ../../shared/compass/app-backend/scss/import/components/form/_dropdown.scss */
.chosen-container-single.chosen-with-drop .chosen-drop {
  border-color: #BDC3C7;
}
/* line 50, ../../shared/compass/app-backend/scss/import/components/form/_dropdown.scss */
.chosen-container-single.chosen-with-drop .chosen-drop .chosen-results {
  padding: 0;
  margin: 0;
}
/* line 54, ../../shared/compass/app-backend/scss/import/components/form/_dropdown.scss */
.chosen-container-single.chosen-with-drop .chosen-drop .chosen-results li {
  padding: 6px 8px;
}
/* line 57, ../../shared/compass/app-backend/scss/import/components/form/_dropdown.scss */
.chosen-container-single.chosen-with-drop .chosen-drop .chosen-results li.highlighted {
  background: #3498db;
}

/* line 1, ../../shared/compass/app-backend/scss/import/components/_table-form-layout.scss */
table.table-form-layout {
  width: 100%;
  margin-bottom: 0;
}
/* line 5, ../../shared/compass/app-backend/scss/import/components/_table-form-layout.scss */
table.table-form-layout.fixed-table-layout {
  table-layout: fixed;
}
/* line 18, ../../shared/compass/app-backend/scss/import/components/_table-form-layout.scss */
table.table-form-layout th, table.table-form-layout td {
  border: none;
  line-height: 130% !important;
  text-align: left;
  vertical-align: top;
}
/* line 24, ../../shared/compass/app-backend/scss/import/components/_table-form-layout.scss */
table.table-form-layout th.control-bottom-padding, table.table-form-layout td.control-bottom-padding {
  padding-bottom: 8px;
}
/* line 29, ../../shared/compass/app-backend/scss/import/components/_table-form-layout.scss */
table.table-form-layout th {
  width: 85px;
  padding: 0;
  white-space: nowrap;
}
/* line 34, ../../shared/compass/app-backend/scss/import/components/_table-form-layout.scss */
table.table-form-layout th.auto-width {
  width: auto;
}
/* line 38, ../../shared/compass/app-backend/scss/import/components/_table-form-layout.scss */
table.table-form-layout th, table.table-form-layout th label {
  color: #7f8c8d;
  font-weight: normal;
}
/* line 43, ../../shared/compass/app-backend/scss/import/components/_table-form-layout.scss */
table.table-form-layout th label {
  padding: 8px 0;
  margin: 0;
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 53, ../../shared/compass/app-backend/scss/import/components/_table-form-layout.scss */
table.table-form-layout td {
  padding: 0 0 0 8px;
}
/* line 166, ../../shared/compass/app-backend/scss/import/utils/_mixins.scss */
table.table-form-layout td textarea, table.table-form-layout td input[type=text] {
  border: none;
  overflow: hidden;
}
/* line 171, ../../shared/compass/app-backend/scss/import/utils/_mixins.scss */
table.table-form-layout td textarea, table.table-form-layout td input[type=text] {
  padding: 8px 0;
}
/* line 176, ../../shared/compass/app-backend/scss/import/utils/_mixins.scss */
table.table-form-layout td textarea + span, table.table-form-layout td input[type=text] + span, table.table-form-layout td select + span, table.table-form-layout td .non-standard-frameless-control-wrapper + span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  border-top: 1px solid #E1E6E7;
}
/* line 184, ../../shared/compass/app-backend/scss/import/utils/_mixins.scss */
table.table-form-layout td textarea:focus + span, table.table-form-layout td input[type=text]:focus + span, table.table-form-layout td select:focus + span, table.table-form-layout td .non-standard-frameless-control-wrapper:focus + span {
  border-top-color: #3498db;
}
/* line 189, ../../shared/compass/app-backend/scss/import/utils/_mixins.scss */
table.table-form-layout td div.non-standard-frameless-control-wrapper {
  height: 34px;
}
/* line 57, ../../shared/compass/app-backend/scss/import/components/_table-form-layout.scss */
table.table-form-layout td.nested-form-container {
  padding: 0;
}
/* line 61, ../../shared/compass/app-backend/scss/import/components/_table-form-layout.scss */
table.table-form-layout td.section-title {
  color: #1F2429;
  padding: 15px 0 5px 0;
  font-weight: bold;
}
/* line 67, ../../shared/compass/app-backend/scss/import/components/_table-form-layout.scss */
table.table-form-layout td.break-all {
  word-break: break-word;
}
/* line 71, ../../shared/compass/app-backend/scss/import/components/_table-form-layout.scss */
table.table-form-layout td input, table.table-form-layout td textarea {
  width: 100%;
  color: #1F2429;
}
/* line 75, ../../shared/compass/app-backend/scss/import/components/_table-form-layout.scss */
table.table-form-layout td input:focus, table.table-form-layout td textarea:focus {
  outline: none;
}
/* line 79, ../../shared/compass/app-backend/scss/import/components/_table-form-layout.scss */
table.table-form-layout td input.textarea-autoresize, table.table-form-layout td textarea.textarea-autoresize {
  resize: none;
  height: 34px;
  display: block;
  max-height: 150px;
}
/* line 103, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_vendor-prefixes.scss */
table.table-form-layout td input::-moz-placeholder, table.table-form-layout td textarea::-moz-placeholder {
  color: #95A5A6;
  opacity: 1;
}
/* line 107, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_vendor-prefixes.scss */
table.table-form-layout td input:-ms-input-placeholder, table.table-form-layout td textarea:-ms-input-placeholder {
  color: #95A5A6;
}
/* line 108, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_vendor-prefixes.scss */
table.table-form-layout td input::-webkit-input-placeholder, table.table-form-layout td textarea::-webkit-input-placeholder {
  color: #95A5A6;
}

/* line 91, ../../shared/compass/app-backend/scss/import/components/_table-form-layout.scss */
.table-form-container {
  position: relative;
}

/* line 3, ../../shared/compass/app-backend/scss/import/components/table-form-layout/_dropdown.scss */
table.table-form-layout .non-standard-frameless-control-wrapper .chosen-container-single .chosen-single {
  border: none;
  padding: 8px 0;
  line-height: 130%;
}
/* line 10, ../../shared/compass/app-backend/scss/import/components/table-form-layout/_dropdown.scss */
table.table-form-layout .non-standard-frameless-control-wrapper .chosen-container-single.chosen-with-drop .chosen-drop {
  margin-top: 1px;
  border-color: #E1E6E7;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
/* line 16, ../../shared/compass/app-backend/scss/import/components/table-form-layout/_dropdown.scss */
table.table-form-layout .non-standard-frameless-control-wrapper .chosen-container-single.chosen-with-drop .chosen-single {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 2, ../../shared/compass/app-backend/scss/import/components/table-form-layout/_toggle-control.scss */
table.table-form-layout .non-standard-frameless-control-wrapper .toggle-control {
  top: 3px;
}

/* line 2, ../../shared/compass/app-backend/scss/import/components/table-form-layout/_editable-grid.scss */
table.table-form-layout.editable-grid {
  border-top: 1px solid #BDC3C7;
}
/* line 5, ../../shared/compass/app-backend/scss/import/components/table-form-layout/_editable-grid.scss */
table.table-form-layout.editable-grid.fixed-layout {
  table-laout: fixed;
}
/* line 9, ../../shared/compass/app-backend/scss/import/components/table-form-layout/_editable-grid.scss */
table.table-form-layout.editable-grid.has-no-title {
  border-top: none;
}
/* line 14, ../../shared/compass/app-backend/scss/import/components/table-form-layout/_editable-grid.scss */
table.table-form-layout.editable-grid thead th {
  padding: 8px 0;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #E1E6E7;
  border-right: 1px solid #E1E6E7;
}
/* line 22, ../../shared/compass/app-backend/scss/import/components/table-form-layout/_editable-grid.scss */
table.table-form-layout.editable-grid thead th:first-child {
  padding-left: 0;
}
/* line 26, ../../shared/compass/app-backend/scss/import/components/table-form-layout/_editable-grid.scss */
table.table-form-layout.editable-grid thead th:last-child {
  border-right: none;
  padding-right: 0;
}
/* line 34, ../../shared/compass/app-backend/scss/import/components/table-form-layout/_editable-grid.scss */
table.table-form-layout.editable-grid tbody td {
  padding: 0;
  border-right: 1px solid #E1E6E7;
}
/* line 38, ../../shared/compass/app-backend/scss/import/components/table-form-layout/_editable-grid.scss */
table.table-form-layout.editable-grid tbody td .input-container {
  padding: 0 10px;
  position: relative;
}
/* line 41, ../../shared/compass/app-backend/scss/import/components/table-form-layout/_editable-grid.scss */
table.table-form-layout.editable-grid tbody td .input-container input.text {
  background: transparent;
}
/* line 48, ../../shared/compass/app-backend/scss/import/components/table-form-layout/_editable-grid.scss */
table.table-form-layout.editable-grid tbody td.row-header-cell {
  max-width: 50%;
}
/* line 52, ../../shared/compass/app-backend/scss/import/components/table-form-layout/_editable-grid.scss */
table.table-form-layout.editable-grid tbody td .row-header {
  font-weight: bold;
  color: #7f8c8d;
  padding-top: 8px;
  padding-bottom: 8px;
}
/* line 59, ../../shared/compass/app-backend/scss/import/components/table-form-layout/_editable-grid.scss */
table.table-form-layout.editable-grid tbody td .row-header.required:after {
  content: '*';
  display: inline-block;
  margin-left: 3px;
  color: #BE3A30;
  font-weight: bold;
}
/* line 70, ../../shared/compass/app-backend/scss/import/components/table-form-layout/_editable-grid.scss */
table.table-form-layout.editable-grid tbody td:first-child .input-container {
  padding-left: 0;
}
/* line 75, ../../shared/compass/app-backend/scss/import/components/table-form-layout/_editable-grid.scss */
table.table-form-layout.editable-grid tbody td:last-child {
  border-right: none;
}
/* line 78, ../../shared/compass/app-backend/scss/import/components/table-form-layout/_editable-grid.scss */
table.table-form-layout.editable-grid tbody td:last-child .input-container {
  padding-right: 0;
}
/* line 83, ../../shared/compass/app-backend/scss/import/components/table-form-layout/_editable-grid.scss */
table.table-form-layout.editable-grid tbody td input.validation-error {
  color: #c0392b;
}
/* line 89, ../../shared/compass/app-backend/scss/import/components/table-form-layout/_editable-grid.scss */
table.table-form-layout.editable-grid.no-rows + .validation-error:before {
  border-bottom: none;
}

/* line 3, ../../shared/compass/app-backend/scss/import/components/table-form-layout/_validation.scss */
table.table-form-layout tr.has-validation-error label {
  color: #c0392b;
}
/* line 8, ../../shared/compass/app-backend/scss/import/components/table-form-layout/_validation.scss */
table.table-form-layout .validation-error {
  color: #c0392b;
  padding-top: 5px;
  padding-bottom: 4px;
}
/* line 13, ../../shared/compass/app-backend/scss/import/components/table-form-layout/_validation.scss */
table.table-form-layout .validation-error:before {
  position: absolute;
  content: '';
  margin-top: -5px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #c0392b;
}
/* line 24, ../../shared/compass/app-backend/scss/import/components/table-form-layout/_validation.scss */
table.table-form-layout.has-validation-error td.section-title {
  color: #c0392b;
}

/* line 1, ../../shared/compass/app-backend/scss/import/components/_disable-overlay.scss */
.disable-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.01);
  z-index: 1060;
  cursor: wait;
}

/* line 1, ../../shared/compass/app-backend/scss/import/components/_loading-spinners.scss */
.submit-spinner {
  text-align: center;
  margin-bottom: 10px;
  font-size: 0;
}
/* line 6, ../../shared/compass/app-backend/scss/import/components/_loading-spinners.scss */
.submit-spinner > div {
  width: 10px;
  height: 10px;
  background-color: white;
  margin-right: 5px;
  border-radius: 100%;
  display: inline-block;
  -moz-animation: submit-spinner-bouncedelay 1.4s infinite ease-in-out both;
  -webkit-animation: submit-spinner-bouncedelay 1.4s infinite ease-in-out both;
  animation: submit-spinner-bouncedelay 1.4s infinite ease-in-out both;
}
/* line 18, ../../shared/compass/app-backend/scss/import/components/_loading-spinners.scss */
.submit-spinner > div:last-child {
  margin-right: 0 !important;
}
/* line 22, ../../shared/compass/app-backend/scss/import/components/_loading-spinners.scss */
.submit-spinner > div.submit-spinner-bounce-1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
/* line 27, ../../shared/compass/app-backend/scss/import/components/_loading-spinners.scss */
.submit-spinner > div.submit-spinner-bounce-2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
/* line 33, ../../shared/compass/app-backend/scss/import/components/_loading-spinners.scss */
.submit-spinner.blue > div {
  background-color: #3498db;
}
/* line 38, ../../shared/compass/app-backend/scss/import/components/_loading-spinners.scss */
.submit-spinner.small > div {
  width: 6px;
  height: 6px;
  margin-right: 3px;
}

@-moz-keyframes submit-spinner-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes submit-spinner-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes submit-spinner-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* line 67, ../../shared/compass/app-backend/scss/import/components/_loading-spinners.scss */
.input-submit-spinner-container {
  position: relative;
}
/* line 70, ../../shared/compass/app-backend/scss/import/components/_loading-spinners.scss */
.input-submit-spinner-container.inline-block {
  display: inline-block;
}
/* line 74, ../../shared/compass/app-backend/scss/import/components/_loading-spinners.scss */
.input-submit-spinner-container .submit-spinner {
  display: none;
  position: absolute;
}
/* line 80, ../../shared/compass/app-backend/scss/import/components/_loading-spinners.scss */
.input-submit-spinner-container.loading .submit-spinner {
  display: block;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -6px;
}
/* line 87, ../../shared/compass/app-backend/scss/import/components/_loading-spinners.scss */
.input-submit-spinner-container.loading .submit-spinner.small {
  margin-top: -3px;
}
/* line 93, ../../shared/compass/app-backend/scss/import/components/_loading-spinners.scss */
.input-submit-spinner-container.loading .btn.btn-primary {
  color: #3498db;
}
/* line 97, ../../shared/compass/app-backend/scss/import/components/_loading-spinners.scss */
.input-submit-spinner-container.loading .btn.btn-danger {
  color: #c0392b;
}

/* line 1, ../../shared/compass/app-backend/scss/import/components/_status-message.scss */
div.status {
  z-index: 10000;
  top: 0;
  position: fixed;
  padding: 7px 36px 7px 16px;
  margin: 0;
  background-image: none;
  border: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 15, ../../shared/compass/app-backend/scss/import/components/_status-message.scss */
div.status.message.success {
  background: #ecf0f1;
  color: #1F2429;
  padding-left: 39px;
}
/* line 20, ../../shared/compass/app-backend/scss/import/components/_status-message.scss */
div.status.message.success:before {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("/shared/css/hush/common-icons.png?16");
  background-position: -242px -5px;
  position: absolute;
  top: 9px;
  left: 14px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 20, ../../shared/compass/app-backend/scss/import/components/_status-message.scss */
  div.status.message.success:before {
    background-image: url("/shared/css/hush/common-icons@2x.png?16") !important;
    background-size: 1000px 500px !important;
  }
}
/* line 28, ../../shared/compass/app-backend/scss/import/components/_status-message.scss */
div.status.message.progress {
  background: #ecf0f1;
  color: #1F2429;
  padding-left: 39px;
  padding-right: 16px;
}
/* line 34, ../../shared/compass/app-backend/scss/import/components/_status-message.scss */
div.status.message.progress:before {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 3px solid rgba(133, 178, 53, 0.3);
  border-right: 3px solid rgba(133, 178, 53, 0.3);
  border-bottom: 3px solid rgba(133, 178, 53, 0.3);
  border-left: 3px solid #85B235;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  content: '';
  display: inline-block;
  margin-right: 6px;
  position: absolute;
  top: 6px;
  left: 12px;
}
/* line 45, ../../shared/compass/app-backend/scss/import/components/_status-message.scss */
div.status.message.warn {
  background: #F1C40F;
  color: #715a00;
}
/* line 50, ../../shared/compass/app-backend/scss/import/components/_status-message.scss */
div.status.message.warn a.close:after {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  background-image: url("/shared/css/hush/common-icons.png?16");
  background-position: -864px -25px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 50, ../../shared/compass/app-backend/scss/import/components/_status-message.scss */
  div.status.message.warn a.close:after {
    background-image: url("/shared/css/hush/common-icons@2x.png?16") !important;
    background-size: 1000px 500px !important;
  }
}
/* line 56, ../../shared/compass/app-backend/scss/import/components/_status-message.scss */
div.status.message a.close {
  color: #7f8c8d;
  font-size: inherit;
  float: none;
  font-weight: normal;
  text-shadow: none;
  text-decoration: underline;
  opacity: 1;
  filter: alpha(opacity=100);
  text-indent: -10000em;
  font-size: 0;
  text-decoration: none;
  position: absolute;
  right: 5px;
  top: 4px;
  width: 25px;
  height: 25px;
}
/* line 74, ../../shared/compass/app-backend/scss/import/components/_status-message.scss */
div.status.message a.close:after {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  background-image: url("/shared/css/hush/common-icons.png?16");
  background-position: -864px -5px;
  position: absolute;
  left: 7px;
  top: 7px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 74, ../../shared/compass/app-backend/scss/import/components/_status-message.scss */
  div.status.message a.close:after {
    background-image: url("/shared/css/hush/common-icons@2x.png?16") !important;
    background-size: 1000px 500px !important;
  }
}
/* line 81, ../../shared/compass/app-backend/scss/import/components/_status-message.scss */
div.status.message a.close:hover:after {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  background-image: url("/shared/css/hush/common-icons.png?16");
  background-position: -884px -5px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 81, ../../shared/compass/app-backend/scss/import/components/_status-message.scss */
  div.status.message a.close:hover:after {
    background-image: url("/shared/css/hush/common-icons@2x.png?16") !important;
    background-size: 1000px 500px !important;
  }
}

/* line 1, ../../shared/compass/app-backend/scss/import/components/_status.scss */
div.status {
  top: 20px;
  padding: 14px 16px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 50% !important;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.2);
}
/* line 11, ../../shared/compass/app-backend/scss/import/components/_status.scss */
div.status.message.success {
  background-color: #333;
  color: white;
  padding-left: 16px;
}
/* line 16, ../../shared/compass/app-backend/scss/import/components/_status.scss */
div.status.message.success:before {
  display: none;
}
/* line 21, ../../shared/compass/app-backend/scss/import/components/_status.scss */
div.status.message.has-status-link {
  padding-right: 38px;
}
/* line 25, ../../shared/compass/app-backend/scss/import/components/_status.scss */
div.status.message a.close {
  top: 15px;
}
/* line 28, ../../shared/compass/app-backend/scss/import/components/_status.scss */
div.status.message a.close:after, div.status.message a.close:hover:after {
  content: '';
  width: 7px;
  height: 7px;
  display: inline-block;
  background-image: url("/shared/css/hush/common-backend-icons.png?1");
  background-position: -3px -3px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 28, ../../shared/compass/app-backend/scss/import/components/_status.scss */
  div.status.message a.close:after, div.status.message a.close:hover:after {
    background-image: url("/shared/css/hush/common-backend-icons@2x.png?1") !important;
    background-size: 383px 177px !important;
  }
}
/* line 33, ../../shared/compass/app-backend/scss/import/components/_status.scss */
div.status.message.warn {
  background-color: #333;
  color: white;
}
/* line 37, ../../shared/compass/app-backend/scss/import/components/_status.scss */
div.status.message.warn a.close {
  top: 15px;
}
/* line 40, ../../shared/compass/app-backend/scss/import/components/_status.scss */
div.status.message.warn a.close:after, div.status.message.warn a.close:hover:after {
  content: '';
  width: 7px;
  height: 7px;
  display: inline-block;
  background-image: url("/shared/css/hush/common-backend-icons.png?1");
  background-position: -3px -3px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 40, ../../shared/compass/app-backend/scss/import/components/_status.scss */
  div.status.message.warn a.close:after, div.status.message.warn a.close:hover:after {
    background-image: url("/shared/css/hush/common-backend-icons@2x.png?1") !important;
    background-size: 383px 177px !important;
  }
}
/* line 46, ../../shared/compass/app-backend/scss/import/components/_status.scss */
div.status.message.progress {
  height: auto;
  background-color: #333;
  color: white;
  padding-left: 45px;
}
/* line 52, ../../shared/compass/app-backend/scss/import/components/_status.scss */
div.status.message.progress:before {
  border-radius: 50%;
  width: 13px;
  height: 13px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  border-right: 2px solid rgba(255, 255, 255, 0.3);
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  border-left: 2px solid white;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  top: 14px;
  left: 16px;
  position: absolute;
}
/* line 60, ../../shared/compass/app-backend/scss/import/components/_status.scss */
div.status.message .element_extra-status-link {
  display: inline-block;
  margin: 0 5px 0 15px;
  color: #EAC645;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  top: 1px;
}

/* line 5, ../../shared/compass/app-backend/scss/import/components/form/_checkbox-toggle.scss */
.custom-checkbox, .toggle-control {
  position: relative;
}
/* line 8, ../../shared/compass/app-backend/scss/import/components/form/_checkbox-toggle.scss */
.custom-checkbox input, .toggle-control input {
  display: inline;
  width: 0;
  height: 0;
  max-width: 0;
  max-height: 0;
  -webkit-appearance: none;
  position: absolute;
  left: -10000px;
}
/* line 18, ../../shared/compass/app-backend/scss/import/components/form/_checkbox-toggle.scss */
.custom-checkbox input + span,
.custom-checkbox input + input + span.marker, .toggle-control input + span,
.toggle-control input + input + span.marker {
  display: inline-block;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 26, ../../shared/compass/app-backend/scss/import/components/form/_checkbox-toggle.scss */
.custom-checkbox input:focus, .toggle-control input:focus {
  outline: none;
}
/* line 31, ../../shared/compass/app-backend/scss/import/components/form/_checkbox-toggle.scss */
.custom-checkbox label, .toggle-control label {
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 37, ../../shared/compass/app-backend/scss/import/components/form/_checkbox-toggle.scss */
.custom-checkbox .comment, .toggle-control .comment {
  display: block;
  margin-top: 5px;
}
/* line 44, ../../shared/compass/app-backend/scss/import/components/form/_checkbox-toggle.scss */
.custom-checkbox.label-visible input + span,
.custom-checkbox.label-visible input + input + span.marker, .toggle-control.label-visible input + span,
.toggle-control.label-visible input + input + span.marker {
  margin-right: 3px;
}
/* line 51, ../../shared/compass/app-backend/scss/import/components/form/_checkbox-toggle.scss */
.custom-checkbox.nowrap, .toggle-control.nowrap {
  white-space: nowrap;
}

/* line 58, ../../shared/compass/app-backend/scss/import/components/form/_checkbox-toggle.scss */
.custom-checkbox input + span,
.custom-checkbox input + input + span.marker {
  width: 15px;
  height: 15px;
  top: 2px;
  -moz-border-radius: 1.5px;
  -webkit-border-radius: 1.5px;
  border-radius: 1.5px;
  background-image: url("/shared/css/hush/common-icons.png?16");
  background-position: -662px -23px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 58, ../../shared/compass/app-backend/scss/import/components/form/_checkbox-toggle.scss */
  .custom-checkbox input + span,
  .custom-checkbox input + input + span.marker {
    background-image: url("/shared/css/hush/common-icons@2x.png?16") !important;
    background-size: 1000px 500px !important;
  }
}
/* line 67, ../../shared/compass/app-backend/scss/import/components/form/_checkbox-toggle.scss */
.custom-checkbox input:disabled + span {
  background-image: url("/shared/css/hush/common-icons.png?16");
  background-position: -662px -43px;
  cursor: default;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 67, ../../shared/compass/app-backend/scss/import/components/form/_checkbox-toggle.scss */
  .custom-checkbox input:disabled + span {
    background-image: url("/shared/css/hush/common-icons@2x.png?16") !important;
    background-size: 1000px 500px !important;
  }
}
/* line 72, ../../shared/compass/app-backend/scss/import/components/form/_checkbox-toggle.scss */
.custom-checkbox input:checked + span, .custom-checkbox input:checked + input + span.marker {
  background-image: url("/shared/css/hush/common-icons.png?16");
  background-position: -662px -3px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 72, ../../shared/compass/app-backend/scss/import/components/form/_checkbox-toggle.scss */
  .custom-checkbox input:checked + span, .custom-checkbox input:checked + input + span.marker {
    background-image: url("/shared/css/hush/common-icons@2x.png?16") !important;
    background-size: 1000px 500px !important;
  }
}
/* line 77, ../../shared/compass/app-backend/scss/import/components/form/_checkbox-toggle.scss */
.custom-checkbox input:disabled:checked + span {
  background-image: url("/shared/css/hush/common-icons.png?16");
  background-position: -682px -43px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 77, ../../shared/compass/app-backend/scss/import/components/form/_checkbox-toggle.scss */
  .custom-checkbox input:disabled:checked + span {
    background-image: url("/shared/css/hush/common-icons@2x.png?16") !important;
    background-size: 1000px 500px !important;
  }
}
/* line 82, ../../shared/compass/app-backend/scss/import/components/form/_checkbox-toggle.scss */
.custom-checkbox input:focus + span,
.custom-checkbox input:focus + input + span.marker {
  background-image: url("/shared/css/hush/common-icons.png?16");
  background-position: -683px -23px;
  box-shadow: 0 0 0 2px rgba(127, 127, 127, 0.3);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 82, ../../shared/compass/app-backend/scss/import/components/form/_checkbox-toggle.scss */
  .custom-checkbox input:focus + span,
  .custom-checkbox input:focus + input + span.marker {
    background-image: url("/shared/css/hush/common-icons@2x.png?16") !important;
    background-size: 1000px 500px !important;
  }
}
/* line 88, ../../shared/compass/app-backend/scss/import/components/form/_checkbox-toggle.scss */
.custom-checkbox input:focus:checked + span, .custom-checkbox input:focus:checked + input + span.marker {
  background-image: url("/shared/css/hush/common-icons.png?16");
  background-position: -683px -3px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 88, ../../shared/compass/app-backend/scss/import/components/form/_checkbox-toggle.scss */
  .custom-checkbox input:focus:checked + span, .custom-checkbox input:focus:checked + input + span.marker {
    background-image: url("/shared/css/hush/common-icons@2x.png?16") !important;
    background-size: 1000px 500px !important;
  }
}
/* line 95, ../../shared/compass/app-backend/scss/import/components/form/_checkbox-toggle.scss */
.custom-checkbox.fix-position {
  position: relative;
  padding-left: 22px;
}
/* line 100, ../../shared/compass/app-backend/scss/import/components/form/_checkbox-toggle.scss */
.custom-checkbox.fix-position input + span,
.custom-checkbox.fix-position input + input + span.marker {
  position: absolute;
  top: 2px;
  left: 0;
}
/* line 108, ../../shared/compass/app-backend/scss/import/components/form/_checkbox-toggle.scss */
.custom-checkbox.fix-position input.label-required + span,
.custom-checkbox.fix-position input.label-required + input + span.marker {
  top: 2px;
}

/* line 119, ../../shared/compass/app-backend/scss/import/components/form/_checkbox-toggle.scss */
.toggle-control input + span,
.toggle-control input + input + span.marker {
  width: 30px;
  height: 18px;
  top: 4px;
  background-image: url("/shared/css/hush/common-icons.png?16");
  background-position: -741px -21px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 119, ../../shared/compass/app-backend/scss/import/components/form/_checkbox-toggle.scss */
  .toggle-control input + span,
  .toggle-control input + input + span.marker {
    background-image: url("/shared/css/hush/common-icons@2x.png?16") !important;
    background-size: 1000px 500px !important;
  }
}
/* line 127, ../../shared/compass/app-backend/scss/import/components/form/_checkbox-toggle.scss */
.toggle-control input:checked + span, .toggle-control input:checked + input + span.marker {
  background-image: url("/shared/css/hush/common-icons.png?16");
  background-position: -741px -1px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 127, ../../shared/compass/app-backend/scss/import/components/form/_checkbox-toggle.scss */
  .toggle-control input:checked + span, .toggle-control input:checked + input + span.marker {
    background-image: url("/shared/css/hush/common-icons@2x.png?16") !important;
    background-size: 1000px 500px !important;
  }
}
/* line 133, ../../shared/compass/app-backend/scss/import/components/form/_checkbox-toggle.scss */
.toggle-control input:focus + span,
.toggle-control input:focus + input + span.marker {
  background-image: url("/shared/css/hush/common-icons.png?16");
  background-position: -781px -21px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 133, ../../shared/compass/app-backend/scss/import/components/form/_checkbox-toggle.scss */
  .toggle-control input:focus + span,
  .toggle-control input:focus + input + span.marker {
    background-image: url("/shared/css/hush/common-icons@2x.png?16") !important;
    background-size: 1000px 500px !important;
  }
}
/* line 138, ../../shared/compass/app-backend/scss/import/components/form/_checkbox-toggle.scss */
.toggle-control input:focus:checked + span, .toggle-control input:focus:checked + input + span.marker {
  background-image: url("/shared/css/hush/common-icons.png?16");
  background-position: -781px -1px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 138, ../../shared/compass/app-backend/scss/import/components/form/_checkbox-toggle.scss */
  .toggle-control input:focus:checked + span, .toggle-control input:focus:checked + input + span.marker {
    background-image: url("/shared/css/hush/common-icons@2x.png?16") !important;
    background-size: 1000px 500px !important;
  }
}
/* line 145, ../../shared/compass/app-backend/scss/import/components/form/_checkbox-toggle.scss */
.toggle-control input[disabled] + span,
.toggle-control input[disabled] + input + span.marker {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default;
}

/* line 2, ../../shared/compass/app-backend/scss/import/components/form/_backend-form.scss */
.backend-form label {
  font-weight: normal;
  color: #1F2429;
}
/* line 7, ../../shared/compass/app-backend/scss/import/components/form/_backend-form.scss */
.backend-form label.required:after, .backend-form label .label-text.required:after {
  content: '*';
  display: inline-block;
  margin-left: 3px;
  color: #BE3A30;
  font-weight: bold;
}
/* line 17, ../../shared/compass/app-backend/scss/import/components/form/_backend-form.scss */
.backend-form .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border-color: #7f8c8d;
}
/* line 22, ../../shared/compass/app-backend/scss/import/components/form/_backend-form.scss */
.backend-form .form-control.disabled, .backend-form .form-control[disabled] {
  background: #ecf0f1;
  border-color: #ecf0f1;
}
/* line 27, ../../shared/compass/app-backend/scss/import/components/form/_backend-form.scss */
.backend-form .form-control:focus {
  border-color: #3498db;
}
/* line 32, ../../shared/compass/app-backend/scss/import/components/form/_backend-form.scss */
.backend-form .input-info-block {
  height: auto;
  min-height: 34px;
  word-break: break-all;
}
/* line 38, ../../shared/compass/app-backend/scss/import/components/form/_backend-form.scss */
.backend-form .validation-error {
  color: #c0392b;
  display: block;
  padding-top: 10px;
  padding-bottom: 4px;
  padding-left: 21px;
  position: relative;
}
/* line 46, ../../shared/compass/app-backend/scss/import/components/form/_backend-form.scss */
.backend-form .validation-error:before {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("/shared/css/hush/common-icons.png?16");
  background-position: -392px -2px;
  position: absolute;
  top: 11px;
  left: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 46, ../../shared/compass/app-backend/scss/import/components/form/_backend-form.scss */
  .backend-form .validation-error:before {
    background-image: url("/shared/css/hush/common-icons@2x.png?16") !important;
    background-size: 1000px 500px !important;
  }
}

/* line 5, ../../shared/compass/app-backend/scss/import/components/form/_login-form-background.scss */
.login-form-container:before {
  content: '';
  display: block;
  background-image: url("/shared/css/hush/login-screen-path-3.svg");
  background-position: left bottom;
  background-size: contain;
  background-repeat: repeat-x;
  position: fixed;
  height: 70%;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 0;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* line 1, ../../shared/compass/app-backend/scss/import/components/form/_headers.scss */
.form-header {
  font-size: 18px;
  font-weight: normal;
  color: #2C3E50;
  margin-bottom: 30px;
  line-height: 150%;
}

/* line 9, ../../shared/compass/app-backend/scss/import/components/form/_headers.scss */
.form-subtitle {
  margin-top: -25px;
  color: #7f8c8d;
}

/* line 1, ../../shared/compass/app-backend/scss/import/components/_dropdown-menu.scss */
.hush-dropdown-menu {
  position: relative;
}
/* line 4, ../../shared/compass/app-backend/scss/import/components/_dropdown-menu.scss */
.hush-dropdown-menu .hush-dropdown-menu-overlay {
  background-color: rgba(255, 255, 255, 0.01);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
/* line 14, ../../shared/compass/app-backend/scss/import/components/_dropdown-menu.scss */
.hush-dropdown-menu .hush-dropdown-menu-list {
  position: absolute;
  background-color: white;
  z-index: 10010;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(189, 195, 199, 0.7);
}
/* line 24, ../../shared/compass/app-backend/scss/import/components/_dropdown-menu.scss */
.hush-dropdown-menu .hush-dropdown-menu-list li {
  padding: 0;
  list-style: none;
  position: relative;
  cursor: pointer;
  line-height: 130%;
  white-space: nowrap;
  display: block;
  font-weight: normal;
  font-size: 14px;
  user-select: none;
  			/* TODO
  			&.selected {
  				&:before {
  					@include icons-sprite-pseudo(14px, 14px, 402px, 4px);
  					position: absolute;
  					left: 10px;
  					top: 10px;
  				}
  
  				&:hover:before {
  					@include icons-sprite-pseudo(14px, 14px, 422px, 4px);
  				}
  			}
  			*/
}
/* line 36, ../../shared/compass/app-backend/scss/import/components/_dropdown-menu.scss */
.hush-dropdown-menu .hush-dropdown-menu-list li span, .hush-dropdown-menu .hush-dropdown-menu-list li a.menu-item-link {
  text-align: left;
  display: block;
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  color: #1F2429;
  padding: 8px 10px;
}
/* line 46, ../../shared/compass/app-backend/scss/import/components/_dropdown-menu.scss */
.hush-dropdown-menu .hush-dropdown-menu-list li span:focus, .hush-dropdown-menu .hush-dropdown-menu-list li a.menu-item-link:focus {
  outline: 1px solid rgba(0, 0, 0, 0.01);
  background-color: rgba(127, 127, 127, 0.1);
}
/* line 68, ../../shared/compass/app-backend/scss/import/components/_dropdown-menu.scss */
.hush-dropdown-menu .hush-dropdown-menu-list li.active span, .hush-dropdown-menu .hush-dropdown-menu-list li.active a.menu-item-link {
  color: #1F2429;
  font-weight: bold;
}
/* line 74, ../../shared/compass/app-backend/scss/import/components/_dropdown-menu.scss */
.hush-dropdown-menu .hush-dropdown-menu-list li:not(.disabled):hover {
  background: #3498db;
}
/* line 77, ../../shared/compass/app-backend/scss/import/components/_dropdown-menu.scss */
.hush-dropdown-menu .hush-dropdown-menu-list li:not(.disabled):hover span, .hush-dropdown-menu .hush-dropdown-menu-list li:not(.disabled):hover a.menu-item-link {
  color: white;
}
/* line 82, ../../shared/compass/app-backend/scss/import/components/_dropdown-menu.scss */
.hush-dropdown-menu .hush-dropdown-menu-list li.destructive:hover {
  background: #c0392b;
}
/* line 86, ../../shared/compass/app-backend/scss/import/components/_dropdown-menu.scss */
.hush-dropdown-menu .hush-dropdown-menu-list li:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
/* line 90, ../../shared/compass/app-backend/scss/import/components/_dropdown-menu.scss */
.hush-dropdown-menu .hush-dropdown-menu-list li:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
/* line 94, ../../shared/compass/app-backend/scss/import/components/_dropdown-menu.scss */
.hush-dropdown-menu .hush-dropdown-menu-list li.separator {
  border-bottom: 1px solid #D4D4D4;
}
/* line 98, ../../shared/compass/app-backend/scss/import/components/_dropdown-menu.scss */
.hush-dropdown-menu .hush-dropdown-menu-list li.hidden {
  display: none;
}
/* line 103, ../../shared/compass/app-backend/scss/import/components/_dropdown-menu.scss */
.hush-dropdown-menu .hush-dropdown-menu-list li.disabled, .hush-dropdown-menu .hush-dropdown-menu-list li.disabled a {
  cursor: default;
}
/* line 107, ../../shared/compass/app-backend/scss/import/components/_dropdown-menu.scss */
.hush-dropdown-menu .hush-dropdown-menu-list li.disabled span, .hush-dropdown-menu .hush-dropdown-menu-list li.disabled a {
  color: #7f8c8d;
}
/* line 115, ../../shared/compass/app-backend/scss/import/components/_dropdown-menu.scss */
.hush-dropdown-menu.h-align-right .hush-dropdown-menu-list {
  right: 0;
}
/* line 121, ../../shared/compass/app-backend/scss/import/components/_dropdown-menu.scss */
.hush-dropdown-menu.v-align-bottom .hush-dropdown-menu-list {
  top: 100%;
  margin-top: 10px;
}
/* line 125, ../../shared/compass/app-backend/scss/import/components/_dropdown-menu.scss */
.hush-dropdown-menu.v-align-bottom .hush-dropdown-menu-list:before {
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  border-bottom: 5.4px solid #BDC3C7;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  right: 6px;
  top: -6px;
}
/* line 134, ../../shared/compass/app-backend/scss/import/components/_dropdown-menu.scss */
.hush-dropdown-menu.v-align-bottom .hush-dropdown-menu-list li:first-child:after {
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  border-bottom: 5.4px solid #ffffff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  right: 6px;
  top: -5px;
}
/* line 141, ../../shared/compass/app-backend/scss/import/components/_dropdown-menu.scss */
.hush-dropdown-menu.v-align-bottom .hush-dropdown-menu-list li:first-child:hover:not(.disabled):after {
  border-bottom-color: #3498db;
}
/* line 146, ../../shared/compass/app-backend/scss/import/components/_dropdown-menu.scss */
.hush-dropdown-menu.v-align-bottom .hush-dropdown-menu-list li.destructive:first-child:hover:after {
  border-bottom-color: #c0392b;
}
@media (max-width: 767px) {
  /* line 158, ../../shared/compass/app-backend/scss/import/components/_dropdown-menu.scss */
  .hush-dropdown-menu.touch-screen-mode .hush-dropdown-menu-list {
    position: fixed;
    left: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    margin-top: 0;
    border-right: none;
    border-left: none;
    border-bottom: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  /* line 171, ../../shared/compass/app-backend/scss/import/components/_dropdown-menu.scss */
  .hush-dropdown-menu.touch-screen-mode .hush-dropdown-menu-list li span, .hush-dropdown-menu.touch-screen-mode .hush-dropdown-menu-list li a.menu-item-link {
    padding: 17px 18px;
    max-width: none;
  }
  /* line 179, ../../shared/compass/app-backend/scss/import/components/_dropdown-menu.scss */
  .hush-dropdown-menu.touch-screen-mode.v-align-bottom .hush-dropdown-menu-list:before, .hush-dropdown-menu.touch-screen-mode.v-align-bottom .hush-dropdown-menu-list li:first-child:after {
    display: none;
  }
  /* line 184, ../../shared/compass/app-backend/scss/import/components/_dropdown-menu.scss */
  .hush-dropdown-menu.touch-screen-mode .hush-dropdown-menu-overlay {
    background-color: rgba(0, 0, 0, 0.25);
  }
  /* line 188, ../../shared/compass/app-backend/scss/import/components/_dropdown-menu.scss */
  .hush-dropdown-menu.touch-screen-mode .dropdown-overlay-touch-screen-enter-active,
  .hush-dropdown-menu.touch-screen-mode .dropdown-overlay-touch-screen-leave-active {
    transition: opacity 0.3s;
  }
  /* line 193, ../../shared/compass/app-backend/scss/import/components/_dropdown-menu.scss */
  .hush-dropdown-menu.touch-screen-mode .dropdown-overlay-touch-screen-enter,
  .hush-dropdown-menu.touch-screen-mode .dropdown-overlay-touch-screen-leave-to {
    opacity: 0;
  }
  /* line 198, ../../shared/compass/app-backend/scss/import/components/_dropdown-menu.scss */
  .hush-dropdown-menu.touch-screen-mode .dropdown-menu-touch-screen-enter-active,
  .hush-dropdown-menu.touch-screen-mode .dropdown-menu-touch-screen-leave-active {
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
  }
  /* line 203, ../../shared/compass/app-backend/scss/import/components/_dropdown-menu.scss */
  .hush-dropdown-menu.touch-screen-mode .dropdown-menu-touch-screen-enter,
  .hush-dropdown-menu.touch-screen-mode .dropdown-menu-touch-screen-leave-to {
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}

/* line 1, ../../shared/compass/app-backend/scss/import/components/_application-main-menu.scss */
.application-main-menu {
  float: right;
}
/* line 4, ../../shared/compass/app-backend/scss/import/components/_application-main-menu.scss */
.application-main-menu .hush-dropdown-menu {
  display: block;
  width: 35px;
  height: 35px;
}
/* line 10, ../../shared/compass/app-backend/scss/import/components/_application-main-menu.scss */
.application-main-menu .hush-dropdown-menu-trigger {
  display: block;
  width: 34px;
  height: 34px;
  margin-top: 8px;
  line-height: 37px;
  border: 1px solid #BDC3C7;
  font-size: 0;
  cursor: pointer;
  text-indent: -10000em;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
/* line 27, ../../shared/compass/app-backend/scss/import/components/_application-main-menu.scss */
.application-main-menu .hush-dropdown-menu-trigger:before {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  background-image: url("/shared/css/hush/common-icons.png?16");
  background-position: -4px -105px;
  position: absolute;
  top: 12px;
  left: 12px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 27, ../../shared/compass/app-backend/scss/import/components/_application-main-menu.scss */
  .application-main-menu .hush-dropdown-menu-trigger:before {
    background-image: url("/shared/css/hush/common-icons@2x.png?16") !important;
    background-size: 1000px 500px !important;
  }
}
/* line 34, ../../shared/compass/app-backend/scss/import/components/_application-main-menu.scss */
.application-main-menu .hush-dropdown-menu-trigger:hover {
  background: #3498db;
  border-color: #3498db;
}
/* line 38, ../../shared/compass/app-backend/scss/import/components/_application-main-menu.scss */
.application-main-menu .hush-dropdown-menu-trigger:hover:before {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  background-image: url("/shared/css/hush/common-icons.png?16");
  background-position: -25px -105px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 38, ../../shared/compass/app-backend/scss/import/components/_application-main-menu.scss */
  .application-main-menu .hush-dropdown-menu-trigger:hover:before {
    background-image: url("/shared/css/hush/common-icons@2x.png?16") !important;
    background-size: 1000px 500px !important;
  }
}
/* line 43, ../../shared/compass/app-backend/scss/import/components/_application-main-menu.scss */
.application-main-menu .hush-dropdown-menu-trigger:focus {
  outline: 1px solid rgba(0, 0, 0, 0.01);
  border-color: #2B80B9;
  box-shadow: 0 0 0 2px rgba(127, 127, 127, 0.3);
}

/* line 1, ../../shared/compass/app-backend/scss/import/components/_unsupported-browser-message.scss */
.unsupported-browsers-table {
  height: 100%;
  width: 100%;
}
/* line 5, ../../shared/compass/app-backend/scss/import/components/_unsupported-browser-message.scss */
.unsupported-browsers-table td {
  text-align: center;
  border: none;
}

/* line 11, ../../shared/compass/app-backend/scss/import/components/_unsupported-browser-message.scss */
.unsupported-browser-message {
  width: 600px;
  display: inline-block;
}
/* line 15, ../../shared/compass/app-backend/scss/import/components/_unsupported-browser-message.scss */
.unsupported-browser-message p {
  text-align: left;
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 150%;
}
/* line 22, ../../shared/compass/app-backend/scss/import/components/_unsupported-browser-message.scss */
.unsupported-browser-message h4 {
  font-size: 22px;
  margin-bottom: 50px;
  font-weight: normal;
}
/* line 28, ../../shared/compass/app-backend/scss/import/components/_unsupported-browser-message.scss */
.unsupported-browser-message .browser-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 33, ../../shared/compass/app-backend/scss/import/components/_unsupported-browser-message.scss */
.unsupported-browser-message .browser-list li {
  padding: 0;
  margin: 0 50px 0 0;
  display: inline-block;
}
/* line 38, ../../shared/compass/app-backend/scss/import/components/_unsupported-browser-message.scss */
.unsupported-browser-message .browser-list li:last-child {
  margin-right: 0;
}
/* line 42, ../../shared/compass/app-backend/scss/import/components/_unsupported-browser-message.scss */
.unsupported-browser-message .browser-list li a {
  display: inline-block;
}
/* line 45, ../../shared/compass/app-backend/scss/import/components/_unsupported-browser-message.scss */
.unsupported-browser-message .browser-list li a:before {
  margin: 0 auto 10px;
}
/* line 50, ../../shared/compass/app-backend/scss/import/components/_unsupported-browser-message.scss */
.unsupported-browser-message .browser-list li.chrome a:before {
  content: '';
  width: 68px;
  height: 68px;
  display: inline-block;
  background-image: url("/shared/css/hush/common-icons.png?16");
  background-position: -1px -141px;
  display: block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 50, ../../shared/compass/app-backend/scss/import/components/_unsupported-browser-message.scss */
  .unsupported-browser-message .browser-list li.chrome a:before {
    background-image: url("/shared/css/hush/common-icons@2x.png?16") !important;
    background-size: 1000px 500px !important;
  }
}
/* line 55, ../../shared/compass/app-backend/scss/import/components/_unsupported-browser-message.scss */
.unsupported-browser-message .browser-list li.firefox a:before {
  content: '';
  width: 68px;
  height: 68px;
  display: inline-block;
  background-image: url("/shared/css/hush/common-icons.png?16");
  background-position: -80px -140px;
  display: block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 55, ../../shared/compass/app-backend/scss/import/components/_unsupported-browser-message.scss */
  .unsupported-browser-message .browser-list li.firefox a:before {
    background-image: url("/shared/css/hush/common-icons@2x.png?16") !important;
    background-size: 1000px 500px !important;
  }
}
/* line 60, ../../shared/compass/app-backend/scss/import/components/_unsupported-browser-message.scss */
.unsupported-browser-message .browser-list li.edge a:before {
  content: '';
  width: 68px;
  height: 68px;
  display: inline-block;
  background-image: url("/shared/css/hush/common-icons.png?16");
  background-position: -160px -140px;
  display: block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 60, ../../shared/compass/app-backend/scss/import/components/_unsupported-browser-message.scss */
  .unsupported-browser-message .browser-list li.edge a:before {
    background-image: url("/shared/css/hush/common-icons@2x.png?16") !important;
    background-size: 1000px 500px !important;
  }
}
/* line 65, ../../shared/compass/app-backend/scss/import/components/_unsupported-browser-message.scss */
.unsupported-browser-message .browser-list li.ie a:before {
  content: '';
  width: 68px;
  height: 68px;
  display: inline-block;
  background-image: url("/shared/css/hush/common-icons.png?16");
  background-position: -240px -140px;
  display: block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 65, ../../shared/compass/app-backend/scss/import/components/_unsupported-browser-message.scss */
  .unsupported-browser-message .browser-list li.ie a:before {
    background-image: url("/shared/css/hush/common-icons@2x.png?16") !important;
    background-size: 1000px 500px !important;
  }
}

@media (max-width: 600px) {
  /* line 74, ../../shared/compass/app-backend/scss/import/components/_unsupported-browser-message.scss */
  .unsupported-browser-message {
    width: auto;
  }
}
/* line 83, ../../shared/compass/app-backend/scss/import/components/_unsupported-browser-message.scss */
.unsupported-browser-container {
  width: auto !important;
}
/* line 86, ../../shared/compass/app-backend/scss/import/components/_unsupported-browser-message.scss */
.unsupported-browser-container .logo-outer {
  margin-bottom: 30px !important;
  text-align: center;
}
/* line 91, ../../shared/compass/app-backend/scss/import/components/_unsupported-browser-message.scss */
.unsupported-browser-container .logo-inner {
  display: inline-block;
  width: 153px;
  height: 34px;
  background-image: url("/shared/css/hush/common-icons.png?16");
  background-position: 0 -52px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 91, ../../shared/compass/app-backend/scss/import/components/_unsupported-browser-message.scss */
  .unsupported-browser-container .logo-inner {
    background-image: url("/shared/css/hush/common-icons@2x.png?16") !important;
    background-size: 1000px 500px !important;
  }
}
/* line 97, ../../shared/compass/app-backend/scss/import/components/_unsupported-browser-message.scss */
.unsupported-browser-container .logo-inner img {
  display: none;
}

/* line 1, ../../shared/compass/app-backend/scss/import/components/_scrollable-panel.scss */
.scrollable-panel-container {
  position: relative;
  height: 100%;
}
/* line 5, ../../shared/compass/app-backend/scss/import/components/_scrollable-panel.scss */
.scrollable-panel-container > .scrollable-panel {
  position: absolute;
  left: 0;
  top: 0;
  overflow: auto;
  width: 100%;
  height: 100%;
}
/* line 14, ../../shared/compass/app-backend/scss/import/components/_scrollable-panel.scss */
.scrollable-panel-container:before {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  left: 0;
  top: 0;
  background: transparent url("/shared/css/hush/scrollable-panel-shadow.png") repeat-x left top;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: absolute;
  z-index: 3;
}
/* line 31, ../../shared/compass/app-backend/scss/import/components/_scrollable-panel.scss */
.scrollable-panel-container.display-shadow:before {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
/* line 35, ../../shared/compass/app-backend/scss/import/components/_scrollable-panel.scss */
.scrollable-panel-container.display-shadow.double-density:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 42, ../../shared/compass/app-backend/scss/import/components/_scrollable-panel.scss */
body.dropdown-menu-in .scrollable-panel-container > .scrollable-panel {
  overflow: hidden;
}

/* line 1, ../../shared/compass/app-backend/scss/import/components/_satisfaction-feedback.scss */
.satisfaction-feedback-modal {
  border-radius: 2px;
  overflow: hidden;
}
/* line 5, ../../shared/compass/app-backend/scss/import/components/_satisfaction-feedback.scss */
.satisfaction-feedback-modal .hush-secure-form-error {
  padding: 20px 20px;
}
/* line 8, ../../shared/compass/app-backend/scss/import/components/_satisfaction-feedback.scss */
.satisfaction-feedback-modal .hush-secure-form-error p {
  margin-bottom: 20px;
}

/* line 14, ../../shared/compass/app-backend/scss/import/components/_satisfaction-feedback.scss */
.satisfaction-feedback-widget {
  position: fixed;
  left: 0;
  bottom: 0;
}
/* line 21, ../../shared/compass/app-backend/scss/import/components/_satisfaction-feedback.scss */
.satisfaction-feedback-widget .satisfaction-feedback-widget-content {
  background-color: white;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  padding: 15px 20px;
  margin: 0 20px 20px 20px;
}
/* line 29, ../../shared/compass/app-backend/scss/import/components/_satisfaction-feedback.scss */
.satisfaction-feedback-widget .satisfaction-feedback-widget-content h5 {
  font-size: 14px;
  color: #2D3E50;
  font-weight: bold;
  margin: 0 0 20px 0;
  line-height: 130%;
  padding-right: 30px;
}
/* line 38, ../../shared/compass/app-backend/scss/import/components/_satisfaction-feedback.scss */
.satisfaction-feedback-widget .satisfaction-feedback-widget-content button.close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  opacity: 0.6;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/* line 47, ../../shared/compass/app-backend/scss/import/components/_satisfaction-feedback.scss */
.satisfaction-feedback-widget .satisfaction-feedback-widget-content button.close:before {
  position: absolute;
  left: 10px;
  top: 10px;
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  background-image: url("/shared/css/hush/common-icons.png?16");
  background-position: -864px -5px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 47, ../../shared/compass/app-backend/scss/import/components/_satisfaction-feedback.scss */
  .satisfaction-feedback-widget .satisfaction-feedback-widget-content button.close:before {
    background-image: url("/shared/css/hush/common-icons@2x.png?16") !important;
    background-size: 1000px 500px !important;
  }
}
/* line 54, ../../shared/compass/app-backend/scss/import/components/_satisfaction-feedback.scss */
.satisfaction-feedback-widget .satisfaction-feedback-widget-content button.close:hover {
  opacity: 1;
}
/* line 59, ../../shared/compass/app-backend/scss/import/components/_satisfaction-feedback.scss */
.satisfaction-feedback-widget .satisfaction-feedback-widget-content .feedback-reactions {
  text-align: center;
  vertical-align: top;
  font-size: 0;
}
/* line 64, ../../shared/compass/app-backend/scss/import/components/_satisfaction-feedback.scss */
.satisfaction-feedback-widget .satisfaction-feedback-widget-content .feedback-reactions button {
  border: 2px transparent solid;
  font-size: 0;
  -webkit-appearance: none;
  height: 36px;
  width: 36px;
  padding: 0;
  margin: 0;
  display: inline-block;
  background-color: transparent;
  outline: none;
  border-radius: 32px;
  white-space: nowrap;
}
/* line 78, ../../shared/compass/app-backend/scss/import/components/_satisfaction-feedback.scss */
.satisfaction-feedback-widget .satisfaction-feedback-widget-content .feedback-reactions button:hover {
  border: 2px #F6C178 solid;
}
/* line 82, ../../shared/compass/app-backend/scss/import/components/_satisfaction-feedback.scss */
.satisfaction-feedback-widget .satisfaction-feedback-widget-content .feedback-reactions button.feedback-negative {
  margin-right: 25px;
}
/* line 84, ../../shared/compass/app-backend/scss/import/components/_satisfaction-feedback.scss */
.satisfaction-feedback-widget .satisfaction-feedback-widget-content .feedback-reactions button.feedback-negative:before {
  content: '';
  width: 32px;
  height: 32px;
  display: inline-block;
  background-image: url("/shared/css/hush/common-icons.png?16");
  background-position: -1px -280px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 84, ../../shared/compass/app-backend/scss/import/components/_satisfaction-feedback.scss */
  .satisfaction-feedback-widget .satisfaction-feedback-widget-content .feedback-reactions button.feedback-negative:before {
    background-image: url("/shared/css/hush/common-icons@2x.png?16") !important;
    background-size: 1000px 500px !important;
  }
}
/* line 89, ../../shared/compass/app-backend/scss/import/components/_satisfaction-feedback.scss */
.satisfaction-feedback-widget .satisfaction-feedback-widget-content .feedback-reactions button.feedback-neutral {
  margin-right: 25px;
}
/* line 91, ../../shared/compass/app-backend/scss/import/components/_satisfaction-feedback.scss */
.satisfaction-feedback-widget .satisfaction-feedback-widget-content .feedback-reactions button.feedback-neutral:before {
  content: '';
  width: 32px;
  height: 32px;
  display: inline-block;
  background-image: url("/shared/css/hush/common-icons.png?16");
  background-position: -37px -280px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 91, ../../shared/compass/app-backend/scss/import/components/_satisfaction-feedback.scss */
  .satisfaction-feedback-widget .satisfaction-feedback-widget-content .feedback-reactions button.feedback-neutral:before {
    background-image: url("/shared/css/hush/common-icons@2x.png?16") !important;
    background-size: 1000px 500px !important;
  }
}
/* line 97, ../../shared/compass/app-backend/scss/import/components/_satisfaction-feedback.scss */
.satisfaction-feedback-widget .satisfaction-feedback-widget-content .feedback-reactions button.feedback-positive:before {
  content: '';
  width: 32px;
  height: 32px;
  display: inline-block;
  background-image: url("/shared/css/hush/common-icons.png?16");
  background-position: -73px -280px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 97, ../../shared/compass/app-backend/scss/import/components/_satisfaction-feedback.scss */
  .satisfaction-feedback-widget .satisfaction-feedback-widget-content .feedback-reactions button.feedback-positive:before {
    background-image: url("/shared/css/hush/common-icons@2x.png?16") !important;
    background-size: 1000px 500px !important;
  }
}

@-ms-viewport {
  width: device-width;
}
/* line 18, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 18, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 18, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 18, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 7, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 11, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 54, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 11, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 11, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 11, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 111, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 11, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 12, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 155, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 155, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 162, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 169, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, ../../shared/bootstrap/bootstrap-3.0.3/scss/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
/* line 1, ../compass/scss/boilerplate/_body.scss */
body {
  overflow: hidden;
}

/* line 8, ../compass/scss/boilerplate/_body.scss */
html {
  overflow: hidden;
}

/* line 1, ../compass/scss/components/_layout.scss */
.table-layout-cell {
  vertical-align: top;
}

/* line 5, ../compass/scss/components/_layout.scss */
.grid-bottom-margin-0 {
  margin-bottom: 0;
}

/* line 9, ../compass/scss/components/_layout.scss */
.grid-bottom-margin-05 {
  margin-bottom: 10px;
}

/* line 13, ../compass/scss/components/_layout.scss */
.grid-top-margin-05 {
  margin-top: 10px;
}

/* line 17, ../compass/scss/components/_layout.scss */
.grid-bottom-margin-1 {
  margin-bottom: 20px;
}

/* line 21, ../compass/scss/components/_layout.scss */
.grid-top-margin-1 {
  margin-top: 20px;
}

/* line 25, ../compass/scss/components/_layout.scss */
.grid-top-margin-2 {
  margin-top: 30px;
}

/* line 29, ../compass/scss/components/_layout.scss */
.grid-negative-top-margin-2 {
  margin-top: -30px;
}

/* line 33, ../compass/scss/components/_layout.scss */
.grid-bottom-margin-2 {
  margin-bottom: 30px;
}

/* line 37, ../compass/scss/components/_layout.scss */
.grid-margin-responsive-1 {
  margin: 20px;
}

/* line 41, ../compass/scss/components/_layout.scss */
.grid-margin-responsive-2 {
  margin: 30px;
}

/* line 45, ../compass/scss/components/_layout.scss */
.grid-negative-margin-responsive-2 {
  margin: -30px;
}

/* line 49, ../compass/scss/components/_layout.scss */
.grid-left-margin-2 {
  margin-left: 30px;
}

/* line 53, ../compass/scss/components/_layout.scss */
.grid-right-margin-2 {
  margin-right: 30px;
}

/* line 57, ../compass/scss/components/_layout.scss */
.full-height-container {
  height: 100%;
}

/* line 1, ../compass/scss/components/_profile-icon.scss */
.profile-icon {
  width: 28px;
  height: 28px;
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 100%;
  font-size: 15px;
  color: white;
}
/* line 11, ../compass/scss/components/_profile-icon.scss */
.profile-icon span {
  display: inline-block;
  margin-top: 6px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
/* line 19, ../compass/scss/components/_profile-icon.scss */
.profile-icon:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
/* line 30, ../compass/scss/components/_profile-icon.scss */
.profile-icon:after {
  border: 1px solid rgba(0, 0, 0, 0.05);
}
/* line 34, ../compass/scss/components/_profile-icon.scss */
.profile-icon.color-index-1:after {
  background: #9497ED;
}
/* line 38, ../compass/scss/components/_profile-icon.scss */
.profile-icon.color-index-2:after {
  background: #ADE0B0;
}
/* line 42, ../compass/scss/components/_profile-icon.scss */
.profile-icon.color-index-3:after {
  background: #8CCAF3;
}
/* line 46, ../compass/scss/components/_profile-icon.scss */
.profile-icon.color-index-4:after {
  background: #DF8681;
}
/* line 50, ../compass/scss/components/_profile-icon.scss */
.profile-icon.color-index-5:after {
  background: #7FD2D7;
}
/* line 54, ../compass/scss/components/_profile-icon.scss */
.profile-icon.color-index-6:after {
  background: #CECE7C;
}

/* line 3, ../compass/scss/components/_message-list.scss */
div.message-list {
  width: 370px;
  background: #ecf0f1;
}
/* line 7, ../compass/scss/components/_message-list.scss */
div.message-list > div {
  border-right: 1px solid #DFE2E4;
}
/* line 11, ../compass/scss/components/_message-list.scss */
div.message-list .empty-inbox-graphics {
  width: 120px;
  height: 96px;
  display: inline-block;
  margin: 50px 0 30px 0;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -1px -87px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 11, ../compass/scss/components/_message-list.scss */
  div.message-list .empty-inbox-graphics {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 19, ../compass/scss/components/_message-list.scss */
div.message-list.desktop-no-messages {
  width: auto;
  vertical-align: middle;
  text-align: center;
}
/* line 24, ../compass/scss/components/_message-list.scss */
div.message-list.desktop-no-messages > .scrollable-panel-container {
  border-right: none;
  display: inline-block;
  display: inline-block;
  height: auto;
}
/* line 30, ../compass/scss/components/_message-list.scss */
div.message-list.desktop-no-messages > .scrollable-panel-container .scrollable-panel {
  display: inline-block;
  height: auto;
  position: static;
}
/* line 35, ../compass/scss/components/_message-list.scss */
div.message-list.desktop-no-messages > .scrollable-panel-container .scrollable-panel .empty-inbox-graphics {
  margin-top: 0;
}
/* line 42, ../compass/scss/components/_message-list.scss */
div.message-list ul.messages {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 47, ../compass/scss/components/_message-list.scss */
div.message-list ul.messages > li {
  margin: 0;
  border-bottom: 1px solid #BEC3C7;
}
/* line 50, ../compass/scss/components/_message-list.scss */
div.message-list ul.messages > li:last-child {
  border-bottom: none;
}
/* line 54, ../compass/scss/components/_message-list.scss */
div.message-list ul.messages > li > a {
  display: block;
  padding: 15px 15px 15px 45px;
  position: relative;
  color: #1F2429;
  text-decoration: none !important;
}
/* line 61, ../compass/scss/components/_message-list.scss */
div.message-list ul.messages > li > a:focus {
  -webkit-box-shadow: inset 0 0 0 2px rgba(127, 127, 127, 0.3);
  box-shadow: inset 0 0 0 2px rgba(127, 127, 127, 0.3);
  outline: none;
}
/* line 66, ../compass/scss/components/_message-list.scss */
div.message-list ul.messages > li > a span.from {
  display: block;
  margin-right: 75px;
  margin-bottom: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #64686C;
}
/* line 76, ../compass/scss/components/_message-list.scss */
div.message-list ul.messages > li > a div.subject {
  margin-bottom: 8px;
}
/* line 80, ../compass/scss/components/_message-list.scss */
div.message-list ul.messages > li > a div.message-preview {
  font-size: 12px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #64686C;
}
/* line 88, ../compass/scss/components/_message-list.scss */
div.message-list ul.messages > li > a div.message-preview.not-decrypted {
  height: 17px;
}
/* line 90, ../compass/scss/components/_message-list.scss */
div.message-list ul.messages > li > a div.message-preview.not-decrypted:before {
  display: block;
  content: '';
  width: 100px;
  height: 5px;
  margin-bottom: 7px;
  background: #D6DBDE;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
/* line 100, ../compass/scss/components/_message-list.scss */
div.message-list ul.messages > li > a div.message-preview.not-decrypted:after {
  content: '';
  overflow: hidden;
  height: 5px;
  display: block;
  background-image: url("../public/images/encrypted-message-placeholder.svg");
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
/* line 111, ../compass/scss/components/_message-list.scss */
div.message-list ul.messages > li > a div.expires {
  font-size: 12px;
  float: right;
  color: #95A5A6;
}
/* line 117, ../compass/scss/components/_message-list.scss */
div.message-list ul.messages > li > a span.received {
  display: inline-block;
  font-size: 12px;
  text-align: right;
  position: absolute;
  right: 15px;
  top: 17px;
}
/* line 126, ../compass/scss/components/_message-list.scss */
div.message-list ul.messages > li > a .profile-icon {
  position: absolute;
  left: 9px;
  top: 16px;
}
/* line 132, ../compass/scss/components/_message-list.scss */
div.message-list ul.messages > li > a div.message-flags {
  position: absolute;
  left: 9px;
  top: 55px;
  width: 27px;
  text-align: center;
}
/* line 139, ../compass/scss/components/_message-list.scss */
div.message-list ul.messages > li > a div.message-flags .message-flag {
  display: inline-block;
  font-size: 0;
  margin-bottom: 8px;
}
/* line 144, ../compass/scss/components/_message-list.scss */
div.message-list ul.messages > li > a div.message-flags .message-flag.replied:before {
  content: '';
  width: 16px;
  height: 11px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -440px -24px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 144, ../compass/scss/components/_message-list.scss */
  div.message-list ul.messages > li > a div.message-flags .message-flag.replied:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 150, ../compass/scss/components/_message-list.scss */
div.message-list ul.messages > li > a div.loading {
  position: absolute;
  right: 20px;
  top: 20px;
}
/* line 155, ../compass/scss/components/_message-list.scss */
div.message-list ul.messages > li > a div.loading .submit-spinner {
  margin: 0;
}
/* line 158, ../compass/scss/components/_message-list.scss */
div.message-list ul.messages > li > a div.loading .submit-spinner > div {
  background-color: #3498db;
}
/* line 166, ../compass/scss/components/_message-list.scss */
div.message-list ul.messages > li.unread > a span.from, div.message-list ul.messages > li.unread > a div.subject, div.message-list ul.messages > li.unread > a div.message-preview {
  font-weight: bold;
}
/* line 170, ../compass/scss/components/_message-list.scss */
div.message-list ul.messages > li.unread > a div.message-preview, div.message-list ul.messages > li.unread > a span.from {
  color: #1F2429;
}
/* line 175, ../compass/scss/components/_message-list.scss */
div.message-list ul.messages > li.unread > a div.message-preview.not-decrypted:before {
  background: #BDC3C7;
}
/* line 179, ../compass/scss/components/_message-list.scss */
div.message-list ul.messages > li.unread > a div.message-preview.not-decrypted:after {
  background-position: 0 -8px;
}
/* line 184, ../compass/scss/components/_message-list.scss */
div.message-list ul.messages > li.unread > a:after {
  content: '';
  width: 6px;
  height: 6px;
  background: #3498db;
  position: absolute;
  top: 19px;
  right: 5px;
  border-radius: 10px;
}
/* line 196, ../compass/scss/components/_message-list.scss */
div.message-list ul.messages > li.selected {
  border-bottom: none;
  margin-top: -1px;
}
/* line 200, ../compass/scss/components/_message-list.scss */
div.message-list ul.messages > li.selected > a {
  padding-top: 16px;
  padding-bottom: 16px;
  background: #3498db;
}
/* line 205, ../compass/scss/components/_message-list.scss */
div.message-list ul.messages > li.selected > a, div.message-list ul.messages > li.selected > a div.expires {
  color: white;
}
/* line 209, ../compass/scss/components/_message-list.scss */
div.message-list ul.messages > li.selected > a div.message-preview, div.message-list ul.messages > li.selected > a span.from {
  color: white;
}
/* line 213, ../compass/scss/components/_message-list.scss */
div.message-list ul.messages > li.selected > a .profile-icon {
  top: 17px;
}
/* line 216, ../compass/scss/components/_message-list.scss */
div.message-list ul.messages > li.selected > a .profile-icon:after {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
/* line 222, ../compass/scss/components/_message-list.scss */
div.message-list ul.messages > li.selected > a div.message-flags .message-flag.replied:before {
  content: '';
  width: 16px;
  height: 11px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -440px -38px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 222, ../compass/scss/components/_message-list.scss */
  div.message-list ul.messages > li.selected > a div.message-flags .message-flag.replied:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 232, ../compass/scss/components/_message-list.scss */
div.message-list ul.messages.no-profile-images li > a {
  padding-left: 30px;
}
/* line 235, ../compass/scss/components/_message-list.scss */
div.message-list ul.messages.no-profile-images li > a div.message-flags {
  left: 0;
  top: 17px;
  width: 30px;
}
/* line 242, ../compass/scss/components/_message-list.scss */
div.message-list ul.messages.no-profile-images li.unread > a:after {
  top: 22px;
  right: auto;
  left: 7px;
}

@media (max-width: 840px) {
  /* line 269, ../compass/scss/components/_message-list.scss */
  div.message-list {
    width: 300px;
  }
}
/* line 4, ../compass/scss/components/_message-list-extras.scss */
div.message-list ul.messages > li ul.message-extras {
  list-style: none;
  padding: 0;
  margin: 10px 0 -8px 0;
}
/* line 10, ../compass/scss/components/_message-list-extras.scss */
div.message-list ul.messages > li ul.message-extras.extras-count-1 > li {
  max-width: 100%;
}
/* line 16, ../compass/scss/components/_message-list-extras.scss */
div.message-list ul.messages > li ul.message-extras.extras-count-2 > li {
  max-width: 45%;
}
/* line 21, ../compass/scss/components/_message-list-extras.scss */
div.message-list ul.messages > li ul.message-extras > li {
  display: inline-block;
  height: 26px;
  margin: 0 8px 8px 0;
  padding: 4px 10px 0 31px;
  border: 1px solid #CED5D7;
  line-height: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0.4);
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
/* line 32, ../compass/scss/components/_message-list-extras.scss */
div.message-list ul.messages > li ul.message-extras > li:last-child {
  margin-right: 0;
}
/* line 36, ../compass/scss/components/_message-list-extras.scss */
div.message-list ul.messages > li ul.message-extras > li:before {
  position: absolute;
  left: 9px;
}
/* line 41, ../compass/scss/components/_message-list-extras.scss */
div.message-list ul.messages > li ul.message-extras > li span.extra-text {
  font-size: 12px;
  color: #64686C;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  margin-top: 1px;
  display: block;
}
/* line 53, ../compass/scss/components/_message-list-extras.scss */
div.message-list ul.messages > li ul.message-extras > li.secure-forms:before {
  top: 5px;
  content: '';
  width: 14px;
  height: 14px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -420px -107px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 53, ../compass/scss/components/_message-list-extras.scss */
  div.message-list ul.messages > li ul.message-extras > li.secure-forms:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 59, ../compass/scss/components/_message-list-extras.scss */
div.message-list ul.messages > li ul.message-extras > li.secure-forms.completed:after {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -420px -80px;
  position: absolute;
  left: 18px;
  top: 12px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 59, ../compass/scss/components/_message-list-extras.scss */
  div.message-list ul.messages > li ul.message-extras > li.secure-forms.completed:after {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 67, ../compass/scss/components/_message-list-extras.scss */
div.message-list ul.messages > li ul.message-extras > li.secure-forms i.forms-to-complete {
  font-size: 10px;
  font-weight: bold;
  line-height: 100%;
  display: inline-block;
  background: #c0392b;
  color: white;
  padding: 1px 4px 0 4px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 1px 4px 0 4px;
  height: 13px;
  position: relative;
  margin-left: -14px;
  top: 4px;
  font-style: normal;
}
/* line 88, ../compass/scss/components/_message-list-extras.scss */
div.message-list ul.messages > li.selected ul.message-extras > li {
  border-color: white;
  background: transparent;
}
/* line 92, ../compass/scss/components/_message-list-extras.scss */
div.message-list ul.messages > li.selected ul.message-extras > li span.extra-text {
  color: white;
}
/* line 97, ../compass/scss/components/_message-list-extras.scss */
div.message-list ul.messages > li.selected ul.message-extras > li.secure-forms:before {
  content: '';
  width: 14px;
  height: 14px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -420px -123px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 97, ../compass/scss/components/_message-list-extras.scss */
  div.message-list ul.messages > li.selected ul.message-extras > li.secure-forms:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 102, ../compass/scss/components/_message-list-extras.scss */
div.message-list ul.messages > li.selected ul.message-extras > li.secure-forms.completed:after {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -420px -93px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 102, ../compass/scss/components/_message-list-extras.scss */
  div.message-list ul.messages > li.selected ul.message-extras > li.secure-forms.completed:after {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}

/* line 2, ../compass/scss/components/_message-list-header.scss */
.message-list .table-layout-row.message-list-header {
  height: 88px;
}
/* line 5, ../compass/scss/components/_message-list-header.scss */
.message-list .table-layout-row.message-list-header > .table-layout-cell {
  border-bottom: 1px solid #BEC3C7;
  padding: 17px 15px 0 9px;
}
/* line 10, ../compass/scss/components/_message-list-header.scss */
.message-list .table-layout-row.message-list-header .folder-details {
  position: relative;
  line-height: 100%;
  text-align: left;
}
/* line 15, ../compass/scss/components/_message-list-header.scss */
.message-list .table-layout-row.message-list-header .folder-details .unread {
  display: inline-block;
  padding: 3px 0;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
/* line 20, ../compass/scss/components/_message-list-header.scss */
.message-list .table-layout-row.message-list-header .folder-details .unread.has-unread {
  color: white;
  padding: 3px 5px;
  font-weight: bold;
  background-color: #16a085;
}
/* line 29, ../compass/scss/components/_message-list-header.scss */
.message-list .table-layout-row.message-list-header .folder-pagination {
  margin-top: 10px;
}
/* line 33, ../compass/scss/components/_message-list-header.scss */
.message-list .table-layout-row.message-list-header .btn.check-mail, .message-list .table-layout-row.message-list-header .btn.btn-compose {
  background: transparent;
  border: 1px solid #BDC3C7 !important;
  color: #2C3E50;
  border-radius: 6px;
  margin-top: -6px;
  position: relative;
}
/* line 41, ../compass/scss/components/_message-list-header.scss */
.message-list .table-layout-row.message-list-header .btn.check-mail:hover, .message-list .table-layout-row.message-list-header .btn.btn-compose:hover {
  background: #2B80B9;
  color: white;
  border: 1px solid #2B80B9 !important;
}
/* line 47, ../compass/scss/components/_message-list-header.scss */
.message-list .table-layout-row.message-list-header .btn.check-mail:focus, .message-list .table-layout-row.message-list-header .btn.btn-compose:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(127, 127, 127, 0.3);
  box-shadow: 0 0 0 2px rgba(127, 127, 127, 0.3);
  border: 1px solid #2B80B9 !important;
}
/* line 53, ../compass/scss/components/_message-list-header.scss */
.message-list .table-layout-row.message-list-header .input-submit-spinner-container {
  margin-right: 11px;
}
/* line 57, ../compass/scss/components/_message-list-header.scss */
.message-list .table-layout-row.message-list-header .input-submit-spinner-container.loading.check-mail-container > .btn.check-mail {
  background: #2B80B9;
  border: 1px solid #2B80B9 !important;
  color: #2B80B9;
}
/* line 62, ../compass/scss/components/_message-list-header.scss */
.message-list .table-layout-row.message-list-header .input-submit-spinner-container.loading.check-mail-container > .btn.check-mail:before {
  display: none;
}
/* line 67, ../compass/scss/components/_message-list-header.scss */
.message-list .table-layout-row.message-list-header .input-submit-spinner-container.loading.check-mail-container .submit-spinner.small {
  margin-top: -8px;
}

/* line 80, ../compass/scss/components/_message-list-header.scss */
.mobile-message-list .message-list .table-layout-row.message-list-header > .table-layout-cell {
  padding-left: 20px;
}

/* line 3, ../compass/scss/components/_message-list-pagination.scss */
.message-list .table-layout-row.message-list-header .message-pagination {
  float: right;
  padding-top: 3px;
  white-space: nowrap;
  color: #7f8c8d;
}
/* line 9, ../compass/scss/components/_message-list-pagination.scss */
.message-list .table-layout-row.message-list-header .message-pagination .buttons {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  margin-right: -10px;
}
/* line 15, ../compass/scss/components/_message-list-pagination.scss */
.message-list .table-layout-row.message-list-header .message-pagination .buttons a {
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: -7px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/* line 24, ../compass/scss/components/_message-list-pagination.scss */
.message-list .table-layout-row.message-list-header .message-pagination .buttons a.disabled {
  cursor: default;
}
/* line 28, ../compass/scss/components/_message-list-pagination.scss */
.message-list .table-layout-row.message-list-header .message-pagination .buttons a:before {
  position: absolute;
  left: 10px;
  top: 8px;
}
/* line 34, ../compass/scss/components/_message-list-pagination.scss */
.message-list .table-layout-row.message-list-header .message-pagination .buttons a:focus {
  outline: none;
  background-color: rgba(127, 127, 127, 0.1);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 41, ../compass/scss/components/_message-list-pagination.scss */
.message-list .table-layout-row.message-list-header .message-pagination .buttons a.prev:before {
  content: '';
  width: 6px;
  height: 13px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -560px -70px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 41, ../compass/scss/components/_message-list-pagination.scss */
  .message-list .table-layout-row.message-list-header .message-pagination .buttons a.prev:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 45, ../compass/scss/components/_message-list-pagination.scss */
.message-list .table-layout-row.message-list-header .message-pagination .buttons a.prev.disabled:before {
  content: '';
  width: 6px;
  height: 13px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -560px -88px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 45, ../compass/scss/components/_message-list-pagination.scss */
  .message-list .table-layout-row.message-list-header .message-pagination .buttons a.prev.disabled:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 51, ../compass/scss/components/_message-list-pagination.scss */
.message-list .table-layout-row.message-list-header .message-pagination .buttons a.next:before {
  left: 12px;
}
/* line 55, ../compass/scss/components/_message-list-pagination.scss */
.message-list .table-layout-row.message-list-header .message-pagination .buttons a.next:before {
  content: '';
  width: 6px;
  height: 13px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -570px -70px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 55, ../compass/scss/components/_message-list-pagination.scss */
  .message-list .table-layout-row.message-list-header .message-pagination .buttons a.next:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 59, ../compass/scss/components/_message-list-pagination.scss */
.message-list .table-layout-row.message-list-header .message-pagination .buttons a.next.disabled:before {
  content: '';
  width: 6px;
  height: 13px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -570px -88px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 59, ../compass/scss/components/_message-list-pagination.scss */
  .message-list .table-layout-row.message-list-header .message-pagination .buttons a.next.disabled:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
@media (min-width: 768px) and (max-width: 840px) {
  /* line 67, ../compass/scss/components/_message-list-pagination.scss */
  .message-list .table-layout-row.message-list-header .message-pagination span.total {
    display: none;
  }
}

/* line 1, ../compass/scss/components/_message-sidebar.scss */
.message-sidebar {
  width: 240px;
}
/* line 4, ../compass/scss/components/_message-sidebar.scss */
.message-sidebar > div {
  border-left: 1px dotted #DCDEE1;
}
/* line 7, ../compass/scss/components/_message-sidebar.scss */
.message-sidebar > div .scrollable-panel > div {
  padding: 30px 20px 20px;
}
/* line 11, ../compass/scss/components/_message-sidebar.scss */
.message-sidebar > div .sidebar-section {
  border-top: 1px solid #ecf0f1;
  margin: 10px -5px 0 -5px;
  padding: 15px 5px 0 5px;
}
/* line 16, ../compass/scss/components/_message-sidebar.scss */
.message-sidebar > div .sidebar-section:first-child {
  margin-top: -30px;
  border-top: none;
}

/* line 2, ../compass/scss/components/_message-details.scss */
.message-details div.message-area {
  padding: 30px;
  color: #1F2429;
  background: white;
}
/* line 8, ../compass/scss/components/_message-details.scss */
.message-details .scrollable-panel {
  transform: translateZ(0);
}
/* line 10, ../compass/scss/components/_message-details.scss */
.message-details .scrollable-panel.has-forms {
  background: #ecf0f1;
}
/* line 15, ../compass/scss/components/_message-details.scss */
.message-details h3.message-subject {
  margin: 0 0 10px 0;
  font-size: 24px;
  font-weight: normal;
  line-height: 150%;
}
/* line 23, ../compass/scss/components/_message-details.scss */
.message-details h5.attachments:before {
  content: '';
  width: 12px;
  height: 15px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -128px -2px;
  vertical-align: bottom;
  margin-right: 3px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 23, ../compass/scss/components/_message-details.scss */
  .message-details h5.attachments:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 30, ../compass/scss/components/_message-details.scss */
.message-details div.message-section-separator {
  margin-top: 15px;
  padding-top: 25px;
  border-top: 1px solid #ecf0f1;
}
/* line 36, ../compass/scss/components/_message-details.scss */
.message-details p.message-expiration-notice,
.message-details p.message-last-read-notice {
  display: inline-block;
}
/* line 40, ../compass/scss/components/_message-details.scss */
.message-details p.message-expiration-notice:before,
.message-details p.message-last-read-notice:before {
  left: -7px;
}
/* line 45, ../compass/scss/components/_message-details.scss */
.message-details div.message-decrypting {
  margin-top: 20px;
}
/* line 48, ../compass/scss/components/_message-details.scss */
.message-details div.message-decrypting span {
  display: block;
  height: 16px;
  margin-bottom: 16px;
  background: #ecf0f1;
  border-radius: 30px;
}
/* line 55, ../compass/scss/components/_message-details.scss */
.message-details div.message-decrypting span.message-header {
  width: 241px;
}
/* line 61, ../compass/scss/components/_message-details.scss */
.message-details p.message-loading-indicator {
  position: relative;
  padding-left: 22px;
}
/* line 65, ../compass/scss/components/_message-details.scss */
.message-details p.message-loading-indicator:before {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 2px solid rgba(52, 152, 219, 0.3);
  border-right: 2px solid rgba(52, 152, 219, 0.3);
  border-bottom: 2px solid rgba(52, 152, 219, 0.3);
  border-left: 2px solid #3498db;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  content: '';
  display: inline-block;
  margin-right: 6px;
  position: absolute;
  top: 2px;
  left: 0;
}
/* line 76, ../compass/scss/components/_message-details.scss */
.message-details div.message-deleted-icon {
  display: inline-block;
  margin: 20px 0;
  width: 120px;
  height: 103px;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -287px -61px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 76, ../compass/scss/components/_message-details.scss */
  .message-details div.message-deleted-icon {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 84, ../compass/scss/components/_message-details.scss */
.message-details div.message-empty-icon {
  display: inline-block;
  margin: 100px 0 0 0;
  width: 120px;
  height: 95px;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -1px -87px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 84, ../compass/scss/components/_message-details.scss */
  .message-details div.message-empty-icon {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 92, ../compass/scss/components/_message-details.scss */
.message-details strong.from {
  position: relative;
  padding-left: 15px;
}
/* line 96, ../compass/scss/components/_message-details.scss */
.message-details strong.from .encrypted-and-signed {
  position: absolute !important;
  width: 11px;
  height: 15px;
  left: 0;
  top: -1px;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -240px -20px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 96, ../compass/scss/components/_message-details.scss */
  .message-details strong.from .encrypted-and-signed {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 105, ../compass/scss/components/_message-details.scss */
.message-details strong.from .encrypted-and-signed.tooltip-container.tooltip-right span.tooltip {
  left: 18px;
  top: -5px;
  font-weight: normal;
  font-style: normal;
}
/* line 114, ../compass/scss/components/_message-details.scss */
.message-details strong.from.not-verified {
  padding-left: 21px;
}
/* line 117, ../compass/scss/components/_message-details.scss */
.message-details strong.from.not-verified .encrypted-and-signed {
  width: 19px;
  height: 19px;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -480px -60px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 117, ../compass/scss/components/_message-details.scss */
  .message-details strong.from.not-verified .encrypted-and-signed {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 123, ../compass/scss/components/_message-details.scss */
.message-details strong.from.not-verified .encrypted-and-signed.tooltip-container.tooltip-right span.tooltip {
  left: 22px;
}

@media (max-width: 767px) {
  /* line 135, ../compass/scss/components/_message-details.scss */
  .message-details div.message-area {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 140, ../compass/scss/components/_message-details.scss */
  .message-details .scrollable-panel-container.display-shadow:before {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
/* line 2, ../compass/scss/components/_reply-popup.scss */
.message-reply-popup .recipients-row {
  height: 40px;
}
/* line 5, ../compass/scss/components/_reply-popup.scss */
.message-reply-popup .recipients-row .modal-container {
  padding-top: 0;
}
/* line 10, ../compass/scss/components/_reply-popup.scss */
.message-reply-popup .editor {
  border-top: 1px solid #DFE2E4;
}
/* line 14, ../compass/scss/components/_reply-popup.scss */
.message-reply-popup .editor-contents {
  padding-top: 20px;
}
/* line 18, ../compass/scss/components/_reply-popup.scss */
.message-reply-popup .fr-placeholder:empty {
  display: none !important;
}
/* line 22, ../compass/scss/components/_reply-popup.scss */
.message-reply-popup .modal-content {
  min-height: 400px;
}
@media (max-width: 767px) {
  /* line 27, ../compass/scss/components/_reply-popup.scss */
  .message-reply-popup .editor {
    border-top: none;
  }
  /* line 31, ../compass/scss/components/_reply-popup.scss */
  .message-reply-popup .editor-contents {
    padding-top: 0;
  }
  /* line 35, ../compass/scss/components/_reply-popup.scss */
  .message-reply-popup .fr-box.fr-basic {
    padding-top: 10px;
  }
  /* line 39, ../compass/scss/components/_reply-popup.scss */
  .message-reply-popup .modal-content {
    min-height: 0;
  }
}
/* line 45, ../compass/scss/components/_reply-popup.scss */
.message-reply-popup .editor-toolbar-row {
  height: 50px;
}
/* line 49, ../compass/scss/components/_reply-popup.scss */
.message-reply-popup .fr-box.fr-basic {
  margin: -20px;
}
/* line 52, ../compass/scss/components/_reply-popup.scss */
.message-reply-popup .fr-box.fr-basic .fr-wrapper {
  border: none;
}
/* line 57, ../compass/scss/components/_reply-popup.scss */
.message-reply-popup .fr-toolbar.fr-top {
  border: none;
}
/* line 60, ../compass/scss/components/_reply-popup.scss */
.message-reply-popup .fr-toolbar.fr-top .fr-btn-grp:first-child {
  margin-left: -14px;
}
/* line 64, ../compass/scss/components/_reply-popup.scss */
.message-reply-popup .fr-toolbar.fr-top .fr-newline {
  display: none;
}
/* line 69, ../compass/scss/components/_reply-popup.scss */
.message-reply-popup .original-body-view {
  margin: 20px 0;
  padding-bottom: 20px;
  cursor: pointer;
  width: 28px;
  position: relative;
}
/* line 77, ../compass/scss/components/_reply-popup.scss */
.message-reply-popup .original-body-view:before {
  content: '';
  width: 28px;
  height: 14px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -400px -46px;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 77, ../compass/scss/components/_reply-popup.scss */
  .message-reply-popup .original-body-view:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 84, ../compass/scss/components/_reply-popup.scss */
.message-reply-popup .original-body-view.expanded {
  width: 100%;
}
/* line 87, ../compass/scss/components/_reply-popup.scss */
.message-reply-popup .original-body-view.expanded:before {
  display: none;
}
/* line 92, ../compass/scss/components/_reply-popup.scss */
.message-reply-popup .original-body-view .preview-container {
  border-left: 2px solid #BDC3C7;
  margin-left: 15px;
  padding-left: 15px;
}

/* line 101, ../compass/scss/components/_reply-popup.scss */
.drop-target .message-reply-popup .modal-content {
  -webkit-box-shadow: 0 0 0 2px #3498db;
  box-shadow: 0 0 0 2px #3498db;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

/* line 117, ../compass/scss/components/_reply-popup.scss */
html:not(.ios) .message-reply-popup .fr-placeholder {
  padding-bottom: 0 !important;
}

/* line 2, ../compass/scss/components/_header.scss */
.table-layout-container .header-row-desktop {
  height: 82px;
}
/* line 6, ../compass/scss/components/_header.scss */
.table-layout-container .header-row-mobile {
  height: 60px;
  background: #3498db;
  transform: translateZ(0);
}

/* line 17, ../compass/scss/components/_header.scss */
.header {
  padding: 20px 30px;
  height: 82px;
  border-bottom: 1px solid #DFE2E4;
}
/* line 22, ../compass/scss/components/_header.scss */
.header .logo {
  display: inline-block;
}
/* line 25, ../compass/scss/components/_header.scss */
.header .logo.clickable {
  cursor: pointer;
}
/* line 29, ../compass/scss/components/_header.scss */
.header .logo img {
  max-height: 43px;
  max-width: 100%;
}
/* line 34, ../compass/scss/components/_header.scss */
.header .logo .hush-logo {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 208px;
  height: 41px;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: 0 -40px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 34, ../compass/scss/components/_header.scss */
  .header .logo .hush-logo {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 42, ../compass/scss/components/_header.scss */
.header .right-menu {
  float: right;
}
/* line 45, ../compass/scss/components/_header.scss */
.header .right-menu div {
  display: inline-block;
}
/* line 50, ../compass/scss/components/_header.scss */
.header .right-menu .application-main-menu .hush-dropdown-menu-list {
  margin-top: 15px;
}
/* line 54, ../compass/scss/components/_header.scss */
.header .right-menu .application-main-menu .hush-dropdown-menu-trigger {
  position: relative;
  margin-top: 4px;
}
/* line 58, ../compass/scss/components/_header.scss */
.header .right-menu .application-main-menu .hush-dropdown-menu-trigger::before {
  top: 11px;
  left: 11px;
}
/* line 65, ../compass/scss/components/_header.scss */
.header .right-menu .btn.help-link {
  border: 1px solid #BDC3C7 !important;
  display: inline-block;
  width: 33px;
  height: 33px;
  margin-top: 4px;
  margin-right: 10px;
  position: relative;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  -moz-border-radius: 33px;
  -webkit-border-radius: 33px;
  border-radius: 33px;
}
/* line 76, ../compass/scss/components/_header.scss */
.header .right-menu .btn.help-link:before {
  content: '';
  width: 8px;
  height: 15px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -633px -10px;
  position: absolute;
  left: 11px;
  top: 8px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 76, ../compass/scss/components/_header.scss */
  .header .right-menu .btn.help-link:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 83, ../compass/scss/components/_header.scss */
.header .right-menu .btn.help-link:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(127, 127, 127, 0.3);
  box-shadow: 0 0 0 2px rgba(127, 127, 127, 0.3);
  border: 1px solid #2B80B9 !important;
}
/* line 89, ../compass/scss/components/_header.scss */
.header .right-menu .user-name {
  white-space: nowrap;
  margin-right: 10px;
  padding-top: 10px;
  vertical-align: top;
}
/* line 95, ../compass/scss/components/_header.scss */
.header .right-menu .user-name > span {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  margin-right: 5px;
}
/* line 105, ../compass/scss/components/_header.scss */
.header .right-menu .user-name div.avatar {
  width: 33px;
  height: 33px;
  border: 1px solid #ecf0f1;
  display: inline-block;
  vertical-align: top;
  top: -4px;
}
/* line 113, ../compass/scss/components/_header.scss */
.header .right-menu .user-name div.avatar img {
  width: 29px;
  height: 29px;
}
/* line 119, ../compass/scss/components/_header.scss */
.header .right-menu .user-name a.account-menu {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  vertical-align: top;
}
/* line 127, ../compass/scss/components/_header.scss */
.header .right-menu .user-name a.account-menu:before {
  content: '';
  width: 9px;
  height: 5px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -383px 0;
  position: absolute;
  left: 7px;
  top: 9px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 127, ../compass/scss/components/_header.scss */
  .header .right-menu .user-name a.account-menu:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}

/* line 138, ../compass/scss/components/_header.scss */
.header-mobile {
  padding: 10px 20px 0 20px;
  height: 60px;
}
/* line 143, ../compass/scss/components/_header.scss */
.header-mobile .toolbar .toolbar-button {
  display: inline-block;
  height: 41px;
  padding-top: 4px;
  margin-top: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 150, ../compass/scss/components/_header.scss */
.header-mobile .toolbar .toolbar-button.back {
  margin-left: -10px;
}
/* line 154, ../compass/scss/components/_header.scss */
.header-mobile .toolbar .toolbar-button.close-modal {
  margin-left: -10px;
}
/* line 158, ../compass/scss/components/_header.scss */
.header-mobile .toolbar .toolbar-button:focus {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 166, ../compass/scss/components/_header.scss */
.message-details .hush-dropdown-menu.h-align-right .hush-dropdown-menu-list.main-menu, .preferences-layout .hush-dropdown-menu.h-align-right .hush-dropdown-menu-list.main-menu {
  right: 15px;
}

/* line 1, ../compass/scss/components/_toolbar.scss */
.toolbar {
  margin-bottom: 30px;
}
/* line 4, ../compass/scss/components/_toolbar.scss */
.toolbar .toolbar-element, .toolbar .static-text, .toolbar .toolbar-button {
  margin-right: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 8, ../compass/scss/components/_toolbar.scss */
.toolbar .toolbar-element.pull-right, .toolbar .pull-right.static-text, .toolbar .pull-right.toolbar-button {
  margin-right: 0;
}
/* line 12, ../compass/scss/components/_toolbar.scss */
.toolbar .toolbar-element.pull-right:first-child, .toolbar .pull-right.static-text:first-child, .toolbar .pull-right.toolbar-button:first-child {
  margin-left: 0;
}
/* line 18, ../compass/scss/components/_toolbar.scss */
.toolbar .toolbar-element.input-submit-spinner-container.loading .toolbar-button, .toolbar .input-submit-spinner-container.loading.static-text .toolbar-button, .toolbar .input-submit-spinner-container.loading.toolbar-button .toolbar-button {
  visibility: hidden;
}
/* line 23, ../compass/scss/components/_toolbar.scss */
.toolbar .toolbar-element.space-left, .toolbar .space-left.static-text, .toolbar .space-left.toolbar-button {
  margin-left: 30px;
}
/* line 27, ../compass/scss/components/_toolbar.scss */
.toolbar .toolbar-element.inline-block, .toolbar .inline-block.static-text, .toolbar .inline-block.toolbar-button {
  display: inline-block;
  vertical-align: top;
}
/* line 32, ../compass/scss/components/_toolbar.scss */
.toolbar .toolbar-element.last-button-container, .toolbar .last-button-container.static-text, .toolbar .last-button-container.toolbar-button {
  margin-right: -8px;
}
/* line 37, ../compass/scss/components/_toolbar.scss */
.toolbar .static-text {
  padding-top: 4px;
  line-height: 34px;
  color: white;
  display: inline-block;
  white-space: nowrap;
}
/* line 47, ../compass/scss/components/_toolbar.scss */
.toolbar .static-text.user-alias {
  padding-right: 60px;
  text-overflow: ellipsis;
  display: block;
  position: absolute;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  z-index: 0;
}
/* line 59, ../compass/scss/components/_toolbar.scss */
.toolbar .toolbar-button {
  color: #1F2429;
  text-decoration: none !important;
  white-space: nowrap;
  display: inline-block;
  line-height: 34px;
  height: 34px;
  padding-left: 8px;
  padding-right: 8px;
  margin-right: 15px;
  margin-top: -7px;
}
/* line 72, ../compass/scss/components/_toolbar.scss */
.toolbar .toolbar-button:before {
  margin-right: 8px;
  vertical-align: middle;
}
/* line 77, ../compass/scss/components/_toolbar.scss */
.toolbar .toolbar-button:focus {
  outline: none;
  background: rgba(127, 127, 127, 0.1);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 83, ../compass/scss/components/_toolbar.scss */
.toolbar .toolbar-button.first {
  margin-left: -8px;
}
/* line 87, ../compass/scss/components/_toolbar.scss */
.toolbar .toolbar-button.last {
  margin-right: -8px;
}
/* line 91, ../compass/scss/components/_toolbar.scss */
.toolbar .toolbar-button.no-right-margin {
  margin-right: 0;
}
/* line 95, ../compass/scss/components/_toolbar.scss */
.toolbar .toolbar-button.no-text:before {
  margin-right: 0;
}
/* line 99, ../compass/scss/components/_toolbar.scss */
.toolbar .toolbar-button.reply:before {
  content: '';
  width: 25px;
  height: 20px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 99, ../compass/scss/components/_toolbar.scss */
  .toolbar .toolbar-button.reply:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 103, ../compass/scss/components/_toolbar.scss */
.toolbar .toolbar-button.reply-all:before {
  content: '';
  width: 30px;
  height: 20px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -35px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 103, ../compass/scss/components/_toolbar.scss */
  .toolbar .toolbar-button.reply-all:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 107, ../compass/scss/components/_toolbar.scss */
.toolbar .toolbar-button.print-message:before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -75px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 107, ../compass/scss/components/_toolbar.scss */
  .toolbar .toolbar-button.print-message:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 111, ../compass/scss/components/_toolbar.scss */
.toolbar .toolbar-button.cross:before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: 0 -20px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 111, ../compass/scss/components/_toolbar.scss */
  .toolbar .toolbar-button.cross:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 115, ../compass/scss/components/_toolbar.scss */
.toolbar .toolbar-button.delete:before {
  content: '';
  width: 18px;
  height: 20px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -105px 0;
  position: relative;
  top: -1px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 115, ../compass/scss/components/_toolbar.scss */
  .toolbar .toolbar-button.delete:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 121, ../compass/scss/components/_toolbar.scss */
.toolbar .toolbar-button.reply-white:before {
  content: '';
  width: 25px;
  height: 20px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -322px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 121, ../compass/scss/components/_toolbar.scss */
  .toolbar .toolbar-button.reply-white:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 125, ../compass/scss/components/_toolbar.scss */
.toolbar .toolbar-button.reply-all-white:before {
  content: '';
  width: 30px;
  height: 20px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -322px -23px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 125, ../compass/scss/components/_toolbar.scss */
  .toolbar .toolbar-button.reply-all-white:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 129, ../compass/scss/components/_toolbar.scss */
.toolbar .toolbar-button.print-white:before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -75px -20px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 129, ../compass/scss/components/_toolbar.scss */
  .toolbar .toolbar-button.print-white:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 133, ../compass/scss/components/_toolbar.scss */
.toolbar .toolbar-button.delete-white:before {
  content: '';
  width: 18px;
  height: 20px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -350px 0;
  position: relative;
  top: -1px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 133, ../compass/scss/components/_toolbar.scss */
  .toolbar .toolbar-button.delete-white:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 140, ../compass/scss/components/_toolbar.scss */
.toolbar .toolbar-button.send-white:before {
  content: '';
  width: 17px;
  height: 20px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -435px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 140, ../compass/scss/components/_toolbar.scss */
  .toolbar .toolbar-button.send-white:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 144, ../compass/scss/components/_toolbar.scss */
.toolbar .toolbar-button.bold-white:before {
  content: '';
  width: 11px;
  height: 20px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -476px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 144, ../compass/scss/components/_toolbar.scss */
  .toolbar .toolbar-button.bold-white:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 148, ../compass/scss/components/_toolbar.scss */
.toolbar .toolbar-button.underline-white:before {
  content: '';
  width: 14px;
  height: 20px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -499px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 148, ../compass/scss/components/_toolbar.scss */
  .toolbar .toolbar-button.underline-white:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 152, ../compass/scss/components/_toolbar.scss */
.toolbar .toolbar-button.italic-white:before {
  content: '';
  width: 6px;
  height: 20px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -491px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 152, ../compass/scss/components/_toolbar.scss */
  .toolbar .toolbar-button.italic-white:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 156, ../compass/scss/components/_toolbar.scss */
.toolbar .toolbar-button.attach-white:before {
  content: '';
  width: 15px;
  height: 14px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -522px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 156, ../compass/scss/components/_toolbar.scss */
  .toolbar .toolbar-button.attach-white:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 161, ../compass/scss/components/_toolbar.scss */
.toolbar .toolbar-button.menu-dots-white.right-menu-trigger {
  margin: 0 -10px 0 10px;
  padding: 0;
  position: relative;
  z-index: 1;
}
/* line 168, ../compass/scss/components/_toolbar.scss */
.toolbar .toolbar-button.menu-dots-white .hush-dropdown-menu-trigger {
  width: 41px;
  height: 41px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 178, ../compass/scss/components/_toolbar.scss */
.toolbar .toolbar-button.menu-dots-white .hush-dropdown-menu-trigger:focus {
  outline: none;
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 183, ../compass/scss/components/_toolbar.scss */
.toolbar .toolbar-button.menu-dots-white .hush-dropdown-menu-trigger:before {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  background-image: url("/shared/css/hush/common-icons.png?16");
  background-position: -25px -105px;
  position: relative;
  top: 1px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 183, ../compass/scss/components/_toolbar.scss */
  .toolbar .toolbar-button.menu-dots-white .hush-dropdown-menu-trigger:before {
    background-image: url("/shared/css/hush/common-icons@2x.png?16") !important;
    background-size: 1000px 500px !important;
  }
}
/* line 191, ../compass/scss/components/_toolbar.scss */
.toolbar .toolbar-button.back {
  width: 37px;
}
/* line 194, ../compass/scss/components/_toolbar.scss */
.toolbar .toolbar-button.back:before {
  content: '';
  width: 9px;
  height: 13px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -311px 0;
  position: relative;
  top: -2px;
  left: 5px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 194, ../compass/scss/components/_toolbar.scss */
  .toolbar .toolbar-button.back:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 202, ../compass/scss/components/_toolbar.scss */
.toolbar .toolbar-button.close-modal {
  width: 37px;
}
/* line 205, ../compass/scss/components/_toolbar.scss */
.toolbar .toolbar-button.close-modal:before {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -460px -1px;
  position: relative;
  top: -2px;
  left: 4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 205, ../compass/scss/components/_toolbar.scss */
  .toolbar .toolbar-button.close-modal:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 217, ../compass/scss/components/_toolbar.scss */
.toolbar .toolbar-button.signout-button {
  position: absolute;
  display: block;
  right: 0;
  top: 10px;
}
/* line 224, ../compass/scss/components/_toolbar.scss */
.toolbar .toolbar-button.help-link {
  position: absolute;
  display: block;
  right: 80px;
  top: 20px;
  border: 1px solid white !important;
  width: 22px;
  height: 22px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
}
/* line 236, ../compass/scss/components/_toolbar.scss */
.toolbar .toolbar-button.help-link:before {
  content: '';
  width: 7px;
  height: 12px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -627px -44px;
  position: absolute;
  left: 6px;
  top: 4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 236, ../compass/scss/components/_toolbar.scss */
  .toolbar .toolbar-button.help-link:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 243, ../compass/scss/components/_toolbar.scss */
.toolbar .toolbar-button.help-link:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(127, 127, 127, 0.3);
  box-shadow: 0 0 0 2px rgba(127, 127, 127, 0.3);
  background-color: white;
}
/* line 247, ../compass/scss/components/_toolbar.scss */
.toolbar .toolbar-button.help-link:focus:before {
  content: '';
  width: 7px;
  height: 12px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -647px -44px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 247, ../compass/scss/components/_toolbar.scss */
  .toolbar .toolbar-button.help-link:focus:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 255, ../compass/scss/components/_toolbar.scss */
.toolbar.light .toolbar-button {
  color: white;
}

/* line 1, ../compass/scss/components/_text.scss */
h5.subheader {
  font-size: 14px;
  margin: 0 0 20px 0;
  color: #7f8c8d;
  font-weight: 500;
}

/* line 8, ../compass/scss/components/_text.scss */
p {
  line-height: 150%;
}

/* line 12, ../compass/scss/components/_text.scss */
h4.message-subject {
  font-size: 20px;
  line-height: 150%;
  font-weight: normal;
  color: #1F2429;
}

/* line 22, ../compass/scss/components/_text.scss */
.fr-box .fr-wrapper > div:first-child > a[target] {
  margin-bottom: 10px;
  border-radius: 4px;
  opacity: 0.3;
}

/* line 32, ../compass/scss/components/_text.scss */
.fr-box .second-toolbar {
  display: none;
}

/* line 36, ../compass/scss/components/_text.scss */
a.content {
  font-family: inherit;
  font-size: inherit;
}

/* line 41, ../compass/scss/components/_text.scss */
span.email-address {
  word-break: break-all;
}

/* line 1, ../compass/scss/components/_message-attachments.scss */
ul.message-attachments {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}
/* line 6, ../compass/scss/components/_message-attachments.scss */
ul.message-attachments li {
  padding: 0;
  margin: 0 20px 20px 0;
  display: inline-block;
}
/* line 11, ../compass/scss/components/_message-attachments.scss */
ul.message-attachments li a, ul.message-attachments li div.attachment {
  text-decoration: none;
  position: relative;
  padding: 3px 3px 3px 33px;
  word-break: break-word;
  display: block;
  margin: -3px 0 0 -3px;
}
/* line 19, ../compass/scss/components/_message-attachments.scss */
ul.message-attachments li a:before, ul.message-attachments li div.attachment:before {
  content: '';
  width: 24px;
  height: 33px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -160px 0;
  position: absolute;
  left: 3px;
  top: 5px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 19, ../compass/scss/components/_message-attachments.scss */
  ul.message-attachments li a:before, ul.message-attachments li div.attachment:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 26, ../compass/scss/components/_message-attachments.scss */
ul.message-attachments li a span.name, ul.message-attachments li div.attachment span.name {
  display: block;
}
/* line 30, ../compass/scss/components/_message-attachments.scss */
ul.message-attachments li a span.size, ul.message-attachments li div.attachment span.size {
  color: #7f8c8d;
  display: block;
}
/* line 35, ../compass/scss/components/_message-attachments.scss */
ul.message-attachments li a:focus, ul.message-attachments li div.attachment:focus {
  outline: none;
  background: rgba(127, 127, 127, 0.1);
}
/* line 41, ../compass/scss/components/_message-attachments.scss */
ul.message-attachments li a span.name {
  color: #3498db;
}
/* line 46, ../compass/scss/components/_message-attachments.scss */
ul.message-attachments li.download-all a:before {
  content: '';
  width: 24px;
  height: 33px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -189px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 46, ../compass/scss/components/_message-attachments.scss */
  ul.message-attachments li.download-all a:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 52, ../compass/scss/components/_message-attachments.scss */
ul.message-attachments.compact {
  margin-bottom: 0;
}
/* line 55, ../compass/scss/components/_message-attachments.scss */
ul.message-attachments.compact li {
  display: block;
  margin: 0 0 10px 0;
}
/* line 59, ../compass/scss/components/_message-attachments.scss */
ul.message-attachments.compact li a {
  padding-left: 25px;
}
/* line 62, ../compass/scss/components/_message-attachments.scss */
ul.message-attachments.compact li a:before {
  content: '';
  width: 12px;
  height: 16px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -258px 0;
  position: absolute;
  left: 3px;
  top: 5px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 62, ../compass/scss/components/_message-attachments.scss */
  ul.message-attachments.compact li a:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 71, ../compass/scss/components/_message-attachments.scss */
ul.message-attachments.compact li.download-all a:before {
  content: '';
  width: 12px;
  height: 16px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -275px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 71, ../compass/scss/components/_message-attachments.scss */
  ul.message-attachments.compact li.download-all a:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 76, ../compass/scss/components/_message-attachments.scss */
ul.message-attachments.compact li:last-child {
  margin-bottom: 0;
}

/* line 1, ../compass/scss/components/_text-blocks.scss */
p.message-last-read-notice,
p.message-expiration-notice {
  padding-left: 17px;
  position: relative;
}
/* line 6, ../compass/scss/components/_text-blocks.scss */
p.message-last-read-notice:last-child,
p.message-expiration-notice:last-child {
  margin-bottom: 0;
}
/* line 10, ../compass/scss/components/_text-blocks.scss */
p.message-last-read-notice:before,
p.message-expiration-notice:before {
  position: absolute;
}

/* line 16, ../compass/scss/components/_text-blocks.scss */
p.message-expiration-notice:before {
  left: -8px;
  top: 1px;
  content: '';
  width: 17px;
  height: 17px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -290px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 16, ../compass/scss/components/_text-blocks.scss */
  p.message-expiration-notice:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}

/* line 24, ../compass/scss/components/_text-blocks.scss */
p.message-last-read-notice:before {
  left: -8px;
  top: 0;
  content: '';
  width: 17px;
  height: 17px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -260px -20px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 24, ../compass/scss/components/_text-blocks.scss */
  p.message-last-read-notice:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}

/* line 31, ../compass/scss/components/_text-blocks.scss */
div.highlighted-notice {
  background-color: #FFF7D5;
  padding: 20px;
}
/* line 35, ../compass/scss/components/_text-blocks.scss */
div.highlighted-notice > p:last-child {
  margin-bottom: 0;
}
/* line 39, ../compass/scss/components/_text-blocks.scss */
div.highlighted-notice.danger {
  background-color: #c0392b;
  color: white;
}

/* line 45, ../compass/scss/components/_text-blocks.scss */
.modal-body > div.highlighted-notice {
  padding: 30px;
  margin-left: -30px;
  margin-right: -30px;
}

/* line 3, ../compass/scss/components/_modals.scss */
.table-layout-container .table-layout-row.header-desktop {
  height: 70px;
}
/* line 7, ../compass/scss/components/_modals.scss */
.table-layout-container .table-layout-row.header-mobile {
  height: 60px;
  background: #3498db;
}
/* line 12, ../compass/scss/components/_modals.scss */
.table-layout-container .table-layout-row.modal-footer-row {
  height: 80px;
}
/* line 15, ../compass/scss/components/_modals.scss */
.table-layout-container .table-layout-row.modal-footer-row .modal-container {
  padding-top: 22px;
  border-top: 1px solid #DFE2E4;
}

@media (min-width: 768px) {
  /* line 35, ../compass/scss/components/_modals.scss */
  .modal-dialog:not(.modal-expanded).disable-scrolling-desktop, .modal-dialog.full-height:not(.modal-expanded).disable-scrolling-desktop {
    height: auto;
    min-height: 100%;
    margin-bottom: 25px;
  }
  /* line 40, ../compass/scss/components/_modals.scss */
  .modal-dialog:not(.modal-expanded).disable-scrolling-desktop .scrollable-panel-container, .modal-dialog.full-height:not(.modal-expanded).disable-scrolling-desktop .scrollable-panel-container {
    height: auto;
  }
  /* line 43, ../compass/scss/components/_modals.scss */
  .modal-dialog:not(.modal-expanded).disable-scrolling-desktop .scrollable-panel-container .scrollable-panel, .modal-dialog.full-height:not(.modal-expanded).disable-scrolling-desktop .scrollable-panel-container .scrollable-panel {
    position: static;
    overflow: visible;
    height: auto;
  }
}
@media (max-width: 767px) {
  /* line 57, ../compass/scss/components/_modals.scss */
  .modal.no-margins-xs {
    padding: 0 !important;
  }
  /* line 60, ../compass/scss/components/_modals.scss */
  .modal.no-margins-xs div.modal-header-row.header-row-mobile {
    display: table-row;
  }
  /* line 64, ../compass/scss/components/_modals.scss */
  .modal.no-margins-xs .modal-dialog {
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  /* line 70, ../compass/scss/components/_modals.scss */
  .modal.no-margins-xs .modal-content {
    border-radius: 0;
    border: none !important;
  }
  /* line 74, ../compass/scss/components/_modals.scss */
  .modal.no-margins-xs .modal-content .modal-footer-row {
    display: none !important;
  }
  /* line 79, ../compass/scss/components/_modals.scss */
  .modal.no-margins-xs .modal-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  /* line 88, ../compass/scss/components/_modals.scss */
  div.modal-header-row.header-row-mobile {
    display: none !important;
  }
}
/* line 1, ../compass/scss/components/_manage-attachments.scss */
.manage-attachments {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 6, ../compass/scss/components/_manage-attachments.scss */
.manage-attachments.has-files {
  margin-bottom: 20px;
}
/* line 10, ../compass/scss/components/_manage-attachments.scss */
.manage-attachments li {
  display: inline-block;
  color: white;
  background: #3498db;
  padding: 6px 27px 6px 29px;
  position: relative;
  margin: 0 6px 6px 0;
  border-radius: 20px;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/* line 23, ../compass/scss/components/_manage-attachments.scss */
.manage-attachments li:before {
  content: '';
  width: 14px;
  height: 14px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -363px -24px;
  position: absolute;
  left: 9px;
  top: 8px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 23, ../compass/scss/components/_manage-attachments.scss */
  .manage-attachments li:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 30, ../compass/scss/components/_manage-attachments.scss */
.manage-attachments li.loading:before {
  background-image: none !important;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  border-right: 2px solid rgba(255, 255, 255, 0.3);
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  border-left: 2px solid white;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  position: absolute;
  left: 7px;
  top: 7px;
}
/* line 38, ../compass/scss/components/_manage-attachments.scss */
.manage-attachments li.error {
  background-color: #c0392b;
}
/* line 42, ../compass/scss/components/_manage-attachments.scss */
.manage-attachments li a.remove-attachment {
  position: absolute;
  right: 0;
  top: 0;
  width: 31px;
  height: 31px;
  -moz-border-radius: 31px;
  -webkit-border-radius: 31px;
  border-radius: 31px;
}
/* line 50, ../compass/scss/components/_manage-attachments.scss */
.manage-attachments li a.remove-attachment:before {
  content: '';
  width: 7px;
  height: 7px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -397px 0;
  position: absolute;
  left: 12px;
  top: 12px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 50, ../compass/scss/components/_manage-attachments.scss */
  .manage-attachments li a.remove-attachment:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 57, ../compass/scss/components/_manage-attachments.scss */
.manage-attachments li a.remove-attachment:focus {
  outline: none;
  background: rgba(0, 0, 0, 0.1);
}

/* line 65, ../compass/scss/components/_manage-attachments.scss */
.attachments-drop-target {
  position: fixed;
  z-index: 100000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  /* line 75, ../compass/scss/components/_manage-attachments.scss */
  .manage-attachments {
    margin-top: 20px;
  }
  /* line 78, ../compass/scss/components/_manage-attachments.scss */
  .manage-attachments:empty {
    margin-top: 0;
  }
}
/* line 1, ../compass/scss/components/_reply-recipients.scss */
ul.recipient-tokens {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 6, ../compass/scss/components/_reply-recipients.scss */
ul.recipient-tokens li {
  display: inline-block;
  word-break: break-all;
  padding: 4px 9px;
  margin: 0 5px 5px 0;
  border-radius: 10px;
  background: #ecf0f1;
}
/* line 14, ../compass/scss/components/_reply-recipients.scss */
ul.recipient-tokens li span.email {
  color: #4F4F4F;
}
/* line 18, ../compass/scss/components/_reply-recipients.scss */
ul.recipient-tokens li.show-all-recipients {
  background: transparent;
  padding: 0;
}
/* line 22, ../compass/scss/components/_reply-recipients.scss */
ul.recipient-tokens li.show-all-recipients a {
  border: 1px solid #BDC3C7;
  text-decoration: none;
  padding: 3px 7px;
  display: block;
  color: #2C3E50;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 30, ../compass/scss/components/_reply-recipients.scss */
ul.recipient-tokens li.show-all-recipients a:hover {
  background: #3498db;
  border: 1px solid #3498db;
  color: white;
}

/* line 40, ../compass/scss/components/_reply-recipients.scss */
table.table-form-layout th.token-label label {
  padding-top: 3px;
}

/* line 2, ../compass/scss/components/_reply-qna-form.scss */
.message-reply-popup .qna-form {
  margin: -20px -30px 20px -30px;
  padding: 20px 30px 10px;
  background-color: #FFF7D5;
}
/* line 7, ../compass/scss/components/_reply-qna-form.scss */
.message-reply-popup .qna-form .qna-prompt {
  position: relative;
}
/* line 10, ../compass/scss/components/_reply-qna-form.scss */
.message-reply-popup .qna-form .qna-prompt:before {
  content: '';
  width: 13px;
  height: 17px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -239px 0;
  position: absolute;
  left: -21px;
  top: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 10, ../compass/scss/components/_reply-qna-form.scss */
  .message-reply-popup .qna-form .qna-prompt:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
@media (max-width: 767px) {
  /* line 20, ../compass/scss/components/_reply-qna-form.scss */
  .message-reply-popup .qna-form {
    margin: 20px -20px 20px -20px;
    padding: 20px 20px 10px;
  }
  /* line 24, ../compass/scss/components/_reply-qna-form.scss */
  .message-reply-popup .qna-form .qna-prompt {
    padding-left: 20px;
  }
  /* line 26, ../compass/scss/components/_reply-qna-form.scss */
  .message-reply-popup .qna-form .qna-prompt:before {
    left: 0;
  }
}

/* line 1, ../compass/scss/components/_html-preview-frame.scss */
.html-preview-frame-container {
  overflow-x: auto;
}
/* line 4, ../compass/scss/components/_html-preview-frame.scss */
.html-preview-frame-container .html-preview-iframe {
  border: none;
  width: 100%;
  min-width: 100%;
}

/* line 1, ../compass/scss/components/_snackbar-status.scss */
.snackbar-inline-message {
  padding: 14px 16px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 25px;
}
/* line 7, ../compass/scss/components/_snackbar-status.scss */
.snackbar-inline-message.success {
  background-color: #333;
  color: white;
}

@media (max-width: 767px) {
  /* line 14, ../compass/scss/components/_snackbar-status.scss */
  div.status {
    width: 95% !important;
  }
}
/* line 1, ../compass/scss/components/_login-page.scss */
.login-form-container {
  width: 480px;
  background: white;
  text-align: left;
  display: inline-block;
  margin: 80px 40px 40px 40px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}
/* line 13, ../compass/scss/components/_login-page.scss */
.login-form-container .hushmail-logo {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 208px;
  height: 41px;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: 0 -40px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 13, ../compass/scss/components/_login-page.scss */
  .login-form-container .hushmail-logo {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 20, ../compass/scss/components/_login-page.scss */
.login-form-container .custom-logo {
  border-bottom: 1px solid #DFE2E4;
  padding: 30px 30px;
  margin-bottom: 30px;
  position: relative;
}
/* line 26, ../compass/scss/components/_login-page.scss */
.login-form-container .custom-logo img {
  max-height: 43px;
}
/* line 30, ../compass/scss/components/_login-page.scss */
.login-form-container .custom-logo:before {
  content: '';
  width: 65px;
  height: 55px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -215px -40px;
  position: absolute;
  right: -37px;
  top: 25px;
  z-index: 1;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 30, ../compass/scss/components/_login-page.scss */
  .login-form-container .custom-logo:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 39, ../compass/scss/components/_login-page.scss */
.login-form-container .login-form-contents {
  position: relative;
  z-index: 1;
}
/* line 44, ../compass/scss/components/_login-page.scss */
.login-form-container div.highlighted-notice {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
/* line 50, ../compass/scss/components/_login-page.scss */
.login-form-container div.highlighted-notice:after {
  content: '';
  width: 46px;
  height: 54px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -220px -40px;
  position: absolute;
  right: -23px;
  top: -21px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 50, ../compass/scss/components/_login-page.scss */
  .login-form-container div.highlighted-notice:after {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 57, ../compass/scss/components/_login-page.scss */
.login-form-container div.highlighted-notice:last-child {
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
}
/* line 62, ../compass/scss/components/_login-page.scss */
.login-form-container div.padlock-image {
  text-align: center;
  margin: 30px 0;
}
/* line 66, ../compass/scss/components/_login-page.scss */
.login-form-container div.padlock-image:before {
  content: '';
  width: 68px;
  height: 86px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -134px -94px;
  display: inline-block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 66, ../compass/scss/components/_login-page.scss */
  .login-form-container div.padlock-image:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 72, ../compass/scss/components/_login-page.scss */
.login-form-container div.message-info {
  background: #F6FAFB;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid #EDF0F1;
}
/* line 79, ../compass/scss/components/_login-page.scss */
.login-form-container div.message-info table {
  width: 100%;
}
/* line 82, ../compass/scss/components/_login-page.scss */
.login-form-container div.message-info table th, .login-form-container div.message-info table td {
  padding: 9px 13px;
  color: #2C3E50;
  font-weight: normal;
  border-bottom: 1px solid #EDF0F1;
  vertical-align: top;
}
/* line 90, ../compass/scss/components/_login-page.scss */
.login-form-container div.message-info table th {
  width: 60px;
  white-space: nowrap;
  padding-right: 0;
}
/* line 96, ../compass/scss/components/_login-page.scss */
.login-form-container div.message-info table td {
  word-break: break-all;
}
/* line 101, ../compass/scss/components/_login-page.scss */
.login-form-container div.message-info table tr:last-child th, .login-form-container div.message-info table tr:last-child td {
  border-bottom: none;
}
@media (max-width: 767px) {
  /* line 1, ../compass/scss/components/_login-page.scss */
  .login-form-container {
    width: 100%;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 113, ../compass/scss/components/_login-page.scss */
  .login-form-container div.custom-logo:before {
    display: none;
  }
}
/* line 118, ../compass/scss/components/_login-page.scss */
.login-form-container .passphrase-form-right-link {
  margin-top: -51px;
}

/* line 123, ../compass/scss/components/_login-page.scss */
.login-screen-container {
  background: #2E7DC4;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #2e7dc4 0%, #0e518f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #2e7dc4 0%, #0e518f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #2e7dc4 0%, #0e518f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: relative;
  vertical-align: top;
  text-align: center;
  height: 100%;
}
@media (max-width: 767px) {
  /* line 123, ../compass/scss/components/_login-page.scss */
  .login-screen-container {
    background: white;
  }
}

/* line 139, ../compass/scss/components/_login-page.scss */
html.firefox .login-screen-container {
  background: #2E7DC4;
  /* FireFox can't render quality gradients */
}

/* line 145, ../compass/scss/components/_login-page.scss */
.modal-content .login-form-container {
  width: 100%;
  margin: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 154, ../compass/scss/components/_login-page.scss */
html.authentication-background body {
  background: #2E7DC4;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #2e7dc4 0%, #0e518f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #2e7dc4 0%, #0e518f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #2e7dc4 0%, #0e518f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media (max-width: 767px) {
  /* line 162, ../compass/scss/components/_login-page.scss */
  html.authentication-background body {
    background: white;
  }
}

/* line 1, ../compass/scss/components/_message-secure-forms.scss */
.message-secure-forms {
  padding: 0 30px 30px 30px;
}
@media (max-width: 767px) {
  /* line 1, ../compass/scss/components/_message-secure-forms.scss */
  .message-secure-forms {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1199px) {
  /* line 1, ../compass/scss/components/_message-secure-forms.scss */
  .message-secure-forms {
    margin-top: 0;
  }
}
/* line 13, ../compass/scss/components/_message-secure-forms.scss */
.message-secure-forms ul.embedded-forms {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 18, ../compass/scss/components/_message-secure-forms.scss */
.message-secure-forms ul.embedded-forms li {
  padding: 30px 0 0 0;
  display: block;
  margin: 0;
}
/* line 23, ../compass/scss/components/_message-secure-forms.scss */
.message-secure-forms ul.embedded-forms li > div {
  -webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
/* line 29, ../compass/scss/components/_message-secure-forms.scss */
.message-secure-forms ul.embedded-forms li iframe {
  display: block;
}
/* line 33, ../compass/scss/components/_message-secure-forms.scss */
.message-secure-forms ul.embedded-forms li p.hush-error-loading-form {
  background-color: white;
  padding: 15px 20px 15px 44px;
  margin: 0;
  position: relative;
}
/* line 39, ../compass/scss/components/_message-secure-forms.scss */
.message-secure-forms ul.embedded-forms li p.hush-error-loading-form:before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 17px;
  left: 20px;
  content: '';
  width: 18px;
  height: 17px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -460px -104px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 39, ../compass/scss/components/_message-secure-forms.scss */
  .message-secure-forms ul.embedded-forms li p.hush-error-loading-form:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 49, ../compass/scss/components/_message-secure-forms.scss */
.message-secure-forms ul.embedded-forms li h5.secure-form-title {
  font-size: 16px;
  font-weight: normal;
  padding: 15px 20px;
  color: white;
  margin: 0;
  background: #2B80B9;
}
/* line 58, ../compass/scss/components/_message-secure-forms.scss */
.message-secure-forms ul.embedded-forms li:last-child {
  margin-bottom: 0;
}
/* line 62, ../compass/scss/components/_message-secure-forms.scss */
.message-secure-forms ul.embedded-forms li .hush-secure-form-iframe-container.hush-secure-form-loading {
  background: #2B80B9;
}
/* line 66, ../compass/scss/components/_message-secure-forms.scss */
.message-secure-forms ul.embedded-forms li .hush-secure-form-iframe-container.hush-secure-form-loading .hush-secure-form-spinner > div {
  background-color: white;
}
/* line 71, ../compass/scss/components/_message-secure-forms.scss */
.message-secure-forms ul.embedded-forms li .hush-secure-form-iframe-container.hush-secure-form-loading:after {
  padding-top: 14px;
  color: white;
}

/* line 2, ../compass/scss/components/_sidebar-secure-forms.scss */
.sidebar-secure-forms ul {
  padding: 0 0 3px 0;
  margin: 0;
  list-style: none;
}
/* line 7, ../compass/scss/components/_sidebar-secure-forms.scss */
.sidebar-secure-forms ul li {
  padding: 0 0 0 25px;
  margin: 0 0 10px 0;
  display: block;
  position: relative;
}
/* line 13, ../compass/scss/components/_sidebar-secure-forms.scss */
.sidebar-secure-forms ul li a {
  text-decoration: none;
  color: #3498db;
  word-break: break-word;
}
/* line 19, ../compass/scss/components/_sidebar-secure-forms.scss */
.sidebar-secure-forms ul li:last-child {
  margin-bottom: 0;
}
/* line 23, ../compass/scss/components/_sidebar-secure-forms.scss */
.sidebar-secure-forms ul li:before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 1px;
  left: 0;
  content: '';
  width: 14px;
  height: 14px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -420px -64px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 23, ../compass/scss/components/_sidebar-secure-forms.scss */
  .sidebar-secure-forms ul li:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 33, ../compass/scss/components/_sidebar-secure-forms.scss */
.sidebar-secure-forms ul li.loading:before {
  border-radius: 50%;
  width: 14px;
  height: 14px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 2px solid rgba(52, 152, 219, 0.3);
  border-right: 2px solid rgba(52, 152, 219, 0.3);
  border-bottom: 2px solid rgba(52, 152, 219, 0.3);
  border-left: 2px solid #3498db;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  position: absolute;
  top: 0;
  background: none !important;
}
/* line 41, ../compass/scss/components/_sidebar-secure-forms.scss */
.sidebar-secure-forms ul li.completed:before {
  content: '';
  width: 18px;
  height: 17px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -440px -64px;
  border: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 41, ../compass/scss/components/_sidebar-secure-forms.scss */
  .sidebar-secure-forms ul li.completed:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 46, ../compass/scss/components/_sidebar-secure-forms.scss */
.sidebar-secure-forms ul li.no-roles:before {
  content: '';
  width: 18px;
  height: 17px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -460px -64px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 46, ../compass/scss/components/_sidebar-secure-forms.scss */
  .sidebar-secure-forms ul li.no-roles:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 50, ../compass/scss/components/_sidebar-secure-forms.scss */
.sidebar-secure-forms ul li.error-loading:before {
  content: '';
  width: 18px;
  height: 17px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -460px -104px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 50, ../compass/scss/components/_sidebar-secure-forms.scss */
  .sidebar-secure-forms ul li.error-loading:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}

/* line 1, ../compass/scss/components/_print.scss */
div.message-print {
  padding: 20px;
}
/* line 4, ../compass/scss/components/_print.scss */
div.message-print > h2 {
  font-size: 26px;
  font-weight: normal;
  margin: 0;
}
/* line 10, ../compass/scss/components/_print.scss */
div.message-print > table.headers {
  line-height: 150%;
  margin-bottom: 20px;
}
/* line 14, ../compass/scss/components/_print.scss */
div.message-print > table.headers th, div.message-print > table.headers td {
  vertical-align: top;
}
/* line 18, ../compass/scss/components/_print.scss */
div.message-print > table.headers th {
  padding-right: 15px;
  font-weight: normal;
  color: #666;
}
@media print {
  /* line 1, ../compass/scss/components/_print.scss */
  div.message-print {
    padding: 0;
  }
}

@media (max-width: 767px) {
  /* line 7, ../compass/scss/components/_message-list-details-mobile-view.scss */
  .table-layout-container.message-list-details-mobile-view {
    -webkit-transition: -webkit-transform 0.1s ease-in-out;
    -moz-transition: -moz-transform 0.1s ease-in-out;
    -o-transition: -o-transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 12, ../compass/scss/components/_message-list-details-mobile-view.scss */
  .table-layout-container .message-details-cell {
    display: block;
    width: 100%;
    height: 100%;
  }
  /* line 18, ../compass/scss/components/_message-list-details-mobile-view.scss */
  .table-layout-container .mobile-message-list {
    position: fixed;
    width: 100%;
    left: -100%;
    top: 0;
    height: 100%;
    background: white;
    display: block;
  }

  /* line 32, ../compass/scss/components/_message-list-details-mobile-view.scss */
  .table-layout-container .table-layout-cell.mobile-message-list div.header-mobile, .table-layout-container .table-layout-cell.mobile-message-list div.folder-details, .table-layout-container .table-layout-cell.mobile-message-list ul.messages {
    display: none;
  }

  /* line 40, ../compass/scss/components/_message-list-details-mobile-view.scss */
  body.display-mobile-message-list .table-layout-container.message-list-details-mobile-view {
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  /* line 45, ../compass/scss/components/_message-list-details-mobile-view.scss */
  body.display-mobile-message-list .disable-overlay {
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  /* line 50, ../compass/scss/components/_message-list-details-mobile-view.scss */
  body.display-mobile-message-list .table-layout-cell.message-details-cell div.header-mobile, body.display-mobile-message-list .table-layout-cell.message-details-cell div.message-area, body.display-mobile-message-list .table-layout-cell.message-details-cell div.message-secure-forms {
    display: none;
  }
  /* line 56, ../compass/scss/components/_message-list-details-mobile-view.scss */
  body.display-mobile-message-list .table-layout-cell.mobile-message-list div.header-mobile, body.display-mobile-message-list .table-layout-cell.mobile-message-list div.folder-details, body.display-mobile-message-list .table-layout-cell.mobile-message-list ul.messages {
    display: block;
  }
  /* line 61, ../compass/scss/components/_message-list-details-mobile-view.scss */
  body.display-mobile-message-list .hush-dropdown-menu {
    right: 15px;
  }
  /* line 64, ../compass/scss/components/_message-list-details-mobile-view.scss */
  body.display-mobile-message-list .hush-dropdown-menu .hush-dropdown-menu-overlay {
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  /* line 69, ../compass/scss/components/_message-list-details-mobile-view.scss */
  body.display-mobile-message-list .hush-dropdown-menu.touch-screen-mode .hush-dropdown-menu-list.main-menu {
    left: -100%;
  }

  /* line 81, ../compass/scss/components/_message-list-details-mobile-view.scss */
  html.ie-11 .table-layout-container .mobile-message-list {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    position: static;
    display: none;
  }
  /* line 87, ../compass/scss/components/_message-list-details-mobile-view.scss */
  html.ie-11 .table-layout-container .message-details-cell {
    display: table-cell;
  }
  /* line 91, ../compass/scss/components/_message-list-details-mobile-view.scss */
  html.ie-11 .table-layout-container .disable-overlay {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 98, ../compass/scss/components/_message-list-details-mobile-view.scss */
  html.ie-11 body.display-mobile-message-list .table-layout-container.message-list-details-mobile-view {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 101, ../compass/scss/components/_message-list-details-mobile-view.scss */
  html.ie-11 body.display-mobile-message-list .table-layout-container.message-list-details-mobile-view .mobile-message-list {
    display: table-cell;
  }
  /* line 105, ../compass/scss/components/_message-list-details-mobile-view.scss */
  html.ie-11 body.display-mobile-message-list .table-layout-container.message-list-details-mobile-view .message-details-cell {
    display: none;
  }
}
/* line 1, ../compass/scss/components/_text-recipient-list.scss */
ul.text-recipient-list {
  display: inline;
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 7, ../compass/scss/components/_text-recipient-list.scss */
ul.text-recipient-list li {
  display: inline;
}
/* line 11, ../compass/scss/components/_text-recipient-list.scss */
ul.text-recipient-list li span.email.has-name {
  color: #7f8c8d;
}
/* line 14, ../compass/scss/components/_text-recipient-list.scss */
ul.text-recipient-list li span.email.has-name:before {
  content: "(";
}
/* line 18, ../compass/scss/components/_text-recipient-list.scss */
ul.text-recipient-list li span.email.has-name:after {
  content: ")";
}
/* line 24, ../compass/scss/components/_text-recipient-list.scss */
ul.text-recipient-list li:after {
  content: ", ";
}
/* line 28, ../compass/scss/components/_text-recipient-list.scss */
ul.text-recipient-list li:last-child:after {
  content: "";
}

/* line 35, ../compass/scss/components/_text-recipient-list.scss */
.chosen-container-single ul.text-recipient-list li span {
  display: inline;
  overflow: visible;
  margin-right: 0;
  text-overflow: clip;
  white-space: nowrap;
}

@media (max-width: 650px) {
  /* line 2, ../compass/scss/components/_unsupported-browser.scss */
  .unsupported-browsers-table td {
    vertical-align: top;
  }

  /* line 6, ../compass/scss/components/_unsupported-browser.scss */
  .unsupported-browser-message {
    padding: 40px;
    width: auto;
  }
  /* line 10, ../compass/scss/components/_unsupported-browser.scss */
  .unsupported-browser-message h4 {
    text-align: left;
  }
  /* line 14, ../compass/scss/components/_unsupported-browser.scss */
  .unsupported-browser-message ul.browser-list {
    text-align: left;
  }
  /* line 17, ../compass/scss/components/_unsupported-browser.scss */
  .unsupported-browser-message ul.browser-list li {
    display: block;
    margin: 0 0 40px 0;
  }
  /* line 22, ../compass/scss/components/_unsupported-browser.scss */
  .unsupported-browser-message ul.browser-list li a:before {
    display: inline-block !important;
    vertical-align: middle;
    margin: 0 20px 0 0;
  }
  /* line 29, ../compass/scss/components/_unsupported-browser.scss */
  .unsupported-browser-message ul.browser-list li:last-child {
    margin-bottom: 0;
  }
}
/* line 1, ../compass/scss/components/_froala-editor-customization.scss */
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/* line 5, ../compass/scss/components/_froala-editor-customization.scss */
.fr-toolbar .fr-command.fr-btn.fr-dropdown:after,
.fr-popup .fr-command.fr-btn.fr-dropdown:after,
.fr-modal .fr-command.fr-btn.fr-dropdown:after {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/* line 11, ../compass/scss/components/_froala-editor-customization.scss */
.fr-popup .fr-input-line input + label,
.fr-popup .fr-input-line textarea + label {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/* line 16, ../compass/scss/components/_froala-editor-customization.scss */
.fr-popup.fr-desktop {
  z-index: 1150 !important;
}

/* line 1, ../compass/scss/components/_preferences.scss */
div.preferences-panel {
  padding: 30px 15px;
  color: #1F2429;
  background: white;
}
/* line 6, ../compass/scss/components/_preferences.scss */
div.preferences-panel .preferences-form {
  padding: 25px;
  border: 1px solid #BDC3C7;
  border-radius: 6px;
}
/* line 11, ../compass/scss/components/_preferences.scss */
div.preferences-panel .preferences-form .form-details {
  margin-bottom: 20px;
}
/* line 14, ../compass/scss/components/_preferences.scss */
div.preferences-panel .preferences-form .form-details h4 {
  font-size: 18px;
  font-weight: normal;
  color: #2C3E50;
}
/* line 22, ../compass/scss/components/_preferences.scss */
div.preferences-panel .preferences-section-details {
  margin-bottom: 30px;
  position: relative;
}
/* line 26, ../compass/scss/components/_preferences.scss */
div.preferences-panel .preferences-section-details h3 {
  margin: 0 0 10px 0;
  padding-left: 40px;
  font-size: 24px;
  font-weight: normal;
  line-height: 150%;
}
/* line 33, ../compass/scss/components/_preferences.scss */
div.preferences-panel .preferences-section-details h3:before {
  position: absolute;
  left: 0;
  top: 0;
}
/* line 40, ../compass/scss/components/_preferences.scss */
div.preferences-panel .preferences-section-details.personal-information h3:before {
  content: '';
  width: 32px;
  height: 32px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -420px -144px;
  top: 1px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 40, ../compass/scss/components/_preferences.scss */
  div.preferences-panel .preferences-section-details.personal-information h3:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}
/* line 45, ../compass/scss/components/_preferences.scss */
div.preferences-panel .preferences-section-details a.return {
  display: block;
  position: relative;
  padding-left: 23px;
  text-decoration: none;
}
/* line 51, ../compass/scss/components/_preferences.scss */
div.preferences-panel .preferences-section-details a.return:before {
  left: 0;
  top: 4px;
  position: absolute;
  content: '';
  width: 16px;
  height: 12px;
  display: inline-block;
  background-image: url("../public/images/message-center-icons.png?2");
  background-position: -456px -146px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 51, ../compass/scss/components/_preferences.scss */
  div.preferences-panel .preferences-section-details a.return:before {
    background-image: url("../public/images/message-center-icons@2x.png?2") !important;
    background-size: 677px 260px !important;
  }
}

/* line 1, ../compass/scss/components/_satisfaction-feedback.scss */
.satisfaction-feedback-widget {
  width: 370px;
}

@media (max-width: 840px) {
  /* line 7, ../compass/scss/components/_satisfaction-feedback.scss */
  .satisfaction-feedback-widget {
    width: 300px;
  }
}
/* line 13, ../compass/scss/components/_satisfaction-feedback.scss */
.mobile-message-list .satisfaction-feedback-widget {
  left: -100%;
  width: 100%;
}

/* line 2, ../compass/scss/components/_compose-headers.scss */
.compose-headers select {
  width: 100%;
  margin-top: 5px;
}
/* line 7, ../compass/scss/components/_compose-headers.scss */
.compose-headers .table-form-layout .validation-error {
  position: static !important;
  padding-left: 0;
}
/* line 11, ../compass/scss/components/_compose-headers.scss */
.compose-headers .table-form-layout .validation-error:before {
  background-image: none;
  height: 0;
  top: auto;
}

/*
 * Styles for the legacy authentication popup implemented with the dialogs framework
 */
/* line 5, ../../shared/compass/app-backend/scss/import/components/_reauthentication.scss */
#modal-background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20220;
  background-color: white;
  opacity: 0.85;
  filter: alpha(opacity=85);
  display: none;
}

/* line 17, ../../shared/compass/app-backend/scss/import/components/_reauthentication.scss */
div.dialog.template {
  z-index: 20221 !important;
  position: relative;
  position: fixed;
}
/* line 22, ../../shared/compass/app-backend/scss/import/components/_reauthentication.scss */
div.dialog.template .left, div.dialog.template .right, div.dialog.template .center, div.dialog.template .point {
  display: none;
}
/* line 26, ../../shared/compass/app-backend/scss/import/components/_reauthentication.scss */
div.dialog.template a.logo-outer {
  display: none;
}
/* line 31, ../../shared/compass/app-backend/scss/import/components/_reauthentication.scss */
div.dialog.template .middle .content {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 30px;
  border: 1px solid rgba(189, 195, 199, 0.7);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.2);
  width: 400px;
  background-color: white;
}
/* line 42, ../../shared/compass/app-backend/scss/import/components/_reauthentication.scss */
div.dialog.template div.tip {
  margin-top: 10px;
}
/* line 46, ../../shared/compass/app-backend/scss/import/components/_reauthentication.scss */
div.dialog.template div.element_2fa-send_sms_container {
  margin-top: 10px !important;
}
/* line 50, ../../shared/compass/app-backend/scss/import/components/_reauthentication.scss */
div.dialog.template #submit-container {
  margin-top: 20px;
}
/* line 53, ../../shared/compass/app-backend/scss/import/components/_reauthentication.scss */
div.dialog.template #submit-container input {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  color: #fff;
  background-color: #3498db;
}
/* line 68, ../../shared/compass/app-backend/scss/import/components/_reauthentication.scss */
div.dialog.template #submit-container input:focus {
  outline: none;
}
/* line 74, ../../shared/compass/app-backend/scss/import/components/_reauthentication.scss */
div.dialog.template #username-container,
div.dialog.template #passphrase-container {
  margin-bottom: 20px;
}
/* line 82, ../../shared/compass/app-backend/scss/import/components/_reauthentication.scss */
div.dialog.template #username-container .username-locked,
div.dialog.template #passphrase-container .username-locked,
div.dialog.template fieldset .username-locked {
  background: #ecf0f1;
  padding: 7px;
  line-height: 20px;
  word-break: break-all;
}
/* line 89, ../../shared/compass/app-backend/scss/import/components/_reauthentication.scss */
div.dialog.template #username-container label,
div.dialog.template #passphrase-container label,
div.dialog.template fieldset label {
  font-weight: normal;
  font-size: 14px;
  margin: 0 0 4px 0;
}
/* line 95, ../../shared/compass/app-backend/scss/import/components/_reauthentication.scss */
div.dialog.template #username-container input.bevelled,
div.dialog.template #passphrase-container input.bevelled,
div.dialog.template fieldset input.bevelled {
  display: block;
  width: 100%;
  border: 1px solid #bdc3c7 !important;
  padding: 6px;
}
/* line 101, ../../shared/compass/app-backend/scss/import/components/_reauthentication.scss */
div.dialog.template #username-container input.bevelled:focus,
div.dialog.template #passphrase-container input.bevelled:focus,
div.dialog.template fieldset input.bevelled:focus {
  outline: none;
  border: 1px solid #3498db !important;
}
/* line 108, ../../shared/compass/app-backend/scss/import/components/_reauthentication.scss */
div.dialog.template h1 {
  font-size: 20px;
  padding: 0;
  margin: 0 0 30px 0;
  line-height: 150%;
  color: #2C3E50;
  font-weight: normal;
}
/* line 117, ../../shared/compass/app-backend/scss/import/components/_reauthentication.scss */
div.dialog.template h3 {
  font-size: 16px;
  padding: 0;
  margin: 0 0 10px 0 !important;
  line-height: 150%;
  font-weight: bold;
  color: #2C3E50;
}
/* line 126, ../../shared/compass/app-backend/scss/import/components/_reauthentication.scss */
div.dialog.template .inline.validation.error {
  background: #c0392b;
  color: white;
  padding: 5px 8px;
  margin: 0 0 4px 0;
  display: block;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

