.app-preview {
  /* --------------------------------------------------------- */
  /* Modals                                                    */
  /* --------------------------------------------------------- */
}
.app-preview .modal-header {
  padding: 30px;
  background-color: #14b9d6;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#14b9d6+0,02a6d0+100 */
  background: #14b9d6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #14b9d6 26%, #14b9d6 35%, #02a6d0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #14b9d6 26%, #14b9d6 35%, #02a6d0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #14b9d6 26%, #14b9d6 35%, #02a6d0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14b9d6', endColorstr='#02a6d0',GradientType=0 );
  /* IE6-9 */
  height: 100px;
  position: relative;
  border-bottom: none;
}
.app-preview .modal-header h4 {
  margin: 0;
  color: white;
  font-weight: 300;
  font-size: 30px;
}
.app-preview .modal-content {
  border-radius: 0;
  background-color: #eeeeee;
}
.app-preview .modal-content .nav-tabs {
  border-bottom: none;
  background-color: #02A6D0;
  padding-left: 30px;
  padding-right: 30px;
}
.app-preview .modal-content .nav-tabs li > a {
  color: rgba(255, 255, 255, 0.5);
}
.app-preview .modal-content .nav-tabs li.active > a, .app-preview .modal-content .nav-tabs li.active > a:focus, .app-preview .modal-content .nav-tabs li.active > a:hover {
  background-color: transparent;
  color: white;
  cursor: default;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 5px solid white !important;
}
.app-preview .modal-content .nav-tabs li > a:hover {
  border-color: transparent;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 4px;
  color: white;
}
.app-preview .modal-content .nav > li > a:focus, .app-preview .modal-content .nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
}
.app-preview .modal-body {
  padding: 30px;
}
.app-preview .modal-body-form {
  padding: 30px;
}
.app-preview .modal-footer {
  border: none;
  padding: 10px 30px 20px;
}
.app-preview .btn-primary, .app-preview .btn-success {
  background-color: #FFFFFF;
  color: #331c54;
  border: 1px solid #8fc11a;
}
.app-preview .btn-primary:hover, .app-preview .btn-primary:active, .app-preview .btn-primary:focus, .app-preview .btn-primary:active:hover,
.app-preview .btn-primary .btn-primary.disabled:hover, .app-preview .btn-primary .btn-primary[disabled]:hover, .app-preview .btn-success:hover, .app-preview .btn-success:active, .app-preview .btn-success:focus, .app-preview .btn-success:active:hover,
.app-preview .btn-success .btn-primary.disabled:hover, .app-preview .btn-success .btn-primary[disabled]:hover {
  background-color: #331c54 !important;
  color: #FFFFFF;
  border: 1px solid #8fc11a !important;
}
.app-preview .mark-message-read-hover {
  color: #478ad8;
}
.app-preview .mark-message-read-hover:hover:before {
  content: "\f1db";
}
.app-preview .mark-message-unread-hover {
  color: #478ad8;
}
.app-preview .mark-message-unread-hover:hover:before {
  content: "\f111";
}
.app-preview .showMessageIntelligenceClass {
  padding-left: 55px;
  padding-right: 15px;
}
.app-preview .showMessageResourcesClass {
  padding-left: 82px;
  padding-right: 20px;
}
.app-preview .showMessageSettingsClass {
  padding-left: 74px;
  padding-right: 20px;
}
.app-preview .message-panel-body {
  height: 80vh;
  overflow-y: auto;
}
.app-preview #app-messages-sidebar {
  background-color: white;
  height: 100vh;
  padding: 20px 0 0 0;
  width: 60px;
  position: fixed;
  right: 0;
  z-index: 1031;
  display: inline-block;
  float: right;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05), 0 0 0 0 rgba(0, 0, 0, 0);
}
.app-preview #app-messages-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.app-preview #app-messages-sidebar ul button {
  width: 100%;
  padding: 0;
}
.app-preview #app-messages-sidebar li {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 1.2em;
}
.app-preview #app-messages-sidebar li .display-block {
  display: block;
}
.app-preview #app-messages-sidebar li .badge {
  position: relative;
  top: -5px;
  right: -10px;
}
.app-preview #app-messages-sidebar li.active,
.app-preview #app-messages-sidebar li:hover {
  background-color: #f4f4f4;
}
.app-preview #app-messages-sidebar li.active a,
.app-preview #app-messages-sidebar li:hover a {
  text-decoration: none !important;
}
.app-preview #app-messages-sidebar a:hover, .app-preview #app-messages-sidebar a:focus {
  text-decoration: none !important;
}
.app-preview #app-messages-panel {
  background-color: rgba(255, 255, 255, 0.95);
  border-left: 1px solid #e7e7e7;
  height: 100vh;
  padding: 0;
  position: fixed;
  top: 0;
  right: 60px;
  display: inline-block;
  float: right;
  z-index: 1030;
}
@media (max-width: 991px) {
  .app-preview #app-messages-panel {
    right: 0;
    top: 50px;
    width: 100%;
  }
}
.app-preview #app-messages-panel .panel > .list-group, .app-preview #app-messages-panel .panel > .panel-collapse > .list-group {
  border-bottom: 1px solid #ddd;
  overflow-y: auto;
  height: 80vh;
}
.app-preview #app-messages-panel .panel > .list-group .list-group-item:last-child, .app-preview #app-messages-panel .panel > .panel-collapse > .list-group .list-group-item:last-child {
  margin-bottom: 80px;
}
.app-preview #app-messages-panel .panel-heading, .app-preview #app-messages-panel .panel-footer {
  border-bottom: 1px solid #ddd;
}
.app-preview #app-messages-panel .messageHeader {
  margin-bottom: 10px;
}
.app-preview #app-messages-panel .messageHeader h4 {
  margin-bottom: 4px;
}
.app-preview #app-messages-panel .message-button-row {
  position: fixed;
  bottom: 0;
  right: 60px;
  z-index: 2;
}
.app-preview #app-messages-panel .panel-footer {
  background-color: white;
  padding: 10px 25px;
  border-left: 1px solid #e7e7e7;
}
@media (max-width: 991px) {
  .app-preview #app-messages-panel .panel-footer {
    right: 0 !important;
  }
}
.app-preview .message-list-item:hover {
  background-color: #f4f4f4;
}
.app-preview .message-list-item:hover a {
  text-decoration: none !important;
}
.app-preview .button-clear {
  background: none;
  border: none;
  font-size: 1em;
}
.app-preview .badge {
  background-color: #e15554;
}

a {
  cursor: pointer;
}

.navbar-default {
  border-color: #ddd;
}

.page-header {
  border-bottom: 1px solid #ddd;
}
.page-header p.lead {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .col-sm-1 {
    width: 5%;
  }

  .col-sm-11 {
    width: 95%;
  }

  .col-sm-offset-1 {
    margin-left: 5%;
  }
}
.page-header {
  padding: 20px 20px 30px 20px;
  background-color: #f9f9f9;
}
.page-header h2 {
  margin-top: 0;
  margin-bottom: 0;
}

.page-inner {
  padding: 20px;
}
.page-inner h4 {
  margin-bottom: 20px;
}

h1, h2, h3, h4 {
  font-family: 'lato';
  font-weight: 500;
}

.nav-tabs {
  padding-left: 20px;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
    margin-bottom: 0;
  }
}
.navbar-default {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background-color: white;
}

.modal-xlg {
  width: 1200px;
}

/*
 * Base structure
 */
/* Move down content because we have a fixed navbar that is 50px tall */
body {
  font-family: 'Lato', sans-serif;
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/*
 * Global add-ons
 */
.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Sidebar
 */
/* Hide for mobile, show later */
.sidebar {
  display: none;
}

@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 0 20px 20px 20px;
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
    background-color: #5d5e5e;
  }
}
/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px;
  /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}

.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: white;
  background-color: #8fc11a;
}

.nav-sidebar > li > a {
  font-size: 1.4em;
  color: white;
  padding-top: 17px;
  padding-bottom: 17px;
}
.nav-sidebar > li > a:hover, .nav-sidebar > li > a:focus {
  color: #5d5e5e;
}

.popoverSurveyBuilderNav {
  background-color: #5d5e5e;
}
.popoverSurveyBuilderNav .arrow:after {
  border-right-color: #5d5e5e !important;
}
.popoverSurveyBuilderNav .nav > li > a {
  color: white;
}
.popoverSurveyBuilderNav .nav > li > a:hover, .popoverSurveyBuilderNav .nav > li > a:focus {
  color: #5d5e5e;
}
.popoverSurveyBuilderNav .nav > .active > a,
.popoverSurveyBuilderNav .nav > .active > a:hover,
.popoverSurveyBuilderNav .nav > .active > a:focus {
  color: white;
  background-color: #8fc11a;
}

/*
 * Main content
 */
.main {
  padding: 0 20px 20px 20px;
}

@media (min-width: 768px) {
  .main {
    padding-right: 0;
    padding-left: 0;
  }
}
.main .page-header {
  margin-top: 0;
}

/*
 * Placeholder dashboard ideas
 */
.placeholders {
  margin-bottom: 30px;
  text-align: center;
}

.placeholders h4 {
  margin-bottom: 0;
}

.placeholder {
  margin-bottom: 20px;
}

.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

.st-sort-ascent:before {
  content: '\25B2';
}

.st-sort-descent:before {
  content: '\25BC';
}

/* --------------------------------------------------------- */
/* Alerts                                                    */
/* --------------------------------------------------------- */
.general-alert, .alert-success, .alert-danger, .alert-warning {
  color: white;
  border-color: transparent;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  background-image: none;
}

.alert-success {
  background-color: #8fc11a;
}

.alert-danger {
  background-color: #e15554;
}

.alert-warning {
  background-color: #f5bd00;
}

.full-width-alert {
  width: 100%;
  position: fixed;
  top: 50px;
  left: 0;
  border-radius: 0;
}

#caps-lock-alert {
  padding-left: 10px;
}

.alert i {
  color: white;
}

/* --------------------------------------------------------- */
/* Form Pages                                                */
/* --------------------------------------------------------- */
.form-page input:-webkit-autofill,
.form-page input:-webkit-autofill:hover,
.form-page input:-webkit-autofill:focus,
.form-page input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s !important;
  -webkit-box-shadow: 0 0 0 1000px white  inset !important;
  -webkit-text-fill-color: #555555 !important;
}

.form-page {
  background-color: white;
  color: #555555;
}
.form-page .site-wrapper {
  display: table;
  width: 100%;
  height: 100vh;
}
.form-page .site-wrapper-inner {
  vertical-align: middle;
  display: table-cell;
}
.form-page form {
  margin-top: 30px;
  margin-bottom: 30px;
}
.form-page .input-lg {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding-left: 0;
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.8);*/
  border-bottom: 1px solid #999999;
  border-radius: 0 !important;
  color: #555555;
  font-size: 1.5em;
}
.form-page .input-padding {
  padding-left: 10px;
}
.form-page .btn {
  background-image: none;
  border: none;
  box-shadow: none !important;
  margin-bottom: 10px;
}
.form-page .btn-default {
  background: white;
  border-radius: 4px;
  border: 1px solid #999999;
  color: #555555;
}
.form-page .btn-default:hover {
  border: 1px solid transparent;
  background-color: #999999;
  color: white;
  transition: 0.2s;
  font-weight: 300;
}
.form-page .btn-success {
  background-color: #8fc11a;
  color: white;
}
.form-page .btn-primary {
  background-color: #8fc11a;
  color: white;
}
.form-page .form-control {
  color: #555555;
}
.form-page .input-group-addon {
  font-size: 1.5em;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #999999;
  border-radius: 0;
}
.form-page ::-webkit-input-placeholder {
  color: #555555;
  font-weight: 300;
  opacity: 0.6;
}
.form-page :-moz-placeholder {
  color: #555555;
  font-weight: 300;
  opacity: 0.6;
}
.form-page ::-moz-placeholder {
  color: #555555;
  font-weight: 300;
  opacity: 0.6;
}
.form-page :-ms-input-placeholder {
  color: #555555;
  font-weight: 300;
  opacity: 0.6;
}
.form-page input.ng-invalid.ng-touched {
  background-color: white;
  color: #e15554;
  border-color: #999999;
}
.form-page select.ng-invalid.ng-touched {
  background-color: white;
  color: #e15554;
  border-color: #e15554;
}
.form-page h1 {
  text-align: center;
}

.form-control-static {
  font-weight: bold;
  font-size: 1.1em;
}

.form-control {
  color: #555555;
  font-weight: 500;
}

.public-form-left {
  background-color: #5d5e5e;
  color: white;
}

.col-100-vh {
  height: 100vh;
}

.col-formpage-inner {
  padding: 30px 20px;
  display: table-cell;
  vertical-align: middle;
}

.col-formpage-inner h1,
.col-formpage-inner h2,
.col-formpage-inner h3,
.col-formpage-inner h4,
.col-formpage-inner h5 {
  font-weight: 300;
}

.fa-super {
  font-size: 20em;
}

.fa-super-trans {
  opacity: 0.2;
}

.col-formpage-inner-icon-container {
  margin-top: 20vh;
}

.input-lg {
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #999999;
  border-radius: 0 !important;
  font-size: 1.5em;
  padding-left: 5px;
}

.form-col-inner {
  height: 100vh;
  width: 100%;
  display: table;
  margin-top: -40px;
  padding: 10px;
}

.form-col-inner-content {
  display: table-cell;
  vertical-align: middle;
}

.form-page-fixed-row-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 20px 0 20px;
}

.visible-xs a {
  color: #555555;
}
.visible-xs a:hover {
  color: #222222;
}

.form-page-left-large-icon {
  opacity: 0.2;
  filter: alpha(opacity=20);
  /* For IE8 and earlier */
  font-size: 25em;
}

@media (min-width: 768px) {
  .form-col-inner {
    padding: 40px;
  }
}
/* Medium Devices, Desktops */
@media (max-width: 992px) {
  .form-page .password-link a {
    float: none;
  }
}
/* Larger than XS devices */
.text-very-muted {
  color: #bcbec0;
}

.numeric-value-holder {
  width: 52px;
  text-align: center;
  font-size: 16px;
}

.inline-mdash {
  float: right;
  top: -27px;
  position: relative;
  right: -21px;
  height: 0;
}

.table-row-link {
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=password] {
  border-radius: 4px;
  box-shadow: none;
}

.color-input {
  position: relative;
}
.color-input .color-preview {
  width: 6px;
  height: calc(100% - 2px);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: 1px solid #ddd;
  position: absolute;
  top: 1px;
  left: 1px;
}

.form-help-text {
  margin-bottom: 15px;
  font-weight: 500;
}

.input-has-error {
  background-color: #f2dede;
  /*border-color: #a94442;*/
}

small.input-has-error-message {
  color: #e15554;
  height: 0;
  position: absolute;
  bottom: -5px;
}

small {
  font-size: 70%;
}

div.input-has-error-message {
  color: #478ad8;
  font-size: 85%;
  margin-top: 5px;
}

.help-text {
  /*background-color: $main-grey;*/
  padding: 15px 20px 20px 20px;
  /*border-radius: 4px;*/
}

.row-highlight-hover:hover {
  background-color: #ecf2f6 !important;
}
.row-highlight-hover a {
  padding-top: 7px;
  padding-bottom: 7px;
  display: inline-block;
  float: right;
}

.text-muted {
  color: #999;
}

.info-tip {
  position: relative;
  top: -10px;
}

.list-group-container-full {
  margin-left: -15px;
  border-right: 1px solid #ddd;
  padding-left: 15px;
  padding-right: 0px;
  margin-top: -20px;
  margin-bottom: -20px;
  position: relative;
  height: auto;
  min-height: 100% !important;
}
.list-group-container-full .list-group-item {
  border-left: 0 !important;
  border-right: 0 !important;
}
.list-group-container-full .list-group-item:first-child {
  border-radius: 0;
  border-top: none !important;
}
.list-group-container-full .list-group-item:last-child {
  border-radius: 0;
}
.list-group-container-full .nav-tabs > li.active > a, .list-group-container-full .nav-tabs > li.active > a:hover, .list-group-container-full .nav-tabs > li.active > a:focus {
  background-color: #f5f5f5;
}

.custom-prefix-input label {
  margin-right: 10px;
}
.custom-prefix-input p {
  margin-top: 10px;
  font-weight: 300;
}
.custom-prefix-input .glyphicon-ok-circle {
  margin-left: 5px;
  color: #8fc11a;
}
.custom-prefix-input .glyphicon-ban-circle {
  margin-left: 5px;
  color: red;
}

.prefix-not-valid {
  color: red;
}

/* --------------------------------------------------------- */
/* User Detail View                                          */
/* --------------------------------------------------------- */
.user-detail-view .inline-buttons .btn {
  margin-left: 10px;
}

/* --------------------------------------------------------- */
/* Square Tiles (Responsive Grid)                            */
/* --------------------------------------------------------- */
.tile {
  background-color: white;
  float: left;
  position: relative;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  overflow: hidden;
  border: 1px solid #ddd;
}
.tile:hover {
  background-color: #e6e6e6;
}

.tile-center {
  float: none !important;
  display: inline-block !important;
}

.tile-10 {
  width: 8.5%;
  padding-bottom: 8.5%;
  /* = width for a 1:1 aspect ratio */
}

.tile-15 {
  width: 13.5%;
  padding-bottom: 13.5%;
  /* = width for a 1:1 aspect ratio */
}

.tile-20 {
  width: 18.5%;
  padding-bottom: 18.5%;
  /* = width for a 1:1 aspect ratio */
}

.tile-25 {
  /*width: 23.5%;*/
  /*padding-bottom: 23.5%; /!* = width for a 1:1 aspect ratio *!/*/
  width: 180px;
  height: 180px;
}

.tile-30 {
  width: 28.5%;
  padding-bottom: 28.5%;
  /* = width for a 1:1 aspect ratio */
}

.tile-content {
  position: absolute;
  height: 80%;
  /* = 100% - 2*10% padding */
  /*width: 90%; /!* = 100% - 2*5% padding *!/*/
  width: 100%;
  padding: 10% 5%;
  text-align: center;
}

.tile-icon {
  margin-top: 15%;
  margin-bottom: 10%;
}

.tile.disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #999;
  background-color: #ddd;
}

.list-group-toggle-btn {
  padding: 10px;
}

.list-group-toggle-btn.active {
  background-color: #f5f5f5;
}

.margin-right-15px {
  margin-right: 15px;
}

.margin-right-5px {
  margin-right: 5px;
}

.margin-bottom-0px {
  margin-bottom: 0;
}

.margin-bottom-4px {
  margin-bottom: 4px;
}

.margin-bottom-15px {
  margin-bottom: 15px;
}

.margin-bottom-25px {
  margin-bottom: 25px;
}

.-margin-top-3px {
  margin-top: -3px;
}

/* --------------------------------------------------------- */
/* Drag n' Drop Multi-select                                 */
/* --------------------------------------------------------- */
/**
 * For the correct positioning of the placeholder element, the dnd-list and
 * it's children must have position: relative
 */
.multiDemo div[dnd-list] {
  position: relative;
}

/**
 * The dnd-list should always have a min-height,
 * otherwise you can't drop into it once it's empty
 */
.multiDemo div[dnd-list] {
  min-height: 42px;
  padding-left: 0px;
}

/**
 * An element with .dndPlaceholder class will be
 * added to the dnd-list while the user is dragging
 * over it.
 */
.multiDemo div[dnd-list] .dndPlaceholder {
  display: block;
  background-color: #ddd;
  min-height: 50px;
  margin-bottom: 20px;
  border-radius: 6px;
}

/**
 * The dnd-lists's child elements currently MUST have
 * position: relative. Otherwise we can not determine
 * whether the mouse pointer is in the upper or lower
 * half of the element we are dragging over. In other
 * browsers we can use event.offsetY for this.
 */
/**
 * Show selected elements in green
 */
.multiDemo div[dnd-list] div.selected .panel {
  background-color: #dff0d8;
  color: #3c763d;
}

.draggable-row {
  cursor: move;
}

/* --------------------------------------------------------- */
/* Flash Alerts                                              */
/* --------------------------------------------------------- */
.bbhr-alert-container {
  position: fixed;
  top: 25px;
  right: 25px;
  display: block;
  z-index: 10000;
}

.bbhr-alert-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bbhr-alert {
  background-color: white;
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 5px;
}
.bbhr-alert .dismiss-btn {
  color: rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 1040;
}
.bbhr-alert .bbhr-alert-icon {
  padding-top: 3px;
  padding-right: 7px;
  display: inline-block;
  float: left;
}
.bbhr-alert .bbhr-alert-text {
  display: inline-block;
  padding-right: 15px;
}
.bbhr-alert .bbhr-alert-dismiss {
  display: inline-block;
  float: right;
}

.bbhr-alert.success {
  border: 2px solid #8fc11a;
  color: #8fc11a;
}

.bbhr-alert.warning {
  border: 2px solid #f5bd00;
  color: #f5bd00;
}

.bbhr-alert.error {
  border: 2px solid #d43f3a;
  color: #d43f3a;
}

.bbhr-alert.info {
  border: 2px solid #478ad8;
  color: #478ad8;
}

/* --------------------------------------------------------- */
/* Slide-out Panel                                           */
/* --------------------------------------------------------- */
.angular-panel {
  padding: 30px 20px;
}
.angular-panel .angular-panel-title {
  margin: 0 !important;
  padding: 0 !important;
}
.angular-panel .angular-panel-head {
  min-height: 20px;
  margin-bottom: 30px;
}
.angular-panel .angular-panel-body-full {
  margin-left: -20px !important;
  margin-right: -20px !important;
}

.dimming.open {
  opacity: 0.5 !important;
}

.panels.panel-right.open {
  box-shadow: 2px 0 80px 0 rgba(0, 0, 0, 0.7) !important;
  -webkit-box-shadow: 2px 0 80px 0 rgba(0, 0, 0, 0.7) !important;
  -moz-box-shadow: 2px 0 80px 0 rgba(0, 0, 0, 0.7) !important;
}

/* TODO: Delete this crap */
.bbhr-slideout-panel {
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  z-index: 1039;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.85);
  border-left: 1px solid #ddd;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
}
.bbhr-slideout-panel .bbhr-slideout-panel-header {
  padding: 20px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ddd;
}
.bbhr-slideout-panel .bbhr-slideout-panel-header .bbhr-slideout-panel-header-title {
  margin: 0;
}
.bbhr-slideout-panel .bbhr-slideout-panel-body {
  padding: 21px;
}

@media (min-width: 769px) {
  .bbhr-slideout-panel {
    width: 45%;
  }
}
.question-details-link {
  cursor: pointer !important;
}

.question-details-link:hover {
  background-color: #f5f5f5;
}

.question-component {
  padding: 15px;
}
.question-component i.fa {
  line-height: 1.25em;
  font-size: 1.25em;
}

.question-required-false {
  color: #ddd;
}

.question-required-true {
  color: #8fc11a;
}

.table-row-link {
  cursor: pointer;
}

.table-row-link:hover {
  background-color: #f5f5f5 !important;
}

.org-user-table th {
  text-align: center;
}
.org-user-table td {
  text-align: center;
  word-wrap: break-word;
}

.campaign-survey-row {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.campaign-survey-row-first {
  border-top: 1px solid #ddd;
  margin-top: 5px;
}

.campaign-survey-row-closed {
  background-color: #f5f5f5;
}

.campaign-survey-row .link-wrapper {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.campaign-survey-row .link-wrapper i.fa {
  font-size: 1.2em;
}

/* --------------------------------------------------------- */
/* Miscellaneous                                             */
/* --------------------------------------------------------- */
.config-info {
  margin-top: 10px;
  color: gray;
}
.config-info span {
  color: black;
}

.customer-logo {
  max-height: 200px;
  max-width: 300px;
}

.modal-xl {
  width: 95%;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ddd;
  display: inline-block;
  line-height: 11px;
  margin-right: 5px;
}

.dot-red {
  background-color: #d9534f;
}

.dot-yellow {
  background-color: #f0ad4e;
}

.dot-green {
  background-color: #8fc11a;
}

.dot-blue {
  background-color: #337ab7;
}

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

.table-row-link.active {
  color: #337ab7;
}

.icon-green {
  color: #8fc11a;
}

.icon-black {
  color: black;
}

.icon-yellow {
  color: #f0ad4e;
}

.blur-text {
  -webkit-filter: blur(4px);
  -webkit-transition: -webkit-filter .50s;
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='4');
}

.blur-text:hover, .blur-text:focus {
  -webkit-filter: none;
  -webkit-transition: -webkit-filter .50s;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
}

.margin-15px {
  margin: 15px;
}

/* --------------------------------------------------- */
/* Partial Loader                                      */
/* --------------------------------------------------- */
.partial-loader {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 50px auto;
}

.partial-loader * {
  display: none;
}

.partial-loader:before {
  content: url(/resources/images/ring-alt-spinner-purple-small.gif);
  position: absolute;
  top: 0;
}

#send-test-invitation-section {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-bottom: 10px;
}

.button-clear {
  background: none;
  border: none;
  font-size: 1em;
}

.list-group-item .button-link {
  color: #337ab7;
  text-decoration: none;
}
.list-group-item.active .button-link {
  color: white;
}

.filter-responses-btn-row {
  margin-top: 10px;
}

.edit-response-modal-body {
  padding-left: 20px;
  padding-right: 20px;
}

.edit-response-modal-question-detail {
  margin-top: 10px;
}

.question-header {
  background-color: #f9f9f9;
}

.question-detail-panel {
  max-height: 80%;
  overflow-y: auto;
  position: fixed;
  right: 9px;
  left: 52%;
  bottom: 10px;
}

.table > tbody > tr > .padding-left-25px, .padding-left-25px {
  padding-left: 25px;
}

.padding-top-3px {
  padding-top: 3px;
}

.padding-top-6px {
  padding-top: 6px;
}

.padding-top-20 {
  padding-top: 20px;
}

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

.padding-x-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.padding-x-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.padding-0 {
  padding: 0;
}

.padding-y-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-top-6px {
  padding-top: 6px;
}

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

.padding-left-5px {
  padding-left: 5px;
}

.padding-left-15px {
  padding-left: 15px;
}

.padding-right-0px {
  padding-right: 0;
}

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

.display-inline {
  display: inline;
}

.display-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-grow {
  flex-grow: 1;
}

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

.space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.inline-gutter {
  position: absolute;
  left: 10px;
}

.page-preview {
  width: 100%;
  font-size: calc(10px + (16 - 10) * ((100vw - 992px) / (1920 - 992)));
  position: relative;
}
.page-preview .page-preview-header {
  background-color: #fff;
  padding: 6px;
}
.page-preview.activate .page-preview-header {
  background: transparent;
  position: absolute;
  top: 1em;
  left: 1em;
  z-index: 1;
}
.page-preview .page-preview-logo {
  max-width: 6em;
  max-height: 3em;
}
.page-preview .poweredby {
  font-size: .6em;
}
.page-preview .poweredby .poweredby-logo {
  max-width: 6em;
  max-height: 2.5em;
}
.page-preview .page-preview-progressbar {
  width: 33%;
  height: 1em;
  background-color: #e9ecef;
  position: relative;
}
.page-preview .page-preview-progressbar > div {
  width: 33%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-preview .page-preview-body {
  min-height: 40vh;
  padding: 1em;
}
.page-preview .page-preview-body .question {
  max-width: 75%;
  font-size: 2em;
  margin: 0 auto .5em;
}
.page-preview .page-preview-body hr {
  background: #fff;
}
.page-preview .page-preview-body .circle-btn {
  width: 3em;
  height: 3em;
  font-size: 1em;
  border-radius: 3em;
}
.page-preview .page-preview-body .rank-order {
  width: 100%;
  padding: .25em;
}
.page-preview .page-preview-body .rank-order .circle-btn {
  width: 2em;
  height: 2em;
  font-size: .75em;
}
.page-preview .page-preview-body .fake-input {
  width: 100%;
  color: #495057;
  border-bottom: 1px solid #dedede;
  padding: .5em;
}
.page-preview .page-preview-body .fake-input.disabled {
  background: #dedede;
}
.page-preview.activate .page-preview-body {
  min-height: 60vh;
}
.page-preview .page-preview-footer {
  background: #dedede;
  padding: .8em;
}
.page-preview .page-preview-footer button {
  font-size: .8em;
  padding: .25em .5em;
}

@keyframes rotateInfinite {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotate-infinite {
  animation: rotateInfinite 300ms linear infinite;
}

.valign-middle,
.table > tbody > tr > td.valign-middle {
  vertical-align: middle;
}

.nowrap {
  white-space: nowrap;
}

.table-sticky {
  max-height: 85vh;
  border-collapse: separate;
  overflow: auto;
}
.table-sticky table {
  border-collapse: separate;
}
.table-sticky table tr:first-of-type > th {
  background-color: white;
  vertical-align: top;
  position: sticky;
  top: 0;
  z-index: 10;
}

.table-thead-sticky {
  max-height: 85vh;
  border-collapse: separate;
  overflow: auto;
}
.table-thead-sticky table {
  border-collapse: separate;
}
.table-thead-sticky table thead tr th {
  vertical-align: top;
  position: sticky;
  z-index: 10;
}
.table-thead-sticky table thead tr th:not(.bg-success):not(.bg-info) {
  background: white;
}
.table-thead-sticky table thead tr:nth-of-type(1) th {
  top: 0;
}
.table-thead-sticky table thead tr:nth-of-type(2) th {
  top: 40px;
}

.thead-sticky th {
  background: white;
  position: sticky;
  top: 0;
  z-index: 10;
}

.table-striped i.fa-check-square-o {
  color: #8fc11a;
  padding-top: 6px;
}

.tr-center-text > th,
.tr-center-text > td {
  text-align: center;
}

.tr-border-bottom > th,
.tr-border-bottom > td {
  border-bottom: 1px solid #ddd;
}

.table-border tr th,
.table-border tr td,
.table-border,
.table-border > thead:first-child > tr:first-child > th {
  border: 1px solid #ddd;
}

.table-filter {
  padding: .5rem 0;
  margin-top: .5rem;
}

.table-loading {
  width: 100%;
  height: 25px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.table-responsive.is-working {
  overflow: hidden;
}

.table-working,
.loading-overlay {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  font-size: 2rem;
  position: absolute;
  top: 0;
  left: 0;
}

.table-working {
  align-items: center;
}

.loading-overlay {
  align-items: flex-start;
  padding-top: 2rem;
}

.loading-overlay > div:first-of-type {
  padding-top: .5rem;
}

.capitalize {
  text-transform: capitalize;
}

.cursor-pointer {
  cursor: pointer;
}

.filter-popover .display-block {
  display: block;
}

.filter-popover a {
  cursor: pointer;
  border-radius: 0.75rem;
  padding: .75rem;
  text-decoration: none;
}
.filter-popover a strong {
  font-size: 1.2rem;
}
.filter-popover a:hover {
  background: #ecf2f6;
}

.filter-cell,
.filter-cell-item {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.filter-cell-item {
  flex: 1 1 auto;
  cursor: pointer;
  border-radius: .5rem;
}
.filter-cell-item:hover {
  background: #ecf2f6;
}
.filter-cell-item > * {
  flex: 1 1 auto;
  padding: 4px;
}

.filter-state .popover-content {
  padding: 9px;
}

i.filter-na:before {
  content: "NA";
  font-size: .6em;
  font-style: normal;
  background: #5d5e5e;
  color: white;
  border-radius: .25rem;
  padding: .25rem;
}

.filter-key {
  margin-top: 3rem;
}
.filter-key > div {
  display: flex;
  align-items: center;
  padding-bottom: .25rem;
}
.filter-key i {
  width: 1.5rem;
  text-align: center;
  margin-right: .5rem;
}

.filter-preview {
  width: 100%;
  max-width: 100%;
  max-height: 150px;
  overflow: auto;
}
.filter-preview div[filter-label] {
  background: white;
  position: sticky;
  top: 0;
  z-index: 10;
}

ul.filter-diff {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.filter-diff > li {
  max-height: 103px;
  overflow-y: auto;
  overflow-x: hidden;
}
ul.filter-diff > li > span {
  display: block;
  background: white;
  position: sticky;
  top: 0;
  z-index: 10;
}
ul.filter-diff ins,
ul.filter-diff del {
  width: 100%;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 .5rem 0 0;
}
ul.filter-diff ins {
  text-decoration: none;
}

.snapshot-table-title {
  display: block;
  margin: 0 0 .5rem;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.relative {
  position: relative;
}

.panel-heading.body-hidden {
  border-bottom: none;
}

.ui-select-match-text {
  max-width: 95%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.radio-nowrap-under {
  position: relative;
  padding-left: 2rem;
}

.radio-nowrap-under > input[type=radio] {
  position: absolute;
  left: 0;
}

.table-remove {
  width: 100%;
  padding-right: 40px;
  overflow-x: scroll;
  overflow-y: visible;
  position: relative;
}

.table-remove-column {
  width: 40px;
  background: #fff;
  text-align: center;
  position: absolute;
  top: auto;
  right: 0;
}

.flex-space-between {
  display: flex;
  justify-content: space-between;
}

.margin-right-20px {
  margin-right: 20px;
}

.question-preview-answers {
  padding: 10px;
  margin-right: 4px;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.w-full {
  width: 100%;
}

.w-auto {
  width: auto;
}

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

.padding-left-0 {
  padding-left: 0;
}

ul.select-crud-list {
  list-style: none;
  max-height: 294px;
  overflow-y: auto;
  padding: 0;
  margin: 0 0 1.5rem;
}
ul.select-crud-list .group {
  position: sticky;
  top: 0;
  background: white;
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: .5rem;
}
ul.select-crud-list ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}
ul.select-crud-list ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .5rem;
}

.ui-select-bootstrap > .ui-select-choices {
  pointer-events: auto;
  transform: translateZ(0);
  overscroll-behavior: none;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.-mx-1px {
  margin-right: -1px;
  margin-left: -1px;
}

.-mx-10px {
  margin-right: -10px;
  margin-left: -10px;
}

.border-bottom-none {
  border-bottom: none;
}

.border-top-none {
  border-top: none !important;
}

.row [class*="col-"] > .drilldown-toggle {
  position: absolute;
  left: -3px;
}

.drilldown-toggle > i {
  transition: transform 300ms ease;
}

.drilldown-toggle.is-active > i {
  transform: rotate(90deg);
}

.mx-0 {
  margin-right: 0;
  margin-left: 0;
}

.sticky-overflow {
  max-height: 100vh;
  position: sticky;
  top: 0;
  overflow-y: auto;
}

.sticky-header {
  background: white;
  padding-top: 1rem;
  padding-bottom: .5rem;
  position: sticky;
  top: 0;
  z-index: 10;
}

.sticky {
  position: sticky;
  z-index: 10;
}

.pin-t {
  top: 0;
}

.overflow-80 {
  max-height: 78vh;
  overflow-y: auto;
}

.loading-pulse {
  display: block;
  width: 60px;
  height: 60px;
  margin: 1rem auto;
  background-color: #5d5e5e;
  border-radius: 100%;
  animation: loading-pulse 1000ms infinite ease-in-out;
  position: relative;
}

@keyframes loading-pulse {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.font-mono {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.table-sortable th[st-sort]:before {
  content: "\f0dc";
  font-family: FontAwesome;
  opacity: .3;
}

.table-sortable th.st-sort-ascent[st-sort]:before {
  content: "\f0de";
  opacity: .8;
}

.table-sortable th.st-sort-descent[st-sort]:before {
  content: "\f0dd";
  opacity: .8;
}

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

.modal-form-panel {
  background: #f3f3f3;
  border-radius: .5rem;
  padding: 15px;
}

.bordered-list > li {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.bordered-list > li:not(:last-of-type),
dl.bordered-list:not(:last-of-type) {
  border-bottom: 1px solid #f3f3f3;
}

dl.bordered-list {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
}

.rounded-0 {
  border-radius: 0;
}

.answer-option-delete {
  position: absolute;
  top: 9px;
  color: red;
}

textarea.answer-option-dropdown-textarea {
  height: 200px;
  overflow: scroll;
}

/* --------------------------------------------------------- */
/* Question Groups                                           */
/* --------------------------------------------------------- */
.question-group-infobar {
  background-color: #f3f3f3;
}

.question-group-question {
  background-color: #f3f3f3;
  margin-left: 15px;
}

/*# sourceMappingURL=nexgen-admin.css.map */
