﻿@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700,900,100italic,300italic,400italic,500italic,700italic,900italic);
/*

  Rock's Core CSS

  1. Imports - Used to import the various core less files
  2. HTML Overrides - Style overrides for basic HTML tags
  3. Utility Classes - Classes that we use often to keep from writing from repeating ourselves
  4. Bootstrap Overrides - When Bootstrap gets it wrong, we make it right (we know it's called delusion)
  5. ASP.Net Overrides - Yep they get it wrong too sometimes

*/
/* jquery.Jcrop.css v0.9.12 - MIT License */
/*
  The outer-most container in a typical Jcrop instance
  If you are having difficulty with formatting related to styles
  on a parent element, place any fixes here or in a like selector

  You can also style this element if you want to add a border, etc
  A better method for styling can be seen below with .jcrop-light
  (Add a class to the holder and style elements for that extended class)
*/
.jcrop-holder {
  direction: ltr;
  text-align: left;
}
/* Selection Border */
.jcrop-vline,
.jcrop-hline {
  background: #ffffff url(data:image/gif;base64, R0lGODlhCAAIAJEAAKqqqv///wAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCgAAACwAAAAACAAIAAACDZQFCadrzVRMB9FZ5SwAIfkECQoAAAAsAAAAAAgACAAAAg+ELqCYaudeW9ChyOyltQAAIfkECQoAAAAsAAAAAAgACAAAAg8EhGKXm+rQYtC0WGl9oAAAIfkECQoAAAAsAAAAAAgACAAAAg+EhWKQernaYmjCWLF7qAAAIfkECQoAAAAsAAAAAAgACAAAAg2EISmna81UTAfRWeUsACH5BAkKAAAALAAAAAAIAAgAAAIPFA6imGrnXlvQocjspbUAACH5BAkKAAAALAAAAAAIAAgAAAIPlIBgl5vq0GLQtFhpfaIAACH5BAUKAAAALAAAAAAIAAgAAAIPlIFgknq52mJowlixe6gAADs=);
  font-size: 0;
  position: absolute;
}
.jcrop-vline {
  height: 100%;
  width: 1px !important;
}
.jcrop-vline.right {
  right: 0;
}
.jcrop-hline {
  height: 1px !important;
  width: 100%;
}
.jcrop-hline.bottom {
  bottom: 0;
}
/* Invisible click targets */
.jcrop-tracker {
  height: 100%;
  width: 100%;
  /* "turn off" link highlight */
  -webkit-tap-highlight-color: transparent;
  /* disable callout, image save panel */
  -webkit-touch-callout: none;
  /* disable cut copy paste */
  -webkit-user-select: none;
}
/* Selection Handles */
.jcrop-handle {
  background-color: #333333;
  border: 1px #eeeeee solid;
  width: 7px;
  height: 7px;
  font-size: 1px;
}
.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px;
}
.jcrop-handle.ord-e {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 50%;
}
.jcrop-handle.ord-w {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 50%;
}
.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-ne {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 0;
}
.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -4px;
  margin-right: -4px;
  right: 0;
}
.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  margin-left: -4px;
}
/* Dragbars */
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%;
}
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px;
}
.jcrop-dragbar.ord-n {
  margin-top: -4px;
}
.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px;
}
.jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0;
}
.jcrop-dragbar.ord-w {
  margin-left: -4px;
}
/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background: #ffffff;
  filter: alpha(opacity=70) !important;
  opacity: .70!important;
}
.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000000;
  border-color: #ffffff;
  border-radius: 3px;
}
/* The "jcrop-dark" class/extension */
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
  background: #000000;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}
.jcrop-dark .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 3px;
}
/* Simple macro to turn off the antlines */
.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
  background: #ffffff;
}
/* Fix for twitter bootstrap et al. */
.jcrop-holder img,
img.jcrop-preview {
  max-width: none;
}
/*
    Used to manage styles related to the CMS admin UI for on page editing
    
    1. Zone Configuration
    2. Module Configuration
    3. Admin Footer
    4. Responsive Rules
*/
.zone-instance.outline {
  border: 1px dashed #909090;
  /* todo */
  min-height: 30px;
  min-width: 50px;
  position: relative;
  margin: 1px;
  border-radius: 3px;
  float: left;
  width: 100%;
  z-index: 1049;
}
.zone-configuration {
  background: #222222;
  border: 1px solid #090909;
  border-radius: 4px;
  cursor: pointer;
  display: none;
  height: 26px;
  overflow: hidden;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 25px;
  z-index: 1000;
  right: auto;
}
.zone-configuration p {
  float: left;
}
.zone-configuration-bar {
  color: #d5d5d5;
  display: inline-block;
  float: left;
  left: 24px;
  margin-left: 6px;
  margin-right: -999em;
  overflow: hidden;
  position: absolute;
}
.zone-configuration-bar span {
  display: block;
  float: left;
  font-size: 10px;
  padding-right: 20px;
  margin-top: 4px;
}
.block-configuration {
  background: #222222;
  border: 1px solid #090909;
  border-radius: 4px;
  cursor: pointer;
  display: none;
  height: 26px;
  overflow: hidden;
  position: absolute;
  top: 2px;
  width: 26px;
  z-index: 1049;
}
.block-instance.outline {
  min-height: 36px;
  clear: both;
  display: block;
  position: relative;
}
.config-bar {
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.4);
}
.config-bar > a {
  text-decoration: none;
  padding: 0 !important;
  margin: 0 !important;
}
.config-bar a i.fa {
  float: left;
  margin-left: 5px;
  margin-top: 3px;
  font-size: 18px;
  color: #d5d5d5;
  margin-right: 10px;
}
.block-configuration-bar {
  color: #d5d5d5;
  display: inline-block;
  float: left;
  left: 24px;
  margin-left: 6px;
  margin-right: -999em;
  overflow: hidden;
  position: absolute;
}
.block-configuration-bar .btn {
  margin-right: 12px;
  color: #d5d5d5;
  text-shadow: none;
}
.block-configuration-bar span {
  display: block;
  float: left;
  font-size: 10px;
  padding-right: 20px;
  margin-top: 3px;
}
#cms-admin-footer {
  bottom: 0;
  width: 100%;
  height: 36px;
  z-index: 1049;
  position: fixed;
  right: 0;
  margin-right: 0;
  background: #222222;
  border-color: #090909;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  color: #d5d5d5;
  padding: 8px 12px 0 12px;
  transition: .5s;
}
#cms-admin-footer > span {
  display: none;
  text-align: center;
  margin-bottom: 4px;
  font-size: 12px;
  margin-top: 3px;
}
#cms-admin-footer a {
  font-size: 16px;
}
#cms-admin-footer .button-bar {
  margin-top: -8px;
  margin-left: 12px;
  text-align: center;
}
#cms-admin-footer .button-bar a {
  background-color: transparent;
  background-image: none;
  border: 0;
}
#cms-admin-footer .btn {
  color: #d5d5d5;
  box-shadow: none;
  text-shadow: none;
}
@media (min-width: 768px) {
  #cms-admin-footer {
    opacity: 0;
  }
  #cms-admin-footer:hover {
    opacity: 1;
  }
  #cms-admin-footer > span {
    display: block;
    text-align: left;
    float: left;
  }
  #cms-admin-footer .button-bar {
    float: right;
  }
}
/*!
 * Bootstrap Modal
 *
 * Copyright Jordan Schroter
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Boostrap 3 patch for for bootstrap-modal. Include BEFORE bootstrap-modal.css!
 */
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0;
}
.modal {
  left: 50%;
  bottom: auto;
  right: auto;
  padding: 0;
  width: 500px;
  margin-left: -250px;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}
.modal.container {
  max-width: none;
}
/*!
 * Bootstrap Modal
 *
 * Copyright Jordan Schroter
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.modal-open {
  overflow: hidden;
}
/* add a scroll bar to stop page from jerking around */
.modal-open.page-overflow .page-container,
.modal-open.page-overflow .page-container .navbar-fixed-top,
.modal-open.page-overflow .page-container .navbar-fixed-bottom,
.modal-open.page-overflow .modal-scrollable {
  overflow-y: scroll;
}
@media (max-width: 979px) {
  .modal-open.page-overflow .page-container .navbar-fixed-top,
  .modal-open.page-overflow .page-container .navbar-fixed-bottom {
    overflow-y: visible;
  }
}
.modal-scrollable {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}
.modal {
  outline: none;
  position: absolute;
  margin-top: 0;
  top: 50%;
  overflow: visible;
  /* allow content to popup out (i.e tooltips) */
}
.modal.fade {
  top: -100%;
  transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
}
.modal.fade.in {
  top: 50%;
}
.modal-body {
  max-height: none;
  overflow: visible;
}
.modal.modal-absolute {
  position: absolute;
  z-index: 950;
}
.modal .loading-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 6px;
}
.modal-backdrop.modal-absolute {
  position: absolute;
  z-index: 940;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
  background: #fff;
}
.modal.container {
  width: 940px;
  margin-left: -470px;
}
/* Modal Overflow */
.modal-overflow.modal {
  top: 1%;
}
.modal-overflow.modal.fade {
  top: -100%;
}
.modal-overflow.modal.fade.in {
  top: 1%;
}
.modal-overflow .modal-body {
  /*overflow: auto;*/
  -webkit-overflow-scrolling: touch;
}
/* Responsive */
@media (min-width: 1200px) {
  .modal.container {
    width: 1170px;
    margin-left: -585px;
  }
}
@media (max-width: 979px) {
  .modal,
  .modal.container,
  .modal.modal-overflow {
    top: 1%;
    right: 1%;
    left: 1%;
    bottom: auto;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .modal.fade.in,
  .modal.container.fade.in,
  .modal.modal-overflow.fade.in {
    top: 1%;
    bottom: auto;
  }
  .modal-body,
  .modal-overflow .modal-body {
    position: static;
    margin: 0;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
  .modal-footer,
  .modal-overflow .modal-footer {
    position: static;
  }
}
.loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
}
/*
Animate.css - http://daneden.me/animate
Licensed under the ☺ license (http://licence.visualidiot.com/)

Copyright (c) 2012 Dan Eden*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
.modal-content.rock-modal,
.rock-modal .modal-content {
  border: 0;
  background-color: #ffffff;
  color: #333333;
}
.modal-content.rock-modal .modal-header,
.rock-modal .modal-content .modal-header {
  background-color: #f89734;
  color: #ffffff;
  padding: 5px 15px;
  min-height: 34px;
}
.modal-content.rock-modal .modal-header:before,
.rock-modal .modal-content .modal-header:before,
.modal-content.rock-modal .modal-header:after,
.rock-modal .modal-content .modal-header:after {
  content: " ";
  display: table;
}
.modal-content.rock-modal .modal-header:after,
.rock-modal .modal-content .modal-header:after {
  clear: both;
}
.modal-content.rock-modal .modal-header h3,
.rock-modal .modal-content .modal-header h3 {
  float: left;
  margin-right: 12px;
}
.modal-content.rock-modal .modal-header .close,
.rock-modal .modal-content .modal-header .close {
  margin: 0;
  padding: 6px;
  color: #ffffff;
  text-shadow: none;
}
.modal-content.rock-modal .modal-header .label,
.rock-modal .modal-content .modal-header .label {
  margin-top: 8px;
}
.modal-content.rock-modal .modal-header small,
.rock-modal .modal-content .modal-header small {
  margin-top: 12px;
  display: block;
  color: #e6e6e6;
}
.modal-content.rock-modal .modal-body,
.rock-modal .modal-content .modal-body {
  color: #333333;
  text-align: left;
}
.modal-content.rock-modal .modal-body > .scroll-container,
.rock-modal .modal-content .modal-body > .scroll-container {
  width: 720px;
}
.modal-content.rock-modal .modal-body > .scroll-container > .viewport,
.rock-modal .modal-content .modal-body > .scroll-container > .viewport {
  width: 670px;
}
.modal-content.rock-modal .modal-body.iframe,
.rock-modal .modal-content .modal-body.iframe {
  overflow: hidden;
}
.modal-content.rock-modal .modal-footer,
.rock-modal .modal-content .modal-footer {
  padding: 8px;
  margin-top: 10px;
  background-color: #fffcf9;
  color: #f78a1b;
  border-radius: 0 0 4px 4px;
}
.rock-modal .modal-body {
  padding: 8px 12px 12px 12px;
}
.rock-modal .modal-footer:after {
  clear: both;
}
.rock-modal .modal-footer .btn {
  float: right;
  margin-left: 5px;
}
.modal.modal-overflow {
  top: 60px;
}
#modal-popup_iframe {
  height: 100%;
  width: 100%;
  border: 0;
  display: block;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.5;
  filter: alpha(opacity=70);
  background: #000000;
}
.modal-dialog {
  margin: 0;
  width: auto;
}
.modal-content {
  border: none;
}
/*
    Used to manage styles related to Rock's forms
    
    1. Bootstrap Overrides / Additions
    2. Data Lists
    3. Input Sizing
    4. Control Specific Styles
    5. Validation
    6. Custom Controls
    7. Static Control
*/
/* doesn't appear to be used JME 7/22/2015
.form-actions { // adding BS2 form-actions back
    padding: 12px 16px;
    background-color: @axxxxccent-color;
    color: @axxxxccent-text-color;
}*/
legend {
  font-weight: 300;
  color: #333333;
  border-width: 0;
}
.checkbox-inline:first-child,
.radio-inline:first-child {
  padding-left: 30px;
}
a.aspNetDisabled {
  opacity: 0.5;
}
.form-group.rock-literal label,
.rock-control-wrapper label {
  margin-bottom: 0;
}
.form-group.rock-literal p.form-control-static,
.rock-control-wrapper p.form-control-static {
  padding-top: 0;
}
.form-group {
  font-size: 20px;
  line-height: 1.4;
}
.form-group .checkbox:last-child {
  margin-bottom: 30px;
}
.form-group > .form-group {
  margin-top: 12px;
}
.form-horizontal .form-group {
  margin-right: 0;
}
.form-horizontal .form-group label {
  float: left;
  padding-right: 12px;
}
.form-horizontal .form-group .form-control-group,
.form-horizontal .form-group .form-control {
  float: left;
}
.controls .checkbox:first-child {
  margin-top: 0;
}
.form-group.required .control-label:after {
  font-family: FontAwesome;
  content: '\f111';
  margin-left: 4px;
  font-size: 6px;
  color: #eca9a7;
  vertical-align: super;
}
dl:not(.dl-horizontal) dt {
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 2px;
}
dl:not(.dl-horizontal) dt:first-child {
  margin-top: 0;
}
dl:not(.dl-horizontal) dd {
  margin-left: 0;
}
.form-control.input-width-xs,
.input-group.input-width-xs,
.form-control-group.input-width-xs input {
  width: 60px;
}
.form-control.input-width-sm,
.input-group.input-width-sm,
.form-control-group.input-width-sm input {
  width: 90px;
}
.form-control.input-width-md,
.input-group.input-width-md,
.form-control-group.input-width-md input {
  width: 140px;
}
.form-control.input-width-lg,
.input-group.input-width-lg,
.form-control-group.input-width-lg input {
  width: 210px;
}
.form-control.input-width-xl,
.input-group.input-width-xl,
.form-control-group.input-width-xl input {
  width: 270px;
}
.form-control.input-width-xxl,
.input-group.input-width-xxl,
.form-control-group.input-width-xxl input {
  width: 530px;
}
.form-control-group:before,
.form-control-group:after {
  content: " ";
  display: table;
}
.form-control-group:after {
  clear: both;
}
.form-control-group .form-control,
.form-control-group .input-group {
  margin-right: 6px;
  float: left;
}
.form-control-group > span {
  float: left;
  margin: 8px 6px 0 0;
}
.form-control-group > label {
  float: left;
  margin-top: 8px;
}
.month-year-picker .separator,
.month-day-picker .separator {
  float: left;
  font-size: 20px;
  margin: 4px 8px 0 -2px;
  color: #8c8c8c;
}
.rock-check-box .checkbox {
  margin-top: 0;
}
.validation-error {
  color: #d9534f;
  font-weight: 300;
  float: left;
}
.btn-controlaligned {
  margin-top: 24px;
}
.form-group.static-control label {
  margin-bottom: 0;
}
.form-group.static-control .form-control-static {
  padding-top: 0;
}
/*
    Used to manage styles related to Rock's dashboard
    
    1. Basic Widgets
    2. 
    3. 
    4. 
    5. 

*/
.panel-dashboard {
  margin: 24px 0 0 ;
  height: 220px;
  border-color: #fab065;
}
.panel-dashboard > .panel-heading {
  color: #f78a1b;
  background-color: #fffcf9;
  border-color: #fab065;
}
.panel-dashboard > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fab065;
}
.panel-dashboard > .panel-heading .badge {
  color: #fffcf9;
  background-color: #f78a1b;
}
.panel-dashboard > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fab065;
}
/*
    Used to manage styles related to Rock's internal grid component

    1. Bootstrap Overrides
    2. Core Table
    3. Filter
    4. Column Header
    5. Footer
    6. Light Style - Used for small grids
    7. Reusable classes
    8. Column Types
    9. Row Types
    10. Responsive Columns
    11. Components
*/
.table > tbody > tr > td {
  color: #333333;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f7f7f7;
  color: #333333;
}
td.grid-select-cell {
  cursor: pointer;
}
td.wrap-contents {
  -ms-word-break: break-all;
  word-break: break-all;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.table {
  margin-bottom: 0;
}
.grid {
  margin-bottom: 15px;
}
.grid .grid-table {
  border: 1px solid #dddddd;
}
.grid .grid-table.table-light {
  border: none;
}
.grid.grid-panel .grid-table {
  border: none !important;
}
.grid.grid-panel th:first-child,
.grid.grid-panel td:first-child {
  border-left: 0;
}
.grid.grid-panel th:last-child,
.grid.grid-panel td:last-child {
  border-right: 0;
}
.grid-panel .table-responsive[data-pattern="priority-columns"],
.table-responsive.table-no-border {
  border: 0;
}
.table-responsive[data-pattern="priority-columns"] {
  position: static;
}
.table-wrapper .btn-toolbar {
  display: none;
}
.grid-filter {
  background-color: #fffcf9;
  border-radius: 4px;
  padding: 6px 12px;
  border-bottom: 1px solid #dddddd;
  color: #f78a1b;
}
.grid-filter header {
  border-radius: 4px 4px 0 0;
  padding: 4px;
  cursor: pointer;
  height: 24px;
  text-align: right;
}
.grid-filter header h3 {
  font-size: 12px;
  margin: 0 2px 0 2px;
  line-height: 16px;
  display: inline;
  font-weight: 300;
}
.grid-filter header i {
  color: #fbbd7e;
}
.grid-filter header fieldset {
  margin-bottom: 0;
}
.grid-filter h4 {
  margin: 12px 0 20px;
  padding-bottom: 8px;
  font-weight: 300;
}
.grid-filter .grid-filter-entry {
  margin-bottom: 12px;
}
.grid-filter .picker .picker-label {
  background-color: #fffcf9;
  color: #f78a1b;
  border-color: #fde3c8;
}
.grid-filter-entry legend + .control-group {
  margin-top: 0;
}
.grid-filter-overview h4 {
  margin: 0;
}
.grid-filter-overview fieldset {
  margin-bottom: 12px;
}
.table > thead > tr > th {
  background-color: #f89734;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  border-color: #dddddd;
}
.table > thead > tr > th > a:not(.btn) {
  color: #ffffff;
  display: block;
}
.table > thead > tr > th.ascending a::before {
  padding-right: 5px;
  content: "\f0d8";
  font-family: FontAwesome;
}
.table > thead > tr > th.descending a::before {
  padding-right: 5px;
  content: "\f0d7";
  font-family: FontAwesome;
}
.table.table-light > thead > tr > th {
  background-color: transparent;
  color: #333333;
  border-color: #999999;
}
.grid-paging {
  background-color: #fffcf9;
  color: #f78a1b;
}
.grid-paging .pagination {
  margin-top: 0;
  margin-bottom: 0;
}
.grid-paging .pagination li > a {
  background-color: #feefe1;
  color: #333333;
  border-color: #fbbd7e;
}
.grid-paging .pagination li.active > a {
  background-color: #ffffff;
}
.grid-paging .grid-pager {
  float: right;
}
.grid-paging .grid-pagesize {
  float: left;
}
.grid-paging .grid-itemcount {
  float: left;
  font-size: 11px;
  margin-left: 10px;
  margin-top: 7px;
}
td.grid-col-actions {
  text-align: right;
}
.grid-actions {
  text-align: right;
  background-color: #fffcf9;
}
.grid-actions .btn {
  margin-left: 8px;
  background-color: #feefe1;
  color: #333333;
  border-color: #fbca97;
}
.table-light {
  background-color: transparent;
}
.table-light thead th {
  background-color: inherit;
  color: #333333;
  font-weight: 700;
}
.table-light tfoot td {
  background-color: inherit;
}
.table-light tfoot td .grid-actions a {
  border-radius: 0;
  border-style: none;
  border-width: 0;
  box-shadow: none;
  border-color: none;
}
.table-light .grid-columncommand {
  text-align: right;
  width: 42px;
  min-width: 42px;
}
.table-padded td,
.table-padded th {
  padding: 12px !important;
}
.grid-select-field {
  text-align: center;
  min-width: 40px;
}
.grid-select-field .checkbox,
.grid-select-field .radio {
  padding-left: 0;
  margin: 4px 0 0 0;
}
.grid-select-field .checkbox input,
.grid-select-field .radio input {
  float: none;
  margin: 0;
}
.grid-select-field .checkbox:last-child,
.grid-select-field .radio:last-child {
  margin-bottom: 0px;
  margin-left: -12px;
}
.grid-select-field .checkbox label,
.grid-select-field .radio label {
  padding: 0;
}
.table > tbody > tr > td.grid-select-field {
  padding: 12px 12px 0 12px;
}
.table > thead > tr > th.grid-select-field {
  padding: 14px 12px 10px 12px;
}
.table > thead > tr > th,
.table > tbody > tr > td {
  padding: 12px;
}
.table > thead > tr > th.grid-columncommand,
.table > tbody > tr > td.grid-columncommand {
  padding: 6px;
  min-width: 48px;
}
.table > thead > tr > th.grid-columnreorder,
.table > tbody > tr > td.grid-columnreorder {
  padding-top: 12px;
  min-width: 48px;
  width: 48px;
}
.table > thead > tr > th.grid-columnreorder a,
.table > tbody > tr > td.grid-columnreorder a {
  color: #666666;
}
.table .color-field {
  padding: 0;
  width: 4px;
}
.table .color-field + th {
  border-left-width: 0px;
}
.table .grid-icon img {
  width: 72px;
  height: 72px;
}
.table > tbody > tr.grid-section-header > td {
  background-color: #fbca97;
  color: #753d04;
}
.table > tbody > tr.grid-section-header:hover > td {
  background-color: #fbca97 !important;
}
tr.row-highlight td {
  background-color: #d5e6ed !important;
  color: #333333 !important;
}
.table > thead > tr.grid-header-bold th {
  background-color: #f89734;
  color: #919191;
  border-color: #f9a44d;
  vertical-align: top !important;
}
.table > tbody > tr.grid-row-bold td {
  background-color: #f89734;
  color: #919191;
  border-color: #f9a44d;
  vertical-align: top !important;
}
.table > tbody > tr.grid-row-bold:hover td {
  background-color: #fab065;
}
.table > tbody > tr.is-inactive > td {
  color: #808080;
}
.table > tbody > tr.is-inactive-person > td {
  color: #808080;
}
.table > tbody > tr.is-deceased > td {
  color: #d9534f;
}
.table-responsive {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.table-responsive th[data-priority],
.table-responsive td[data-priority] {
  display: none;
}
.table-responsive th[data-priority="1"],
.table-responsive td[data-priority="1"] {
  display: table-cell;
}
@media screen and (min-width: 480px) {
  .table-responsive th[data-priority="2"],
  .table-responsive td[data-priority="2"] {
    display: table-cell;
  }
}
@media screen and (min-width: 640px) {
  .table-responsive th[data-priority="3"],
  .table-responsive td[data-priority="3"] {
    display: table-cell;
  }
}
@media screen and (min-width: 800px) {
  .table-responsive th[data-priority="4"],
  .table-responsive td[data-priority="4"] {
    display: table-cell;
  }
}
@media screen and (min-width: 960px) {
  .table-responsive th[data-priority="5"],
  .table-responsive td[data-priority="5"] {
    display: table-cell;
  }
}
@media screen and (min-width: 1120px) {
  .table-responsive th[data-priority="6"],
  .table-responsive td[data-priority="6"] {
    display: table-cell;
  }
}
.alert.alert-grid {
  margin-top: -15px;
  margin-right: -15px;
  margin-left: -15px;
  border-radius: 0;
  margin-bottom: 15px;
}
/*
    Used to manage styles for specific blocks.

    1. HTML Content - block to edit HTML on a page
    2. My Account - Used on external sites for setting person details
    3. Lava Debug - Used to style the lava debug panel
    4. Social Tools - Used for showing social media links
*/
.htmlcontent-edit-header {
  padding: 15px 30px 0 30px;
}
.htmlcontent-edit-header .html-content-approve {
  float: right;
  margin-top: 4px;
}
.codeeditor-header {
  /*position: absolute;
    top: -4px;
    right: 0;*/
}
.codeeditor-header .picker-mergefield {
  float: right;
}
.codeeditor-header .picker .picker-label {
  padding: 2px 6px;
}
.my-account {
  margin-bottom: 30px;
}
.my-account .photo img {
  width: 100%;
}
.lava-debug {
  clear: both;
  margin-top: 24px;
}
.lava-debug code {
  background-color: #c4e3f3;
  color: #3a87ad;
}
.lava-debug p {
  margin-bottom: 10px;
  font-weight: normal !important;
}
.lava-debug p.attributes {
  margin-bottom: 0;
}
.lava-debug .lava-debug-key {
  font-weight: 600;
}
.lava-debug .panel.panel-lavadebug {
  border: 0;
}
.lava-debug .panel.panel-lavadebug .panel-heading {
  background-color: #cce7f4;
  color: #3a87ad;
  border: 0;
  cursor: pointer;
}
.lava-debug .panel.panel-lavadebug .panel-heading.collapsed i:before {
  content: "\f078";
}
.lava-debug .panel.panel-lavadebug .panel-body {
  background-color: #e6f3fa;
}
.socialsharing {
  margin-top: 12px;
  padding: 0;
}
.socialsharing li {
  display: inline-block;
}
.socialsharing li .socialicon {
  color: #fff;
  padding: 8px 6px;
  border-radius: 20px;
  font-family: FontAwesome;
}
.socialsharing li .socialicon:hover {
  text-decoration: none;
}
.socialsharing li .socialicon-facebook {
  background-color: #4C66A4;
}
.socialsharing li .socialicon-twitter {
  background-color: #2C77BA;
}
.socialsharing li .socialicon-email {
  background-color: #209904;
}
/*
    Used to manage styles for specific blocks.

    1. User Registration - Styling for the user registration blocks
    2. Security Popup - Styling for the security pop-up window)

*/
.not-me {
  margin-left: 21px;
}
.security-inherited {
  margin-top: 12px;
}
/*
    JME 7/23/2015
    .security {
    .nav.nav-pagelist {
        .nav.nav-pills {
            li {
                float: left; // lock security naviagtion to always be horizontal tabs
            }
        }
    }
}*/
/*
    Used to manage styles for specific blocks.

    1. SQL Command - block to query database directly
    2. Data Views - block for creating data views
    3. Dynamic Report - block for making reports dynamically updated
*/
.sql-comand .panel {
  margin-bottom: 24px;
}
/* data views */
.filter-toggle {
  margin-top: 5px;
}
.filter-toggle > span {
  float: left;
}
.filter-toggle .btn-toggle {
  margin: 0 6px;
}
.filter-item-select span {
  float: left;
  padding: 8px 6px 0 0;
}
.filter-item-select select {
  float: left;
  width: 250px;
}
.field-criteria .checkbox-inline {
  margin-top: 8px;
}
.filter-item div[class*='col'] {
  margin-bottom: 6px;
}
@media (min-width: 992px) {
  .filter-item div[class*='col'] {
    margin-bottom: 0;
  }
}
.filterfield {
  margin-bottom: 12px;
}
.filterfield-label {
  font-weight: 600;
  margin-top: 8px;
  display: block;
}
/*
  Used to manage styles for specific blocks.

  1. Notes - block to display, add, edit, delete notes
  2. Schedule Builder - block for building schedules
  3. Workflow - styles for workflow blocks

*/
.panel-note {
  border-color: #fab065;
  border-top-color: #f9a44d;
}
.panel-note > .panel-heading {
  color: #f78a1b;
  background-color: #fffcf9;
  border-color: #fab065;
}
.panel-note > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fab065;
}
.panel-note > .panel-heading .badge {
  color: #fffcf9;
  background-color: #f78a1b;
}
.panel-note > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fab065;
}
.panel-note .panel-body {
  background-color: #fff;
}
.panel-note .panel-heading h3 {
  float: left;
  margin-top: 4px;
}
.panel-note .panel-heading .btn {
  float: right;
  margin: 0;
}
.panel-note article {
  border-radius: 4px;
  border: 1px solid #bce8f1;
  padding: 30px;
  margin-bottom: 30px;
  background-color: #d9edf7;
  position: relative;
  color: #3a87ad;
}
.panel-note article .date {
  font-size: 13px;
  font-weight: 300;
  margin-left: 8px;
}
.panel-note article > i {
  position: absolute;
  width: 28px;
  font-size: 28px;
  margin: 0 12px 0 4px;
  opacity: .2;
}
.panel-note article .details {
  margin-left: 70px;
}
.panel-note article .details h5 {
  margin-top: 0;
  margin-bottom: 6px;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.panel-note article .actions {
  position: absolute;
  right: 15px;
  top: 10px;
}
.panel-note article .actions a {
  float: right;
  margin-left: 8px;
  font-size: 14px;
}
.panel-note article.highlight {
  background-color: #f2dede;
  border: 1px solid #eed3d7;
  color: #b94a48;
}
.panel-note article.highlight a {
  color: #b94a48;
}
.panel-note article.personal {
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  color: #3a87ad;
}
.panel-note article > img {
  float: left;
  margin: 0 12px 0 4px;
}
.panel-note .load-more {
  margin: 0 40%;
  min-width: 150px;
  width: 20%;
}
.panel-note .load-more span {
  margin: 0 12px;
}
.note-deny article,
.note-danger article,
.note-security article {
  border-color: #eed3d7;
  background-color: #f2dede;
  color: #b94a48;
}
.note-deny .actions a,
.note-danger .actions a,
.note-security .actions a {
  color: #b94a48;
}
.note-approve article,
.note-success article {
  border-color: #d6e9c6;
  background-color: #dff0d8;
  color: #468847;
}
.note-approve .actions a,
.note-success .actions a {
  color: #468847;
}
.note-info article {
  border-color: #bce8f1;
  background-color: #d9edf7;
  color: #3a87ad;
}
.note-info .actions a {
  color: #3a87ad;
}
.note-warning article {
  border-color: #fbeed5;
  background-color: #fcf8e3;
  color: #c09853;
}
.note-warning .actions a {
  color: #c09853;
}
.panel-note-light {
  border: 0;
  background: none;
}
.panel-note-light .panel-body {
  background: none;
}
.panel-note-light article {
  background: none;
  border-radius: 0;
  border-width: 0 0 1px 0;
  padding-left: 0;
}
.panel-note-light article .details {
  margin-left: 0;
}
.panel-note-light article .note-author,
.panel-note-light article .note-created {
  font-size: 19px;
  opacity: 0.7;
}
.panel-noteentry {
  border-color: #fab065;
}
.panel-noteentry > .panel-heading {
  color: #f78a1b;
  background-color: #fffcf9;
  border-color: #fab065;
}
.panel-noteentry > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fab065;
}
.panel-noteentry > .panel-heading .badge {
  color: #fffcf9;
  background-color: #f78a1b;
}
.panel-noteentry > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fab065;
}
.panel-noteentry .createDate {
  margin-top: 10px;
  width: 50%;
}
.panel-noteentry .settings {
  margin-top: 4px;
}
.panel-noteentry .settings .options input {
  margin-right: 4px;
}
.panel-noteentry .panel-body .noteentry-control {
  overflow: hidden;
}
.panel-noteentry .panel-body .noteentry-notetype {
  margin-bottom: 4px;
}
.panel-noteentry .panel-body img {
  float: left;
  margin: 0 12px 0 4px;
}
.panel-noteentry .options .checkbox {
  float: left;
  margin: 0 30px 0 5px;
}
.panel-noteentry .panel-footer {
  background-color: #f5f5f5;
}
.recurrence-pattern-type {
  margin-top: 12px;
  padding-left: 60px;
}
.recurrence-pattern-specific-date:before,
.recurrence-pattern-specific-date:after {
  content: " ";
  display: table;
}
.recurrence-pattern-specific-date:after {
  clear: both;
}
.recurrence-pattern-specific-date .input-group {
  float: left;
}
.recurrence-pattern-specific-date .actions {
  float: left;
  margin-left: 12px;
  margin-top: 4px;
}
.recurrence-pattern-daily .form-control-group {
  min-height: 60px;
}
.recurrence-pattern-weekly .week-days {
  margin-top: 30px;
}
.recurrence-pattern-weekly .week-days:before,
.recurrence-pattern-weekly .week-days:after {
  content: " ";
  display: table;
}
.recurrence-pattern-weekly .week-days:after {
  clear: both;
}
.recurrence-pattern-weekly .week-days .checkbox {
  float: left;
  margin: 0 30px;
}
.recurrence-pattern-monthly .form-control-group {
  min-height: 40px;
  display: block;
}
.continue-until .form-control-group {
  min-height: 40px;
}
.exclusions .add-exclusion .form-control-group {
  float: left;
}
.exclusions .add-exclusion .actions {
  float: left;
  margin-top: 5px;
}
.workflow-section-activities {
  margin-top: 64px;
}
.workflow-activities-readonly-header {
  color: #515151;
  left: auto;
  top: auto;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
}
.workflow-activities-readonly-header:hover {
  color: inherit;
  text-decoration: none;
}
.panel.workflow-activity.activated-with-workflow {
  border-color: #468847;
}
.panel.workflow-activity.activated-with-workflow > .panel-heading {
  background-color: #dff0d8;
  color: #468847;
}
.panel.workflow-activity.activated-with-workflow > .panel-heading a.btn-link {
  color: #468847;
}
.panel.workflow-activity .panel-title:before {
  content: "\f1b3";
  font-family: FontAwesome;
  font-weight: normal;
  margin-right: 4px;
}
.workflow-action .workflow-action-name:before {
  content: "\f1b2";
  font-family: FontAwesome;
  font-weight: normal;
}
.workflow-action .criteria-exists {
  background-color: #f0ad4e;
  color: #ffffff;
  border: 1px solid #eea236;
}
.workflow-action .conditional-run-criteria {
  margin-top: -15px;
  margin-bottom: 15px;
  padding-top: 15px;
  border-width: 1px;
  border-style: solid;
}
.workflow-action .form-action-rows .row {
  margin-bottom: 12px;
}
.panel-group .panel-workflowitem {
  border-color: #fab065;
  margin-bottom: 30px;
}
.panel-group .panel-workflowitem > .panel-heading {
  color: #f78a1b;
  background-color: #fffcf9;
  border-color: #fab065;
}
.panel-group .panel-workflowitem > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fab065;
}
.panel-group .panel-workflowitem > .panel-heading .badge {
  color: #fffcf9;
  background-color: #f78a1b;
}
.panel-group .panel-workflowitem > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fab065;
}
.panel-group .panel-workflowitem:hover {
  background-color: #fff;
}
.panel-group .panel-workflowitem .panel-heading {
  padding: 30px;
}
.panel-group .panel-workflowitem .panel-heading a {
  display: block;
}
.panel-group .panel-workflowitem .panel-heading a .panel-title {
  width: 100%;
}
.panel-group .panel-workflowitem .panel-heading a .panel-title h3 {
  margin: 0;
}
.panel-group .panel-workflowitem .panel-heading a .panel-title h3 i {
  font-size: 35px;
  margin-right: 12px;
}
.panel-group .panel-workflowitem .panel-heading a i.panel-navigation {
  margin-top: 8px;
}
.panel-group .panel-workflowitem .panel-heading a i.panel-navigation:before {
  margin-top: 6px;
  font-family: FontAwesome;
  content: "\f077";
  font-size: 20px;
}
.panel-group .panel-workflowitem .panel-heading a.collapsed i.panel-navigation:before {
  content: "\f078";
}
/*
    Used to manage styles for specific blocks.

    1. Group Viewer - styles for the group viewer block.

*/
.group-location-map img {
  width: 100%;
  margin-bottom: 24px;
}
.description {
  margin-bottom: 24px;
}
section.group-type-attribute-panel label {
  padding-left: 46px;
}
table.inherited-attribute-grid tr td:first-child {
  padding-left: 46px;
  width: 141px;
}
table.attribute-grid tr th:first-child {
  width: 31px;
}
table.attribute-grid tr th:nth-child(2) {
  width: 100px;
}
table.inherited-attribute-grid tr td:nth-child(2),
table.attribute-grid tr th:nth-child(3) {
  width: 550px;
}
.group-detail .panel-heading {
  cursor: pointer;
}
/*
    Used to manage styles for specific blocks.

    1. Contributions - block add a contribution transaction
    2. Scheduled Transactions - Styles for the scheduled transaction blocks
    3. Transaction Matching

*/
.contribution-payment .tab-content {
  margin-top: 30px;
}
.card-visa,
.card-mastercard,
.card-amex,
.card-discover,
.card-diners,
.card-jcb {
  display: inline-block;
  width: 50px;
  height: 60px;
  overflow: hidden;
  text-align: left;
  text-indent: -999px;
  background: url(../../../Assets/Images/sprite-cards.png) 0 0 no-repeat;
}
.card-mastercard {
  background-position: -55px 0;
}
.card-amex {
  background-position: -110px 0;
}
.card-discover {
  background-position: -165px 0;
}
.card-diners {
  background-position: -220px 0;
}
.card-jcb {
  background-position: -660px 0;
}
.is-visa li,
.is-mastercard li,
.is-amex li,
.is-discover li,
.is-diners li,
.is-jcb li,
.is-nothing li {
  opacity: .2;
}
.is-visa li.card-visa,
.is-mastercard li.card-mastercard,
.is-amex li.card-amex,
.is-discover li.card-discover,
.is-diners li.card-diners,
.is-jcb li.card-jcb {
  opacity: 1;
}
.scheduledtransaction-item {
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid #eeeeee;
}
.scheduledtransaction-item:last-child {
  border-bottom: 0;
}
.scheduledtransaction-item .actions {
  margin: 6px 0;
}
.transaction-image {
  width: 100%;
  margin-bottom: 12px;
  border: 2px solid #fbca97;
}
.transaction-image-thumbnail {
  max-width: 200px;
  max-height: 100px;
  margin: 5px;
  cursor: pointer;
  border: 2px solid #fbca97;
}
.transaction-matching .progress {
  width: 30%;
  float: left;
  margin-bottom: 0;
}
/*
    Used to manage styles related to the person details page
    
    1. Page Styles
    2. Header
    3. Badge Bar
    4. Family Bar
    5. Page Tabs
    6. Styles to Tab Pages
    7. Edit Family Page
    8. Add Family Page
    9. Fluidbox
    10. Responsive Overrides
    11. Person Merge
    12. Person Page Views
    13. Deceased / Inactive Styles
    14. Bulk Update
    15. Photo Upload
    16. Duplicate Pages
    17. DISC
    19. Edit Person
*/
.personprofile small {
  opacity: .7;
}
.personprofilebar-bio,
.personprofilebar-badge,
.personprofilebar-family,
.pagetabs,
.person-content {
  padding: 15px;
}
.personprofilebar-bio {
  background-color: #fbca97;
  border-bottom: 1px solid #fab065;
  color: #753d04;
}
.personprofilebar-bio .name {
  text-align: center;
  margin-top: 0;
  margin-bottom: 4px;
}
.personprofilebar-bio .name .full-name,
.personprofilebar-bio .name .previous-names {
  font-size: 18px;
  display: none;
}
.personprofilebar-bio .labels {
  margin-bottom: 15px;
  text-align: center;
}
.personprofilebar-bio .nav li .persondetails-actions {
  padding: 2px 0 0 15px;
}
.personprofilebar-bio .nav li .persondetails-actions:hover,
.personprofilebar-bio .nav li .persondetails-actions:focus {
  background-color: transparent;
}
.personprofilebar-bio .nav-actions {
  width: 120px;
  margin: 0 auto 12px auto;
}
@media (min-width: 992px) {
  .personprofilebar-bio .nav-actions {
    float: right;
    margin: 0;
  }
}
.personprofilebar-bio .actions {
  position: absolute;
  right: 50%;
  bottom: 6px;
  z-index: 10;
  margin-right: -52px;
}
.personprofilebar-bio .actions a.btn-action {
  color: #ffffff;
  background-color: #6a6a6a;
  border-color: #515151;
}
.personprofilebar-bio .photo {
  padding: 5px 5px 5px 5px;
  background-color: #222222;
  border: 1px solid #bdbdbd;
  display: table;
  max-width: 200px;
  margin: 0 auto;
  position: relative;
}
.personprofilebar-bio .photo .following-status {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  z-index: 500;
  border-top: 70px solid #817b72;
  border-right: 70px solid transparent;
  transition: 1s;
  opacity: .4;
}
.personprofilebar-bio .photo .following-status i {
  position: absolute;
  top: -60px;
  left: 10px;
  color: #fff;
  font-size: 24px;
  transition: 1s;
  opacity: 0;
}
.personprofilebar-bio .photo .following-status.following {
  opacity: 1;
}
.personprofilebar-bio .photo .following-status.following i {
  opacity: 1;
}
.personprofilebar-bio .photo a.fluidbox-opened + .following-status {
  opacity: 0 !important;
}
.personprofilebar-bio .photo img {
  width: 100%;
  height: auto;
}
.personprofilebar-bio .photo .fluidbox-ghost {
}
.personprofilebar-bio .photo .fluidbox-opened .fluidbox-ghost {
}
.personprofilebar-bio .social-icons {
  text-align: center;
}
.personprofilebar-bio .social-icons .icon {
  background-color: #555555;
  margin: 0 2px;
  border-radius: 4px;
  font-size: 16px;
  display: inline-block;
}
.personprofilebar-bio .social-icons .icon a {
  color: #fff;
}
.personprofilebar-bio .social-icons .icon a:hover {
  opacity: .6;
}
.personprofilebar-bio .social-icons .icon i {
  margin: 4px;
}
.personprofilebar-bio .social-icons .icon.icon-facebook {
  background-color: #44619d;
  color: #fff;
}
.personprofilebar-bio .social-icons .icon.icon-twitter {
  background-color: #55acee;
  color: #fff;
}
.personprofilebar-bio .social-icons .icon.icon-instagram {
  background-color: #39688f;
  color: #fff;
}
.personprofilebar-bio .social-icons .icon:first-child {
  margin-left: 0;
}
.personprofilebar-bio .taglist {
  margin-top: 30px;
}
.personprofilebar-bio .demographics {
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 992px) {
  .personprofilebar-bio .demographics {
    width: 50%;
    float: left;
  }
}
.personprofilebar-bio .personcontact {
  text-align: center;
  margin-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .personprofilebar-bio .personcontact {
    width: 50%;
    float: left;
  }
}
.personprofilebar-bio .personcontact .email .email-status i {
  color: #753d04;
}
.personprofilebar-bio .personcontact .email .email-status.do-not-email i {
  color: #d9534f;
}
.personprofilebar-bio .personcontact .email .email-status.not-active i {
  color: #f0ad4e;
}
.personprofilebar-badge {
  background-color: #fbca97;
  min-height: 64px;
  border-bottom: 1px solid #fab065;
  color: #753d04;
  padding-top: 0;
  padding-bottom: 0;
}
.personprofilebar-badge .badge-group {
  margin: 15px 0;
  text-align: center;
}
.personprofilebar-badge .badge-group .badge {
  background-color: inherit;
  padding: 3px 7px 0;
  display: inline-block;
}
.personprofilebar-badge .badge-group .badge-debug {
  text-align: left;
  position: absolute;
  z-index: 9999;
  width: 900px;
  right: 12px;
}
.badge-baptism {
  color: #23a5c5;
}
.badge-icon {
  font-size: 45px;
}
.badge-icon.badge-disabled {
  opacity: 0.2;
  color: #939393;
}
.badge-attendance ul.badge-attendance-chart {
  display: table;
  table-layout: fixed;
  height: 40px;
  margin: 0 auto;
  width: 220px;
}
.badge-attendance ul.badge-attendance-chart li {
  position: relative;
  display: table-cell;
  vertical-align: bottom;
  height: 40px;
  width: 10px;
}
.badge-attendance ul.badge-attendance-chart li span {
  display: block;
  background: #753d04;
  width: 8px;
  min-height: 1px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .badge-attendance ul.badge-attendance-chart li span {
    position: absolute;
    bottom: 0;
  }
}
.badge-attendance.annimate ul.badge-attendance-chart li span {
  -webkit-animation: bar-grow 1s ease-in-out;
  animation: bar-grow 1s ease-in-out;
}
.badge-disc ul.badge-disc-chart {
  display: table;
  table-layout: fixed;
  height: 40px;
  margin: 0 auto;
  width: 45px;
}
.badge-disc ul.badge-disc-chart li {
  position: relative;
  display: table-cell;
  vertical-align: bottom;
  height: 40px;
  width: 3px;
}
.badge-disc ul.badge-disc-chart li span {
  display: block;
  background: #99bbd9;
  width: 10px;
  min-height: 2px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .badge-disc ul.badge-disc-chart li span {
    position: absolute;
    bottom: 0;
  }
}
.badge-disc ul.badge-disc-chart li.badge-disc-primary span {
  background: #4f89bd;
}
.badge-disc.annimate ul.badge-disc-chart li span {
  -webkit-animation: bar-grow 1s ease-in-out;
  animation: bar-grow 1s ease-in-out;
}
.badge-attendingduration {
  position: relative;
  color: #686576;
}
.badge-attendingduration .duration-metric:before {
  font-family: FontAwesome;
  content: "\f111";
  color: #E5D24D;
  font-size: 45px;
}
.badge-attendingduration .duration-metric.duration-months:before {
  color: #69AD5E;
}
.badge-attendingduration .duration-metric.duration-years:before {
  color: #56789E;
}
.badge-attendingduration .duration-metric.duration-new:before {
  color: #D25555;
}
.badge-attendingduration .duration-metric .metric-value {
  font-size: 20px;
  position: absolute;
  left: 11px;
  top: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 12px;
  width: 30px;
  text-align: center;
}
.badge-attendingduration .duration-metric .metric-unit {
  font-size: 11px;
  font-weight: normal;
  display: block;
}
.badge-attendingduration .duration-metric.duration-new .metric-value {
  font-size: 14px;
  font-weight: 600;
  top: 18px;
}
.badge-weeksattendanceduration .weeks-metric {
  position: relative;
  color: #686576;
}
.badge-weeksattendanceduration .weeks-metric:before {
  font-family: FontAwesome;
  content: "\f0c8";
  color: #f0ad4e;
  font-size: 45px;
}
.badge-weeksattendanceduration .weeks-metric .weeks-attended {
  position: absolute;
  top: 7px;
  left: 3px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -2px;
  display: block;
  width: 18px;
  text-align: center;
}
.badge-weeksattendanceduration .weeks-metric .week-duration {
  position: absolute;
  bottom: 10px;
  right: 4px;
  font-weight: 600;
  font-size: 11px;
}
.badge-lastvisitonsite .badge-content {
  position: relative;
  color: #4f89bd;
}
.badge-lastvisitonsite .badge-content.today .duration {
  font-size: 11px;
  top: 6px;
}
.badge-lastvisitonsite .badge-content.recent {
  opacity: .8;
}
.badge-lastvisitonsite .badge-content.moderate {
  opacity: .6;
}
.badge-lastvisitonsite .badge-content.not-recent {
  opacity: .4;
}
.badge-lastvisitonsite .badge-content.old {
  opacity: .2;
}
.badge-lastvisitonsite .badge-content i {
  font-size: 40px;
}
.badge-lastvisitonsite .badge-content span.duration {
  position: absolute;
  top: 5px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  right: 50%;
  width: 36px;
  margin-right: -17px;
}
@-webkit-keyframes bar-grow {
  0% {
    height: 0;
    opacity: 0;
  }
}
@keyframes bar-grow {
  0% {
    height: 0;
    opacity: 0;
  }
}
.personprofilebar-family {
  background: #fbca97;
  border-bottom: 1px solid #fab065;
  color: #753d04;
  min-height: 60px;
}
.personprofilebar-family a {
  color: #753d04;
}
.personprofilebar-family .groupmembers .member a {
  border-radius: 4px;
  padding: 8px;
  display: block;
}
.personprofilebar-family .groupmembers .member a:before,
.personprofilebar-family .groupmembers .member a:after {
  content: " ";
  display: table;
}
.personprofilebar-family .groupmembers .member a:after {
  clear: both;
}
.personprofilebar-family .groupmembers .member .person-image {
  /* For Webkit browsers */
  /* For IE 6 - 9 */
  /* Fade to color for Chrome and Safari */
  /* Firefox 10+, Firefox on Android */
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .6s ease;
  /* Fade to color for Chrome and Safari */
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  transition: .5s;
  border-color: #f89734;
}
.personprofilebar-family .groupmembers .member:hover {
  background-color: #fab56f;
  border-radius: 4px;
}
.personprofilebar-family .groupmembers .member:hover .person-image {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.personprofilebar-family .actions {
  position: absolute;
  right: 12px;
  z-index: 999;
}
.personprofilebar-family .actions a.btn-action {
  color: #ffffff;
  background-color: #6a6a6a;
  border-color: #5d5d5d;
}
.personprofilebar-family header {
  font-size: 16px;
  margin-bottom: 15px;
}
.personprofilebar-family .addresses ul {
  list-style: none;
  margin: 0;
}
.personprofilebar-family .addresses ul li {
  display: block;
  clear: both;
  margin-bottom: 30px;
}
.personprofilebar-family .addresses ul li:last-child {
  margin-bottom: 0;
}
.personprofilebar-family .addresses ul h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
.personprofilebar-family .addresses ul .address .actions a {
  padding: 1px;
}
.personprofilebar-family .addresses ul a.map,
.personprofilebar-family .addresses ul div.actions,
.personprofilebar-family .addresses ul div.address {
  float: left;
  margin-right: 12px;
}
.editfamily-list li.member {
  min-width: 200px;
}
.editfamily-list li.member .radio {
  margin: 0;
}
.editfamily-list .groupmembers h4 {
  margin-bottom: 4px;
}
.person-content {
  padding-top: 0;
}
span.field-name {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  padding: 2px 4px;
  font-size: 90%;
  color: #753d04;
  background-color: #fbca97;
  white-space: nowrap;
  border-radius: 4px;
}
span.field-value {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  padding: 2px 4px;
  font-size: 90%;
  color: #753d04;
  background-color: #fbca97;
  white-space: nowrap;
  border-radius: 4px;
}
.table-familymembers .radio:first-child {
  margin-top: 0;
}
#fluidbox-overlay {
  background: #000000;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px), print {
  .personprofilebar-bio {
    padding: 30px;
  }
  .personprofilebar-bio .actions {
    right: 12px;
    margin-right: 0;
  }
  .personprofilebar-bio .name {
    text-align: left;
  }
  .personprofilebar-bio .name .full-name,
  .personprofilebar-bio .name .previous-names {
    display: inline;
  }
  .personprofilebar-bio .labels {
    text-align: right;
  }
  .personprofilebar-bio .photo {
    margin: 0;
  }
  .personprofilebar-bio .demographics {
    text-align: left;
  }
  .personprofilebar-bio .personcontact {
    text-align: left;
    padding-bottom: 0;
  }
  .personprofilebar-bio .social-icons {
    text-align: left;
  }
  .personprofilebar-bio .social-icons .icon {
    float: left;
  }
  .personprofilebar-badge .badge-group {
    text-align: left;
  }
  .personprofilebar-badge .badge-group:last-child {
    text-align: right;
  }
}
/* Large devices (large desktops, 1200px and up) */
.merge-photo {
  border: 3px solid #fbca97;
}
.panel-widget.pageviewsession .pageviewsession-client {
  text-align: right;
  line-height: 1;
}
.person-bio div.deceased h1.title.name:after {
  content: 'Deceased';
  font-size: 14px;
  margin-left: 12px;
  color: #d9534f;
}
.groupmembers .member.deceased:hover {
  background-color: #5e5e5e;
}
.groupmembers .member.deceased .person-info:after {
  content: 'Deceased';
  font-size: 10px;
  color: #d9534f;
}
tr.inactive td {
  color: #808080;
}
.bulk-update .no-select .form-group {
  opacity: 1;
}
.bulk-update .fade-inactive .form-group {
  opacity: 0.5;
}
.bulk-update .fade-inactive .form-group .control-label {
  cursor: pointer;
}
.bulk-update .form-group.bulk-item-selected {
  opacity: 1;
  background-color: #eeeeee;
  padding: 12px;
  border-radius: 4px;
}
.photoupload-photo .image-editor {
  float: left;
  margin-right: 48px;
}
.photoupload-photo .image-editor label {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 150px;
  overflow: hidden;
}
.grid-table tbody tr.duplicate-source td,
.grid-table tbody tr.duplicate-source:hover > td {
  background-color: #777777;
  color: #333333;
}
.disc-assessment th {
  padding: 6px;
}
.disc-assessment th:last-child {
  border-radius: 0 4px 0 0;
}
.disc-assessment th.disc-question {
  font-weight: 700;
  padding: 6px;
  border-radius: 4px 0 0 0;
}
.disc-assessment .disc-question {
  width: 100%;
}
.disc-assessment .disc-answer {
  width: 100px;
}
.disc-heading {
  text-align: center;
}
.discchart {
  clear: both;
  padding: 0;
  width: 80%;
  height: 425px;
  margin: 0 auto;
  max-width: 650px;
  position: relative;
}
.discchart li {
  display: inline-block;
  height: 425px;
  margin: 0 2% 0 0;
  width: 20%;
  padding: 0;
  position: relative;
  text-align: center;
  vertical-align: bottom;
  border-radius: 6px 6px 0 0;
  background-color: #fab065;
  color: #ffffff;
}
.discchart li.discchart-midpoint {
  height: 70%;
  width: 100%;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  border-top: 2px solid red;
  border-radius: 0;
}
.discchart .discbar-label {
  font-weight: 500;
  overflow: hidden;
  text-transform: uppercase;
  width: 100%;
  font-size: 28px;
  bottom: 20px;
  position: absolute;
}
.discchart .discbar {
  border: 1px solid #ddd;
}
.discchart .discbar:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 5%;
  letter-spacing: -3px;
  font-size: 20px;
  padding: 5px 1em 0;
  display: block;
  text-align: center;
  content: attr(title);
  word-wrap: break-word;
  line-height: 1em;
}
.discchart .discbar.discbar-primary {
  background: #f89734;
}
.disc-chart .discbar-value {
  letter-spacing: -3px;
  opacity: .4;
  width: 100%;
  font-size: 30px;
  position: absolute;
}
.phonegroup-label {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .phonegroup-label {
    padding-top: 4px;
  }
}
/*
    Used to manage styles for specific blocks.

    1. Communication Blocks - styles for the communication blocks

*/
.recipients .recipient {
  float: left;
  width: 100%;
}
.recipients .recipient.failed {
  color: #d9534f;
}
.recipients .recipient.opened {
  color: #5cb85c;
}
iframe.email-body {
  width: 100%;
  border: 1px solid #fab065;
  background-color: #fff;
  height: 300px;
}
@media (min-width: 768px) {
  .recipients .recipient {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .recipients .recipient {
    width: 25%;
  }
}
/*
    Used to manage styles for check-in administration.

    1. Group / Location
    2. Attendance Analysis
*/
.panel.panel-widget.checkin-group {
  border-top-color: #afd074;
}
.panel.panel-widget.checkin-grouptype {
  border-top-color: #5593a4;
}
.attendance-reporting .panel-body {
  padding-top: 0;
  padding-bottom: 0;
}
.attendance-reporting .panel-body > .row > [class*="col-"]:first-child {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .attendance-reporting .panel-body .row {
    margin-left: -16px;
  }
}
.attendance-reporting .analysis-types {
  padding: 15px 0;
  background-color: #eeeeee;
  margin-bottom: 24px;
}
/*
    Used to manage styles for specific blocks.

    1. User Entry
    2. 

*/
.workflow-entry-panel > h1:first-of-type {
  margin-top: 0;
}
/*
    Used to manage styles for specific blocks.

    1. Prayer Session
    2. 

*/
.prayer-session .panel-note {
  border: 0;
  box-shadow: none;
}
.prayer-session .panel-note > .panel-body {
  padding: 0;
}
/*
    Used to manage styles for specific blocks.

    1. Calendar - Styles for the calendar blocks
    2. Event Entry - The event registration entry screen

*/
.calendar {
  padding: 0 10px 10px 10px;
  display: inline-block;
  border: 1px solid #dddddd;
  border-radius: 4px;
  width: 100%;
}
.calendar-month {
  border: none;
  border-collapse: separate;
  border-spacing: 0;
}
.calendar-month a {
  text-decoration: none;
  color: #333333 !important;
}
.calendar-month th {
  text-align: center;
}
.calendar-month td {
  color: #333333 !important;
}
.calendar-month table.calendar-title td {
  padding: 10px 5px;
}
.calendar-month td.calendar-day {
  padding: 5px;
}
.calendar-month table.calendar-title,
.calendar-month table.calendar-title a {
  font-weight: 600;
}
.calendar-month .calendar-today {
  border-radius: 4px;
}
.calendar-month .calendar-today,
.calendar-month .calendar-selecteditem {
  background-color: #d9edf7 !important;
  color: #3a87ad !important;
  border-radius: 0;
}
.calendar-month .calendar-selecteditem:first-child {
  border-radius: 4px 0 0 4px;
}
.calendar-month .calendar-selecteditem:last-child {
  border-radius: 0 4px 4px 0;
}
.calendar-month .calendar-selected {
  background-color: #5bc0de !important;
  color: #ffffff !important;
}
.calendar-month .calendar-selected a {
  color: #ffffff !important;
}
.calendar-month .calendar-last-month a {
  opacity: .2;
}
.calendar-month .calendar-hasevent {
  font-weight: 700;
}
.registrationentry-intro {
  text-align: center;
}
.registrationentry-intro h1 {
  margin-top: 24px;
  margin-bottom: 48px;
}
.registrationentry-intro .input-group {
  margin: 0 auto 48px auto;
}
.registration-entry .feetype-allowmultiples > .control-label {
  margin-bottom: 8px;
  display: block;
}
.registration-entry .feetype-allowmultiples .form-group {
  margin-left: 19px;
}
.registrationentry-summary .fee-table {
  margin: 0 24px;
}
.registrationentry-summary .fee-table > .row {
  padding: 6px 0;
}
.registrationentry-summary .fee-table > .row div[class^='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.registrationentry-summary .row.fee-header {
  border-bottom: 2px solid #999999;
  padding-bottom: 2px;
  margin-bottom: 6px;
  font-size: 14px;
}
.registrationentry-summary .fee-row-cost,
.registrationentry-summary .fee-row-total {
  font-weight: 600;
}
.registrationentry-summary .fee-row-total {
  margin-top: 6px;
  border-top: 1px solid #999999;
}
.registrationentry-summary .row.fee-row-fee {
  font-weight: 300;
}
@media (min-width: 768px) {
  .registrationentry-summary .row.fee-row-fee > div.fee-caption {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .registrationentry-summary div.fee-value {
    text-align: right;
    float: right;
  }
}
.fee-totals {
  margin-top: 24px;
}
.fee-totals .fee-totals-options {
  text-align: right;
}
.amount-to-pay input {
  text-align: right;
}
/*
  Used to manage styles related to reusable components / widgets.

  1. Pickers - used to pick complex data types
  2. Number Increment
  3. Tree - used for tree control
  4. Person List - used to show a list of people
  5. Rollover - Used to hide/show items in the UI has the mouse rolls-over a container.
  6. Pagelist - used to list child pages; currently used in admin screens
  7. Pill Help (used in security dialog)
  8. Tags - component that allows you to tag entities
  9. Photo Frame - wraps a nice border around photos
  10. Smart Search - search at th top of the page for searching people, groups, etc.
  11. Fieldset Actions - styling for the button actions on field sets
  12. Title - markup for styling header titles
  13. Code Editor - styling for code editor
  14. Labels - additional label defintions that extend Boostrap labels (eg label-campus)
  15. Date Picker - styles for the date picker
  16. Time Picker - styles for the time picker
  17. File Upload / Image Upload - styles for the file / image uploader
  18. Update Panel Actions - annimation for update panels
  19. Group List - Reusable styles for listing group members (family view/edit in CRM Person Profile)
  20. Well Messgae - A larger alert type function for delivering important messages.
  21. Security Controls - login status etc
  22. Rock List - styles for the Rock list component
  23. TypeAhead - styles for type ahead support
  24. Image Cropper - styles for image crop component
  25. Active Users - styles for the active users block
  26. Navigation for Paging - styles for creating a pager
  27. List Extensions - additional list options
  28. Key Value Pair Control - styling for key/value pair control
  29. Context Setters
  30. Paneled List Group - extends the bootstrap list group to behave in a panel
  31. Sliding Date Range
  32. Photo Round
  33. Wizard
  34. Checkbox
  35. Follow button
  36. Range Editors

  xx. Misc
*/
.picker {
  position: relative;
  width: 250px;
}
.picker:before,
.picker:after {
  content: " ";
  display: table;
}
.picker:after {
  clear: both;
}
.picker .picker-mode-options {
  margin-bottom: 12px;
}
.picker .picker-label {
  padding: 10px 18px;
  font-size: 20px;
  color: #555555;
  background-color: #f0f0f0;
  border: 1px solid #cccccc;
  border-radius: 4px;
  display: inline-block;
  width: 225px;
  float: left;
}
.picker .picker-label i {
  margin-right: 6px;
  float: left;
  margin-top: 2px;
}
.picker .picker-label span {
  float: left;
  margin-right: 6px;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 18px;
}
.picker .picker-label .fa.fa-caret-down {
  margin-top: 3px;
}
.picker .picker-select-none {
  display: block;
  float: left;
  margin: 6px 0 0 6px;
  cursor: pointer;
}
.picker .scroll-container-picker {
  width: 355px;
}
.picker .scroll-container-picker .viewport {
  width: 340px;
  height: 190px;
}
.picker .scroll-container-picker .scrollbar {
  margin-top: 10px;
}
.picker h4 {
  font-size: 14px;
  font-weight: 600;
}
.picker .picker-menu {
  width: 400px;
  padding: 10px;
}
.picker .picker-menu h4:first-child {
  margin-top: 0;
}
.picker.picker-menu-right .picker-menu {
  right: 0;
  left: auto;
}
.picker .picker-actions {
  background-color: #e3ded7;
  padding: 10px;
  border-top: 1px solid #cec5b9;
  border-radius: 0 0 4px 4px;
  margin: 10px -10px -10px -10px;
}
.picker .picker-select-item-details {
  margin-left: 20px;
}
.picker .picker-select-item-details .person-image {
  border: 1px solid #fbca97;
  float: left;
  margin-right: 7.5px;
  display: inline-block;
  width: 70px;
  height: 70px;
}
.picker .picker-select-item-details .contents {
  float: left;
  margin-left: 10px;
}
.picker .picker-select-item-details .contents h5 {
  margin-bottom: 2px;
}
.picker.picker-geography .picker-menu {
  width: 520px;
}
.picker.picker-person .picker-select {
  padding: 0;
  list-style: none;
}
.picker.picker-person .picker-select-item-details img {
  width: 65px;
}
.picker.picker-novalue .picker-label {
  width: 100%;
}
.picker.picker-mergefield {
  width: 370px;
}
#dialog .scroll-container-picker {
  width: 360px;
}
#dialog .scroll-container-picker .viewport {
  width: 340px;
  height: 190px;
}
.date-time-picker {
  margin-bottom: 11px;
}
.date-time-picker .input-group {
  margin-bottom: 4px;
}
.campuses-picker:before,
.campuses-picker:after {
  content: " ";
  display: table;
}
.campuses-picker:after {
  clear: both;
}
.campuses-picker .checkbox {
  float: left;
  margin-top: 0;
  margin-right: 24px;
}
.campuses-picker .campuses-picker-vertical .checkbox {
  float: none;
  margin-top: inherit;
  margin-right: 0;
}
.numberincrement {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.numberincrement .numberincrement-up,
.numberincrement .numberincrement-down {
  background-color: #f0f0f0;
  padding: 6px 12px;
  border: 1px solid #cccccc;
  color: #555555;
  cursor: pointer;
}
.numberincrement .numberincrement-up.disabled,
.numberincrement .numberincrement-down.disabled {
  color: #888888;
  cursor: default;
}
.numberincrement .numberincrement-down {
  border-radius: 4px 0 0 4px;
}
.numberincrement .numberincrement-up {
  border-radius: 0 4px 4px 0;
}
.numberincrement .numberincrement-value {
  padding: 6px 18px;
  border-color: #cccccc;
  border-width: 1px 0;
  border-style: solid;
}
.numberincrement.input-sm .numberincrement-up,
.numberincrement.input-sm .numberincrement-down {
  padding: 5px 8px;
}
.numberincrement.input-sm .numberincrement-value {
  padding: 5px 12px;
}
.numberincrement.input-lg .numberincrement-up,
.numberincrement.input-lg .numberincrement-down {
  padding: 12px 20px;
}
.numberincrement.input-lg .numberincrement-value {
  padding: 12px 28px;
}
ul.rocktree,
ul.rocktree ul {
  list-style-type: none;
  margin-bottom: 60px;
  padding: 0px;
}
ul.rocktree ul {
  margin: 0px 0px 0px 30px;
}
.rocktree .rocktree-item {
  white-space: nowrap;
}
.rocktree .rocktree-item.is-inactive {
  color: #666666;
  opacity: 1;
}
.rocktree .rocktree-item:not(.is-inactive) {
  color: #333333;
}
.rocktree .rocktree-item > i {
  cursor: pointer;
  padding: 4px;
}
.rocktree li {
  margin: 0px;
}
.rocktree span,
.rocktree a {
  margin: 1px;
  display: inline-block;
}
.rocktree .rocktree-name:hover,
.rocktree span:hover,
.rocktree span:hover a {
  background: #555555;
  color: #d5d5d5;
}
.rocktree .selected,
.rocktree .selected a {
  background: #6a6a6a;
  color: #ffffff;
}
.rocktree .rocktree-name {
  padding: 2px 6px;
  border-radius: 3px;
  cursor: pointer;
}
.rocktree .rocktree-loading {
  margin-left: 10px;
  color: #333333 !important;
  font-size: 12px;
}
.rocktree .rocktree-loading i {
  margin-right: 5px;
}
.rocktree .rocktree-leaf {
  padding-left: 18px;
}
.treeview {
  margin-bottom: 30px;
}
.treeview .treeview-frame {
  padding-left: 0;
}
.treeview .treeview-actions {
  margin-bottom: 15px;
}
.treeview .treeview-actions .btn {
  margin-bottom: 4px;
}
.personlist {
  padding-left: 0;
  list-style: none;
}
.personlist li {
  padding-left: 30px;
}
.personlist li i.fa-circle {
  font-size: 9px;
  color: #d0cfcf;
  margin-right: 15px;
  margin-left: -30px;
}
.personlist li .actions {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.personlist li:hover .actions {
  opacity: 1;
}
.personlist .popover {
  width: 320px;
}
.rollover-container {
  position: relative;
}
.rollover-container > .rollover-item {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.rollover-container:hover > .rollover-item {
  opacity: 1;
}
.touch .rollover-item {
  opacity: 1;
}
.block-title {
  margin: 0;
}
.list-as-blocks h3 {
  margin-top: 0;
  font-size: 14px;
  margin: 6px 0;
}
.list-as-blocks ul {
  padding: 0;
  list-style: none;
  margin-top: 16px;
}
.list-as-blocks ul li {
  border-radius: 4px;
  border: 1px solid #fab065;
  float: left;
  margin: 0 1.25% 30px;
  width: 47.5%;
  overflow: hidden;
  position: relative;
  overflow: visible;
  text-align: center;
}
.list-as-blocks ul li a {
  background-color: #fbca97;
  display: block;
  color: #753d04;
  height: 90px;
  padding: 30px;
  border-radius: 4px;
  transition: background-color 200ms linear;
}
.list-as-blocks ul li a i {
  font-size: 26px;
  color: #a75706;
  margin-top: 6px;
}
.list-as-blocks ul li a:hover {
  background-color: #222222;
  color: #d5d5d5;
  border-color: #161616;
}
.list-as-blocks ul li a:hover i {
  color: #eeeeee;
}
.list-as-blocks ul li a div.notification {
  position: absolute;
  top: -10px;
  right: -6px;
}
.list-as-blocks ul li a div.notification .label {
  border-radius: 36px;
  padding: 2px 6px;
}
.list-as-blocks ul li.active a {
  background-color: #222222;
  color: #d5d5d5;
  border-color: #090909;
}
.list-as-blocks ul li.active a i {
  color: #eeeeee;
}
@media (min-width: 768px) and (max-width: 991px) {
  .list-as-blocks ul li {
    margin: 0 1% 30px;
    width: 32%;
  }
  .list-as-blocks ul li:nth-child(3n) {
    margin-right: 0;
  }
  .list-as-blocks ul li:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .list-as-blocks ul li {
    margin: 0 1% 30px;
    width: 18.4%;
  }
  .list-as-blocks ul li:nth-child(5n) {
    margin-right: 0;
  }
  .list-as-blocks ul li:nth-child(5n+1) {
    margin-left: 0;
  }
}
.nav > li.pill-help a {
  color: #f89734;
}
.nav > li.pill-help a:hover,
.nav > li.pill-help a:focus {
  background-color: transparent;
  color: #f89734;
}
.well-pillwrap {
  background-color: transparent;
  border-color: transparent;
}
div.tagsinput {
  width: 100%;
  overflow-y: auto;
  float: left;
}
.taglist {
  text-align: center;
}
.taglist .tag {
  display: inline-block;
  height: 22px;
  line-height: 18px;
  position: relative;
  font-size: 13px;
  margin-bottom: 15px;
  margin-left: 20px;
  padding: 1px 10px 0 12px;
  background: #c2b8a7;
  color: #231f20;
  text-decoration: none;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.taglist .tag:first-child {
  margin-left: 10px;
}
.taglist .tag span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
  display: block;
  float: left;
}
.taglist .tag a {
  float: left;
  display: block;
}
.taglist .tag small {
  font-size: 11px;
}
.taglist .tag:before {
  /* tag point */
  content: "";
  float: left;
  position: absolute;
  top: 0;
  left: -10px;
  width: 0;
  height: 0;
  border-color: transparent #c2b8a7 transparent transparent;
  border-style: solid;
  border-width: 11px 11px 11px 0;
}
.taglist .tag:after {
  /* tag dot */
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  float: left;
  width: 5px;
  height: 5px;
  border-radius: 2px;
  background: #dbd5cb;
  box-shadow: -1px -1px 2px #c2b8a7;
}
@media (min-width: 768px) {
  div.tagsinput div[id$=addTag] {
    float: left;
    margin-left: 12px;
  }
}
div.tagsinput span.tag.personal {
  background: #d0c6b4;
}
div.tagsinput span.tag.personal:before {
  border-color: transparent #d0c6b4 transparent transparent;
}
div.tagsinput span.tag a {
  font-weight: bold;
  color: #231f20;
  text-decoration: none;
  font-size: 11px;
  opacity: 0;
  -moz-transition: opacity 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  -webkit-transition: opacity 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
}
div.tagsinput span.tag:hover a {
  opacity: 1;
}
div.tagsinput input {
  width: 80px;
  margin: 0px;
  font-family: helvetica;
  font-size: 13px;
  border: 1px solid transparent;
  padding: 0px;
  background: transparent;
  color: #8f8f8f !important;
  /* needed as script adds element value */
  outline: 0px;
  box-shadow: none;
  margin: -2px 0 0 10px;
  border-radius: 4px;
  padding: 2px;
  display: block;
  clear: both;
  margin: 0 auto;
}
div.tagsinput input:hover,
div.tagsinput input:focus {
  background-color: rgba(0, 0, 0, 0.05);
}
div.tagsinput input div {
  display: block;
  float: left;
}
div.tagsinput .tags_clear {
  clear: both;
  width: 100%;
  height: 0px;
}
.not_valid {
  background: #FBD8DB !important;
  color: #90111A !important;
}
.tag-wrap .ui-autocomplete {
  position: absolute;
  left: 0px;
  top: 4px;
  z-index: 90;
  list-style: none;
  padding: 12px;
  background-color: #fbca97;
  border: 1px solid #fab065;
  min-width: 200px;
  border-radius: 0 0 4px 4px;
  z-index: 9999 !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tag-wrap .ui-autocomplete li {
  margin-bottom: 4px;
}
.tag-wrap .ui-autocomplete li:last-child {
  margin-bottom: 0;
}
.tag-wrap .ui-autocomplete li a {
  color: #fbca97;
  text-decoration: none;
  cursor: pointer;
  padding: 4px;
  display: block;
}
.tag-wrap .ui-autocomplete li a:hover {
  background: #fab065;
  border-radius: 4px;
}
.tag-letterlist {
  color: #666666;
}
.tag-letterlist li {
  margin-right: 12px;
}
.tag-letterlist a {
  font-weight: 600;
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 768px) {
  .taglist {
    text-align: left;
  }
  .taglist .tag {
    float: left;
  }
  div.tagsinput input {
    margin: 0;
  }
}
.photoframe {
  border: 4px solid #fbca97;
  display: inline-block;
}
.photoframe.photoframe-sm {
  border-width: 2px;
}
.smartsearch {
  width: 290px;
  margin-top: 6px;
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #2c2c2c;
  border-radius: 4px;
  padding: 2px 6px;
  position: relative;
  color: #d5d5d5;
}
.smartsearch:focus {
  border-color: #595959;
}
.smartsearch .twitter-typeahead {
  display: block !important;
  margin-right: 120px;
}
.smartsearch .smartsearch-type {
  width: 120px;
}
.smartsearch i {
  font-size: 16px;
  margin-top: 6px;
  float: left;
  opacity: .6;
  position: absolute;
}
.smartsearch input {
  border: 0;
  background: transparent;
  color: #d5d5d5;
  border-radius: 0;
  width: 150px;
  margin: 0;
  font-size: 14px;
}
.smartsearch input:focus {
  box-shadow: 0 0 0 0;
  outline: 0;
}
.smartsearch .tt-hint {
  padding: 4px 4px 4px 25px;
}
.smartsearch .tt-dropdown-menu {
  min-width: 290px;
  margin-left: -6px;
  border: 0;
  margin-top: 2px;
}
.smartsearch input.searchinput {
  padding: 4px 4px 4px 25px;
  color: #d5d5d5;
  width: 100%;
  border: 0 !important;
  box-shadow: none !important;
}
.smartsearch .dropdown .navbar-link {
  text-align: right;
  color: #d5d5d5;
}
.smartsearch .dropdown .navbar-link span {
  padding-right: 4px;
}
.smartsearch .dropdown .navbar-link:hover,
.smartsearch .dropdown .navbar-link:focus {
  background-color: transparent;
}
.smartsearch .dropdown.open .navbar-link {
  background-color: transparent;
}
.smartsearch .dropdown .dropdown-menu {
  font-size: 12px;
  right: 0;
  left: auto;
}
.smartsearch input:-moz-placeholder {
  color: #959595;
}
.smartsearch input::-webkit-input-placeholder {
  color: #959595;
}
.smartsearch .nav > li > a {
  padding: 4px 15px;
}
.smartsearch input::-moz-selection {
  background: #2e2e2e;
  /* Safari */
  color: #ffffff;
}
.smartsearch input::selection {
  background: #2e2e2e;
  /* Safari */
  color: #ffffff;
}
.smartsearch input::-moz-selection {
  background: #2e2e2e;
  /* Firefox */
  color: #ffffff;
}
fieldset .actions {
  margin-top: 12px;
}
.code-editor {
  position: relative;
}
.label a {
  color: #fff;
}
.label-campus {
  background-color: #83758f;
}
.label-type {
  background-color: #fbca97;
}
.label-communicationstatus-approved {
  background-color: #5cb85c;
}
.label-communicationstatus-denied {
  background-color: #d9534f;
}
.label-communicationstatus-draft {
  background-color: #777777;
}
.label-communicationstatus-submitted {
  background-color: #f0ad4e;
}
.label-communicationstatus-transient {
  background-color: #fbca97;
}
.datepicker {
  padding: 10px;
}
.datepicker.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  background-color: transparent;
}
.datepicker table thead th.datepicker-switch {
  text-align: center;
}
.datepicker table thead th.next {
  text-align: right;
}
.datepicker table td.active,
.datepicker table td.today {
  background-color: #222222;
  color: #d5d5d5;
}
.datepicker table td.day {
  text-align: center;
  cursor: pointer;
}
.datepicker table td.old,
.datepicker table td.new {
  color: #999999;
}
.datepicker table tfoot {
  display: none;
}
.datepicker table td span.month {
  margin-left: 2px;
  padding: 2px;
  cursor: pointer;
}
.datepicker table td span.month.active {
  font-weight: 700;
}
.datepicker table td span.month:hover {
  background-color: #222222;
  color: #d5d5d5;
}
.datepicker table td span.month:first-child {
  margin-left: 0;
}
.datepicker table td span.year {
  margin-left: 4px;
  padding: 2px;
  cursor: pointer;
}
.datepicker table td span.year.active {
  font-weight: 700;
}
.datepicker table td span.year:hover {
  background-color: #222222;
  color: #d5d5d5;
  border-radius: 3px;
}
.datepicker table td span.year:first-child {
  margin-left: 0;
}
.timepicker-input:before,
.timepicker-input:after {
  content: " ";
  display: table;
}
.timepicker-input:after {
  clear: both;
}
.timepicker-input .input-group {
  float: left;
}
.timepicker-input i.fa-times {
  float: left;
  margin-top: 4px;
  padding: 6px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.timepicker-input:hover i.fa-times {
  opacity: 1;
}
.touch .timepicker-input i.fa-times {
  opacity: 1;
}
.bootstrap-timepicker {
  position: relative;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px;
}
.bootstrap-timepicker .add-on {
  cursor: pointer;
}
.bootstrap-timepicker .add-on i {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.bootstrap-timepicker-widget.dropdown-menu {
  padding: 2px 3px 2px 2px;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
}
.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  left: 9px;
  position: absolute;
  top: -7px;
}
.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #FFFFFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  left: 10px;
  position: absolute;
  top: -6px;
}
.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
  border-radius: 4px;
}
.bootstrap-timepicker-widget table {
  width: 100%;
  background-color: transparent;
  margin: 0;
}
.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px;
}
.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
  width: 100%;
}
.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #333;
}
.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  border-radius: 4px;
  border-color: #ddd;
}
.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
}
.bootstrap-timepicker-widget table td input {
  width: 45px;
  margin: 0;
  text-align: center;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border: 1px solid #cccccc;
  padding: 10px 18px;
  font-size: 12px;
}
.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}
@media (min-width: 767px) {
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px;
  }
}
@media (max-width: 767px) {
  .bootstrap-timepicker {
    width: 100%;
  }
  .bootstrap-timepicker .dropdown-menu {
    width: 100%;
  }
}
.imageupload-group {
  margin-bottom: 30px;
  border: 1px solid #fbca97;
  border-radius: 4px;
  padding: 2px;
  display: table-cell;
  position: relative;
  cursor: pointer;
}
.imageupload-group .imageupload-thumbnail {
  position: relative;
}
.imageupload-group .imageupload-thumbnail .imageupload-thumbnail-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
}
.imageupload-group .imageupload-thumbnail .imageupload-remove {
  position: absolute;
  bottom: 0;
  right: 0;
}
.imageupload-group .imageupload-thumbnail .imageupload-remove a {
  padding: 2px 6px;
  border-top-left-radius: 4px;
  background-color: #d9534f;
  color: #ffffff;
  cursor: pointer;
  display: block;
}
.imageupload-group .imageupload-dropzone {
  margin-top: 2px;
  height: 30px;
  border: 1px solid #cccccc;
  border-radius: 0 0 4px 4px;
  background-color: #f0f0f0;
  text-align: center;
  padding-top: 8px;
  position: relative;
  line-height: 12px;
  width: 100%;
  cursor: pointer;
}
.imageupload-group .imageupload-dropzone ::-webkit-file-upload-button {
  cursor: pointer;
}
.imageupload-group .imageupload-dropzone input {
  opacity: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.imageupload-group .imageupload-dropzone span {
  font-size: 13px;
  color: #555555;
  width: 100%;
}
.imageupload-group .imageupload-dropzone span:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f093";
  padding-right: .25em;
}
.imageupload-group .upload-progress {
  position: absolute;
  z-index: 2;
  left: 35px;
  margin-left: -18px;
  top: 8px;
  margin-top: -37px;
  opacity: 0.3;
}
.fileupload-group {
  display: table-cell;
  margin-bottom: 30px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 2px;
  position: relative;
  cursor: pointer;
}
.fileupload-group .fileupload-thumbnail {
  position: relative;
}
.fileupload-group .fileupload-thumbnail .file-link {
  width: 100px;
  height: 50px;
  border-radius: 3px;
  font-size: 10px;
  background-color: #f0f0f0;
  color: #555555;
  display: block;
  padding-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.fileupload-group .fileupload-thumbnail .file-link:after {
  content: '\f016';
  font-family: FontAwesome;
  font-size: 28px;
  color: #cacaca;
  -webkit-font-smoothing: antialiased;
  margin-left: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -12px;
}
.fileupload-group .fileupload-thumbnail .file-link.file-exists:after {
  content: '\f15c';
  color: #cacaca;
  margin-top: -10px;
}
.fileupload-group .fileupload-remove {
  position: absolute;
  bottom: 0;
  right: 0;
}
.fileupload-group .fileupload-remove a {
  padding: 2px 6px;
  border-top-left-radius: 4px;
  background-color: #d9534f;
  color: #ffffff;
  cursor: pointer;
  display: block;
}
.fileupload-group .fileupload-dropzone,
.fileupload-group .fileupload-button {
  height: 30px;
  background-color: #f0f0f0;
  text-align: center;
  padding-top: 8px;
  position: relative;
  line-height: 12px;
}
.fileupload-group .fileupload-dropzone ::-webkit-file-upload-button,
.fileupload-group .fileupload-button ::-webkit-file-upload-button {
  cursor: pointer;
}
.fileupload-group .fileupload-dropzone input,
.fileupload-group .fileupload-button input {
  opacity: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.fileupload-group .fileupload-dropzone span,
.fileupload-group .fileupload-button span {
  font-size: 13px;
  color: #555555;
  width: 100%;
  padding: 0 .5em;
}
.fileupload-group .fileupload-dropzone span:before,
.fileupload-group .fileupload-button span:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f093";
  padding-right: .25em;
}
.fileupload-group .fileupload-dropzone {
  margin-top: 2px;
  border-radius: 0 0 4px 4px;
}
.fileupload-group .fileupload-button {
  border-radius: 4px;
}
.fileupload-group .upload-progress {
  position: absolute;
  z-index: 2;
  left: 35px;
  top: 8px;
  opacity: 0.3;
}
.updateprogress-status {
  position: fixed;
  padding: 15px 10px;
  left: 50%;
  top: 40%;
  opacity: 1;
  background-color: #f89734;
  border-radius: 120px;
  z-index: 1140;
  box-shadow: 5px 5px 12px 3px rgba(0, 0, 0, 0.1);
  margin-left: -30px;
}
.updateprogress-status .spinner {
  width: 40px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.updateprogress-status .spinner > div {
  background-color: #ffffff;
  height: 100%;
  width: 5px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.updateprogress-status .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.updateprogress-status .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.updateprogress-status .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.updateprogress-status .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
@media (min-width: 992px) {
  .updateprogress-status {
    padding: 30px 20px;
    margin-left: -60px;
  }
  .updateprogress-status .spinner {
    width: 80px;
    height: 60px;
  }
  .updateprogress-status .spinner > div {
    width: 10px;
  }
}
.groupmembers {
  list-style: none;
  margin: 6px 0;
  padding: 0;
}
.groupmembers .member {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  min-width: 160px;
  border-radius: 4px;
}
.groupmembers .member .person-image {
  border: 1px solid #fbca97;
  float: left;
  margin-right: 7.5px;
  display: inline-block;
  width: 60px;
  height: 60px;
}
.groupmembers .member .member-information {
  float: left;
}
.groupmembers .member h4 {
  font-size: 16px;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
}
.groupmembers .member small {
  display: block;
  line-height: 16px;
  margin: 0;
}
.groupmembers .member .btn {
  margin-top: 6px;
}
.well-message {
  text-align: center;
}
.well-message h1 {
  font-size: 38px;
}
.well-message i {
  font-size: 84px;
  margin: 12px 0;
}
.well-message.well-message-info {
  background-color: #d9edf7;
  color: #3a87ad;
  border-color: #bce8f1;
}
.well-message.well-message-success {
  background-color: #dff0d8;
  color: #468847;
  border-color: #d6e9c6;
}
.well-message.well-message-danger {
  background-color: #f2dede;
  color: #b94a48;
  border-color: #eed3d7;
}
.well-message.well-message-warning {
  background-color: #fcf8e3;
  color: #c09853;
  border-color: #fbeed5;
}
.loginstatus > li {
  min-width: 160px;
  text-align: right;
}
.loginstatus > li li {
  text-align: left;
}
ul.rocklist {
  padding: 0;
  list-style-type: none;
}
ul.rocklist .rocklist-item {
  white-space: nowrap;
  padding: 6px;
  margin: 0 12px 12px 0;
  border-radius: 4px;
  width: 140px;
  float: left;
  position: relative;
  text-align: center;
}
ul.rocklist .rocklist-item .actions {
  position: absolute;
  top: 4px;
  right: 4px;
}
ul.rocklist .rocklist-item i {
  cursor: pointer;
  padding: 4px;
}
ul.rocklist .rocklist-item .file-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
ul.rocklist .rocklist-item:hover {
  background: #555555;
  color: #d5d5d5;
}
ul.rocklist .rocklist-item.selected {
  background: #555555;
  color: #d5d5d5;
}
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}
.tt-dropdown-menu {
  min-width: 200px;
  padding: 12px;
  background-color: #fbca97;
  border: 1px solid #fab065;
  border-radius: 0 0 4px 4px;
  color: #fbca97;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
.tt-suggestion {
  display: block;
}
.tt-suggestion p {
  padding: 4px;
  border-radius: 4px;
}
.tt-suggestion p:hover {
  background-color: #fab065;
}
.tt-suggestion.tt-is-under-cursor {
  color: #ffffff;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.tt-suggestion.tt-is-under-cursor a {
  color: #fbca97;
}
.tt-suggestion p {
  margin: 0;
}
.image-editor-photo {
  width: 150px;
  position: relative;
}
.image-editor-photo .image-container {
  width: 150px;
  height: 150px;
  border: 3px solid #fbca97;
}
.image-editor-photo .options {
  position: absolute;
  top: 110px;
  right: 0;
  background-color: #fbca97;
  color: #000000;
  padding: 6px 12px;
  border-radius: 4px 0 0 4px;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.image-editor-photo .options a {
  color: #fff;
  text-decoration: none;
  margin-left: 12px;
  cursor: pointer;
}
.image-editor-photo .options a:hover {
  opacity: .5;
}
.image-editor-photo .js-upload-progress {
  position: absolute;
  top: 55px;
  left: 55px;
  color: #555555;
  opacity: 0.5;
}
.image-editor-fileinput {
  visibility: hidden;
  height: 0;
}
.image-editor-group.imageupload-group {
  border: 0;
}
.image-editor-crop-container {
  height: 480px;
  width: 480px;
}
.image-editor-photo:hover .options {
  opacity: 1;
}
.image-editor-photo .options a:first-child {
  margin-left: 0;
}
.activeusers .recent i {
  color: #5cb85c;
}
.activeusers .not-recent i {
  color: #f0ad4e;
}
.nav-paging .btn-prev {
  float: left;
}
.nav-paging .btn-next {
  float: right;
}
.list-horizontal:before,
.list-horizontal:after {
  content: " ";
  display: table;
}
.list-horizontal:after {
  clear: both;
}
.list-horizontal li {
  float: left;
  margin-right: 2px;
  margin-bottom: 4px;
}
.key-value-rows .controls-row {
  margin-bottom: 6px;
}
.contextsetter {
  margin-right: 2px;
}
ul.list-group-panel,
.panel-collapse {
  margin: 0;
}
ul.list-group-panel .list-group,
.panel-collapse .list-group {
  margin-bottom: 0;
}
ul.list-group-panel .list-group-item,
.panel-collapse .list-group-item {
  border-radius: 0;
  border: 0;
  border-top: 1px solid #dddddd;
}
ul.list-group-panel .list-group-item:first-child,
.panel-collapse .list-group-item:first-child {
  border: 0;
}
.slidingdaterange-select,
.slidingdaterange-number,
.slidingdaterange-daterange .input-group {
  margin-bottom: 6px;
}
.photo-round {
  background-size: cover;
  background-repeat: no-repeat;
}
.photo-round.photo-round-sm {
  height: 35px;
  width: 35px;
  border-radius: 17.5px;
}
.photo-round.photo-round-xs {
  height: 20px;
  width: 20px;
  border-radius: 17.5px;
}
.wizard {
  background-color: #eeeeee;
  padding: 8px 0;
  margin: -15px;
  margin-bottom: 24px;
  margin-top: -16px;
}
.wizard:before,
.wizard:after {
  content: " ";
  display: table;
}
.wizard:after {
  clear: both;
}
@media only screen and (max-width: 480px) {
  .wizard {
    display: none;
  }
}
.wizard-item-icon {
  background-color: #fcd6af;
  border-radius: 24px;
  padding: 6px 8px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}
.wizard-item-label {
  font-weight: 300;
  font-size: 12px;
  color: #737373;
}
.wizard-item {
  min-width: 100px;
  text-align: center;
  float: left;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .wizard-item {
    min-width: 175px;
  }
}
.wizard-item:before {
  border-top: 4px solid #bbbbbb;
  content: "";
  margin: 0 auto;
  /* this centers the line to the full width specified */
  position: absolute;
  /* positioning must be absolute here, and relative positioning must be applied to the parent */
  top: 30%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.wizard-item.active:before {
  border-top: 4px solid #a2a2a2;
}
.wizard-item.active .wizard-item-icon {
  background-color: #f89734;
  color: #ffffff;
}
.wizard-item.active .wizard-item-label {
  color: #333333;
}
.wizard-item.complete:before {
  border-top: 4px solid #a2a2a2;
}
.wizard-item.complete .wizard-item-icon {
  background-color: #f89734;
  color: #ffffff;
}
.wizard-item.complete .wizard-item-label {
  color: #333333;
}
.wizard-item:first-child:before {
  left: 55px;
}
@media (min-width: 992px) {
  .wizard-item:first-child:before {
    left: 100px;
  }
}
.wizard-item:last-child:before {
  right: 55px;
}
@media (min-width: 992px) {
  .wizard-item:last-child:before {
    right: 100px;
  }
}
.rock-checkbox-icon {
  cursor: pointer;
}
.panel .panel-heading.panel-follow {
  position: relative;
  padding-right: 40px;
}
.panel-follow-status {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 35px;
  text-align: center;
  padding-top: 10px;
  opacity: .4;
  color: #333333;
  transition: 1s;
  border-left: 1px solid #222222;
}
.panel-follow-status:before {
  font-family: FontAwesome;
  content: "\f006";
}
.panel-follow-status.following {
  opacity: 1;
  background-color: #f9a44d;
  color: #fff;
}
.panel-follow-status.following:before {
  content: "\f005";
}
.number-range-editor .form-control-group .form-control {
  margin-bottom: 6px;
}
.date-range-picker .input-group {
  margin-bottom: 6px;
}
/*
    Used to manage styles for specific blocks.

    1. Error Page 
    2. Blank Page
    3. Exception Page
*/
.error-wrap {
  text-align: center;
  max-width: 450px;
  margin: 0 auto;
}
.error-wrap h1 {
  font-size: 45px;
}
.error-wrap .error-icon {
  font-size: 256px;
  line-height: 256px;
  margin: 30px;
  opacity: 0.7;
}
.error-wrap .error-icon.info {
  color: #5bc0de;
}
.error-wrap .error-icon.warning {
  color: #f0ad4e;
}
.error-wrap .error-icon.danger {
  color: #d9534f;
}
.error-details pre {
  background-color: transparent;
  border: 0;
  color: #b94a48;
}
.rock-blank {
  background-color: #ffffff;
}
.rock-blank main.container {
  margin: 0;
  padding: 12px;
}
.exceptionDetail-stackTrace-hide {
  display: none;
}
.exceptionDetail-stackTrace-show {
  display: table-row;
}
.exceptionDetail-stackTrace-show pre {
  padding: 0;
  background-color: transparent;
  border-color: transparent;
  color: inherit;
}
/*
    Used to manage styles related to Rock's internal scrollbar

*/
.scroll-container {
  clear: both;
}
.scroll-container .viewport {
  overflow: hidden;
  position: relative;
}
.scroll-container .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
}
.scroll-container .track {
  position: relative;
  background-color: #aaaaaa;
  border-radius: 4px;
  padding: 0;
}
.scroll-container .thumb {
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  border-radius: 120px;
  background-color: #cccccc;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.scroll-container .disable {
  display: none;
}
.scroll-container-vertical {
  width: 520px;
}
.scroll-container-vertical .viewport {
  width: 500px;
  height: 375px;
}
.scroll-container-vertical .overview {
  width: 100%;
}
.scroll-container-vertical .scrollbar {
  position: relative;
  float: right;
  width: 15px;
}
.scroll-container-vertical .track {
  height: 100%;
  width: 1px;
  border-radius: 4px;
}
.scroll-container-vertical .thumb {
  height: 20px;
  width: 13px;
  top: 0;
  margin-left: -6px;
}
.scroll-container-horizontal {
  width: 100%;
  margin: 0;
}
.scroll-container-horizontal .viewport {
  width: 100%;
  min-height: 200px;
}
.scroll-container-horizontal .scrollbar {
  position: relative;
  height: 15px;
  clear: both;
  margin: 0 auto;
}
.scroll-container-horizontal .track {
  height: 1px;
  width: 13px;
  padding: 0 1px;
}
.scroll-container-horizontal .thumb {
  margin-top: -8px;
  border-radius: 10px;
  height: 13px;
  width: 20px;
}
/* needed JME 7/22/2015 
.panel-widget .scroll-container,
.panel-default .scroll-container {
    .track {
        background-color: @axxxxccent-color;
    }

    .thumb {
        background-color: darken(@axxxxxccent-color, 10%);
    }
}*/
.noSelect {
  -ms-user-select: none;
      user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
/*

  Used to provide extensible classes for plugin developers to use to help them match the themes they are running in

  1. Colors - creates utility classes for each of the accent colors
  2. Spacing - provides utility classes for spacing based off of the themes gutter widths
  3. Even Height Columns - provides classes for making columns even heights
  4. Breakpoint Specific Alignment - provides classes for alignment changes at specific breakpoints
  5. Utilities

*/
.accent-color {
  background-color: #f89734;
  color: #ffffff;
}
.accent-color-bordered {
  background-color: #f89734;
  color: #ffffff;
  border: 1px solid #f17e08;
}
.accent-light-color {
  background-color: #222222;
  color: #d5d5d5;
}
.accent-light-color-bordered {
  background-color: #222222;
  color: #d5d5d5;
  border: 1px solid #090909;
}
.accent-semibold-color {
  background-color: #fbca97;
  color: #753d04;
}
.accent-semibold-color-bordered {
  background-color: #fbca97;
  color: #753d04;
  border: 1px solid #fab065;
}
.accent-bold-color {
  background-color: #fde3c8;
  color: #bf6407;
}
.accent-bold-color-bordered {
  background-color: #fde3c8;
  color: #bf6407;
  border: 1px solid #fbca97;
}
.primary-color {
  background-color: #f89734;
  color: #ffffff;
}
.theme-color-1 {
  background-color: #f89734;
  color: #ffffff;
}
.theme-color-1-bordered {
  background-color: #f89734;
  color: #ffffff;
  border: 1px solid #f17e08;
}
.theme-color-2 {
  background-color: #222222;
  color: #d5d5d5;
}
.theme-color-2-bordered {
  background-color: #222222;
  color: #d5d5d5;
  border: 1px solid #090909;
}
.theme-color-3 {
  background-color: #fbca97;
  color: #753d04;
}
.theme-color-3-bordered {
  background-color: #fbca97;
  color: #753d04;
  border: 1px solid #fab065;
}
.theme-color-4 {
  background-color: #fde3c8;
  color: #bf6407;
}
.theme-color-4-bordered {
  background-color: #fde3c8;
  color: #bf6407;
  border: 1px solid #fbca97;
}
.theme-color-5 {
  background-color: #fffcf9;
  color: #f78a1b;
}
.theme-color-5-bordered {
  background-color: #fffcf9;
  color: #f78a1b;
  border: 1px solid #fde3c8;
}
.theme-color-6 {
  background-color: #ffffff;
  color: #999999;
}
.theme-color-6-bordered {
  background-color: #ffffff;
  color: #999999;
  border: 1px solid #e6e6e6;
}
.theme-color-7 {
  background-color: #6634f8;
  color: #ffffff;
}
.theme-color-7-bordered {
  background-color: #6634f8;
  color: #ffffff;
  border: 1px solid #4408f1;
}
.bg-color {
  background-color: #ffffff;
}
.text-color {
  color: #333333;
}
.is-inactive {
  opacity: .6;
}
.padding-all-none {
  padding: 0 !important;
}
.padding-all-sm {
  padding: 15px !important;
}
.padding-all-md {
  padding: 30px !important;
}
.padding-all-lg {
  padding: 60px !important;
}
.padding-all-xl {
  padding: 120px !important;
}
.margin-all-none {
  margin: 0 !important;
}
.margin-all-sm {
  margin: 15px !important;
}
.margin-all-md {
  margin: 30px !important;
}
.margin-all-lg {
  margin: 60px !important;
}
.margin-all-xl {
  margin: 120px !important;
}
.padding-v-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.padding-v-sm {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.padding-v-md {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.padding-v-lg {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.padding-v-xl {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
.margin-v-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.margin-v-sm {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.margin-v-md {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.margin-v-lg {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.margin-v-xl {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}
.padding-h-none {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.padding-h-sm {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.padding-h-md {
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.padding-h-lg {
  padding-right: 60px !important;
  padding-left: 60px !important;
}
.padding-h-xl {
  padding-right: 120px !important;
  padding-left: 120px !important;
}
.margin-h-none {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.margin-h-sm {
  margin-right: 15px !important;
  margin-left: 15px !important;
}
.margin-h-md {
  margin-right: 30px !important;
  margin-left: 30px !important;
}
.margin-h-lg {
  margin-right: 60px !important;
  margin-left: 60px !important;
}
.margin-h-xl {
  margin-right: 120px !important;
  margin-left: 120px !important;
}
.padding-t-none {
  padding-top: 0 !important;
}
.padding-t-sm {
  padding-top: 15px !important;
}
.padding-t-md {
  padding-top: 30px !important;
}
.padding-t-lg {
  padding-top: 60px !important;
}
.padding-t-xl {
  padding-top: 120px !important;
}
.margin-t-none {
  margin-top: 0 !important;
}
.margin-t-sm {
  margin-top: 15px !important;
}
.margin-t-md {
  margin-top: 30px !important;
}
.margin-t-lg {
  margin-top: 60px !important;
}
.margin-t-xl {
  margin-top: 120px !important;
}
.padding-b-none {
  padding-bottom: 0 !important;
}
.padding-b-sm {
  padding-bottom: 15px !important;
}
.padding-b-md {
  padding-bottom: 30px !important;
}
.padding-b-lg {
  padding-bottom: 60px !important;
}
.padding-b-xl {
  padding-bottom: 120px !important;
}
.margin-b-none {
  margin-bottom: 0 !important;
}
.margin-b-sm {
  margin-bottom: 15px !important;
}
.margin-b-md {
  margin-bottom: 30px !important;
}
.margin-b-lg {
  margin-bottom: 60px !important;
}
.margin-b-xl {
  margin-bottom: 120px !important;
}
.padding-r-none {
  padding-right: 0 !important;
}
.padding-r-sm {
  padding-right: 15px !important;
}
.padding-r-md {
  padding-right: 30px !important;
}
.padding-r-lg {
  padding-right: 60px !important;
}
.padding-r-xl {
  padding-right: 120px !important;
}
.margin-r-none {
  margin-right: 0 !important;
}
.margin-r-sm {
  margin-right: 15px !important;
}
.margin-r-md {
  margin-right: 30px !important;
}
.margin-r-lg {
  margin-right: 60px !important;
}
.margin-r-xl {
  margin-right: 120px !important;
}
.padding-l-none {
  padding-left: 0 !important;
}
.padding-l-sm {
  padding-left: 15px !important;
}
.padding-l-md {
  padding-left: 30px !important;
}
.padding-l-lg {
  padding-left: 60px !important;
}
.padding-l-xl {
  padding-left: 120px !important;
}
.margin-l-none {
  margin-left: 0 !important;
}
.margin-l-sm {
  margin-left: 15px !important;
}
.margin-l-md {
  margin-left: 30px !important;
}
.margin-l-lg {
  margin-left: 60px !important;
}
.margin-l-xl {
  margin-left: 120px !important;
}
.row-eq-height {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media (min-width: 992px) {
  .row-eq-height-md {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .xs-text-center {
    text-align: center;
  }
  .xs-text-left {
    text-align: left;
  }
  .xs-text-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .sm-text-center {
    text-align: center;
  }
  .sm-text-left {
    text-align: left;
  }
  .sm-text-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .md-text-center {
    text-align: center;
  }
  .md-text-left {
    text-align: left;
  }
  .md-text-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .lg-text-center {
    text-align: center;
  }
  .lg-text-left {
    text-align: left;
  }
  .lg-text-right {
    text-align: right;
  }
}
.cke_dialog_contents {
  background-color: #ffffff !important;
}
.cke_dialog_title {
  box-shadow: none !important;
  background-image: none !important;
  text-shadow: none !important;
  background-color: #f89734 !important;
  color: #ffffff !important;
  padding: 10px 15px !important;
  min-height: 24px !important;
  font-weight: 600 !important;
  font-size: 24px !important;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
.cke_dialog_close_button {
  background-image: none !important;
  height: 24px;
  width: 24px;
  right: 25px !important;
}
.cke_dialog_close_button .cke_label {
  display: block !important;
  color: #f89734 !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  margin-top: 8px;
}
.cke_dialog_close_button .cke_label:after {
  content: "\f00d";
  color: #ffffff;
  font-family: FontAwesome;
}
.cke_dialog_footer {
  background-color: #fffcf9 !important;
  background-image: none !important;
  color: #f78a1b !important;
  outline: none !important;
  padding: 8px !important;
  margin-top: 10px !important;
  box-shadow: none !important;
  border-radius: 0 0 4px 4px;
}
a.cke_dialog_ui_button,
a.cke_dialog_ui_button:focus,
a.cke_dialog_ui_button:active {
  box-shadow: none !important;
  text-decoration: none !important;
  background: #fde3c8 !important;
  background-image: none !important;
  color: #bf6407 !important;
  border: 1px solid #fcd6af !important;
  border-radius: 4px;
  text-shadow: none !important;
  padding: 6px 2px !important;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 20px !important;
}
a.cke_dialog_ui_button span {
  text-shadow: none !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}
a.cke_dialog_ui_button.cke_dialog_ui_button_cancel {
  background-color: transparent !important;
  color: #f89734 !important;
  font-weight: normal !important;
  border: none !important;
}
a.cke_dialog_ui_button.cke_dialog_ui_button_cancel:hover,
a.cke_dialog_ui_button.cke_dialog_ui_button_cancel:focus {
  color: #d87107;
  text-decoration: underline;
  background-color: transparent;
}
a.cke_dialog_ui_button_ok,
a.cke_dialog_ui_button_ok:focus,
a.cke_dialog_ui_button_ok:active {
  background: #f89734 !important;
  color: #ffffff !important;
  border: 1px solid #d87107 !important;
}
@media (min-width: 480px) {
  .ck-folders,
  .ck-files {
    float: left;
  }
}
.ck-folders .scroll-container-vertical,
.ck-files .scroll-container-vertical {
  width: auto;
}
.ck-folders .scroll-container-vertical .viewport,
.ck-files .scroll-container-vertical .viewport {
  width: auto;
}
@media (min-width: 480px) {
  .ck-folders {
    width: 40%;
  }
}
.ck-folders .actions {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .ck-folders .scroll-container-vertical .viewport {
    height: 100px;
  }
}
@media (min-width: 480px) {
  .ck-files {
    width: 60%;
  }
}
.ck-files .fileupload-group {
  display: inline-block;
  border: none;
  padding: 0;
}
.ck-files img.file-browser-image {
  width: 50px;
  height: 50px;
}
.clickable {
  cursor: pointer;
}
.tip {
  background-color: #71a5bf;
  color: #fff;
  padding: 0 6px 2px;
  border-radius: 4px;
  font-size: 11px;
}
.tip.tip-liquid:after,
.tip.tip-lava:after {
  content: '{{ Lava }}';
}
.tip.tip-html:after {
  content: '< HTML />';
}
.navigation-tip {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  padding: 2px 4px;
  font-size: 90%;
  color: #3a87ad;
  background-color: #d9edf7;
  white-space: nowrap;
  border-radius: 4px;
}
a.help {
  margin-left: 6px;
  outline: 0;
  color: #86b8cc;
}
.help-message {
  font-weight: normal;
}
.photo img {
  width: 100%;
}
.well > h1,
.well > h2,
.well > h3,
.well > h4 {
  margin-top: 0;
}
.alert-default {
  background-color: #eeeeee;
  border-color: #d5d5d5;
  color: #333333;
}
.alert-default hr {
  border-top-color: #c8c8c8;
}
.alert-default .alert-link {
  color: #1a1a1a;
}
th[align=center] {
  text-align: center;
}
.form-right {
  text-align: right;
  margin-bottom: 12px;
}
.form-right:before,
.form-right:after {
  content: " ";
  display: table;
}
.form-right:after {
  clear: both;
}
.form-right .control-label {
  display: block;
}
.form-right .input-group {
  float: right;
}
.btn-tabled a:hover {
  text-decoration: underline;
}
.control-label {
  font-weight: 700;
}
.badge-danger {
  background-color: #d9534f !important;
  color: #fff !important;
}
.badge-warning {
  background-color: #f0ad4e !important;
  color: #fff !important;
}
.badge-success {
  background-color: #5cb85c !important;
  color: #fff !important;
}
.badge-info {
  background-color: #5bc0de !important;
  color: #fff !important;
}
.popover-content {
  overflow: hidden;
}
.popover-content header {
  margin: -9px -14px 8px;
  padding: 8px 14px;
  font-size: 20px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content header:before,
.popover-content header:after {
  content: " ";
  display: table;
}
.popover-content header:after {
  clear: both;
}
.popover-content header img {
  float: left;
  margin-right: 6px;
  width: 32px;
}
.popover-content header h3 {
  float: left;
  font-size: 18px;
  margin: 0 0 0 6px;
  font-weight: normal;
}
.popover-content header h3 small {
  display: block;
}
.popover-content .body div {
  margin-bottom: 2px;
}
.popover-content .body div:last-child {
  margin-bottom: 0;
}
.list-group-item:before,
.list-group-item:after {
  content: " ";
  display: table;
}
.list-group-item:after {
  clear: both;
}
.list-group-item .toggle-container {
  display: inline-block;
}
.list-group-item .content {
  display: block;
  float: left;
}
.panel-headerimage {
  margin: -15px -15px 15px -15px;
}
.panel .panel-heading a.btn-link {
  color: #f78a1b;
}
.panel .panel-heading .panel-title small {
  opacity: .5;
}
.panel .panel-heading .panel-options {
  margin: -10px -15px;
  float: right;
}
.panel .panel-heading .panel-options button {
  border: 0;
  border-radius: 0;
  padding: 9px 12px 10px;
}
.panel .panel-heading .checkbox {
  margin: 0;
}
.panel .panel-heading .panel-labels {
  float: right;
}
.panel .panel-heading .panel-actions {
  margin-top: 4px;
}
.panel .panel-heading .form-group {
  margin-bottom: 0;
}
.panel .panel-body {
  border-radius: 0 0 4px 4px;
}
.panel .panel-footer {
  background-color: #ffffff;
  color: #333333;
}
.panel-widget {
  border-color: #fab065;
}
.panel-widget > .panel-heading {
  color: #f78a1b;
  background-color: #fffcf9;
  border-color: #fab065;
}
.panel-widget > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fab065;
}
.panel-widget > .panel-heading .badge {
  color: #fffcf9;
  background-color: #f78a1b;
}
.panel-widget > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fab065;
}
.panel-widget .panel-heading {
  border: 0;
}
.panel-widget .panel-heading .checkbox {
  display: inline;
  margin-top: 0;
  margin-bottom: 0;
  float: left;
}
.panel-widget .panel-heading .actions a {
  margin-left: 4px;
}
.panel-widget .panel-heading small {
  color: #fbbd7e;
}
.panel-persondetails {
  border-color: #fab065;
  border-top-color: #f9a44d;
}
.panel-persondetails > .panel-heading {
  color: #f78a1b;
  background-color: #fffcf9;
  border-color: #fab065;
}
.panel-persondetails > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fab065;
}
.panel-persondetails > .panel-heading .badge {
  color: #fffcf9;
  background-color: #f78a1b;
}
.panel-persondetails > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fab065;
}
.panel-persondetails .panel-heading .actions a {
  margin-left: 4px;
}
.panel-persondetails .panel-body {
  background-color: #fff;
}
.panel-persondetails .panel-body .form-group.static-control {
  margin-bottom: 2px;
}
.panel-persondetails .panel-body .form-group.static-control:before,
.panel-persondetails .panel-body .form-group.static-control:after {
  content: " ";
  display: table;
}
.panel-persondetails .panel-body .form-group.static-control:after {
  clear: both;
}
.panel-persondetails .panel-body .form-group.static-control label {
  width: 40%;
  text-align: right;
  float: left;
  padding-right: 12px;
}
.panel-persondetails .panel-body .form-group.static-control .form-control-static {
  width: 60%;
  float: left;
  padding-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.panel-persondetails .panel-body i.fa.fa-bars {
  cursor: pointer;
}
.panel-block {
  border-color: #fab065;
  border-top-color: #f9a44d;
}
.panel-block > .panel-heading {
  color: #f78a1b;
  background-color: #fffcf9;
  border-color: #fab065;
}
.panel-block > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fab065;
}
.panel-block > .panel-heading .badge {
  color: #fffcf9;
  background-color: #f78a1b;
}
.panel-block > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fab065;
}
.panel-block > .panel-heading:before,
.panel-block > .panel-heading:after {
  content: " ";
  display: table;
}
.panel-block > .panel-heading:after {
  clear: both;
}
.panel-block > .panel-heading .panel-title {
  float: left;
}
.panel-block > .panel-heading .panel-title i {
  color: #6a6a6a;
}
.panel-block .list-group-item {
  background-color: transparent;
}
.panel-block .panel-body .grid.grid-panel {
  margin: -15px;
}
.panel-block .panel-body .grid.grid-panel .grid-filter {
  border-radius: 0;
}
.panel-block .panel-body .grid.grid-panel .table-bordered {
  border-width: 1px 0 0 0;
}
.panel-block .panel-body .grid.grid-panel .table-bordered > tfoot > tr > td {
  border: 0px;
}
.panel-analytics .panel-body {
  padding-top: 0;
  padding-bottom: 0;
}
.panel-analytics .panel-body > .row > [class*="col-"]:first-child {
  padding-top: 15px;
  padding-bottom: 15px;
}
.panel-analytics .panel-body .col-md-9 {
  margin-right: -2px;
}
.panel-analytics .panel-body .grid.grid-panel {
  margin-bottom: 0;
}
.panel-analytics .filter-options {
  background-color: #fffcf9;
}
.panel-analytics .analysis-types {
  padding: 15px 0;
  background-color: #fffcf9;
  margin-bottom: 15px;
}
.btn.aspNetDisabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-action {
  color: #bf6407;
  background-color: #fde3c8;
  border-color: #fcd6af;
}
.btn-action:hover,
.btn-action:focus,
.btn-action:active,
.btn-action.active,
.open > .dropdown-toggle.btn-action {
  color: #bf6407;
  background-color: #fbca97;
  border-color: #fab874;
}
.btn-action:active,
.btn-action.active,
.open > .dropdown-toggle.btn-action {
  background-image: none;
}
.btn-action.disabled,
.btn-action[disabled],
fieldset[disabled] .btn-action,
.btn-action.disabled:hover,
.btn-action[disabled]:hover,
fieldset[disabled] .btn-action:hover,
.btn-action.disabled:focus,
.btn-action[disabled]:focus,
fieldset[disabled] .btn-action:focus,
.btn-action.disabled:active,
.btn-action[disabled]:active,
fieldset[disabled] .btn-action:active,
.btn-action.disabled.active,
.btn-action[disabled].active,
fieldset[disabled] .btn-action.active {
  background-color: #fde3c8;
  border-color: #fcd6af;
}
.btn-action .badge {
  color: #fde3c8;
  background-color: #bf6407;
}
.btn-security {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-security:hover,
.btn-security:focus,
.btn-security:active,
.btn-security.active,
.open > .dropdown-toggle.btn-security {
  color: #333333;
  background-color: #dcdcdc;
  border-color: #d6d6d6;
}
.btn-security:active,
.btn-security.active,
.open > .dropdown-toggle.btn-security {
  background-image: none;
}
.btn-security.disabled,
.btn-security[disabled],
fieldset[disabled] .btn-security,
.btn-security.disabled:hover,
.btn-security[disabled]:hover,
fieldset[disabled] .btn-security:hover,
.btn-security.disabled:focus,
.btn-security[disabled]:focus,
fieldset[disabled] .btn-security:focus,
.btn-security.disabled:active,
.btn-security[disabled]:active,
fieldset[disabled] .btn-security:active,
.btn-security.disabled.active,
.btn-security[disabled].active,
fieldset[disabled] .btn-security.active {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-security .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.btn-authenication {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  width: 100%;
}
.btn-authenication:hover,
.btn-authenication:focus,
.btn-authenication:active,
.btn-authenication.active,
.open > .dropdown-toggle.btn-authenication {
  color: #333333;
  background-color: #dcdcdc;
  border-color: #d6d6d6;
}
.btn-authenication:active,
.btn-authenication.active,
.open > .dropdown-toggle.btn-authenication {
  background-image: none;
}
.btn-authenication.disabled,
.btn-authenication[disabled],
fieldset[disabled] .btn-authenication,
.btn-authenication.disabled:hover,
.btn-authenication[disabled]:hover,
fieldset[disabled] .btn-authenication:hover,
.btn-authenication.disabled:focus,
.btn-authenication[disabled]:focus,
fieldset[disabled] .btn-authenication:focus,
.btn-authenication.disabled:active,
.btn-authenication[disabled]:active,
fieldset[disabled] .btn-authenication:active,
.btn-authenication.disabled.active,
.btn-authenication[disabled].active,
fieldset[disabled] .btn-authenication.active {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-authenication .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.btn-authenication:hover {
  background-color: #dcdcdc;
}
.btn-authenication.facebook:before {
  font-family: 'FontAwesome';
  content: "\f09a";
  margin-right: 12px;
}
.btn-authenication.google:before {
  font-family: 'FontAwesome';
  content: "\f1a0";
  margin-right: 12px;
}
.btn-authenication.twitter:before {
  font-family: 'FontAwesome';
  content: "\f099";
  margin-right: 12px;
}
.btn-minimal {
  text-decoration: none;
  color: #808080;
  padding: 0;
}
.alert pre {
  border: 0;
  padding: 0;
  color: inherit;
  background-color: transparent;
}
.alert-success a {
  color: #468847;
  border-bottom: 1px dotted #468847;
}
.alert-success a.help {
  border-bottom: 0;
}
.alert-info a:not([class]) {
  color: #3a87ad;
  border-bottom: 1px dotted #3a87ad;
}
.alert-info a.help {
  border-bottom: 0;
}
.alert-warning a {
  color: #c09853;
  border-bottom: 1px dotted #c09853;
}
.alert-warning a.help {
  border-bottom: 0;
}
.alert-danger a {
  color: #b94a48;
  border-bottom: 1px dotted #b94a48;
}
.alert-danger a.help {
  border-bottom: 0;
}
.alert pre {
  background-color: transparent;
  border: 0;
  padding: 0;
  color: inherit;
}
.system-error pre {
  background-color: transparent;
  border: 0;
  color: inherit;
}
.system-error .close {
  color: inherit;
}
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .fa-chevron-left {
  left: 40px;
}
.carousel-control .fa-chevron-right {
  right: 40px;
}
.form-no-margin {
  margin: 0;
}
ul.list-padded {
  margin-top: 12px;
}
ul.list-padded li {
  margin-top: 12px;
}
ul.list-padded li:first-child {
  margin-top: 0;
}
h1.condensed,
h2.condensed,
h3.condensed,
h4.condensed,
h5.condensed,
h6.condensed {
  margin-top: 0;
  margin-bottom: 0;
}
.col-md-2-10 {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .col-md-2-10 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
div.aspNetDisabled {
  opacity: 0.5;
}
.icon-fw {
  width: 1.28571429em;
  text-align: center;
}
/*
    Used to manage styles related to Rock's store
    /* NOTE: This less file is not included in the core since it is only used
             internally. It must be included in the theme.
    
    1. Promo Rotator
    2. Package Summary
    3. Package Detail
    4. Components
    5. Purchased Package
    6. 
    7. 
*/
.promotionrotator {
  margin-bottom: 48px;
}
.promotionrotator .carousel-inner img {
  width: 100%;
}
.promotionrotator .carousel-indicators {
  bottom: -35px;
}
.promotionrotator .carousel-indicators li {
  border-color: #6A6A6A;
}
.promotionrotator .carousel-indicators .active {
  background-color: #6A6A6A;
}
.promotionrotator .carousel-control .fa-chevron-right {
  right: 20px;
}
.promotionrotator .carousel-control .fa-chevron-left {
  left: 20px;
}
.packagesummary {
  height: 250px;
  cursor: pointer;
  border: 1px solid #ccc;
  margin-bottom: 24px;
  background-color: #fff;
}
.packagesummary .packagesummary-image-hover {
  background-color: #000;
  opacity: 0;
  width: 100%;
  height: 140px;
  content: '';
  transition: opacity 0.25s ease-in;
}
.packagesummary:hover .packagesummary-image-hover {
  opacity: 0.5;
}
.packagesummary .packagesummary-body {
  padding: 8px;
}
.packagesummary .packagesummary-body h2 {
  line-height: 1.3em;
  margin: 15px 0 0;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.packagesummary .packagesummary-body .vendor {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.packagedetail-image {
  width: 100%;
}
.packagedetail-additionalversions {
  display: none;
}
.btn-install {
  width: 100%;
}
.rating {
  font-family: FontAwesome;
}
.rating.rating-0:before {
  content: "\f006  \f006  \f006  \f006  \f006";
}
.rating.rating-05:before {
  content: "\f089  \f006  \f006  \f006  \f006";
}
.rating.rating-1:before {
  content: "\f005  \f006  \f006  \f006  \f006";
}
.rating.rating-15:before {
  content: "\f005  \f089  \f006  \f006  \f006";
}
.rating.rating-2:before {
  content: "\f005  \f005  \f006  \f006  \f006";
}
.rating.rating-25:before {
  content: "\f005  \f005  \f089  \f006  \f006";
}
.rating.rating-3:before {
  content: "\f005  \f005  \f005  \f006  \f006";
}
.rating.rating-35:before {
  content: "\f005  \f005  \f005  \f089  \f006";
}
.rating.rating-4:before {
  content: "\f005  \f005  \f005  \f005  \f006";
}
.rating.rating-45:before {
  content: "\f005  \f005  \f005  \f005  \f089";
}
.rating.rating-5:before {
  content: "\f005  \f005  \f005  \f005  \f005";
}
.pricelabel {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 4px;
  text-align: center;
}
.pricelabel.cost {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.pricelabel.free {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.pricelabel h4 {
  font-size: 24px;
  font-weight: 700;
  color: inherit;
}
.purchasedpackage {
  margin-bottom: 24px;
}
.purchasedpackage h1 {
  margin-top: 0;
  line-height: 1.3em;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.purchasedpackage .purchasedpackage-install a {
  width: 100%;
}
/*
    The accent colors are deprecated and should not be used in new theme development. They will be
    removed in Rock v 6.0.
*/
/* Custom CSS */
@media print {
  @page {
    margin: .5in;
  }
  .nav-sub {
    display: none;
  }
  #cms-admin-footer {
    display: none;
  }
  a[href]:after {
    content: '' !important;
  }
}
/*
    Rock Theme Styles

    1. HTML Overrides
    2. Bootstrap Overides
    3. Theme Styling
    4. Responsive Overrides

*/
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background-color: #f89734;
}
main {
  display: block;
}
h1,
.h1-size {
  font-size: 46px;
}
h2,
.h2-size {
  font-size: 42px;
}
h3,
.h3-size {
  font-size: 36px;
}
h4,
.h4-size {
  font-size: 32px;
}
h5,
.h5-size {
  font-size: 28px;
}
h6,
.h6-size {
  font-size: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin-bottom: 30px;
  letter-spacing: -0.3px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  font-weight: 700;
  letter-spacing: -1px;
}
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
.label {
  font-size: 0.6em;
  letter-spacing: 0.15px;
  top: -4px;
  position: relative;
}
ul,
ol {
  padding-left: 20px;
}
ul.list--plain,
ol.list--plain {
  list-style: none;
  padding-left: 0;
}
img {
  display: inline-block;
  max-width: 100%;
}
.indicates-required {
  margin-bottom: 60px;
}
.inline-block {
  display: inline-block;
}
.shell {
  position: relative;
  padding: 60px 30px 30px;
  max-width: 1280px;
  margin: 0 auto;
}
.btn {
  font-weight: 700;
  border-width: 0;
}
.btn.btn-text {
  padding: 0;
}
.btn.btn-text:after {
  content: '\f054';
  font-family: 'fontawesome';
  font-size: 0.75em;
  margin-left: 8px;
  font-weight: 100;
}
header {
  position: relative;
  height: 80px;
  width: 100%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
header .shell {
  height: 80px;
}
header .page-menu,
header .login-status {
  float: none !important;
}
header .logo {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -30px;
}
.navbar-toggle {
  position: absolute;
  top: 50%;
  right: 18px;
  margin: 0;
  margin-top: -22px;
  padding: 0;
  font-size: 30px;
}
.navbar-collapse {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  background-color: #f1f2f2;
  z-index: 100;
  padding: 0;
  height: auto;
}
.navbar-collapse.collapse {
  height: 0 !important;
  overflow: hidden !important;
}
.loginstatus > li {
  text-align: left;
  min-width: 0;
}
.navbar-nav {
  display: inline-block;
  width: 100%;
  margin: 0;
  float: none;
}
.navbar-nav > li {
  float: none;
  margin-bottom: 0;
}
.navbar-nav > li .divider {
  display: none;
}
.navbar-nav > li > a {
  font-weight: 700;
  color: #202020;
  text-decoration: none;
  border-radius: 3px;
}
.navbar-nav > li > a:hover {
  background-color: #f89734;
  color: #ffffff;
}
.dropdown {
  margin-bottom: 10px;
}
.dropdown.open .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown .dropdown-toggle,
.dropdown .dropdown-toggle:focus {
  background-color: #202020;
  color: #ffffff;
}
.dropdown .dropdown-toggle:hover {
  background-color: #f89734;
  color: #ffffff;
}
.dropdown .profile-photo {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  border-radius: 2px;
}
.dropdown-menu > li {
  margin-bottom: 0;
}
.dropdown-menu > li > a {
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}
.dropdown-menu > li > a:hover {
  background-color: transparent;
  color: #f89734;
}
.navbar-nav .open .dropdown-menu {
  background-color: #ffffff;
}
.navbar-nav .open .dropdown-menu > li > a {
  padding: 10px 20px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f89734;
  color: #ffffff;
}
pre {
  margin-bottom: 30px !important;
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.25px;
}
.full-width {
  width: 100%;
}
.flush {
  margin: 0px !important;
}
.hard {
  padding: 0 !important;
}
.hard--ends {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.hard--sides {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.hard--top {
  padding-top: 0 !important;
}
.hard--right {
  padding-right: 0 !important;
}
.hard--bottom {
  padding-bottom: 0 !important;
}
.hard--left {
  padding-left: 0 !important;
}
.pull-none {
  float: none !important;
}
.push--top {
  margin-top: 60px !important;
}
.push--right {
  margin-right: 60px !important;
}
.push--bottom {
  margin-bottom: 60px !important;
}
.push--left {
  margin-left: 60px !important;
}
.push-half--top {
  margin-top: 30px !important;
}
.push-half--right {
  margin-right: 30px !important;
}
.push-half--bottom {
  margin-bottom: 30px !important;
}
.push-half--left {
  margin-left: 30px !important;
}
.push-quarter--top {
  margin-top: 15px !important;
}
.push-quarter--right {
  margin-right: 15px !important;
}
.push-quarter--bottom {
  margin-bottom: 15px !important;
}
.push-quarter--left {
  margin-left: 15px !important;
}
.soft {
  padding: 60px !important;
}
.soft--ends {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.soft--sides {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.soft--top {
  padding-top: 60px !important;
}
.soft--right {
  padding-right: 60px !important;
}
.soft--bottom {
  padding-bottom: 60px !important;
}
.soft--left {
  padding-left: 60px !important;
}
.soft-half {
  padding: 30px !important;
}
.soft-half--ends {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.soft-half--sides {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.soft-half--top {
  padding-top: 30px !important;
}
.soft-half--right {
  padding-right: 30px !important;
}
.soft-half--bottom {
  padding-bottom: 30px !important;
}
.soft-half--left {
  padding-left: 30px !important;
}
.soft-quarter {
  padding: 15px !important;
}
.soft-quarter--ends {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.soft-quarter--sides {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.soft-quarter--top {
  padding-top: 15px !important;
}
.soft-quarter--right {
  padding-right: 15px !important;
}
.soft-quarter--bottom {
  padding-bottom: 15px !important;
}
.soft-quarter--left {
  padding-left: 15px !important;
}
.push {
  margin: 60px !important;
}
.push--ends {
  margin: 60px 0 60px !important;
}
.push--sides {
  margin: 0 60px 0 !important;
}
.push--top {
  margin-top: 60px !important;
}
.push--right {
  margin-right: 60px !important;
}
.push--bottom {
  margin-bottom: 60px !important;
}
.push--left {
  margin-left: 60px !important;
}
.push-half {
  margin: 30px !important;
}
.push-half--ends {
  margin: 30px 0 30px !important;
}
.push-half--sides {
  margin: 0 30px 0 !important;
}
.push-half--top {
  margin-top: 30px !important;
}
.push-half--right {
  margin-right: 30px !important;
}
.push-half--bottom {
  margin-bottom: 30px !important;
}
.push-half--left {
  margin-left: 30px !important;
}
.background--fill {
  background-size: cover;
  background-position: center;
}
.ratio__item .floating__item > *:last-child {
  margin-bottom: 0px;
}
.overlay--light *:not(.btn) {
  color: #ffffff;
}
.overlay--gradient {
  position: relative;
}
.overlay--gradient:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  opacity: .7;
}
.overlay--solid,
.overlay--solid-dark {
  position: relative;
}
.overlay--solid:after,
.overlay--solid-dark:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #191919;
  opacity: .5;
}
.overlay--solid-dark:after {
  opacity: .8;
}
.overlay__item {
  position: relative;
  z-index: 1;
}
.ratio,
.ratio--landscape,
.ratio--square,
.ratio-portrait {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.ratio:before,
.ratio--landscape:before,
.ratio--square:before,
.ratio-portrait:before {
  content: "";
  display: block;
}
.ratio__item {
  display: inline-block;
  z-index: 1;
  width: 100%;
  background-size: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.pagination a i {
  vertical-align: middle;
}
.pagination a i.fa-chevron-left {
  margin-right: 10px;
}
.pagination a i.fa-chevron-right {
  margin-left: 10px;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .ratio:before,
  .ratio--landscape:before,
  .ratio--square:before,
  .ratio-portrait:before {
    display: none;
  }
  .ratio__item {
    position: relative;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  .ratio:before,
  .ratio--landscape:before,
  .ratio--square:before,
  .ratio-portrait:before {
    display: none;
  }
  .ratio__item {
    position: relative;
  }
}
.ratio--landscape:before {
  padding-top: 50%;
}
.ratio--square:before {
  padding-top: 100%;
}
.ratio-portrait:before {
  padding-top: 200%;
}
.floating {
  text-align: center;
}
.floating:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.floating .floating__item {
  display: inline-block;
  vertical-align: middle;
}
.bg-primary {
  background-color: #f89734;
}
.bg-primary a:not(.btn) {
  color: #8e4a05;
}
.bg-dark {
  background-color: #202020;
  color: #ffffff;
}
.bg-dark .card--opaque {
  color: #202020;
}
.bg-medium {
  background-color: #f1f2f2;
}
a {
  text-decoration: underline;
}
.btn {
  text-decoration: none;
  font-size: 18px;
}
.btn-dark {
  color: #ffffff;
  background-color: #202020;
}
.btn-dark:hover,
.btn-dark:focus {
  background-color: #131313;
  color: #ffffff;
}
.btn-secondary {
  color: #ffffff;
  background-color: #bf6407;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #a75706;
  color: #ffffff;
}
.card {
  margin-bottom: 30px;
}
.card .card--content {
  padding-bottom: 0;
  overflow: hidden;
  border-radius: 2px;
}
.card .card--image + .card--content {
  border-radius: 0 0 2px 2px;
}
.card .card--opaque {
  background-color: #ffffff;
  padding: 30px 30px 0 30px;
}
input {
  border: 1px solid #bcc1c1;
}
input:focus {
  border-color: #f89734;
  outline: 0;
}
.page-icon {
  display: none;
}
header .page-menu,
header .login-status {
  float: right;
}
.navbar {
  border: 0;
}
.navbar a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}
.nav--vertical a {
  text-decoration: none;
}
#announcement-rotator {
  margin: 0 -30px 60px;
}
#announcement-rotator .item img {
  width: 100%;
}
.announcement-list .announcement {
  margin: 0 auto 60px;
  max-width: 390px;
}
.announcement-list .announcement-title {
  margin: 15px 0;
}
.announcement-list img {
  width: 100%;
}
.announcement-detail img {
  width: 100%;
}
.nav-sub li {
  border: 1px solid #eeeeee;
  border-radius: 4px;
}
footer {
  margin-bottom: 50px;
}
footer .footer-message {
  float: left;
}
footer .footer-address {
  float: right;
}
#splash.error {
  background-color: #eeeeee;
}
#splash.error #content {
  margin-top: 20px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 20px;
}
.not-found h2 {
  font-size: 200px;
  font-weight: 700;
  letter-spacing: -5px;
  line-height: 210px;
}
.not-found h2 i {
  color: #F03;
  font-size: 210px;
  position: relative;
  top: -12px;
}
/* hide block panels */
.panel.panel-block {
  border: 0;
  box-shadow: none;
}
.panel.panel-block > .panel-heading {
  display: none;
}
.panel.panel-block > .panel-body {
  padding: 0;
}
.panel.panel-block > .panel-body .grid.grid-panel {
  margin: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-toggle {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  #announcement-rotator {
    margin: 60px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .md-hard {
    padding: 0px !important;
  }
  .navbar-toggle {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  h1,
  .h1-size {
    font-size: 32px;
  }
  h2,
  .h2-size {
    font-size: 28px;
  }
  h3,
  .h3-size {
    font-size: 22px;
  }
  h4,
  .h4-size {
    font-size: 20px;
  }
  h5,
  .h5-size {
    font-size: 18px;
  }
  h6,
  .h6-size {
    font-size: 26.4px;
  }
  .shell {
    padding: 90px 60px 60px;
  }
}
@media (min-width: 1200px) {
  .lg-hard {
    padding: 0px !important;
  }
  header {
    height: auto;
  }
  header .shell {
    height: auto;
  }
  header .page-menu,
  header .login-status {
    float: right !important;
  }
  .navbar-nav {
    float: left;
  }
  .navbar-nav li {
    float: left;
  }
  .navbar-nav li a {
    padding: 30px 18px;
    border-radius: 0;
  }
  .navbar-nav li.active a {
    background-color: #202020;
    color: #f89734;
  }
  .navbar-collapse {
    position: relative;
    top: 0;
    background-color: transparent;
    z-index: 1;
  }
  .navbar-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
  .logo {
    z-index: 2;
  }
  .loginstatus .dropdown-toggle,
  .loginstatus .dropdown-toggle:focus {
    padding-right: 72px;
    background-color: transparent;
    color: #202020;
  }
  .loginstatus .profile-photo {
    border-radius: 5px;
    margin-right: 15px;
  }
  .loginstatus .dropdown-toggle:hover {
    background-color: #f89734;
    color: #ffffff;
  }
  .loginstatus .dropdown-menu {
    width: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border: 0;
  }
  .dropdown {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .handheld-text-center {
    text-align: center;
  }
  .handheld-ratio--landscape:before {
    padding-top: 50%;
    display: block;
  }
  .handheld-ratio--landscape > .ratio__item {
    position: absolute;
  }
  .handheld-ratio--portrait:before {
    padding-top: 200%;
    display: block;
  }
  .handheld-ratio--portrait > .ratio__item {
    position: absolute;
  }
  .handheld-ratio--square:before {
    display: block;
    padding-top: 100%;
  }
  .handheld-ratio--square > .ratio__item {
    position: absolute;
  }
  .handheld-flush {
    margin: 0;
  }
  .handheld-flush--top {
    margin-top: 0;
  }
  .handheld-flush--bottom {
    margin-bottom: 0;
  }
  .handheld-flush--left {
    margin-left: 0;
  }
  .handheld-flush--right {
    margin-right: 0;
  }
  .handheld-push {
    margin: 60px;
  }
  .handheld-push--top {
    margin-top: 60px;
  }
  .handheld-push--bottom {
    margin-bottom: 60px;
  }
  .handheld-push--left {
    margin-left: 60px;
  }
  .handheld-push--right {
    margin-right: 60px;
  }
  .handheld-push--ends {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .handheld-push--sides {
    margin-left: 60px;
    margin-right: 60px;
  }
  .handheld-push-half {
    margin: 30px;
  }
  .handheld-push-half--top {
    margin-top: 30px;
  }
  .handheld-push-half--bottom {
    margin-bottom: 30px;
  }
  .handheld-push-half--left {
    margin-left: 30px;
  }
  .handheld-push-half--right {
    margin-right: 30px;
  }
  .handheld-push-half--ends {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .handheld-push-half--sides {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .sm-flush {
    margin: 0;
  }
  .sm-flush--top {
    margin-top: 0;
  }
  .sm-flush--bottom {
    margin-bottom: 0;
  }
  .sm-flush--left {
    margin-left: 0;
  }
  .sm-flush--right {
    margin-right: 0;
  }
  .sm-push {
    margin: 60px;
  }
  .sm-push--top {
    margin-top: 60px;
  }
  .sm-push--bottom {
    margin-bottom: 60px;
  }
  .sm-push--left {
    margin-left: 60px;
  }
  .sm-push--right {
    margin-right: 60px;
  }
  .sm-push--ends {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .sm-push--sides {
    margin-left: 60px;
    margin-right: 60px;
  }
  .sm-push-half {
    margin: 30px;
  }
  .sm-push-half--top {
    margin-top: 30px;
  }
  .sm-push-half--bottom {
    margin-bottom: 30px;
  }
  .sm-push-half--left {
    margin-left: 30px;
  }
  .sm-push-half--right {
    margin-right: 30px;
  }
  .sm-push-half--ends {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .sm-push-half--sides {
    margin-left: 30px;
    margin-right: 30px;
  }
  .sm-ratio--landscape:before {
    padding-top: 50%;
    display: block;
  }
  .sm-ratio--landscape > .ratio__item {
    position: absolute;
  }
  .sm-ratio--portrait:before {
    padding-top: 200%;
    display: block;
  }
  .sm-ratio--portrait > .ratio__item {
    position: absolute;
  }
  .sm-ratio--square:before {
    display: block;
    padding-top: 100%;
  }
  .sm-ratio--square > .ratio__item {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .row > div + div[class^="col"]:last-of-type .card {
    margin-bottom: 30px;
  }
  .xs-flush {
    margin: 0;
  }
  .xs-flush--top {
    margin-top: 0;
  }
  .xs-flush--bottom {
    margin-bottom: 0;
  }
  .xs-flush--left {
    margin-left: 0;
  }
  .xs-flush--right {
    margin-right: 0;
  }
  .xs-push {
    margin: 60px;
  }
  .xs-push--top {
    margin-top: 60px;
  }
  .xs-push--bottom {
    margin-bottom: 60px;
  }
  .xs-push--left {
    margin-left: 60px;
  }
  .xs-push--right {
    margin-right: 60px;
  }
  .xs-push--ends {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .xs-push--sides {
    margin-left: 60px;
    margin-right: 60px;
  }
  .xs-push-half {
    margin: 30px;
  }
  .xs-push-half--top {
    margin-top: 30px;
  }
  .xs-push-half--bottom {
    margin-bottom: 30px;
  }
  .xs-push-half--left {
    margin-left: 30px;
  }
  .xs-push-half--right {
    margin-right: 30px;
  }
  .xs-push-half--ends {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .xs-push-half--sides {
    margin-left: 30px;
    margin-right: 30px;
  }
  .label {
    margin-left: 0;
  }
  .xs-ratio--landscape:before {
    padding-top: 50%;
    display: block;
  }
  .xs-ratio--landscape > .ratio__item {
    position: absolute;
  }
  .xs-ratio--portrait:before {
    padding-top: 200%;
    display: block;
  }
  .xs-ratio--portrait > .ratio__item {
    position: absolute;
  }
  .xs-ratio--square:before {
    display: block;
    padding-top: 100%;
  }
  .xs-ratio--square > .ratio__item {
    position: absolute;
  }
  .soft {
    padding: 30px !important;
  }
  .soft--ends {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .soft--sides {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .soft--top {
    padding-top: 30px !important;
  }
  .soft--right {
    padding-right: 30px !important;
  }
  .soft--bottom {
    padding-bottom: 30px !important;
  }
  .soft--left {
    padding-left: 30px !important;
  }
}