/*

  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: #ffffff;
  border: 1px #767676 solid;
  width: 10px;
  height: 10px;
  font-size: 1px;
  opacity: 1 !important;
}
.jcrop-handle.ord-n,
.jcrop-handle.ord-s,
.jcrop-handle.ord-e,
.jcrop-handle.ord-w {
  display: none;
}
.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -5px;
  margin-top: -5px;
  top: 0;
}
.jcrop-handle.ord-ne {
  margin-right: -5px;
  margin-top: -5px;
  right: 0;
  top: 0;
}
.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -5px;
  margin-right: -5px;
  right: 0;
}
.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -5px;
  margin-left: -5px;
}
/* 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: -5px;
}
.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -5px;
}
.jcrop-dragbar.ord-e {
  margin-right: -5px;
  right: 0;
}
.jcrop-dragbar.ord-w {
  margin-left: -5px;
}
/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background: #ffffff;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !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;
}
.chosen-select {
  width: 100%;
}
.chosen-select-deselect {
  width: 100%;
}
.chosen-container {
  position: relative;
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}
.chosen-container .chosen-choices .search-field:only-child,
.chosen-container .chosen-choices .search-field:only-child input {
  width: 100% !important;
  opacity: 0.6;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9000px;
  z-index: 1060;
  margin-top: -1px;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.chosen-container.chosen-with-drop .chosen-drop {
  right: 0;
  left: 0;
}
.chosen-container .chosen-results {
  position: relative;
  max-height: 240px;
  padding: 0 0 0 4px;
  margin: 0 4px 4px 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: #555555;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  padding: 5px 6px;
  margin: 0;
  line-height: 1.42857143;
  list-style: none;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  background: #feffde;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  color: #999;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.highlighted {
  color: #fff;
  background-color: #de3119;
  background-image: none;
}
.chosen-container .chosen-results li.highlighted em {
  background: transparent;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #777777;
}
.chosen-container .chosen-results .no-results {
  display: list-item;
  background: #eeeeee;
}
.chosen-container .chosen-results-scroll {
  position: absolute;
  z-index: 1;
  width: 321px;
  margin: 0 4px;
  text-align: center;
  background: #fff;
}
.chosen-container .chosen-results-scroll span {
  display: inline-block;
  width: 9px;
  height: 1.42857143;
  text-indent: -5000px;
}
.chosen-container .chosen-results-scroll-down {
  bottom: 0;
}
.chosen-container .chosen-results-scroll-down span {
  background: url("../../../Styles/chosen/chosen-sprite.png") no-repeat -4px -3px;
}
.chosen-container .chosen-results-scroll-up span {
  background: url("../../../Styles/chosen/chosen-sprite.png") no-repeat -22px -3px;
}
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  height: 34px;
  padding: 0 0 0 8px;
  overflow: hidden;
  line-height: 34px;
  color: #555555;
  text-decoration: none;
  white-space: nowrap;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.chosen-container-single .chosen-single span {
  display: block;
  margin-right: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 12px;
  right: 26px;
  display: block;
  width: 12px;
  height: 10px;
  font-size: 1px;
  background: url("../../../Styles/chosen/chosen-sprite.png") right top no-repeat;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: right -11px;
}
.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
  background-position: right 2px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../../../Styles/chosen/chosen-sprite.png") no-repeat 0 7px;
}
.chosen-container-single .chosen-default {
  color: #777777;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1050;
  padding: 3px 4px;
  margin: 0;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  width: 100%;
  padding: 4px 20px 4px 4px;
  margin: 1px 0;
  background: url("../../../Styles/chosen/chosen-sprite.png") no-repeat 100% -20px, #fff;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-clip: padding-box;
}
.chosen-container-single-nosearch .chosen-search input {
  position: absolute;
  left: -9000px;
}
.chosen-container-multi .chosen-choices {
  position: relative;
  height: auto !important;
  height: 1%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: text;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices .search-field {
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices .search-field input[type="text"] {
  height: 32px;
  padding: 4px;
  margin: 0;
  color: #555555;
  background: transparent !important;
  border: 0 !important;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.chosen-container-multi .chosen-choices .search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices .search-choice {
  position: relative;
  padding: 3px 20px 3px 5px;
  margin: 6px 0 3px 5px;
  line-height: 13px;
  color: #333333;
  cursor: default;
  background-color: #eeeeee;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
  position: absolute;
  top: 5px;
  right: 4px;
  display: block;
  width: 12px;
  height: 10px;
  font-size: 1px;
  cursor: pointer;
  background: url("../../../Styles/chosen/chosen-sprite.png") right top no-repeat;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}
.chosen-container-multi .chosen-choices .search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}
.chosen-container-multi .chosen-results {
  padding: 0;
  margin: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: none;
}
.chosen-container-active .chosen-single {
  border: 1px solid #66afe9;
  -webkit-box-shadow: 0 0 0 3px rgba(102, 175, 233, 0.6);
  box-shadow: 0 0 0 3px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  background-color: #fff;
  border: 1px solid #66afe9;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 0 0 3px rgba(102, 175, 233, 0.6);
  box-shadow: 0 0 0 3px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  background: transparent;
  border-left: none;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 7px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #66afe9;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 0 0 3px rgba(102, 175, 233, 0.6);
  box-shadow: 0 0 0 3px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}
.chosen-container-active .chosen-choices .search-field input[type="text"] {
  color: #111 !important;
}
.chosen-container-active.chosen-with-drop .chosen-choices {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.chosen-disabled {
  cursor: default;
  opacity: 0.5 !important;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  padding: 0 8px 0 0;
  overflow: visible;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 7px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices .search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices .search-choice {
  padding: 3px 5px 3px 19px;
  margin: 6px 5px 3px 0;
}
.chosen-rtl .chosen-choices .search-choice .search-choice-close {
  right: auto;
  left: 4px;
  background-position: right top;
}
.chosen-rtl.chosen-container-single .chosen-results {
  padding: 0 4px 0 0;
  margin: 0 0 4px 4px;
}
.chosen-rtl .chosen-results .group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  direction: rtl;
  background: url("../../../Styles/chosen/chosen-sprite.png") no-repeat -28px -20px, #fff;
}
.input-group .chosen-container:last-child .chosen-single,
.input-group .chosen-container:last-child .chosen-default,
.input-group .chosen-container:last-child .chosen-choices {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group .chosen-container:not(:last-child) .chosen-single,
.input-group .chosen-container:not(:last-child) .chosen-default,
.input-group .chosen-container:not(:last-child) .chosen-choices {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("../../../Styles/chosen/chosen-sprite@2x.png") !important;
    background-repeat: no-repeat !important;
    background-size: 52px 37px !important;
  }
}
@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 900;
  src: url('../../../Assets/Fonts/FontAwesome/fa-solid-900.eot?v=free5.5.0');
  src: url('../../../Assets/Fonts/FontAwesome/fa-solid-900.eot?v=free5.5.0#iefix') format('embedded-opentype'), url('../../../Assets/Fonts/FontAwesome/fa-solid-900.woff2?v=free5.5.0') format('woff2'), url('../../../Assets/Fonts/FontAwesome/fa-solid-900.woff?v=free5.5.0') format('woff'), url('../../../Assets/Fonts/FontAwesome/fa-solid-900.ttf?v=free5.5.0') format('truetype'), url('../../../Assets/Fonts/FontAwesome/fa-solid-900.svg?v=free5.5.0#fontawesome') format('svg');
}
@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  src: url('../../../Assets/Fonts/FontAwesome/fa-regular-400.eot?v=free5.5.0');
  src: url('../../../Assets/Fonts/FontAwesome/fa-regular-400.eot?v=free5.5.0#iefix') format('embedded-opentype'), url('../../../Assets/Fonts/FontAwesome/fa-regular-400.woff2?v=free5.5.0') format('woff2'), url('../../../Assets/Fonts/FontAwesome/fa-regular-400.woff?v=free5.5.0') format('woff'), url('../../../Assets/Fonts/FontAwesome/fa-regular-400.ttf?v=free5.5.0') format('truetype'), url('../../../Assets/Fonts/FontAwesome/fa-regular-400.svg?v=free5.5.0#fontawesome') format('svg');
}
@font-face {
  font-family: 'FontAwesome Brands';
  font-style: normal;
  font-weight: 400;
  src: url('../../../Assets/Fonts/FontAwesome/fa-brands-400.eot?v=free5.5.0');
  src: url('../../../Assets/Fonts/FontAwesome/fa-brands-400.eot?v=free5.5.0#iefix') format('embedded-opentype'), url('../../../Assets/Fonts/FontAwesome/fa-brands-400.woff2?v=free5.5.0') format('woff2'), url('../../../Assets/Fonts/FontAwesome/fa-brands-400.woff?v=free5.5.0') format('woff'), url('../../../Assets/Fonts/FontAwesome/fa-brands-400.ttf?v=free5.5.0') format('truetype'), url('../../../Assets/Fonts/FontAwesome/fa-brands-400.svg?v=free5.5.0#fontawesome') format('svg');
}
@font-face {
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  src: url("../../../Styles/summernote/font/summernote.eot?ad8d7e2d177d2473aecd9b35d16211fb");
  src: url("../../../Styles/summernote/font/summernote.eot?#iefix") format("embedded-opentype"), url("../../../Styles/summernote/font/summernote.woff?ad8d7e2d177d2473aecd9b35d16211fb") format("woff"), url("../../../Styles/summernote/font/summernote.ttf?ad8d7e2d177d2473aecd9b35d16211fb") format("truetype");
}
[class^="note-icon-"]:before,
[class*=" note-icon-"]:before {
  display: inline-block;
  font: normal normal normal 14px summernote;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  speak: none;
  -moz-osx-font-smoothing: grayscale;
}
.note-icon-align-center:before {
  content: "\f101";
}
.note-icon-align-indent:before {
  content: "\f102";
}
.note-icon-align-justify:before {
  content: "\f103";
}
.note-icon-align-left:before {
  content: "\f104";
}
.note-icon-align-outdent:before {
  content: "\f105";
}
.note-icon-align-right:before {
  content: "\f106";
}
.note-icon-align:before {
  content: "\f107";
}
.note-icon-arrows-alt:before {
  content: "\f108";
}
.note-icon-bold:before {
  content: "\f109";
}
.note-icon-caret:before {
  content: "\f10a";
}
.note-icon-chain-broken:before {
  content: "\f10b";
}
.note-icon-circle:before {
  content: "\f10c";
}
.note-icon-close:before {
  content: "\f10d";
}
.note-icon-code:before {
  content: "\f10e";
}
.note-icon-eraser:before {
  content: "\f10f";
}
.note-icon-font:before {
  content: "\f110";
}
.note-icon-frame:before {
  content: "\f111";
}
.note-icon-italic:before {
  content: "\f112";
}
.note-icon-link:before {
  content: "\f113";
}
.note-icon-magic:before {
  content: "\f114";
}
.note-icon-menu-check:before {
  content: "\f115";
}
.note-icon-minus:before {
  content: "\f116";
}
.note-icon-orderedlist:before {
  content: "\f117";
}
.note-icon-pencil:before {
  content: "\f118";
}
.note-icon-picture:before {
  content: "\f119";
}
.note-icon-question:before {
  content: "\f11a";
}
.note-icon-redo:before {
  content: "\f11b";
}
.note-icon-special-character:before {
  content: "\f11c";
}
.note-icon-square:before {
  content: "\f11d";
}
.note-icon-strikethrough:before {
  content: "\f11e";
}
.note-icon-subscript:before {
  content: "\f11f";
}
.note-icon-summernote:before {
  content: "\f120";
}
.note-icon-superscript:before {
  content: "\f121";
}
.note-icon-table:before {
  content: "\f122";
}
.note-icon-text-height:before {
  content: "\f123";
}
.note-icon-trash:before {
  content: "\f124";
}
.note-icon-underline:before {
  content: "\f125";
}
.note-icon-undo:before {
  content: "\f126";
}
.note-icon-unorderedlist:before {
  content: "\f127";
}
.note-icon-video:before {
  content: "\f128";
}
.note-editor {
  position: relative;
}
.note-editor .note-dropzone {
  position: absolute;
  z-index: 100;
  display: none;
  color: #87cefa;
  background-color: white;
  opacity: 0.95;
  pointer-event: none;
}
.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.note-editor .note-dropzone.hover {
  color: #098ddf;
}
.note-editor.dragover .note-dropzone {
  display: table;
}
.note-editor .note-editing-area {
  position: relative;
}
.note-editor .note-editing-area .note-editable {
  outline: 0;
}
.note-editor .note-editing-area .note-editable sup {
  vertical-align: super;
}
.note-editor .note-editing-area .note-editable sub {
  vertical-align: sub;
}
.note-editor.note-frame {
  border: 1px solid #a9a9a9;
}
.note-editor.note-frame.codeview .note-editing-area .note-editable {
  display: none;
}
.note-editor.note-frame.codeview .note-editing-area .note-codable {
  display: block;
}
.note-editor.note-frame .note-editing-area {
  overflow: hidden;
}
.note-editor.note-frame .note-editing-area .note-editable {
  padding: 10px;
  overflow: auto;
  color: #000;
  background-color: #fff;
}
.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"] {
  background-color: #e5e5e5;
}
.note-editor.note-frame .note-editing-area .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
  font-family: Menlo, Monaco, monospace, sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
}
.note-editor.note-frame.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
}
.note-editor.note-frame.fullscreen .note-editable {
  background-color: white;
}
.note-editor.note-frame.fullscreen .note-resizebar {
  display: none;
}
.note-editor.note-frame .note-statusbar {
  background-color: #f5f5f5;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.note-editor.note-frame .note-statusbar .note-resizebar {
  width: 100%;
  height: 8px;
  padding-top: 1px;
  cursor: ns-resize;
}
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #a9a9a9;
}
.note-editor.note-frame .note-placeholder {
  padding: 10px;
}
.note-popover.popover {
  max-width: none;
}
.note-popover.popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.note-popover.popover .arrow {
  left: 20px !important;
}
.note-popover .popover-content,
.panel-heading.note-toolbar {
  padding: 0 0 5px 5px;
  margin: 0;
}
.note-popover .popover-content > .btn-group,
.panel-heading.note-toolbar > .btn-group {
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 0;
}
.note-popover .popover-content .btn-group .note-table,
.panel-heading.note-toolbar .btn-group .note-table {
  min-width: 0;
  padding: 5px;
}
.note-popover .popover-content .btn-group .note-table .note-dimension-picker,
.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker {
  font-size: 18px;
}
.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,
.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute!important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer;
}
.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,
.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
  position: relative!important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat;
}
.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,
.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
  position: absolute!important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat;
}
.note-popover .popover-content .note-style h1,
.panel-heading.note-toolbar .note-style h1,
.note-popover .popover-content .note-style h2,
.panel-heading.note-toolbar .note-style h2,
.note-popover .popover-content .note-style h3,
.panel-heading.note-toolbar .note-style h3,
.note-popover .popover-content .note-style h4,
.panel-heading.note-toolbar .note-style h4,
.note-popover .popover-content .note-style h5,
.panel-heading.note-toolbar .note-style h5,
.note-popover .popover-content .note-style h6,
.panel-heading.note-toolbar .note-style h6,
.note-popover .popover-content .note-style blockquote,
.panel-heading.note-toolbar .note-style blockquote {
  margin: 0;
}
.note-popover .popover-content .note-color .dropdown-toggle,
.panel-heading.note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px;
}
.note-popover .popover-content .note-color .dropdown-menu,
.panel-heading.note-toolbar .note-color .dropdown-menu {
  min-width: 340px;
}
.note-popover .popover-content .note-color .dropdown-menu .btn-group,
.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group {
  margin: 0;
}
.note-popover .popover-content .note-color .dropdown-menu .btn-group:first-child,
.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group:first-child {
  margin: 0 5px;
}
.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-palette-title,
.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
  margin: 2px 7px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset,
.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
  width: 100%;
  padding: 0 3px;
  margin: 3px;
  font-size: 11px;
  cursor: pointer;
  border-radius: 5px;
}
.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-row,
.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-row {
  height: 20px;
}
.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset:hover,
.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
  background: #eee;
}
.note-popover .popover-content .note-para .dropdown-menu,
.panel-heading.note-toolbar .note-para .dropdown-menu {
  min-width: 216px;
  padding: 5px;
}
.note-popover .popover-content .note-para .dropdown-menu > div:first-child,
.panel-heading.note-toolbar .note-para .dropdown-menu > div:first-child {
  margin-right: 5px;
}
.note-popover .popover-content .dropdown-menu,
.panel-heading.note-toolbar .dropdown-menu {
  min-width: 90px;
}
.note-popover .popover-content .dropdown-menu.right,
.panel-heading.note-toolbar .dropdown-menu.right {
  right: 0;
  left: auto;
}
.note-popover .popover-content .dropdown-menu.right::before,
.panel-heading.note-toolbar .dropdown-menu.right::before {
  right: 9px;
  left: auto !important;
}
.note-popover .popover-content .dropdown-menu.right::after,
.panel-heading.note-toolbar .dropdown-menu.right::after {
  right: 10px;
  left: auto !important;
}
.note-popover .popover-content .dropdown-menu.note-check li a i,
.panel-heading.note-toolbar .dropdown-menu.note-check li a i {
  color: deepskyblue;
  visibility: hidden;
}
.note-popover .popover-content .dropdown-menu.note-check li a.checked i,
.panel-heading.note-toolbar .dropdown-menu.note-check li a.checked i {
  visibility: visible;
}
.note-popover .popover-content .note-fontsize-10,
.panel-heading.note-toolbar .note-fontsize-10 {
  font-size: 10px;
}
.note-popover .popover-content .note-color-palette,
.panel-heading.note-toolbar .note-color-palette {
  line-height: 1;
}
.note-popover .popover-content .note-color-palette div .note-color-btn,
.panel-heading.note-toolbar .note-color-palette div .note-color-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 1px solid #fff;
}
.note-popover .popover-content .note-color-palette div .note-color-btn:hover,
.panel-heading.note-toolbar .note-color-palette div .note-color-btn:hover {
  border: 1px solid #000;
}
.note-dialog > div {
  display: none;
}
.note-dialog .form-group {
  margin-right: 0;
  margin-left: 0;
}
.note-dialog .note-modal-form {
  margin: 0;
}
.note-dialog .note-image-dialog .note-dropzone {
  min-height: 100px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 4;
  color: lightgray;
  text-align: center;
  border: 4px dashed lightgray;
}
@-moz-document url-prefix() {
  .note-image-input {
    height: auto;
  }
}
.note-placeholder {
  position: absolute;
  display: none;
  color: gray;
}
.note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid black;
}
.note-handle .note-control-selection > div {
  position: absolute;
}
.note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: black;
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: alpha(opacity=30);
  filter: alpha(opacity=30);
}
.note-handle .note-control-selection .note-control-handle {
  width: 7px;
  height: 7px;
  border: 1px solid black;
}
.note-handle .note-control-selection .note-control-holder {
  width: 7px;
  height: 7px;
  border: 1px solid black;
}
.note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  background-color: white;
  border: 1px solid black;
}
.note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: 0;
  border-bottom: 0;
}
.note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: 0;
  border-left: none;
}
.note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: 0;
  border-right: 0;
}
.note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize;
}
.note-handle .note-control-selection .note-control-se.note-control-holder {
  cursor: default;
  border-top: 0;
  border-left: none;
}
.note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  font-size: 12px;
  color: white;
  background-color: black;
  border-radius: 5px;
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: alpha(opacity=70);
  filter: alpha(opacity=70);
}
.note-hint-popover {
  min-width: 100px;
  padding: 2px;
}
.note-hint-popover .popover-content {
  max-height: 150px;
  padding: 3px;
  overflow: auto;
}
.note-hint-popover .popover-content .note-hint-group .note-hint-item {
  display: block!important;
  padding: 3px;
}
.note-hint-popover .popover-content .note-hint-group .note-hint-item.active,
.note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.4;
  color: white;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  background-color: #428bca;
  outline: 0;
}
/*
    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 {
  position: relative;
  float: left;
  width: 100%;
  min-width: 50px;
  min-height: 30px;
  outline: 1px dashed #909090;
  outline-offset: -1px;
}
.zone-configuration {
  position: absolute;
  top: 1px;
  right: auto;
  left: 1px;
  z-index: 1000;
  display: none;
  width: 25px;
  height: 26px;
  overflow: hidden;
  cursor: pointer;
  background: #1f3341;
  border: 1px solid #0f181e;
  border-radius: 0px;
}
.zone-configuration p {
  float: left;
}
.zone-configuration-bar {
  position: absolute;
  left: 24px;
  display: inline-block;
  float: left;
  margin-right: -999em;
  margin-left: 6px;
  overflow: hidden;
  color: #d5d5d5;
}
.zone-configuration-bar span {
  display: block;
  float: left;
  padding-right: 20px;
  margin-top: 4px;
  font-size: 10px;
}
.block-configuration {
  position: absolute;
  top: 2px;
  z-index: 1049;
  display: none;
  width: 26px;
  height: 26px;
  overflow: hidden;
  cursor: pointer;
  background: #1f3341;
  border: 1px solid #0f181e;
  border-radius: 0px;
}
.block-instance.outline {
  position: relative;
  display: block;
  min-height: 36px;
  clear: both;
}
.config-bar {
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.4);
}
.config-bar > a {
  padding: 0 !important;
  margin: 0 !important;
  text-decoration: none;
}
.config-bar a i.fa {
  float: left;
  margin-top: 3px;
  margin-right: 10px;
  margin-left: 5px;
  font-size: 18px;
  color: #d5d5d5;
}
.block-configuration-bar {
  position: absolute;
  left: 24px;
  display: inline-block;
  float: left;
  margin-right: -999em;
  margin-left: 6px;
  overflow: hidden;
  color: #d5d5d5;
}
.block-configuration-bar div {
  display: inline;
}
.block-configuration-bar .btn {
  margin-right: 12px;
  color: #d5d5d5;
  text-shadow: none;
}
.block-configuration-bar span {
  display: block;
  float: left;
  padding-right: 20px;
  margin-top: 3px;
  font-size: 10px;
}
#cms-admin-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1049;
  width: 100%;
  height: 36px;
  padding: 8px 12px 0 12px;
  margin-right: 0;
  color: #d5d5d5;
  background: #1f3341;
  border-color: #0f181e;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#cms-admin-footer a.btn {
  font-size: 16px;
}
#cms-admin-footer > span {
  display: none;
  margin-top: 3px;
  margin-bottom: 4px;
  font-size: 12px;
  text-align: center;
}
#cms-admin-footer > span.label {
  margin-top: 1px;
}
#cms-admin-footer a:hover {
  text-decoration: none;
}
#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;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 768px) {
  #cms-admin-footer {
    opacity: 0;
  }
  #cms-admin-footer:hover {
    opacity: 1;
  }
  #cms-admin-footer > span {
    display: block;
    float: left;
    text-align: 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
 *
 * Bootstrap 3 patch 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: #fff;
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}
.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%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
  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 {
  color: #333333;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
}
.modal-content.rock-modal .modal-header,
.rock-modal .modal-content .modal-header {
  min-height: 34px;
  padding: 5px 15px;
  color: #fff;
  background-color: #103a56;
}
.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 a,
.rock-modal .modal-content .modal-header a {
  color: #fff;
  text-decoration: underline;
}
.modal-content.rock-modal .modal-header .close,
.rock-modal .modal-content .modal-header .close {
  padding: 6px;
  margin: 0;
  color: #fff;
  text-decoration: none;
  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 {
  display: block;
  margin-top: 12px;
  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;
  color: #9d734a;
  background-color: #efe6dd;
  border-radius: 0 0 0px 0px;
}
.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: 30px;
}
#modal-popup_iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  background: #000;
  filter: alpha(opacity=70);
  opacity: 0.5;
}
.modal-dialog {
  width: auto;
  margin: 0;
}
.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
*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
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,
.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: 14px;
  line-height: 1.42857143;
}
.form-group .checkbox:last-child {
  margin-bottom: 30px;
}
.form-group > .form-group {
  margin-top: 12px;
}
.form-inline .control-wrapper {
  display: inline-table;
  width: auto;
  vertical-align: middle;
}
.form-inline .date-range-picker .input-group {
  margin-bottom: 0;
}
.form-group.captcha iframe {
  border: 0;
}
.form-group.captcha.has-error iframe {
  border: 1px solid #b94a48;
  border-radius: 4px;
}
.form-horizontal .form-group {
  margin-right: 0;
}
.form-horizontal .form-group .form-control-group,
.form-horizontal .form-group .form-control {
  float: left;
}
.form-horizontal[class*="label-"] .form-group label {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal[class*="label-"] .form-group label {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .form-horizontal[class*="label-"] .form-group label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal[class*="label-"] .form-group .control-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal[class*="label-"] .form-group .control-wrapper {
    float: left;
    width: 83.33333333%;
  }
}
.form-horizontal.label-md .form-group label {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal.label-md .form-group label {
    float: left;
    width: 33.33333333%;
  }
}
.form-horizontal.label-md .form-group .control-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal.label-md .form-group .control-wrapper {
    float: left;
    width: 66.66666667%;
  }
}
.form-horizontal.label-lg .form-group label {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal.label-lg .form-group label {
    float: left;
    width: 50%;
  }
}
.form-horizontal.label-lg .form-group .control-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal.label-lg .form-group .control-wrapper {
    float: left;
    width: 50%;
  }
}
.form-horizontal.label-xl .form-group label {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal.label-xl .form-group label {
    float: left;
    width: 66.66666667%;
  }
}
.form-horizontal.label-xl .form-group .control-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal.label-xl .form-group .control-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
.controls .checkbox:first-child {
  margin-top: 0;
}
.form-group.required .control-label::after {
  margin-left: 4px;
  font-family: 'FontAwesome';
  font-size: 6px;
  font-weight: 900;
  color: #eca9a7;
  vertical-align: super;
  content: "\f111";
}
dl:not(.dl-horizontal) dt {
  margin-top: 16px;
  margin-bottom: 2px;
  font-weight: 700;
}
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: 150px;
}
.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 {
  float: left;
  margin-right: 6px;
}
.form-control-group > span {
  float: left;
  margin: 8px 6px 0 0;
}
.form-control-group > label {
  float: left;
  margin-top: 8px;
}
.panel-heading .input-group {
  margin-top: -6px;
  margin-bottom: -6px;
}
.input-group-edit .input-group-addon {
  background-color: #5cb85c;
}
.input-group-edit .input-group-addon a {
  color: #fff;
}
.month-year-picker .separator,
.month-day-picker .separator {
  float: left;
  margin: 4px 8px 0 -2px;
  font-size: 20px;
  color: #8c8c8c;
}
.rock-check-box .checkbox {
  margin-top: 0;
}
.form-control.ssn-part.ssn-area {
  width: 50px;
}
.form-control.ssn-part.ssn-group {
  width: 45px;
}
.form-control.ssn-part.ssn-serial {
  width: 60px;
}
.validation-error {
  float: left;
  font-weight: 300;
  color: #d9534f;
}
.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

*/
.panel-dashboard {
  height: 220px;
  margin: 24px 0 0;
  border-color: #185781;
}
.panel-dashboard > .panel-heading {
  color: #9d734a;
  background-color: #efe6dd;
  border-color: #be9a75;
}
.panel-dashboard > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #185781;
}
.panel-dashboard > .panel-heading .badge {
  color: #efe6dd;
  background-color: #9d734a;
}
.panel-dashboard > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #185781;
}
.metriccard {
  position: relative;
  padding: 2px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  overflow: hidden;
  border: 1px solid #185781;
  border-top: 4px solid #103a56;
}
.metriccard.metriccard-info {
  border-top-color: #5bc0de;
}
.metriccard.metriccard-warning {
  border-top-color: #f0ad4e;
}
.metriccard.metriccard-danger {
  border-top-color: #d9534f;
}
.metriccard.metriccard-success {
  border-top-color: #5cb85c;
}
.metriccard h1 {
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 16px;
}
.metriccard .value {
  display: block;
  font-size: 45px;
  line-height: 72px;
  text-align: center;
}
.metriccard .value.large {
  font-size: 65px;
}
.metriccard i {
  position: absolute;
  right: 4px;
  bottom: 0;
  font-size: 80px;
  opacity: 0.1;
}
/*
    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
*/
/* If th has a required class, render the required field indicator after the column heading */
.table thead th.required::after {
  margin-left: 4px;
  font-family: 'FontAwesome';
  font-size: 6px;
  font-weight: 900;
  color: #eca9a7;
  vertical-align: super;
  content: "\f111";
}
.table > tbody > tr > td {
  color: #333333;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  color: #333333;
  background-color: #f7f7f7;
}
.table-striped > tbody > tr:nth-of-type(even) {
  color: #333333;
  background-color: #fff;
}
.table.table-hover > tbody > tr:hover > td {
  color: #333333;
  background-color: #d5e6ed;
}
td.grid-select-cell {
  cursor: pointer;
}
td.wrap-contents {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -ms-word-break: break-all;
  word-break: break-all;
}
.table {
  margin-bottom: 0;
}
.grid {
  margin-bottom: 15px;
}
.grid .grid-table {
  border: 1px solid #ddd;
}
.grid .grid-table.table-light {
  border: 0;
}
.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.grid-panel .grid-table {
  border: 0 !important;
}
.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 {
  padding: 0;
  color: #9d734a;
  background-color: #efe6dd;
  border-bottom: 1px solid #ddd;
  border-radius: 0px;
}
.grid-filter header {
  position: absolute;
  display: inline;
  cursor: pointer;
  border-radius: 0px 0px 0 0;
}
.grid-filter header h3 {
  display: inline;
  margin: 0 2px 0 6px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}
.grid-filter header i {
  color: #c6a686;
}
.grid-filter header fieldset {
  margin-bottom: 0;
}
.grid-filter .btn-link {
  position: absolute;
  z-index: 100;
  margin: 8px;
  color: #aaa;
  text-decoration: none;
  background: #efe6dd;
}
.grid-filter .btn-link.is-open {
  background: #efe6dd;
}
.grid-filter h4 {
  padding-bottom: 8px;
  margin: 12px 0 20px;
  font-weight: 300;
}
.grid-filter .grid-filter-entry {
  padding: 15px;
  padding-top: 37px;
  border-bottom: 1px solid #dfcdba;
}
.grid-filter .grid-filter-entry h4 {
  display: none;
}
.grid-filter .picker .picker-label {
  color: #9d734a;
  background-color: #efe6dd;
  border-color: #dfcdba;
}
.grid-filter-entry legend + .control-group {
  margin-top: 0;
}
.grid-filter-overview h4 {
  margin: 0;
}
.grid-filter-overview fieldset {
  padding: 37px 16px 8px;
}
.table > thead > tr > th {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #103a56;
  border-color: #ddd;
}
.table > thead > tr > th > a:not(.btn) {
  display: inline;
  color: #fff;
}
.table > thead > tr > th > a:not(.btn)::after {
  display: inline;
  width: 15px;
  padding-left: 5px;
  font-family: 'FontAwesome';
  font-weight: 900;
  color: #8c9ba5;
  text-decoration: none;
  content: "\f0d7";
  opacity: 0;
}
.table > thead > tr > th > a:not(.btn):active,
.table > thead > tr > th > a:not(.btn):active::after {
  color: #103a56;
}
.table > thead > tr > th:hover a:not(.btn)::after {
  content: "\f0d7";
  opacity: 1;
}
.table > thead > tr > th.descending a:not(.btn)::after {
  color: #fff;
  content: "\f0d7";
  opacity: 1;
}
.table > thead > tr > th.ascending a:not(.btn)::after {
  color: #fff;
  content: "\f0d8";
  opacity: 1;
}
.table.table-light > thead > tr > th {
  color: #333333;
  background-color: transparent;
  border-color: #999999;
}
.grid-paging {
  padding: 5px 0;
}
.grid-paging .grid-pager {
  margin-top: 0;
  margin-bottom: 0;
}
.grid-paging .grid-pager li > a {
  min-width: 23px;
  padding: 5px 12px;
  margin: 0 8px 0 0;
  color: #333333;
  text-align: center;
  background-color: #e7d9cc;
  border-color: #c6a686;
}
.grid-paging .grid-pager li.disabled > a {
  cursor: default;
}
.grid-paging .grid-pager li.active > a {
  color: #333333;
  background-color: #f7f3ee;
  border-color: #c6a686;
}
.grid-paging .grid-pager {
  float: right;
}
.grid-paging .grid-pagesize {
  float: left;
  margin: 0 6px 0 0;
}
.grid-paging .pagination-text {
  float: left;
  font-size: 12px;
}
.grid-paging .grid-itemcount {
  float: left;
  margin-top: 7px;
  margin-left: 10px;
  font-size: 12px;
}
td.grid-col-actions {
  text-align: right;
}
.grid-actions {
  text-align: right;
  background-color: #efe6dd;
}
.grid-actions .btn {
  margin-left: 8px;
  color: #333333;
  background-color: #e7d9cc;
  border-color: #ceb398;
}
.table-light {
  background-color: transparent;
}
.table-light thead th {
  font-weight: 700;
  color: #333333;
  background-color: inherit;
}
.table-light tfoot td {
  background-color: inherit;
}
.table-light tfoot td .grid-actions a {
  border-color: none;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.table-light .grid-columncommand {
  width: 42px;
  min-width: 42px;
  text-align: right;
}
.table-padded td,
.table-padded th {
  padding: 12px !important;
}
.table-empty {
  opacity: 0.6;
}
.grid-select-field {
  min-width: 40px;
  text-align: center;
}
.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: 0;
  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;
}
.grid .table > thead > tr > th,
.grid .table > tbody > tr > td {
  padding: 12px;
}
.grid .table > thead > tr > th.grid-columncommand,
.grid .table > tbody > tr > td.grid-columncommand {
  min-width: 48px;
}
.grid .table > thead > tr > th.grid-columnreorder,
.grid .table > tbody > tr > td.grid-columnreorder {
  width: 48px;
  min-width: 48px;
  padding-top: 12px;
}
.grid .table > thead > tr > th.grid-columnreorder a,
.grid .table > tbody > tr > td.grid-columnreorder a {
  color: #666666;
}
.grid .table > tbody > tr > td.grid-columncommand {
  padding: 6px;
}
.table .color-field {
  width: 4px;
  padding: 0;
}
.table .color-field + th {
  border-left-width: 0;
}
.table .grid-icon img {
  width: 100%;
  max-width: 120px;
}
.grid-select-cell .photo-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: top;
}
.table > tbody > tr.grid-section-header > td {
  color: #000000;
  background-color: #2074ac;
}
.table > tbody > tr.grid-section-header:hover > td {
  background-color: #2074ac !important;
}
tr.row-highlight td {
  color: #333333 !important;
  background-color: #d5e6ed !important;
}
.table > thead > tr.grid-header-bold th {
  color: #FFF;
  vertical-align: top !important;
  background-color: #103a56;
  border-color: #14496c;
}
.table > tbody > tr.grid-row-bold td {
  color: #FFF;
  vertical-align: top !important;
  background-color: #103a56;
  border-color: #14496c;
}
.table > tbody > tr.grid-row-bold:hover td {
  color: #FFF !important;
  background-color: #185781;
}
.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-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.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-bottom: 15px;
  margin-left: -15px;
  border-radius: 0;
}
/*
    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: 7.5px 15px 0 15px;
}
.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;
}
.slug-row {
  display: block;
  margin-bottom: 3px;
  border-bottom: 1px solid #ccc;
}
.slug-row > .rollover-item {
  margin-top: 7px;
}
.slug-full-url {
  display: block;
  float: left;
  padding: 6px 0;
}
.slug-base-url {
  opacity: 0.6;
}
.slug-literal {
  font-weight: 700;
}
.my-account {
  margin-bottom: 15px;
}
.my-account .photo img {
  width: 100%;
}
.lava-debug {
  margin-top: 24px;
  clear: both;
}
.lava-debug code {
  color: #3a87ad;
  background-color: #c4e3f3;
}
.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 {
  color: #3a87ad;
  cursor: pointer;
  background-color: #cce7f4;
  border: 0;
}
.lava-debug .panel.panel-lavadebug .panel-heading.collapsed i::before {
  content: "\f078";
}
.lava-debug .panel.panel-lavadebug .panel-body {
  background-color: #e6f3fa;
}
.socialsharing {
  padding: 0;
  margin-top: 12px;
}
.socialsharing li {
  display: inline-block;
}
.socialsharing li .socialicon {
  padding: 8px 6px;
  font-family: 'FontAwesome';
  font-weight: 900;
  color: #fff;
  border-radius: 20px;
}
.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;
}
.socialsharing li .socialicon-calendar {
  background-color: #f00;
}
/*
  Used to manage styles for specific blocks.

  1. My Connection Requests

*/
/*
    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;
}
/*
    Used to manage styles for specific blocks.

    1. Data Views - block for creating data views
    2. Dynamic Report - block for making reports dynamically updated
    3. Interactions
*/
/* 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;
}
@media (min-width: 992px) {
  .field-criteria > div {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .field-criteria .vertical-align-bottom {
    vertical-align: bottom;
  }
}
.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 {
  display: block;
  margin-top: 8px;
  font-weight: 600;
}
.list-panel > .grid-filter {
  padding: 6px 12px;
  margin: -15px -15px 15px -15px;
}
.list-panel > .grid-filter > header {
  position: relative;
}
.list-panel > .grid-filter .grid-filter-entry {
  padding-top: inherit;
}
.list-panel > .grid-filter .btn-link {
  position: relative;
  margin: 0;
}
/*
  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-top-color: #14486c;
  border-color: #185781;
}
.panel-note > .panel-heading {
  color: #9d734a;
  background-color: #efe6dd;
  border-color: #be9a75;
}
.panel-note > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #185781;
}
.panel-note > .panel-heading .badge {
  color: #efe6dd;
  background-color: #9d734a;
}
.panel-note > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #185781;
}
.panel-note .panel-body {
  padding: 0;
  background-color: #fff;
}
.panel-note .panel-heading h3 {
  float: left;
}
.panel-note .panel-heading .btn {
  float: right;
  margin: 0;
}
.tag-flair {
  position: relative;
  display: inline-block;
  margin-left: 4px;
  font-size: 12px;
  line-height: 1;
  text-transform: capitalize;
  vertical-align: top;
}
.tag-flair .tag-color {
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 2px 5px 0 1px;
  background-color: #999;
  border-radius: 50%;
}
.tag-flair .tag-label {
  position: relative;
  font-size: 12px;
  line-height: 12px;
  color: #777777;
  white-space: nowrap;
}
.tag-flair .tag-color + .tag-label {
  margin-left: 14px;
}
.load-more-container {
  margin: 16px;
  text-align: center;
}
.avatar {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  line-height: 1;
  color: #fafafa;
  vertical-align: middle;
  border-radius: 50%;
}
.avatar img {
  max-width: 100%;
  height: auto;
}
.avatar-xl {
  width: 60px;
  height: 60px;
}
.avatar-lg {
  width: 48px;
  height: 48px;
}
.avatar-sm {
  width: 24px;
  height: 24px;
}
.avatar-xs {
  width: 20px;
  height: 20px;
}
.avatar::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(0, 0, 0, 0.0975);
  border-radius: 50%;
}
.icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  font-size: 24px;
  line-height: 1;
  color: #777777;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
}
.icon-lg {
  width: 48px;
  height: 48px;
  padding-top: 5px;
  font-size: 32px;
}
.icon-sm {
  width: 24px;
  height: 24px;
  font-size: 20px;
}
.icon-xs {
  width: 20px;
  height: 20px;
  font-size: 16px;
}
.meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.meta p {
  margin-bottom: 0;
  line-height: 1.3;
}
.meta .timestamp {
  display: inline-block;
  font-size: 12px;
  line-height: 1.3;
  color: #777777;
  vertical-align: top;
}
.meta .meta-figure {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
}
.meta .meta-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.meta .meta-body .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 0;
  -webkit-box-pack: justify;
  -webkit-box-flex: 1;
}
.meta .meta-body .dropdown .dropdown-menu {
  right: 0;
  left: auto;
}
.meta .meta-body .btn-overflow {
  height: 14px;
  padding: 0;
  line-height: 14px;
  color: #777777;
}
.meta .meta-body .btn-overflow:hover,
.meta .meta-body .btn-overflow:focus {
  color: #555555;
}
.note-view-list {
  margin: 0;
}
.note-view-list > .note:last-child {
  padding-bottom: 0;
}
.note-view-list > .note:last-child .note-comments {
  border-bottom: 0;
}
.note {
  border-top: 1px solid #185781;
}
.note .flag {
  padding: 6px 8px;
  margin: -12px -12px 8px;
  color: #d9534f;
  background: #f2dede;
  border-left: 5px solid #d9534f;
}
@media (min-width: 768px) {
  .note .flag {
    padding: 6px 23px;
    margin: -12px -16px 12px;
  }
}
.note .flag.warning {
  color: #c09853;
  background: #fcf8e3;
  border-left-color: #f0ad4e;
}
.note article {
  padding: 12px 12px 2px;
}
@media (min-width: 768px) {
  .note article {
    padding: 12px 16px 20px;
  }
}
.note article.is-alert {
  -webkit-box-shadow: inset 5px 0 0 0 #d9534f;
          box-shadow: inset 5px 0 0 0 #d9534f;
}
.note article.is-personal {
  -webkit-box-shadow: inset 5px 0 0 0 #5bc0de;
          box-shadow: inset 5px 0 0 0 #5bc0de;
}
.note .note-comments {
  background: #f0f3f6;
  border-top: 1px solid #185781;
}
.note .meta {
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .note .meta {
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) {
  .note .note-content {
    margin: 0 0 24px 60px;
  }
}
.note .note-content p {
  margin: 0;
}
.note .note-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 0 0 60px;
  font-size: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
.note .note-footer-actions-list {
  -ms-flex-order: 1;
  -ms-flex-order: 0;
  -ms-flex-pack: justify;
  justify-content: space-between;
  order: 0;
  text-align: center;
  -webkit-box-pack: justify;
  -webkit-box-ordinal-group: 1;
}
.note .note-footer-meta-list {
  margin-bottom: 0;
  margin-left: auto;
}
.note .note-footer-meta-list > li > .btn {
  padding: 0;
  margin-left: 32px;
  font-size: 12px;
  color: #777777;
}
.note .note-footer-meta-list > li > .btn i {
  margin-right: 4px;
}
.note .note-footer-meta-list > li > .btn:hover {
  color: #103a56;
}
.note-nested > .note-list-nested {
  margin-left: 16px;
}
@media (min-width: 768px) {
  .note-nested > .note-list-nested {
    margin-left: 44px;
  }
}
.note-list-nested {
  margin-left: 0;
}
@media (min-width: 768px) {
  .note-list-nested {
    margin-left: 60px;
  }
}
.note-list-nested > .note:first-child {
  border-top: 0;
}
.note-list-nested .note-content,
.note-list-nested .note-footer {
  margin-left: 44px;
}
.note-editor {
  margin: 8px 0;
}
.note-editor .meta-body {
  border: 1px solid #ccc;
}
.note-editor .meta-body:focus,
.note-editor .meta-body:focus-within,
.note-editor .meta-body.focus-within {
  border: var(--focus-state-border);
  -webkit-box-shadow: var(--focus-state-shadow);
          box-shadow: var(--focus-state-shadow);
}
.note-editor .noteentry-control .form-control {
  border: 0;
}
.note-editor .noteentry-control .form-control:focus {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.note-editor .settings {
  padding: 3px 12px 6px;
  background: #fff;
}
.note-editor .settings .createDate {
  float: left;
}
.note-editor .settings .createDate .date-time-picker {
  margin-bottom: 0;
}
.note-editor .settings .createDate .date-time-picker .input-group {
  margin-bottom: 0;
}
.note-editor .settings .createDate .date-time-picker .control-label {
  display: none;
}
.note-editor .settings .createDate .date-time-picker .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
}
.note-editor .settings .createDate .date-time-picker .date {
  width: 130px;
}
.note-editor .settings .createDate .date-time-picker .bootstrap-timepicker {
  width: 120px;
}
.note-editor .settings .createDate .date-time-picker .input-group-addon {
  padding: 0 12px;
}
.note-editor .settings .noteentry-notetype {
  float: left;
  width: auto;
  max-width: 200px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
}
.note-editor .settings .checkbox {
  float: left;
  margin: 3px 5px 0 10px !important;
  font-size: 12px;
  line-height: 24px;
}
.note-editor .settings .commands {
  float: right;
}
.note-editor .settings .commands > .btn {
  margin-left: 8px;
}
.note-list .note-editor {
  margin: 8px 16px;
}
.noteentry-control textarea {
  resize: vertical;
  overflow: auto;
}
.recurrence-pattern-type {
  padding-left: 30px;
  margin-top: 12px;
}
.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-top: 4px;
  margin-left: 12px;
}
.recurrence-pattern-daily .form-control-group {
  min-height: 30px;
}
.recurrence-pattern-weekly .week-days {
  margin-top: 15px;
}
.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 15px;
}
.recurrence-pattern-monthly .form-control-group {
  display: block;
  min-height: 40px;
}
.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 {
  top: auto;
  left: auto;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  color: #515151;
}
.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 {
  color: #468847;
  background-color: #dff0d8;
}
.panel.workflow-activity.activated-with-workflow > .panel-heading a.btn-link {
  color: #468847;
}
.panel.workflow-activity.activated-with-workflow > .panel-heading .label-default {
  background-color: #5cb85c;
}
.panel.workflow-activity .panel-title::before {
  margin-right: 4px;
  font-family: 'FontAwesome';
  font-weight: 900;
  content: "\f1b3";
}
.workflow-action .workflow-action-name::before {
  font-family: 'FontAwesome';
  font-weight: 900;
  content: "\f1b2";
}
.workflow-action .criteria-exists {
  color: #fff;
  background-color: #f0ad4e;
  border: 1px solid #eea236;
}
.workflow-action .conditional-run-criteria {
  padding: 15px 0 10px;
  margin: -15px -16px 15px;
  border-style: solid;
  border-width: 1px;
}
.workflow-action .form-action-rows .form-row {
  margin-bottom: 15px;
}
.panel-group .panel-workflowitem {
  margin-bottom: 30px;
  border-color: #185781;
}
.panel-group .panel-workflowitem > .panel-heading {
  color: #9d734a;
  background-color: #efe6dd;
  border-color: #be9a75;
}
.panel-group .panel-workflowitem > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #185781;
}
.panel-group .panel-workflowitem > .panel-heading .badge {
  color: #efe6dd;
  background-color: #9d734a;
}
.panel-group .panel-workflowitem > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #185781;
}
.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 {
  margin-right: 12px;
  font-size: 35px;
}
.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';
  font-size: 20px;
  font-weight: 900;
  content: "\f077";
}
.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 {
  margin-bottom: 24px;
}
.group-location-map .address {
  margin-top: 8px;
}
.group-location-map img {
  width: 100%;
}
.description {
  margin-bottom: 24px;
}
/*
    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: 15px;
}
.card-visa,
.card-mastercard,
.card-amex,
.card-discover,
.card-diners,
.card-jcb {
  display: inline-block;
  width: 50px;
  height: 30px;
  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: 0.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 {
  padding-bottom: 6px;
  margin-bottom: 12px;
  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 #2074ac;
}
.transaction-image-thumbnail {
  max-width: 200px;
  max-height: 100px;
  margin: 5px;
  cursor: pointer;
  border: 2px solid #2074ac;
}
.transaction-matching .progress {
  float: left;
  width: 30%;
  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. Edit Group Page
    7. Styles for Page Tabs
    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 & Assessments
    19. Edit Person
*/
.personprofile small {
  opacity: 0.7;
}
.personprofilebar-bio,
.personprofilebar-badge,
.personprofilebar-family,
.pagetabs,
.person-content {
  padding: 15px;
}
.personprofilebar-bio {
  position: relative;
  padding-top: 50px;
  color: #000000;
  background-color: #2074ac;
  border-bottom: 1px solid #185781;
}
.personprofilebar-bio .action-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 401;
  height: 39px;
}
.personprofilebar-bio .action-wrapper .action {
  float: left;
  width: 45px;
  height: 100%;
  color: #262626;
  text-align: center;
  cursor: pointer;
  border-color: #185781;
  border-style: solid;
  border-width: 0 0 1px 1px;
}
.personprofilebar-bio .action-wrapper .action > i {
  position: relative;
  top: 50%;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.personprofilebar-bio .action-wrapper .action-extended {
  width: auto;
  padding-top: 6px;
}
.personprofilebar-bio .name {
  margin-top: 0;
  margin-bottom: 4px;
  text-align: center;
}
.personprofilebar-bio .name .full-name,
.personprofilebar-bio .name .previous-names {
  display: none;
  font-size: 18px;
}
.personprofilebar-bio .name .firstname {
  font-size: 0.6em;
}
.personprofilebar-bio .labels {
  margin-bottom: 7.5px;
  text-align: center;
}
.personprofilebar-bio .nav li .persondetails-actions {
  padding: 2px 15px 0 15px;
  color: #262626;
}
.personprofilebar-bio .nav li .persondetails-actions:hover,
.personprofilebar-bio .nav li .persondetails-actions:focus {
  background-color: transparent;
}
.personprofilebar-bio .photo {
  position: relative;
  display: table;
  max-width: 200px;
  padding: 5px;
  margin: 0 auto;
  background-color: #1f3341;
}
.personprofilebar-bio .photo .following-status {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-top: 70px solid #817b72;
  border-right: 70px solid transparent;
  opacity: 0.4;
  -webkit-transition: 1s;
  transition: 1s;
}
.personprofilebar-bio .photo .following-status i {
  position: absolute;
  top: -61px;
  left: 8px;
  font-size: 24px;
  color: #fff;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.personprofilebar-bio .photo .following-status:hover i {
  opacity: 0.5;
}
.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%;
  max-width: 200px;
  height: auto;
  max-height: 200px;
}
.personprofilebar-bio .photo .fluidbox-ghost {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
.personprofilebar-bio .photo .fluidbox-opened .fluidbox-ghost {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}
.personprofilebar-bio .social-icons {
  text-align: center;
}
.personprofilebar-bio .social-icons .btn {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background-color: #555555;
  border: 0;
  border-radius: 0px;
}
.personprofilebar-bio .social-icons .btn:hover {
  opacity: 0.8;
}
.personprofilebar-bio .social-icons .btn.btn-facebook {
  color: #fff;
  background-color: #44619d;
}
.personprofilebar-bio .social-icons .btn.btn-twitter {
  color: #fff;
  background-color: #55acee;
}
.personprofilebar-bio .social-icons .btn.btn-instagram {
  color: #fff;
  background-color: #39688f;
}
.personprofilebar-bio .social-icons .btn:first-child {
  margin-left: 0;
}
.personprofilebar-bio .taglist {
  margin-top: 15px;
}
.personprofilebar-bio .demographics {
  margin-top: 15px;
  text-align: center;
}
@media (min-width: 992px) {
  .personprofilebar-bio .demographics {
    float: left;
    width: 50%;
  }
}
.personprofilebar-bio .personcontact {
  padding-bottom: 30px;
  margin-top: 15px;
  text-align: center;
}
@media (min-width: 992px) {
  .personprofilebar-bio .personcontact {
    float: left;
    width: 50%;
  }
}
.personprofilebar-bio .personcontact .email .email-status i {
  color: #000000;
}
.personprofilebar-bio .personcontact .email .email-status.do-not-email i {
  color: #d9534f;
}
.personprofilebar-bio .personcontact .email .email-status.not-active i {
  color: #f0ad4e;
}
.originate-call::before {
  margin-right: 6px;
  font-family: 'FontAwesome';
  font-weight: 900;
  content: "\f098";
}
.personprofilebar-badge {
  min-height: 64px;
  padding-top: 0;
  padding-bottom: 0;
  color: #000000;
  background-color: #2074ac;
  border-bottom: 1px solid #185781;
}
.personprofilebar-badge .badge-group {
  margin: 7.5px 0;
  text-align: center;
}
.personprofilebar-badge .badge-group .badge {
  display: inline-block;
  padding: 3px 7px 0;
  background-color: inherit;
}
.personprofilebar-badge .badge-group .badge-debug {
  position: absolute;
  right: 12px;
  z-index: 9999;
  width: 900px;
  text-align: left;
}
.badge-baptism {
  color: #23a5c5;
}
.badge-era {
  position: relative;
}
.badge-era::before {
  font-family: 'FontAwesome';
  font-size: 45px;
  font-weight: 900;
  color: #5cb85c;
  content: "\f111";
}
.badge-era.era-loss::before {
  color: #ee7624;
}
.badge-era span {
  position: absolute;
  top: 17px;
  left: 14px;
  font-size: 16px;
}
.badge-icon {
  font-size: 45px;
}
.badge-icon.badge-disabled {
  color: #939393;
  opacity: 0.2;
}
.badge-attendance ul.badge-attendance-chart {
  display: table;
  width: 220px;
  height: 40px;
  margin: 0 auto;
  table-layout: fixed;
}
.badge-attendance ul.badge-attendance-chart li {
  position: relative;
  display: table-cell;
  width: 10px;
  height: 40px;
  vertical-align: bottom;
}
.badge-attendance ul.badge-attendance-chart li span {
  display: block;
  width: 8px;
  min-height: 1px;
  background: #000000;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .badge-attendance ul.badge-attendance-chart li span {
    position: absolute;
    bottom: 0;
  }
}
.badge-attendance.animate ul.badge-attendance-chart li span {
  -webkit-animation: bar-grow 1s ease-in-out;
  animation: bar-grow 1s ease-in-out;
}
.badge-disc {
  position: relative;
}
.badge-disc ul.badge-disc-chart {
  display: table;
  width: 45px;
  height: 40px;
  margin: 0 auto;
  table-layout: fixed;
}
.badge-disc ul.badge-disc-chart li {
  position: relative;
  display: table-cell;
  width: 3px;
  height: 40px;
  vertical-align: bottom;
}
.badge-disc ul.badge-disc-chart li span {
  display: block;
  width: 10px;
  min-height: 2px;
  background: #99bbd9;
}
@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 ul.badge-disc-chart li.badge-disc-disabled span {
  background-color: #939393;
  opacity: 0.2;
}
.badge-disc .requested {
  position: absolute;
  top: 14px;
  left: 12px;
  padding: 1px 5px;
  font-size: 24px;
  background-color: #e3ded7;
  border-radius: 99px;
  opacity: 0.8;
}
.badge-disc.animate 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';
  font-size: 45px;
  font-weight: 900;
  color: #e5d24d;
  content: "\f111";
}
.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 {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 12px;
  color: #fff;
  text-align: center;
}
.badge-attendingduration .duration-metric .metric-unit {
  display: block;
  font-size: 11px;
  font-weight: normal;
}
.badge-attendingduration .duration-metric.duration-new .metric-value {
  top: 18px;
  font-size: 14px;
  font-weight: 600;
}
.badge-weeksattendanceduration .weeks-metric {
  position: relative;
  color: #686576;
}
.badge-weeksattendanceduration .weeks-metric::before {
  font-family: 'FontAwesome';
  font-size: 45px;
  font-weight: 900;
  color: #f0ad4e;
  content: "\f0c8";
}
.badge-weeksattendanceduration .weeks-metric .weeks-attended {
  position: absolute;
  top: 7px;
  left: 4px;
  display: block;
  width: 18px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -2px;
}
.badge-weeksattendanceduration .weeks-metric .week-duration {
  position: absolute;
  right: 4px;
  bottom: 10px;
  font-size: 11px;
  font-weight: 600;
}
.badge-content.fa-layers {
  width: 50px;
  height: 43px;
  font-size: 4em;
}
.badge-lastvisitonsite .badge-content {
  position: relative;
  color: #4f89bd;
}
.badge-lastvisitonsite .badge-content.today .duration {
  top: 9px;
  font-size: 11px;
}
.badge-lastvisitonsite .badge-content.recent {
  opacity: 0.8;
}
.badge-lastvisitonsite .badge-content.moderate {
  opacity: 0.6;
}
.badge-lastvisitonsite .badge-content.not-recent {
  opacity: 0.4;
}
.badge-lastvisitonsite .badge-content.old {
  opacity: 0.2;
}
.badge-lastvisitonsite .badge-content i {
  font-size: 40px;
}
.badge-lastvisitonsite .badge-content span.duration {
  position: absolute;
  top: 8px;
  right: 50%;
  width: 35px;
  margin-right: -17px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.badge-signal .badge-content {
  position: relative;
}
.badge-signal .badge-content span.signal {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  padding-left: 17%;
  font-size: 16px;
  font-weight: 700;
  color: #2074ac;
  text-align: center;
}
@-webkit-keyframes bar-grow {
  0% {
    height: 0;
    opacity: 0;
  }
}
@keyframes bar-grow {
  0% {
    height: 0;
    opacity: 0;
  }
}
.badge-personaldevice .badge-content {
  position: relative;
  color: #4f89bd;
}
.badge-personaldevice .badge-content i {
  font-size: 40px;
}
.badge-personaldevice .badge-content span.deviceCount {
  position: absolute;
  top: 10px;
  right: 50%;
  width: 36px;
  margin-right: -18px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.personprofilebar-family {
  min-height: 60px;
  color: #000000;
  background: #2074ac;
  border-bottom: 1px solid #185781;
}
.personprofilebar-family a {
  color: #000000;
}
.persondetails-group header {
  position: relative;
  padding: 10px 15px;
  margin: 0 -15px;
  background-color: #2074ac;
  border-bottom: 1px solid #185781;
}
.persondetails-group header:before,
.persondetails-group header:after {
  content: " ";
  display: table;
}
.persondetails-group header:after {
  clear: both;
}
.persondetails-group header h1 {
  float: left;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.persondetails-group header .action-wrapper {
  float: right;
  height: 39px;
  margin: -10px -15px -10px 0;
}
.persondetails-group header .action-wrapper .action {
  display: block;
  float: right;
  width: 45px;
  height: 100%;
  text-align: center;
  cursor: pointer;
  border-left: 1px solid #185781;
}
.persondetails-group header .action-wrapper .action i {
  position: relative;
  top: 50%;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.persondetails-group .group-details {
  margin-bottom: 12px;
}
.persondetails-group .groupmembers .member a {
  display: block;
  padding: 8px;
  border-radius: 0px;
}
.persondetails-group .groupmembers .member a:before,
.persondetails-group .groupmembers .member a:after {
  content: " ";
  display: table;
}
.persondetails-group .groupmembers .member a:after {
  clear: both;
}
.persondetails-group .groupmembers .member .person-image {
  position: relative;
  overflow: hidden;
  background-color: #fafafa;
  background-position: center;
  background-size: cover;
  border: none;
  border-color: #103a56;
  border-radius: 50%;
}
.persondetails-group .groupmembers .member .person-image::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(0, 0, 0, 0.0975);
  border-radius: 50%;
}
.persondetails-group .groupmembers .member:hover {
  background-color: #1a5d8a;
  border-radius: 0px;
}
.persondetails-group .addresses ul {
  margin: 0;
  list-style: none;
}
.persondetails-group .addresses ul li {
  display: block;
  margin-bottom: 15px;
  clear: both;
}
.persondetails-group .addresses ul li:last-child {
  margin-bottom: 0;
}
.persondetails-group .addresses ul h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
.persondetails-group .addresses ul .address .actions a {
  padding: 1px;
}
.persondetails-group .addresses ul a.map,
.persondetails-group .addresses ul div.actions,
.persondetails-group .addresses ul div.address {
  float: left;
  margin-right: 12px;
}
.persondetails-group:first-child header {
  margin: -15px -15px 0 -15px;
  border-top-width: 0;
}
.editgroup-list li.member {
  min-width: 200px;
}
.editgroup-list li.member .radio {
  margin: 0;
}
.editgroup-list .groupmembers h4 {
  margin-bottom: 4px;
}
.person-content {
  padding-top: 0;
}
span.field-name {
  padding: 2px 4px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 90%;
  color: #000000;
  white-space: nowrap;
  background-color: #2074ac;
  border-radius: 4px;
}
/* white-space was nowrap but changed to inherit; see discussion at https://github.com/SparkDevNetwork/Rock/commit/e4230496c8a1dc199f1bbb26f95dfa025d64dd02#r28278277 */
span.field-value {
  padding: 2px 4px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 90%;
  color: #000000;
  white-space: inherit;
  background-color: #2074ac;
  border-radius: 4px;
}
.table-groupmembers .radio:first-child {
  margin-top: 0 !important;
}
@media (max-width: 768px) {
  /* Force table to not be like tables anymore */
  table.table-groupmembers,
  .table-groupmembers thead,
  .table-groupmembers tbody,
  .table-groupmembers th,
  .table-groupmembers td,
  .table-groupmembers tr,
  table.table-groupcontactinfo,
  .table-groupcontactinfo thead,
  .table-groupcontactinfo tbody,
  .table-groupcontactinfo th,
  .table-groupcontactinfo td,
  .table-groupcontactinfo tr {
    display: block;
  }
  .table-groupmembers {
    /* Hide table headers (but not display: none;, for accessibility) */
    /* Label the data */
  }
  .table-groupmembers thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-groupmembers > thead > tr > th,
  .table-groupmembers > tbody > tr > th,
  .table-groupmembers > tfoot > tr > th,
  .table-groupmembers > thead > tr > td,
  .table-groupmembers > tbody > tr > td,
  .table-groupmembers > tfoot > tr > td {
    border: 0;
  }
  .table-groupmembers > tbody > tr > td {
    position: relative;
    padding-left: 35%;
    /* Behave  like a "row" */
    border: 0;
    border-bottom: 1px solid #eeeeee;
  }
  .table-groupmembers td::before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 8px;
    left: 6px;
    width: 35%;
    padding-right: 10px;
    font-weight: 600;
  }
  .table-groupmembers > tbody > tr {
    counter-increment: rowNumber;
  }
  .table-groupmembers > tbody > tr::before {
    /* Now like a table header */
    position: relative;
    display: block;
    width: 100%;
    padding: 10px;
    /* Top/left values mimic padding */
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    content: "Person #" counter(rowNumber);
    background-color: #103a56;
    border-bottom: 2px solid #ddd;
  }
  .table-groupmembers tbody td:nth-of-type(1)::before {
    content: "Role";
  }
  .table-groupmembers tbody td:nth-of-type(2)::before {
    content: "Title";
  }
  .table-groupmembers tbody td:nth-of-type(3)::before {
    content: "Name";
  }
  .table-groupmembers tbody td:nth-of-type(4)::before {
    content: "Suffix";
  }
  .table-groupmembers tbody td:nth-of-type(5)::before {
    content: "Connection Status";
  }
  .table-groupmembers tbody td:nth-of-type(6)::before {
    content: "Gender";
  }
  .table-groupmembers tbody td:nth-of-type(7)::before {
    content: "Birthdate";
  }
  .table-groupmembers tbody td:nth-of-type(8):empty {
    display: none;
  }
  .table-groupmembers tbody td:nth-of-type(8)::before {
    content: "Grade";
  }
  .table-groupmembers tbody td:nth-of-type(9)::before {
    content: "Cancel";
  }
  .table-groupmembers > tfoot,
  .table-groupmembers > tfoot > tr > td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .table-groupmembers > tfoot > tr > td > .btn-action {
    display: block;
    width: 100%;
    margin: 8px 0 16px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0px;
  }
  .table-groupmembers > tbody > tr > td > .form-group:last-of-type {
    margin-bottom: 0;
  }
  .table-groupmembers > tbody > tr > td > .form-group .radio:last-of-type {
    margin-bottom: 0;
  }
  .table-groupmembers .pull-right {
    float: none !important;
  }
  .table-groupcontactinfo {
    margin-bottom: 12px;
    /* Hide table headers (but not display: none;, for accessibility) */
    /* Label the data */
  }
  .table-groupcontactinfo thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-groupcontactinfo > thead > tr > th,
  .table-groupcontactinfo > tbody > tr > th,
  .table-groupcontactinfo > tfoot > tr > th,
  .table-groupcontactinfo > thead > tr > td,
  .table-groupcontactinfo > tbody > tr > td,
  .table-groupcontactinfo > tfoot > tr > td {
    border: 0;
  }
  .table-groupcontactinfo > tbody > tr > td {
    position: relative;
    /* Behave  like a "row" */
    border: 0;
    border-bottom: 1px solid #eeeeee;
  }
  .table-groupcontactinfo tbody .person-name {
    /* Now like a table header */
    position: relative;
    display: block;
    width: 100%;
    padding: 10px;
    /* Top/left values mimic padding */
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #103a56;
    border-bottom: 2px solid #ddd;
  }
  .table-groupcontactinfo tbody .person-name:before {
    content: "Contact Info: ";
  }
  .table-groupcontactinfo tbody .person-sms {
    position: relative;
    padding-left: 35%;
    /* Behave  like a "row" */
    border: 0;
    border-bottom: 1px solid #eeeeee;
  }
  .table-groupcontactinfo tbody .person-sms:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 14px;
    left: 6px;
    width: 35%;
    padding-right: 10px;
    font-weight: 600;
    content: "Enable SMS";
  }
  .table-groupcontactinfo tbody > tr > td > .form-group {
    margin-bottom: 0;
  }
}
.row-duplicate {
  padding-top: 12px;
  border-top: 1px solid #185781;
}
.row-duplicate:first-child {
  padding-top: 0;
  border-top: 0;
}
#fluidbox-overlay {
  background: #000;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px), print {
  .personprofilebar-bio {
    padding: 15px;
  }
  .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 {
    padding-bottom: 0;
    text-align: left;
  }
  .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;
  }
}
.merge-photo {
  border: 3px solid #2074ac;
}
.panel-widget.pageviewsession .pageviewsession-client {
  line-height: 1;
  text-align: right;
}
.person-bio div.deceased h1.title.name::after {
  margin-left: 12px;
  font-size: 14px;
  color: #d9534f;
  content: "Deceased";
}
.groupmembers .member.deceased:hover {
  background-color: #5e5e5e;
}
.groupmembers .member.deceased .person-info::after {
  font-size: 10px;
  color: #d9534f;
  content: "Deceased";
}
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 {
  padding: 12px;
  background-color: #eeeeee;
  border-radius: 0px;
  opacity: 1;
}
.photoupload-photo .image-editor {
  float: left;
  margin-right: 48px;
}
.photoupload-photo .image-editor label {
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.grid-table tbody tr.duplicate-source td,
.grid-table tbody tr.duplicate-source:hover > td {
  color: #333333;
  background-color: #777777;
}
.disc-assessment {
  table-layout: fixed;
}
.disc-assessment th {
  padding: 6px;
}
.disc-assessment th:last-child {
  border-radius: 0 0px 0 0;
}
.disc-assessment th.disc-question {
  padding: 6px;
  font-weight: 700;
  border-radius: 0px 0 0 0;
}
.disc-assessment .disc-question {
  width: 100%;
}
.disc-assessment .disc-answer {
  width: 80px;
}
.disc-heading {
  text-align: center;
}
.discchart {
  position: relative;
  width: 80%;
  max-width: 650px;
  height: 425px;
  padding: 0;
  margin: 0 auto;
  clear: both;
}
.discchart li {
  position: relative;
  display: inline-block;
  width: 20%;
  height: 425px;
  padding: 0;
  margin: 0 2% 0 0;
  color: #fff;
  text-align: center;
  vertical-align: bottom;
  background-color: #185781;
  border-radius: 6px 6px 0 0;
}
.discchart li.discchart-midpoint {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70%;
  background-color: transparent;
  border-top: 2px solid #d9534f;
  border-radius: 0;
}
.discchart .discbar-label {
  position: absolute;
  bottom: 20px;
  width: 100%;
  overflow: hidden;
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
}
.discchart .discbar {
  border: 1px solid #ddd;
}
.discchart .discbar::before {
  position: absolute;
  top: 5%;
  right: 0;
  left: 0;
  display: block;
  padding: 5px 1em 0;
  font-size: 20px;
  line-height: 1em;
  text-align: center;
  letter-spacing: -3px;
  word-wrap: break-word;
  content: attr(title);
}
.discchart .discbar.discbar-primary {
  background: #103a56;
}
.question-row {
  margin-bottom: 48px;
}
.question-row .answered {
  color: #777777;
}
.question-row .likert > .control-label {
  margin-bottom: 9px;
}
.question-row .likert .radio-inline {
  padding: 5px 12px 7px 36px;
  margin-right: 12px;
  margin-left: -12px;
  cursor: pointer;
  background-clip: padding-box;
  border-radius: 4px;
}
.question-row .likert .radio-inline:hover {
  background-color: #eeeeee;
}
.question-row .likert .radio-inline .label-text::before,
.question-row .likert .radio-inline .label-text::after {
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.phonegroup-label {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .phonegroup-label {
    padding-top: 4px;
  }
}
.eventitem {
  cursor: pointer;
}
.eventitem-select {
  font-family: 'FontAwesome';
  font-size: 38px;
  font-weight: 900;
}
.eventitem-select:after {
  content: "\f0c8";
}
.eventitem.selected .eventitem-select:after {
  content: "\f14a";
}
/*
    Used to manage styles for specific blocks.

    1. Communication Blocks - styles for the communication blocks
    2. Communication Entry - stles for the communication entry
    3. Communication Wizard - styles for the communication wizard
    4. Communication Analytics - styles for the communication analytics block

*/
.recipients .recipient {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .recipients .recipient {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .recipients .recipient {
    width: 25%;
  }
}
.recipients .recipient.failed {
  color: #d9534f;
}
.recipients .recipient.opened {
  color: #5cb85c;
}
iframe.email-body {
  width: 100%;
  height: 300px;
  background-color: #fff;
  border: 1px solid #185781;
}
.emaileditor-wrapper {
  position: relative;
  height: 900px;
  margin: -15px;
}
#emaileditor {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#section-email {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 60%;
}
#email-editor {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 100%;
  border-top: 1px solid #185781;
}
#emaileditor-designer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 60%;
}
.emaileditor-iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-right: 1px solid #185781;
}
#emaileditor-properties {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40%;
  padding: 12px;
  background-color: #efe6dd;
}
.communication-template {
  position: relative;
  display: block;
  height: 192px;
  padding: 15px;
  margin-bottom: 24px;
  overflow: hidden;
  color: #333333;
  border: 1px solid #185781;
}
.communication-template:focus {
  color: #333333;
}
.communication-template:hover {
  color: #333333;
  border: 2px solid #bce8f1;
}
.communication-template label {
  font-size: 16px;
}
.template-selected {
  border: 2px solid #3a87ad;
}
.template-selected:hover {
  border: 2px solid #3a87ad;
}
.template-selected:before {
  position: absolute;
  top: -4px;
  left: 8px;
  z-index: 1;
  font-family: 'FontAwesome';
  font-size: 36px;
  font-weight: 900;
  color: #3a87ad;
  content: "\f058";
}
.step-title {
  margin-top: 0;
}
.label-clicked {
  background-color: #60bd68;
}
.label-opened {
  background-color: #5da5da;
}
.label-unopened {
  background-color: #ffb70f;
}
/*
    Used to manage styles for check-in administration.

    1. Group / Location
    2. Attendance Analysis
*/
.checkin-item {
  padding: 12px;
  margin-bottom: 6px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-top-width: 3px;
}
.checkin-item .fa-bars {
  margin-right: 6px;
  opacity: 0.5;
}
.checkin-item-selected {
  background-color: #f3f3f3;
}
.checkin-list {
  padding-left: 40px;
  list-style-type: none;
}
.checkin-list-first {
  padding-left: 0;
}
.checkin-group {
  border-top-color: #afd074;
}
.checkin-area {
  border-top-color: #5593a4;
}
.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;
  margin-bottom: 24px;
  background-color: #eeeeee;
}
/*
    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;
  -webkit-box-shadow: none;
          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 {
  display: inline-block;
  width: 100%;
  padding: 0 10px 10px 10px;
  border: 1px solid #ddd;
  border-radius: 0px;
}
.calendar-month {
  border-spacing: 0;
  border-collapse: separate;
  border: 0;
}
.calendar-month a {
  color: #333333 !important;
  text-decoration: none;
}
.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: 0px;
}
.calendar-month .calendar-today,
.calendar-month .calendar-selecteditem {
  color: #3a87ad !important;
  background-color: #d9edf7 !important;
  border-radius: 0;
}
.calendar-month .calendar-selecteditem:first-child {
  border-radius: 0px 0 0 0px;
}
.calendar-month .calendar-selecteditem:last-child {
  border-radius: 0 0px 0px 0;
}
.calendar-month .calendar-selected {
  color: #fff !important;
  background-color: #5bc0de !important;
}
.calendar-month .calendar-selected a {
  color: #fff !important;
}
.calendar-month .calendar-last-month a {
  opacity: 0.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 {
  display: block;
  margin-bottom: 8px;
}
.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 {
  padding-bottom: 2px;
  margin-bottom: 6px;
  font-size: 14px;
  border-bottom: 2px solid #999999;
}
.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 {
    float: right;
    text-align: right;
  }
}
.fee-totals {
  margin-top: 24px;
}
.fee-totals .fee-totals-options {
  text-align: right;
}
.amount-to-pay input {
  text-align: right;
}
.picker:before,
.picker:after {
  content: " ";
  display: table;
}
.picker:after {
  clear: both;
}
@media (min-width: 768px) {
  .picker {
    position: relative;
    width: 250px;
  }
}
.picker .picker-mode-options {
  margin-bottom: 12px;
}
.picker .picker-label {
  float: left;
  width: 225px;
  padding: 6px 12px;
  font-size: 14px;
  color: #555555;
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 0px;
}
.picker .picker-label i {
  float: left;
  margin-top: 2px;
  margin-right: 6px;
}
.picker .picker-label span {
  float: left;
  width: 140px;
  margin-right: 6px;
  overflow: hidden;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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: 390px;
}
.picker .scroll-container-picker .viewport {
  width: 360px;
  height: 380px;
}
.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;
}
@media (max-width: 479px) {
  .picker .picker-menu {
    position: static;
    max-width: 100%;
  }
}
.picker.picker-menu-right .picker-menu {
  right: 0;
  left: auto;
}
.picker .picker-actions {
  padding: 10px;
  margin: 10px -10px -10px -10px;
  background-color: #e3ded7;
  border-top: 1px solid #cec5b9;
  border-radius: 0 0 0px 0px;
}
.picker .picker-select-item {
  margin-left: 3px;
}
.picker .picker-select-item .label-text {
  display: block;
}
.picker .picker-select-item-details {
  margin-left: 29px;
}
.picker .picker-select-item-details .person-image {
  float: left;
  width: 70px;
  height: 70px;
  margin-right: 7.5px;
  border: 1px solid #2074ac;
}
.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 {
  position: relative;
}
.picker.picker-person .picker-select-item-details label {
  position: absolute;
  top: 0;
  right: 0;
}
.picker.picker-person .picker-select-item-details img {
  width: 65px;
}
.picker.picker-novalue .picker-label {
  width: 100%;
}
.picker.picker-mergefield {
  width: 370px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .picker.picker-lg {
    position: relative;
    width: 350px;
  }
}
.picker.picker-lg .picker-label {
  width: 325px;
}
.picker.picker-lg .picker-label span {
  width: 240px;
}
#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;
}
.numberincrement {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.numberincrement .numberincrement-up,
.numberincrement .numberincrement-down {
  padding: 6px 12px;
  color: #555555;
  cursor: pointer;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
}
.numberincrement .numberincrement-up.disabled,
.numberincrement .numberincrement-down.disabled {
  color: #888888;
  cursor: default;
}
.numberincrement .numberincrement-down {
  border-radius: 0px 0 0 0px;
}
.numberincrement .numberincrement-up {
  border-radius: 0 0px 0px 0;
}
.numberincrement .numberincrement-value {
  padding: 6px 18px;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0;
}
.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 {
  padding: 0;
  margin-bottom: 30px;
  list-style-type: none;
}
ul.rocktree ul {
  margin: 0 0 0 15px;
}
.rocktree .rocktree-item {
  white-space: nowrap;
  color: #333333;
}
.rocktree .rocktree-item.is-inactive {
  color: #666666;
}
.rocktree .rocktree-item > i {
  padding: 4px;
  cursor: pointer;
}
.rocktree .rocktree-item .select-children {
  display: none;
  opacity: 0.8;
}
.rocktree .rocktree-item:hover .select-children {
  display: inline;
}
.rocktree li {
  margin: 0;
}
.rocktree span,
.rocktree a {
  display: inline-block;
  margin: 1px;
}
.rocktree .rocktree-name:hover,
.rocktree span:hover,
.rocktree span:hover a {
  color: #d5d5d5;
  background: #406986;
}
.rocktree .selected,
.rocktree .selected a {
  color: #fff;
  background: #6a6a6a;
}
.rocktree .rocktree-name {
  padding: 2px 6px;
  cursor: pointer;
  border-radius: 3px;
  border-radius: var(--border-radius-base);
}
.rocktree .rocktree-loading {
  margin-left: 10px;
  font-size: 12px;
  color: #333333 !important;
}
.rocktree .rocktree-loading i {
  margin-right: 5px;
}
.rocktree .rocktree-leaf {
  padding-left: 18px;
}
.treeview {
  margin-bottom: 15px;
}
.treeview .treeview-frame {
  padding-left: 0;
}
.treeview .treeview-actions {
  margin-bottom: 7.5px;
}
.treeview .treeview-actions .btn {
  margin-bottom: 4px;
}
.personlist {
  padding-left: 0;
  list-style: none;
}
.personlist li {
  padding-left: 15px;
}
.personlist li i.fa-circle {
  margin-right: 7.5px;
  margin-left: -15px;
  font-size: 9px;
  color: #d0cfcf;
}
.personlist li .actions {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  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;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.rollover-container:hover > .rollover-item {
  opacity: 1;
}
.touch .rollover-item {
  opacity: 1;
}
/*.my-connection-opportunities .block-status a {
  position: relative;
}



.my-connection-opportunities .block-status a::before {

}


.my-connection-opportunities .block-status a:hover::before {
  border-bottom: 45px solid @listasblocks-rollover-bg;
  --border-right: 20px solid @listasblocks-bg;
}*/
.block-title {
  margin: 0;
}
.list-as-blocks h3 {
  margin: 6px 0;
  margin-top: 0;
  font-size: 14px;
}
.list-as-blocks ul {
  padding: 0;
  margin-top: 16px;
  list-style: none;
}
.list-as-blocks ul li {
  position: relative;
  float: left;
  width: 47.5%;
  margin: 0 1.25% 15px;
  overflow: hidden;
  overflow: visible;
  text-align: center;
  border: 1px solid #185781;
  border-radius: 0px;
}
.list-as-blocks ul li a {
  display: block;
  height: 90px;
  padding: 15px;
  color: #000000;
  background-color: #2074ac;
  border-radius: 0px;
  -webkit-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
.list-as-blocks ul li a i {
  margin-top: 6px;
  font-size: 26px;
  color: #1a1a1a;
}
.list-as-blocks ul li a:hover {
  color: #d5d5d5;
  background-color: #1f3341;
  border-color: #172530;
}
.list-as-blocks ul li a:hover i {
  color: #eeeeee;
}
.list-as-blocks ul li a:focus {
  text-decoration: none;
}
.list-as-blocks ul li a div.notification {
  position: absolute;
  top: -10px;
  right: -6px;
}
.list-as-blocks ul li a div.notification .label {
  padding: 2px 6px;
  border-radius: 36px;
}
.list-as-blocks ul li.active a,
.list-as-blocks ul li.selected a {
  color: #d5d5d5;
  background-color: #1f3341;
  border-color: #0f181e;
}
.list-as-blocks ul li.active a i,
.list-as-blocks ul li.selected a i {
  color: #eeeeee;
}
.list-as-blocks ul li.inactive-item {
  opacity: 0.5;
}
.list-as-blocks.has-count a {
  position: relative;
}
.list-as-blocks.has-count a::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  border-right: 45px solid #185781;
  border-bottom: 45px solid transparent;
  -webkit-transition: border-right-color 200ms linear;
  transition: border-right-color 200ms linear;
}
.list-as-blocks.has-count .item-count {
  position: absolute;
  top: 5px;
  right: 1px;
  display: block;
  width: 25px;
  font-size: 12px;
  color: #fff;
}
.list-as-blocks .block-status a {
  height: 105px;
  padding: 8px 15px;
}
.list-as-blocks .block-status a .status-list {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .list-as-blocks ul li {
    width: 32%;
    margin: 0 1% 15px;
  }
  .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) and (max-width: 1199px) {
  .list-as-blocks ul li {
    width: 23.5%;
    margin: 0 1% 15px;
  }
  .list-as-blocks ul li:nth-child(4n) {
    margin-right: 0;
  }
  .list-as-blocks ul li:nth-child(4n+1) {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .list-as-blocks ul li {
    width: 18.4%;
    margin: 0 1% 15px;
  }
  .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: #103a56;
}
.nav > li.pill-help a:hover,
.nav > li.pill-help a:focus {
  color: #103a56;
  background-color: transparent;
}
div.tagsinput {
  float: left;
  width: 100%;
  overflow-y: auto;
}
.taglist {
  text-align: center;
}
.taglist .tag {
  position: relative;
  display: inline-block;
  height: 22px;
  padding: 1px 10px 0 12px;
  margin-bottom: 7.5px;
  margin-left: 20px;
  font-size: 13px;
  line-height: 18px;
  color: #231f20;
  text-decoration: none;
  background: #c2b8a7;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.taglist .tag:first-child {
  margin-left: 10px;
}
.taglist .tag span {
  display: block;
  float: left;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
  -webkit-transition: all 2s;
  transition: all 2s;
}
.taglist .tag a {
  display: block;
  float: left;
  max-width: 0;
  font-size: 11px;
  font-weight: bold;
  color: #231f20;
  text-decoration: none;
  opacity: 0;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.taglist .tag small {
  font-size: 11px;
}
.taglist .tag::before {
  position: absolute;
  top: 0;
  left: -10px;
  float: left;
  width: 0;
  height: 0;
  /* tag point */
  content: "";
  border-color: transparent #c2b8a7 transparent transparent;
  border-style: solid;
  border-width: 11px 11px 11px 0;
}
.taglist .tag::after {
  position: absolute;
  top: 8px;
  left: 0;
  float: left;
  width: 5px;
  height: 5px;
  /* tag dot */
  content: "";
  background: #dbd5cb;
  border-radius: 2px;
  -webkit-box-shadow: -1px -1px 2px #c2b8a7;
          box-shadow: -1px -1px 2px #c2b8a7;
}
.taglist .tag:hover span {
  max-width: 1000px;
}
.taglist .tag:hover a {
  max-width: 100px;
  padding: 0 2px;
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@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 input {
  display: block;
  width: 80px;
  padding: 0;
  padding: 2px;
  margin: 0;
  margin: -2px 0 0 10px;
  margin: 0 auto;
  clear: both;
  font-family: helvetica;
  font-size: 13px;
  color: #8f8f8f !important;
  /* needed as script adds element value */
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0px;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
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 {
  width: 100%;
  height: 0;
  clear: both;
}
.not_valid {
  color: #90111a !important;
  background: #fbd8db !important;
}
.tag-wrap .ui-autocomplete {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 90;
  z-index: 9999 !important;
  min-width: 200px;
  padding: 12px;
  list-style: none;
  background-color: #2074ac;
  border: 1px solid #185781;
  border-radius: 0 0 0px 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  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 {
  display: block;
  padding: 4px;
  color: #2074ac;
  text-decoration: none;
  cursor: pointer;
}
.tag-wrap .ui-autocomplete li a:hover {
  background: #185781;
  border-radius: 4px;
}
.tag-letterlist {
  color: #666666;
}
.tag-letterlist li {
  margin-right: 12px;
  cursor: default;
}
.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 {
  display: inline-block;
  border: 4px solid #2074ac;
}
.photoframe.photoframe-sm {
  border-width: 2px;
}
.smartsearch {
  position: relative;
  width: 298px;
  padding: 2px 6px;
  margin-top: 6px;
  font-size: 12px;
  color: #d5d5d5;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #2c2c2c;
  border-radius: 0px;
}
.smartsearch input::-moz-placeholder,
.smartsearch input::-webkit-input-placeholder {
  color: #959595;
}
.smartsearch .nav > li > a {
  padding: 4px 15px;
}
.smartsearch input::selection,
.smartsearch input::-moz-selection {
  color: #fff;
  background: #2e2e2e;
}
.smartsearch:focus {
  border-color: #595959;
}
.smartsearch .twitter-typeahead {
  display: block !important;
  margin-right: 128px;
}
.smartsearch .smartsearch-type {
  width: 128px;
}
.smartsearch > i {
  position: absolute;
  float: left;
  margin-top: 6px;
  font-size: 16px;
  opacity: 0.6;
}
.smartsearch input {
  width: 150px;
  margin: 0;
  font-size: 14px;
  color: #d5d5d5;
  background: transparent;
  border: 0;
  border-radius: 0;
}
.smartsearch input:focus {
  outline: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}
.smartsearch .tt-hint {
  padding: 4px 4px 4px 25px;
}
.smartsearch .tt-dropdown-menu {
  min-width: 290px;
  max-width: 100vw;
  margin-top: 2px;
  margin-left: 0;
  border: 0;
}
.smartsearch input.searchinput {
  width: 100%;
  padding: 4px 4px 4px 25px;
  color: #d5d5d5;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.smartsearch .dropdown .navbar-link {
  width: 100%;
  color: #d5d5d5;
  text-align: right;
  cursor: pointer;
}
.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 {
  top: 35px;
  right: 0;
  left: auto;
  font-size: 12px;
  cursor: pointer;
}
fieldset .actions {
  margin-top: 12px;
}
.code-editor {
  position: relative;
}
.note-editor .ace_editor {
  margin: 0;
  border-radius: 0;
}
.label a {
  color: #fff;
}
.label-campus {
  background-color: #83758f;
}
.label-type {
  background-color: #2074ac;
}
.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: #2074ac;
}
.label-tree {
  background-color: #406986;
}
.datepicker {
  direction: ltr;
  border-radius: 0px;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown::before {
  position: absolute;
  display: inline-block;
  content: "";
  border-top: 0;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
}
.datepicker-dropdown::after {
  position: absolute;
  display: inline-block;
  content: "";
  border-top: 0;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
.datepicker-dropdown.datepicker-orient-left::before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left::after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right::before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right::after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom::before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom::after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top::before {
  bottom: -7px;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
  border-bottom: 0;
}
.datepicker-dropdown.datepicker-orient-top::after {
  bottom: -6px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}
.datepicker table {
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.datepicker table tr td,
.datepicker table tr th {
  width: 30px;
  height: 30px;
  text-align: center;
  border: 0;
  border-radius: 4px;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  cursor: pointer;
  background: #eeeeee;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  color: #777777;
  cursor: default;
  background: none;
}
.datepicker table tr td.highlighted {
  color: #000;
  background: #d9edf7;
  border-radius: 0;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  color: #777777;
  background: #d9edf7;
}
.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:focus {
  background: #ffbc42;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  color: #777777;
  background: #ffdb99;
}
.datepicker table tr td.range {
  color: #000;
  background: #eeeeee;
  border-radius: 0;
}
.datepicker table tr td.range.focused,
.datepicker table tr td.range:hover {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  color: #777777;
  background: #eeeeee;
}
.datepicker table tr td.range.highlighted {
  color: #0000;
  background: #e4eef3;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  color: #777777;
  background: #e4eef3;
}
.datepicker table tr td.range.today {
  color: #000;
  background: #f7ca77;
}
.datepicker table tr td.range.today:hover {
  background: #f4b747;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  color: #777777;
  background: #f7ca77;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #777777;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  background: #5e5e5e;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #081d2b;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus {
  background: #02090d;
}
.datepicker table tr td span {
  display: block;
  float: left;
  width: 23%;
  height: 54px;
  margin: 1%;
  line-height: 54px;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  color: #777777;
  cursor: default;
  background: none;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #103a56;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  width: 12px;
  padding: 0 2px 0 5px;
  font-size: 10px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  margin-right: -5px;
  margin-left: -5px;
  line-height: 1.42857143;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 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;
  padding: 6px;
  margin-top: 4px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  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 {
  right: 0;
  left: auto;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu::before {
  right: 12px;
  left: auto;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu::after {
  right: 13px;
  left: auto;
}
.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 {
  position: absolute;
  top: -7px;
  left: 6px;
  display: inline-block;
  content: "";
  border: 7px solid transparent;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.15);
}
.bootstrap-timepicker-widget.dropdown-menu::after {
  position: absolute;
  top: -6px;
  left: 7px;
  display: inline-block;
  content: "";
  border: 6px solid transparent;
  border-top: 0;
  border-bottom-color: #fff;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom::before {
  top: auto;
  bottom: -7px;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
  border-bottom: 0;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom::after {
  top: auto;
  bottom: -6px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}
.bootstrap-timepicker-widget a.btn {
  border-radius: 4px;
}
.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
  background-color: transparent;
}
.bootstrap-timepicker-widget table td {
  height: 30px;
  padding: 2px;
  margin: 0;
  text-align: center;
}
.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
  width: 100%;
}
.bootstrap-timepicker-widget table td a {
  display: inline-block;
  width: 100%;
  padding: 8px 0;
  margin: 0;
  color: #333;
  border: 1px transparent solid;
  outline: 0;
}
.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  border-color: #ddd;
  border-radius: 4px;
}
.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
}
.bootstrap-timepicker-widget table td input {
  width: 45px;
  padding: 6px 12px;
  margin: 0;
  font-size: 12px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 0px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-timepicker-widget table td input:focus {
  border: 1px solid #66afe9;
  -webkit-box-shadow: 0 0 0 3px rgba(102, 175, 233, 0.6);
          box-shadow: 0 0 0 3px rgba(102, 175, 233, 0.6);
}
.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 {
  position: relative;
  display: table-cell;
  padding: 2px;
  margin-bottom: 15px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 0px;
}
.imageupload-group .imageupload-thumbnail {
  position: relative;
}
.imageupload-group .imageupload-thumbnail .imageupload-thumbnail-image {
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}
.imageupload-group .imageupload-thumbnail .imageupload-remove {
  position: absolute;
  right: 0;
  bottom: 0;
}
.imageupload-group .imageupload-thumbnail .imageupload-remove a {
  display: block;
  padding: 2px 6px;
  color: #fff;
  cursor: pointer;
  background-color: #d9534f;
  border-top-left-radius: 0px;
}
.imageupload-group .imageupload-dropzone {
  position: relative;
  width: 100%;
  height: 30px;
  padding-top: 8px;
  margin-top: 2px;
  line-height: 12px;
  text-align: center;
  cursor: pointer;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 0 0 0px 0px;
}
.imageupload-group .imageupload-dropzone ::-webkit-file-upload-button {
  cursor: pointer;
}
.imageupload-group .imageupload-dropzone input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.imageupload-group .imageupload-dropzone span {
  width: 100%;
  font-size: 13px;
  color: #555555;
}
.imageupload-group .imageupload-dropzone span::before {
  padding-right: 0.25em;
  font-family: 'FontAwesome';
  font-weight: 900;
  content: "\f093";
}
.imageupload-group .upload-progress {
  position: absolute;
  top: 30px;
  left: 35px;
  z-index: 2;
  opacity: 0.3;
}
.fileupload-group {
  position: relative;
  display: table-cell;
  padding: 2px;
  margin-bottom: 15px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 0px;
}
.fileupload-group .fileupload-thumbnail {
  position: relative;
}
.fileupload-group .fileupload-thumbnail .file-link {
  display: block;
  width: 100px;
  height: 50px;
  padding-top: 2px;
  overflow: hidden;
  font-size: 10px;
  color: #555555;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #f0f0f0;
  border-radius: -1px;
}
.fileupload-group .fileupload-thumbnail .file-link::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: 42px;
  margin-left: -12px;
  font-family: 'FontAwesome';
  font-size: 28px;
  font-weight: 900;
  color: #cacaca;
  content: "\f15b";
  -webkit-font-smoothing: antialiased;
}
.fileupload-group .fileupload-thumbnail .file-link.file-exists::after {
  margin-top: -10px;
  color: #cacaca;
  content: "\f15c";
}
.fileupload-group .fileupload-remove {
  position: absolute;
  right: 0;
  bottom: 0;
}
.fileupload-group .fileupload-remove a {
  display: block;
  padding: 2px 6px;
  color: #fff;
  cursor: pointer;
  background-color: #d9534f;
  border-top-left-radius: 0px;
}
.fileupload-group .fileuploaddefault-button,
.fileupload-group .fileupload-dropzone,
.fileupload-group .fileupload-button {
  position: relative;
  height: 30px;
  padding-top: 8px;
  line-height: 12px;
  text-align: center;
  background-color: #f0f0f0;
}
.fileupload-group .fileuploaddefault-button ::-webkit-file-upload-button,
.fileupload-group .fileupload-dropzone ::-webkit-file-upload-button,
.fileupload-group .fileupload-button ::-webkit-file-upload-button {
  cursor: pointer;
}
.fileupload-group .fileuploaddefault-button input,
.fileupload-group .fileupload-dropzone input,
.fileupload-group .fileupload-button input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.fileupload-group .fileuploaddefault-button span,
.fileupload-group .fileupload-dropzone span,
.fileupload-group .fileupload-button span {
  width: 100%;
  padding: 0 0.5em;
  font-size: 13px;
  color: #555555;
}
.fileupload-group .fileuploaddefault-button span::before,
.fileupload-group .fileupload-dropzone span::before,
.fileupload-group .fileupload-button span::before {
  padding-right: 0.25em;
  font-family: 'FontAwesome';
  font-weight: 900;
  content: "\f093";
}
.fileupload-group .fileupload-dropzone {
  margin-top: 2px;
  border-radius: 0 0 0px 0px;
}
.fileupload-group .fileupload-button {
  padding: 6px 12px;
  background-color: #103a56;
  border: 1px solid #0c2c41;
  border-radius: 0px;
}
.fileupload-group .fileupload-button span {
  color: #fff;
}
.fileupload-group .fileuploaddefault-button {
  height: 25px;
  width: 100px;
  padding: 5px;
  margin-top: 2px;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 0px;
}
.fileupload-group .fileuploaddefault-button:hover {
  color: #484848;
  background-color: #e6e6e6;
  border-color: #bcbcbc;
}
.fileupload-group .fileuploaddefault-button span {
  color: #484848;
}
.fileupload-group .upload-progress {
  position: absolute;
  top: 8px;
  left: 35px;
  z-index: 2;
  opacity: 0.3;
}
.fileupload-group .upload-progress-sm {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
  opacity: 0.3;
}
.picker-asset {
  position: relative;
  display: inline;
}
.picker-asset .imageupload-thumbnail-image {
  background-color: #f5f5f5;
}
.picker-asset .picker-select-none {
  position: absolute;
  right: 4px;
  bottom: 35px;
  display: block;
  padding: 2px 6px;
  color: #fff;
  cursor: pointer;
  background-color: #d9534f;
  border-top-left-radius: 0px;
}
.updateprogress-status {
  position: fixed;
  top: 40%;
  left: 50%;
  z-index: 1140;
  padding: 15px 10px;
  margin-left: -30px;
  background-color: #103a56;
  border-radius: 120px;
  -webkit-box-shadow: 5px 5px 12px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 12px 3px rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.updateprogress-status .spinner {
  width: 40px;
  height: 30px;
  font-size: 10px;
  text-align: center;
}
.updateprogress-status .spinner > div {
  display: inline-block;
  width: 5px;
  height: 100%;
  margin-right: 2px;
  background-color: #fff;
  -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% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    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;
    margin-right: 3px;
  }
}
.groupmembers {
  padding: 0;
  margin: 6px 0;
  list-style: none;
}
.groupmembers .member {
  float: left;
  min-width: 160px;
  min-height: 90px;
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 0px;
}
.groupmembers .member .person-image {
  display: inline-block;
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 7.5px;
  border: 1px solid #2074ac;
}
.groupmembers .member .member-information {
  float: left;
}
.groupmembers .member h4 {
  margin: 0;
  overflow: hidden;
  font-size: 16px;
  font-weight: 600;
  text-overflow: ellipsis;
}
.groupmembers .member small {
  display: block;
  margin: 0;
  line-height: 16px;
}
.groupmembers .member .btn {
  margin-top: 6px;
}
.well-message {
  text-align: center;
}
.well-message h1 {
  font-size: 38px;
}
.well-message i {
  margin: 12px 0;
  font-size: 84px;
}
.well-message.well-message-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.well-message.well-message-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.well-message.well-message-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.well-message.well-message-warning {
  color: #c09853;
  background-color: #fcf8e3;
  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 {
  position: relative;
  float: left;
  width: 140px;
  padding: 6px;
  margin: 0 12px 12px 0;
  text-align: center;
  white-space: nowrap;
  border-radius: 0px;
}
ul.rocklist .rocklist-item .actions {
  position: absolute;
  top: 0;
  right: 4px;
}
ul.rocklist .rocklist-item .action {
  display: block;
  margin-bottom: 2px;
}
ul.rocklist .rocklist-item i {
  padding: 4px;
  cursor: pointer;
}
ul.rocklist .rocklist-item .file-name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ul.rocklist .rocklist-item:hover {
  color: #d5d5d5;
  background: #406986;
}
ul.rocklist .rocklist-item.selected {
  color: #d5d5d5;
  background: #406986;
}
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}
.tt-dropdown-menu {
  min-width: 200px;
  padding: 12px;
  color: #2074ac;
  background-color: #2074ac;
  background-clip: padding-box;
  border: 1px solid #185781;
  border-radius: 0 0 0px 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tt-suggestion {
  display: block;
}
.tt-suggestion p {
  padding: 4px;
  margin: 0;
  border-radius: 0px;
}
.tt-suggestion p:hover {
  background-color: #185781;
  color: #333333;
}
.tt-suggestion.tt-is-under-cursor {
  color: #7ebde7;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0088cc", endColorstr="#ff0077b3", GradientType=0);
  background-repeat: repeat-x;
}
.tt-suggestion.tt-is-under-cursor a {
  color: #2074ac;
}
.image-editor-photo {
  position: relative;
  width: 150px;
}
.image-editor-photo .image-container {
  width: 150px;
  height: 150px;
  border: 3px solid #2074ac;
}
.image-editor-photo .options {
  position: absolute;
  top: 110px;
  right: 0;
  padding: 6px 12px;
  color: #ffffff;
  background-color: #2074ac;
  border-radius: 0px 0 0 0px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.image-editor-photo .options a {
  margin-right: 12px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.image-editor-photo .options a:hover {
  opacity: 0.5;
}
.image-editor-photo .options a:last-child {
  margin-right: 0;
}
.image-editor-photo .js-upload-progress {
  position: absolute;
  top: 55px;
  left: 55px;
  color: #555555;
  opacity: 0.5;
}
.image-editor-fileinput {
  height: 0;
  visibility: hidden;
}
.image-editor-group.imageupload-group {
  border: 0;
}
.image-editor-crop-container {
  width: 480px;
  height: 480px;
}
.image-editor-photo:hover .options {
  opacity: 1;
}
.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.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: 0;
  border-top: 1px solid #ddd;
  border-radius: 0;
}
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-repeat: no-repeat;
  background-position-x: center;
  background-size: cover;
}
.photo-round.photo-round-sm {
  width: 35px;
  height: 35px;
  border-radius: 17.5px;
}
.photo-round.photo-round-xs {
  width: 20px;
  height: 20px;
  border-radius: 17.5px;
}
.wizard {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  padding: 8px 0;
  margin: -15px;
  margin-top: -16px;
  margin-bottom: 24px;
  background-color: #eeeeee;
}
.wizard:before,
.wizard:after {
  content: " ";
  display: table;
}
.wizard:after {
  clear: both;
}
@media only screen and (max-width: 480px) {
  .wizard {
    display: none;
  }
}
.wizard .wizard-item {
  position: relative;
  /* Because we are absolutely positioning the connector */
  width: 100%;
  min-width: 75px;
  color: #737373;
  text-align: center;
  word-break: break-word;
  cursor: default;
}
.wizard .wizard-item a {
  color: #737373;
}
.wizard .wizard-item .wizard-item-icon {
  min-width: 75px;
}
.wizard .wizard-item .wizard-item-icon i {
  display: inline-block;
  width: 36px;
  height: 36px;
  padding: 9px 7px;
  color: #bbb;
  border: 1px solid #bbb;
  background: #2483c2;
  border-radius: 60px;
}
.wizard .wizard-item .wizard-item-label {
  padding-top: 5px;
}
.wizard .wizard-item::before {
  position: absolute;
  top: 18px;
  /* Same as above */
  left: -50%;
  width: calc(100% - 36px);
  /* 22px = icon width */
  height: 1px;
  margin-left: 18px;
  /* 11px = 1/2 icon width */
  content: "";
  background-color: #bbb;
}
.wizard .wizard-item.active {
  font-weight: bold;
  color: #103a56;
}
.wizard .wizard-item.active::before {
  background-color: #a2a2a2;
}
.wizard .wizard-item.active .wizard-item-icon i {
  color: #fff;
  border-color: #103a56;
  background-color: #103a56;
}
.wizard .wizard-item.complete {
  color: #103a56;
}
.wizard .wizard-item.complete a {
  color: #103a56;
}
.wizard .wizard-item.complete::before {
  background-color: #a2a2a2;
}
.wizard .wizard-item.complete .wizard-item-icon i {
  color: #fff;
  border-color: #fff;
  background-color: #103a56;
}
.wizard .wizard-item:first-of-type::before {
  display: none;
}
.rock-checkbox-icon {
  cursor: pointer;
}
.panel .panel-heading.panel-follow {
  position: relative;
  padding-right: 40px;
}
.panel-follow-status {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 35px;
  padding-top: 10px;
  color: #333333;
  text-align: center;
  cursor: pointer;
  border-left: 1px solid #185781;
  opacity: 0.4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.panel-follow-status::before {
  font-family: FontAwesome;
  content: "\f005";
}
.panel-follow-status.following {
  color: #fff;
  background-color: #14486c;
  opacity: 1;
}
.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;
}
.btn-copy-to-clipboard:focus {
  outline: 0;
}
.rating-input i {
  margin-right: 8px;
  font-size: 18px;
  cursor: pointer;
}
.value-list-rows .controls-row {
  margin-bottom: 6px;
}
/*!
 * Bootstrap Colorpicker
 * http://mjolnic.github.io/bootstrap-colorpicker/
 *
 * Originally written by (c) 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 */
.colorpicker-saturation {
  float: left;
  width: 100px;
  height: 100px;
  cursor: crosshair;
  background-image: url("../../../Assets/Images/bootstrap-colorpicker/saturation.png");
}
.colorpicker-saturation i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  margin: -4px 0 0 -4px;
  border: 1px solid #000;
}
.colorpicker-saturation i b {
  display: block;
  width: 5px;
  height: 5px;
  border: 1px solid #fff;
}
.colorpicker-hue,
.colorpicker-alpha {
  float: left;
  width: 15px;
  height: 100px;
  margin-bottom: 4px;
  margin-left: 4px;
  cursor: row-resize;
}
.colorpicker-hue i,
.colorpicker-alpha i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  background: #000;
  border-top: 1px solid #fff;
}
.colorpicker-hue {
  background-image: url("../../../Assets/Images/bootstrap-colorpicker/hue.png");
}
.colorpicker-alpha {
  display: none;
  background-image: url("../../../Assets/Images/bootstrap-colorpicker/alpha.png");
}
.colorpicker-saturation,
.colorpicker-hue,
.colorpicker-alpha {
  background-size: contain;
}
.colorpicker {
  top: 0;
  left: 0;
  z-index: 2500;
  min-width: 130px;
  padding: 4px;
  margin-top: 1px;
  *zoom: 1;
}
.colorpicker::before,
.colorpicker::after {
  display: table;
  line-height: 0;
  content: "";
}
.colorpicker::before {
  position: absolute;
  top: -7px;
  left: 6px;
  display: inline-block;
  content: "";
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
}
.colorpicker::after {
  position: absolute;
  top: -6px;
  left: 7px;
  display: inline-block;
  clear: both;
  content: "";
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
.colorpicker div {
  position: relative;
}
.colorpicker.colorpicker-with-alpha {
  min-width: 140px;
}
.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
  display: block;
}
.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-position: 0 100%;
  background-image: url("../../../Assets/Images/bootstrap-colorpicker/alpha.png");
}
.colorpicker-color div {
  height: 10px;
}
.colorpicker-selectors {
  display: none;
  height: 16px;
  margin-top: 5px;
  clear: both;
}
.colorpicker-selectors i {
  float: left;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.colorpicker-selectors i + i {
  margin-left: 3px;
}
.colorpicker-element .input-group-addon,
.colorpicker-element .add-on {
  position: relative;
  z-index: 1;
}
.colorpicker-element .input-group-addon i,
.colorpicker-element .add-on i {
  position: relative;
  z-index: initial;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: text-top;
  cursor: pointer;
  border-radius: 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 0 1px inset;
          box-shadow: rgba(0, 0, 0, 0.15) 0 0 0 1px inset;
}
.colorpicker-element .input-group-addon i::before,
.colorpicker-element .add-on i::before {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 20px;
  height: 20px;
  content: "";
  background-image: linear-gradient(45deg, #f8f9fa 25%, transparent 25%, transparent 75%, #f8f9fa 75%, #f8f9fa), linear-gradient(45deg, #f8f9fa 25%, transparent 25%, transparent 75%, #f8f9fa 75%, #f8f9fa);
  background-position: 0 0, 30px 30px;
  background-size: 12px 12px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 0 1px inset;
          box-shadow: rgba(0, 0, 0, 0.15) 0 0 0 1px inset;
}
.colorpicker.colorpicker-inline {
  position: relative;
  z-index: auto;
  display: inline-block;
  float: none;
}
.colorpicker.colorpicker-horizontal {
  width: 110px;
  min-width: 110px;
  height: auto;
}
.colorpicker.colorpicker-horizontal .colorpicker-saturation {
  margin-bottom: 4px;
}
.colorpicker.colorpicker-horizontal .colorpicker-color {
  width: 100px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue,
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  float: left;
  width: 100px;
  height: 15px;
  margin-bottom: 4px;
  margin-left: 0;
  cursor: col-resize;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue i,
.colorpicker.colorpicker-horizontal .colorpicker-alpha i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 15px;
  margin-top: 0;
  background: #fff;
  border: 0;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue {
  background-image: url("../../../Assets/Images/bootstrap-colorpicker/hue-horizontal.png");
}
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  background-image: url("../../../Assets/Images/bootstrap-colorpicker/alpha-horizontal.png");
}
.colorpicker.colorpicker-hidden {
  display: none;
}
.colorpicker.colorpicker-visible,
.colorpicker-inline.colorpicker-visible,
.colorpicker-alpha.colorpicker-visible,
.colorpicker-saturation.colorpicker-visible,
.colorpicker-hue.colorpicker-visible,
.colorpicker-selectors.colorpicker-visible {
  display: block;
}
.colorpicker-right::before {
  right: 6px;
  left: auto;
}
.colorpicker-right::after {
  right: 7px;
  left: auto;
}
.note-editor.panel-default {
  border-color: #185781;
}
.note-editor.panel-default > .panel-heading {
  background-color: #fff;
}
.htmleditor-filebrowser .modal-title {
  padding: 5px 15px;
  margin: 0 -15px 24px;
  margin-top: 0;
  color: #fff;
  background-color: #103a56;
}
.htmleditor-filebrowser .modal-footer {
  padding: 8px 24px;
  margin-right: -15px;
  margin-left: -15px;
  color: #9d734a;
  background-color: #efe6dd;
}
@media (min-width: 480px) {
  .picker-folders,
  .picker-files {
    float: left;
  }
}
.picker-folders .scroll-container-vertical,
.picker-files .scroll-container-vertical {
  width: auto;
}
.picker-folders .scroll-container-vertical .viewport,
.picker-files .scroll-container-vertical .viewport {
  width: auto;
}
.picker-folders {
  padding-right: 24px;
}
@media (min-width: 480px) {
  .picker-folders {
    width: 40%;
  }
}
.picker-folders .actions {
  margin-bottom: 15px;
}
@media (max-width: 479px) {
  .picker-folders .scroll-container-vertical .viewport {
    height: 100px;
  }
}
.picker-files {
  picker-left: 24px;
}
@media (min-width: 480px) {
  .picker-files {
    width: 60%;
  }
}
.picker-files .fileupload-group {
  display: inline-block;
  width: 100%;
  padding: 0;
  border: 0;
}
.picker-files .fileupload-group .fileupload-button {
  display: inline-block;
  float: right;
}
.picker-files img.file-browser-image {
  width: 80px;
  height: 80px;
}
iframe.file-browser {
  border: 0;
}
.directory-letters li {
  width: 3.8455%;
  min-width: 20px;
}
.directory-grid > div.row:nth-child(odd) {
  background-color: #f7f7f7;
}
.panel-parent > .panel-body {
  padding: 0;
}
.panel-parent .panel {
  margin-bottom: 0;
  border: 0;
}
.panel-parent .panel .panel-heading {
  display: none;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #103a56;
}
.assetmanager-files .checkbox {
  padding-left: 0;
}
.assetmanager-actions .fileupload-group {
  margin-bottom: 0;
}
/*
    Used to manage styles for specific blocks.

    1. Error Page
    2. Blank Page
    3. Exception Page
*/
.error-wrap {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
}
.error-wrap h1 {
  font-size: 45px;
}
.error-wrap .error-icon {
  margin: 15px;
  font-size: 256px;
  line-height: 256px;
  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 {
  color: #b94a48;
  background-color: transparent;
  border: 0;
}
.rock-blank {
  background-color: #fff;
}
.rock-blank main.container {
  padding: 12px;
  margin: 0;
}
.exceptionDetail-stackTrace-hide {
  display: none;
}
.exceptionDetail-stackTrace-show {
  display: table-row;
}
.exceptionDetail-stackTrace-show pre {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border-color: transparent;
}
/*
    Used to manage styles related to Rock's internal scrollbar

*/
.scroll-container {
  clear: both;
}
.scroll-container .viewport {
  position: relative;
  overflow: hidden;
}
.scroll-container .overview {
  position: absolute;
  top: 0;
  left: 0;
  list-style: none;
}
.scroll-container .track {
  position: relative;
  padding: 0;
  background-color: #aaa;
  border-radius: 4px;
}
.scroll-container .thumb {
  position: absolute;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  background-color: #ccc;
  border-radius: 120px;
  -webkit-touch-callout: 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;
  height: 120px;
}
.scroll-container-vertical .track {
  width: 1px;
  height: 100%;
  border-radius: 4px;
}
.scroll-container-vertical .thumb {
  top: 0;
  width: 13px;
  height: 20px;
  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;
  width: 120px;
  height: 15px;
}
.scroll-container-horizontal .track {
  width: 100%;
  height: 1px;
  padding: 0 1px;
}
.scroll-container-horizontal .thumb {
  width: 20px;
  height: 13px;
  margin-top: -6px;
  border-radius: 10px;
}
.noSelect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      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

*/
.primary-color {
  color: #fff;
  background-color: #103a56;
}
.theme-color-1 {
  color: #fff;
  background-color: #103a56;
}
.theme-color-1-bordered {
  color: #fff;
  background-color: #103a56;
  border: 1px solid #081d2b;
}
.theme-color-2 {
  color: #d5d5d5;
  background-color: #1f3341;
}
.theme-color-2-bordered {
  color: #d5d5d5;
  background-color: #1f3341;
  border: 1px solid #0f181e;
}
.theme-color-3 {
  color: #000000;
  background-color: #2074ac;
}
.theme-color-3-bordered {
  color: #000000;
  background-color: #2074ac;
  border: 1px solid #185781;
}
.theme-color-4 {
  color: #232307;
  background-color: #d9d950;
}
.theme-color-4-bordered {
  color: #232307;
  background-color: #d9d950;
  border: 1px solid #caca2c;
}
.theme-color-5 {
  color: #9d734a;
  background-color: #efe6dd;
}
.theme-color-5-bordered {
  color: #9d734a;
  background-color: #efe6dd;
  border: 1px solid #dfcdba;
}
.theme-color-6 {
  color: #14486c;
  background-color: #68b2e3;
}
.theme-color-6-bordered {
  color: #14486c;
  background-color: #68b2e3;
  border: 1px solid #3d9cdb;
}
.theme-color-7 {
  color: #fff;
  background-color: #de3119;
}
.theme-color-7-bordered {
  color: #fff;
  background-color: #de3119;
  border: 1px solid #b02714;
}
.bg-color {
  background-color: #fff;
}
.text-color {
  color: #333333;
}
.text-normal {
  font-weight: normal;
}
.text-light {
  font-weight: 300;
}
.text-semibold {
  font-weight: 600;
}
.text-bold {
  font-weight: 700;
}
.text-light {
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.text-shadow {
  text-shadow: -1px -1px 0 #777, 1px -1px 0 #777, -1px 1px 0 #777, 1px 1px 0 #777;
}
.text-shadow-dark {
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.is-inactive {
  opacity: 0.6;
}
.cursor-pointer {
  cursor: pointer;
}
.padding-all-none {
  padding: 0 !important;
}
.padding-all-sm {
  padding: 7.5px !important;
}
.padding-all-md {
  padding: 15px !important;
}
.padding-all-lg {
  padding: 30px !important;
}
.padding-all-xl {
  padding: 60px !important;
}
.margin-all-none {
  margin: 0 !important;
}
.margin-all-sm {
  margin: 7.5px !important;
}
.margin-all-md {
  margin: 15px !important;
}
.margin-all-lg {
  margin: 30px !important;
}
.margin-all-xl {
  margin: 60px !important;
}
.padding-v-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.padding-v-sm {
  padding-top: 7.5px !important;
  padding-bottom: 7.5px !important;
}
.padding-v-md {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.padding-v-lg {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.padding-v-xl {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.margin-v-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.margin-v-sm {
  margin-top: 7.5px !important;
  margin-bottom: 7.5px !important;
}
.margin-v-md {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.margin-v-lg {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.margin-v-xl {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.padding-h-none {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.padding-h-sm {
  padding-right: 7.5px !important;
  padding-left: 7.5px !important;
}
.padding-h-md {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.padding-h-lg {
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.padding-h-xl {
  padding-right: 60px !important;
  padding-left: 60px !important;
}
.margin-h-none {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.margin-h-sm {
  margin-right: 7.5px !important;
  margin-left: 7.5px !important;
}
.margin-h-md {
  margin-right: 15px !important;
  margin-left: 15px !important;
}
.margin-h-lg {
  margin-right: 30px !important;
  margin-left: 30px !important;
}
.margin-h-xl {
  margin-right: 60px !important;
  margin-left: 60px !important;
}
.padding-t-none {
  padding-top: 0 !important;
}
.padding-t-sm {
  padding-top: 7.5px !important;
}
.padding-t-md {
  padding-top: 15px !important;
}
.padding-t-lg {
  padding-top: 30px !important;
}
.padding-t-xl {
  padding-top: 60px !important;
}
.margin-t-none {
  margin-top: 0 !important;
}
.margin-t-sm {
  margin-top: 7.5px !important;
}
.margin-t-md {
  margin-top: 15px !important;
}
.margin-t-lg {
  margin-top: 30px !important;
}
.margin-t-xl {
  margin-top: 60px !important;
}
.padding-b-none {
  padding-bottom: 0 !important;
}
.padding-b-sm {
  padding-bottom: 7.5px !important;
}
.padding-b-md {
  padding-bottom: 15px !important;
}
.padding-b-lg {
  padding-bottom: 30px !important;
}
.padding-b-xl {
  padding-bottom: 60px !important;
}
.margin-b-none {
  margin-bottom: 0 !important;
}
.margin-b-sm {
  margin-bottom: 7.5px !important;
}
.margin-b-md {
  margin-bottom: 15px !important;
}
.margin-b-lg {
  margin-bottom: 30px !important;
}
.margin-b-xl {
  margin-bottom: 60px !important;
}
.padding-r-none {
  padding-right: 0 !important;
}
.padding-r-sm {
  padding-right: 7.5px !important;
}
.padding-r-md {
  padding-right: 15px !important;
}
.padding-r-lg {
  padding-right: 30px !important;
}
.padding-r-xl {
  padding-right: 60px !important;
}
.margin-r-none {
  margin-right: 0 !important;
}
.margin-r-sm {
  margin-right: 7.5px !important;
}
.margin-r-md {
  margin-right: 15px !important;
}
.margin-r-lg {
  margin-right: 30px !important;
}
.margin-r-xl {
  margin-right: 60px !important;
}
.padding-l-none {
  padding-left: 0 !important;
}
.padding-l-sm {
  padding-left: 7.5px !important;
}
.padding-l-md {
  padding-left: 15px !important;
}
.padding-l-lg {
  padding-left: 30px !important;
}
.padding-l-xl {
  padding-left: 60px !important;
}
.margin-l-none {
  margin-left: 0 !important;
}
.margin-l-sm {
  margin-left: 7.5px !important;
}
.margin-l-md {
  margin-left: 15px !important;
}
.margin-l-lg {
  margin-left: 30px !important;
}
.margin-l-xl {
  margin-left: 60px !important;
}
.row-eq-height {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  overflow: hidden;
}
@media (min-width: 992px) {
  .row-eq-height-md {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    overflow: hidden;
  }
}
@media (max-width: 479px) {
  .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;
  }
}
.width-full {
  width: 100%;
}
.width-half {
  width: 50%;
}
.width-quarter {
  width: 25%;
}
.width-third {
  width: 33.33333%;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
/*
    Used to create devices using CSS.

    1. Common
    2. Mobile Phone
    3. Tablet
    4. Browser
    5. SMS Sample

*/
.device {
  position: relative;
  margin: 0 auto;
}
.device-mobile {
  width: 435px;
  border-top: solid 24px #ddd;
  border-right: solid 12px #ddd;
  border-bottom: solid 48px #ddd;
  border-left: solid 12px #ddd;
  border-radius: 12px;
}
.device-mobile::before {
  position: absolute;
  top: 12px;
  left: -14px;
  display: block;
  width: 2px;
  height: 12px;
  content: "";
  background-color: #bbb;
  border-radius: 2px 0 0 2px;
  -webkit-box-shadow: 0 0 0 0 #bbb, 0 24px 0 0 #bbb;
          box-shadow: 0 0 0 0 #bbb, 0 24px 0 0 #bbb;
}
.device-mobile::after {
  position: absolute;
  bottom: -36px;
  left: 50%;
  display: block;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  content: "";
  background-color: #bbb;
  border-radius: 12px;
}
.device-mobile .email-wrapper {
  position: relative;
  height: 525px;
  padding-top: 10px;
  border: 1px solid #ddd;
  border-top: 0 none;
}
@media all and (min-width: 768px) {
  .device-mobile {
    width: 435px;
    border-top: solid 36px #ddd;
    border-right: solid 18px #ddd;
    border-bottom: solid 72px #ddd;
    border-left: solid 18px #ddd;
    border-radius: 18px;
  }
  .device-mobile::before {
    top: 18px;
    left: -21px;
    width: 3px;
    height: 18px;
    content: "";
    background-color: #bbb;
    border-radius: 3px 0 0 3px;
    -webkit-box-shadow: 0 0 0 0 #bbb, 0 36px 0 0 #bbb;
            box-shadow: 0 0 0 0 #bbb, 0 36px 0 0 #bbb;
  }
  .device-mobile::after {
    bottom: -54px;
    width: 36px;
    height: 36px;
    margin-left: -18px;
    content: "";
    border-radius: 18px;
  }
}
.device-tablet {
  position: relative;
  width: 264px;
  border-top: solid 48px #ddd;
  border-right: solid 12px #ddd;
  border-bottom: solid 48px #ddd;
  border-left: solid 12px #ddd;
  border-radius: 12px;
}
.device-tablet::before {
  position: absolute;
  top: -26px;
  left: 50%;
  display: block;
  width: 4px;
  height: 4px;
  margin-left: -2px;
  content: "";
  background-color: #bbb;
  border-radius: 4px;
}
.device-tablet::after {
  position: absolute;
  bottom: -36px;
  left: 50%;
  display: block;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  content: "";
  background-color: #bbb;
  border-radius: 12px;
}
@media all and (min-width: 768px) {
  .device--tablet {
    width: 396px;
    border-top: solid 72px #ddd;
    border-right: solid 18px #ddd;
    border-bottom: solid 72px #ddd;
    border-left: solid 18px #ddd;
    border-radius: 18px;
  }
  .device--tablet::before {
    top: -39px;
    width: 6px;
    height: 6px;
    margin-left: -3px;
    border-radius: 6px;
  }
  .device--tablet::after {
    bottom: -54px;
    width: 36px;
    height: 36px;
    margin-left: -18px;
    content: "";
    border-radius: 18px;
  }
}
.device-browser {
  width: 100%;
  /* max-width: 100%; set max width here if you need to. */
  border-top: solid 36px #dfdfdf;
  border-right: solid 2px #dfdfdf;
  border-bottom: solid 2px #dfdfdf;
  border-left: solid 2px #dfdfdf;
  border-radius: 4px 4px 0 0;
}
.device-browser::before {
  position: absolute;
  top: -24px;
  left: 12px;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background-color: #f36;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 0 0 #f36, 16px 0 0 0 #fc9, 32px 0 0 0 #3f6;
          box-shadow: 0 0 0 0 #f36, 16px 0 0 0 #fc9, 32px 0 0 0 #3f6;
}
@media all and (min-width: 480px) {
  .device-browser {
    border-top: solid 48px #dfdfdf;
  }
  .device-browser::before {
    top: -30px;
    -webkit-box-shadow: 0 0 0 0 #f36, 24px 0 0 0 #fc9, 48px 0 0 0 #3f6;
            box-shadow: 0 0 0 0 #f36, 24px 0 0 0 #fc9, 48px 0 0 0 #3f6;
  }
  .device-browser::after {
    top: -36px;
    right: 12px;
    width: 240px;
    height: 24px;
    padding: 0 8px;
    line-height: 24px;
  }
}
.sms {
  position: relative;
  width: 400px;
  background: none repeat scroll 0 0 #fff;
  overflow-X: hidden;
}
.sms .left {
  position: absolute;
  top: 0;
  left: 20px;
  font-size: 14px;
}
.sms .left::after {
  position: absolute;
  top: 22px;
  left: -12px;
  width: 14px;
  height: 14px;
  content: " ";
  border: 3px solid #2095fe;
  border-top: 3px solid transparent;
  border-right: 3px solid transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sms .right {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 14px;
}
.sms header {
  height: 60px;
  font-size: 20px;
  line-height: 58px;
  color: #2095fe;
  text-align: center;
  white-space: nowrap;
  background: #eee;
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  -webkit-box-shadow: 0 1px 2px rgba(1, 1, 1, 0.2);
          box-shadow: 0 1px 2px rgba(1, 1, 1, 0.2);
}
.sms header h2 {
  font-size: 16px;
  font-weight: bold;
  color: #111;
}
.sms .messages-wrapper {
  position: relative;
  height: 525px;
  padding-top: 10px;
  border: 1px solid #ddd;
  border-top: 0 none;
}
.sms .message {
  position: relative;
  padding: 15px 20px;
  margin: 0 15px 10px;
  font-size: 16px;
  border-radius: 20px 20px 20px 20px;
}
.sms .message.to {
  margin-left: 80px;
  color: #fff;
  background-color: #2095fe;
}
.sms .message.from {
  margin-right: 80px;
  color: #363636;
  background-color: #e5e4e9;
}
.sms .message.to + .message.to,
.sms .message.from + .message.from {
  margin-top: -7px;
}
.sms .message::before {
  position: absolute;
  right: -50px;
  bottom: 0;
  z-index: 1;
  width: 70px;
  height: 40px;
  clip: rect(20px, 35px, 42px, 0);
  content: " ";
  border-color: #2095fe;
  border-style: solid;
  border-width: 0 20px;
  border-radius: 50% 50% 50% 50%;
}
.sms .message.from::before {
  left: -50px;
  border-color: #e5e4e9;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
iframe {
  border: 0 solid #ccc;
}
.form-row {
  margin-left: -5px;
  margin-right: -5px;
}
.form-row:before,
.form-row:after {
  content: " ";
  display: table;
}
.form-row:after {
  clear: both;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.clickable {
  cursor: pointer;
}
.tip {
  padding: 0 6px 2px;
  font-size: 11px;
  color: #fff;
  background-color: #71a5bf;
  border-radius: 4px;
}
.tip.tip-liquid::after,
.tip.tip-lava::after {
  content: "{{ Lava }}";
}
.tip.tip-html::after {
  content: "< HTML />";
}
.navigation-tip {
  padding: 2px 4px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 90%;
  color: #3a87ad;
  white-space: nowrap;
  background-color: #d9edf7;
  border-radius: 0px;
}
.alert-warning .navigation-tip {
  color: #fcf8e3;
  background-color: #ceae78;
}
a.help {
  margin-left: 6px;
  color: #86b8cc;
  outline: 0;
}
a.warning {
  margin-left: 6px;
  color: #f0ad4e;
  outline: 0;
}
.help-message {
  font-weight: normal;
}
.photo img {
  width: 100%;
}
.well > h1,
.well > h2,
.well > h3,
.well > h4 {
  margin-top: 0;
}
.dropdown-menu {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.dropdown-menu .dropdown-item-danger {
  color: #d9534f;
}
.dropdown-menu .dropdown-item-danger:hover {
  color: #fff;
  background-color: #d9534f;
}
.dropdown-menu .dropdown-item.btn-link {
  width: 100%;
  padding: 3px 20px;
  color: #333333;
  text-align: left;
}
.dropdown-menu .dropdown-item.btn-link:hover,
.dropdown-menu .dropdown-item.btn-link:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.btn i.fa {
  width: 1.25em;
  text-align: center;
}
.btn i.btn-icon {
  position: relative;
  top: -1px;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  vertical-align: middle;
}
.alert-default {
  background-color: #eeeeee;
  border-color: #d5d5d5;
  color: #333333;
}
.alert-default hr {
  border-top-color: #c8c8c8;
}
.alert-default .alert-link {
  color: #1a1a1a;
}
.alert-validation {
  background-color: #fcf8e3;
  border-color: #f7ecb5;
  color: #b94a48;
  font-weight: 700;
}
.alert-validation hr {
  border-top-color: #f5e79e;
}
.alert-validation .alert-link {
  color: #953b39;
}
.alert-validation ul,
.alert-validation span {
  font-weight: 400;
  color: #484848;
}
.alert-validation ul {
  padding: 5px 25px 0;
  line-height: 1.5;
}
.alert-warning .btn-warning {
  color: #fff;
}
.alert-danger .btn-danger {
  color: #fff;
}
.alert-info .btn-info {
  color: #fff;
}
.alert-success .btn-success {
  color: #fff;
}
th[align=center] {
  text-align: center;
}
.form-right {
  margin-bottom: 12px;
  text-align: right;
}
.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 {
  color: #fff !important;
  background-color: #d9534f !important;
}
.badge-warning {
  color: #fff !important;
  background-color: #f0ad4e !important;
}
.badge-success {
  color: #fff !important;
  background-color: #5cb85c !important;
}
.badge-info {
  color: #fff !important;
  background-color: #5bc0de !important;
}
.badge-critical {
  color: #fff !important;
  background-color: #ee7624 !important;
}
.badge-legend .badge {
  height: 20px;
  margin-right: 4px;
  cursor: pointer;
}
.popover-content {
  overflow: hidden;
}
.popover-content header {
  padding: 8px 14px;
  margin: -9px -14px 8px;
  font-size: 14px;
  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;
  width: 32px;
  margin-right: 6px;
}
.popover-content header h3 {
  float: left;
  margin: 0 0 0 6px;
  font-size: 18px;
  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: #9d734a;
}
.panel .panel-heading .panel-title small {
  opacity: 0.5;
}
.panel .panel-heading .panel-toggle {
  margin-top: -2px;
  margin-bottom: -2px;
}
.panel .panel-heading .panel-options {
  float: right;
  margin: -10px -15px -10px 10px;
}
.panel .panel-heading .panel-options button {
  padding: 9px 12px 10px;
  border: 0;
  border-radius: 0;
}
.panel .panel-heading .checkbox {
  margin: 0 !important;
}
.panel .panel-heading .panel-labels {
  float: right;
  margin-top: -2px;
}
.panel .panel-heading .panel-labels .panel-text {
  float: left;
  margin-top: 5px;
  font-size: 12px;
}
.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 {
  color: #333333;
  background-color: #fff;
}
.panel .panel-settings {
  padding: 15px;
  margin: -15px;
  border-bottom: 1px solid #c3a17f;
}
.panel .panel-settings-group {
  margin: -15px;
}
.panel .panel-settings-group .btn {
  border-color: #be9a75;
  border-top-width: 0;
  border-right-width: 0;
  border-radius: 0 !important;
}
.panel .panel-settings-group .btn-group:first-child .btn {
  border-left-width: 0;
}
.panel .panel-settings-group.btn-group-justified {
  width: auto;
}
.panel .panel-settings-group.btn-group-justified > .btn-group .dropdown-menu {
  width: 100%;
}
.no-border {
  border-color: transparent;
}
.panel-widget {
  border-color: #185781;
}
.panel-widget > .panel-heading {
  color: #9d734a;
  background-color: #efe6dd;
  border-color: #be9a75;
}
.panel-widget > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #185781;
}
.panel-widget > .panel-heading .badge {
  color: #efe6dd;
  background-color: #9d734a;
}
.panel-widget > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #185781;
}
.panel-widget .panel-heading {
  border: 0;
}
.panel-widget .panel-heading .checkbox {
  display: inline;
  float: left;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.panel-widget .panel-heading .actions a {
  margin-left: 4px;
}
.panel-widget .panel-heading small {
  color: #c6a686;
}
.panel-persondetails {
  border-color: #185781;
}
.panel-persondetails > .panel-heading {
  color: #9d734a;
  background-color: #efe6dd;
  border-color: #be9a75;
}
.panel-persondetails > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #185781;
}
.panel-persondetails > .panel-heading .badge {
  color: #efe6dd;
  background-color: #9d734a;
}
.panel-persondetails > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #185781;
}
.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 {
  float: left;
  width: 40%;
  padding-right: 12px;
  text-align: right;
}
.panel-persondetails .panel-body .form-group.static-control .form-control-static {
  float: left;
  width: 60%;
  padding-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.panel-persondetails .panel-body .form-group.static-control.matrix-attribute label {
  width: 100%;
  text-align: left;
}
.panel-persondetails .panel-body .form-group.static-control.matrix-attribute .form-control-static {
  width: 100%;
}
.panel-persondetails .panel-body i.fa.fa-bars {
  cursor: pointer;
}
.panel-block {
  border-top-color: #14486c;
  border-color: #185781;
}
.panel-block > .panel-heading {
  color: #9d734a;
  background-color: #efe6dd;
  border-color: #be9a75;
}
.panel-block > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #185781;
}
.panel-block > .panel-heading .badge {
  color: #efe6dd;
  background-color: #9d734a;
}
.panel-block > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #185781;
}
.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: -16px;
}
.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: 0;
}
.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: #efe6dd;
}
.panel-analytics .analysis-types {
  padding: 15px 0;
  margin-bottom: 15px;
  background-color: #efe6dd;
}
.panel-drawer {
  width: 100%;
  background-color: #efe6dd;
}
.drawer-content {
  padding: 15px;
}
.panel-drawer.open > .drawer-content {
  display: block;
}
.drawer-pull {
  padding: 6px 8px;
  color: #9d734a;
  cursor: pointer;
  border-bottom: 1px solid #185781;
}
.drawer-pull:before,
.drawer-pull:after {
  content: " ";
  display: table;
}
.drawer-pull:after {
  clear: both;
}
.drawer-pull i {
  float: right;
}
.paneleditor-label {
  float: left;
}
.paneleditor-input {
  float: left;
  margin-top: -6px;
  margin-right: 4px;
  margin-left: 4px;
}
.btn.aspNetDisabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-action {
  color: #232307;
  background-color: #d9d950;
  border-color: #d4d43b;
}
.btn-action:focus,
.btn-action.focus {
  color: #232307;
  background-color: #caca2c;
  border-color: #76761a;
}
.btn-action:hover {
  color: #232307;
  background-color: #caca2c;
  border-color: #adad26;
}
.btn-action:active,
.btn-action.active,
.open > .dropdown-toggle.btn-action {
  color: #232307;
  background-color: #caca2c;
  border-color: #adad26;
}
.btn-action:active:hover,
.btn-action.active:hover,
.open > .dropdown-toggle.btn-action:hover,
.btn-action:active:focus,
.btn-action.active:focus,
.open > .dropdown-toggle.btn-action:focus,
.btn-action:active.focus,
.btn-action.active.focus,
.open > .dropdown-toggle.btn-action.focus {
  color: #232307;
  background-color: #adad26;
  border-color: #76761a;
}
.btn-action:active,
.btn-action.active,
.open > .dropdown-toggle.btn-action {
  background-image: none;
}
.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.focus,
.btn-action[disabled].focus,
fieldset[disabled] .btn-action.focus {
  background-color: #d9d950;
  border-color: #d4d43b;
}
.btn-action .badge {
  color: #d9d950;
  background-color: #232307;
}
.btn-security {
  color: #333;
  background-color: #fff;
  border-color: #cccccc;
}
.btn-security:focus,
.btn-security.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-security:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-security:active,
.btn-security.active,
.open > .dropdown-toggle.btn-security {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-security:active:hover,
.btn-security.active:hover,
.open > .dropdown-toggle.btn-security:hover,
.btn-security:active:focus,
.btn-security.active:focus,
.open > .dropdown-toggle.btn-security:focus,
.btn-security:active.focus,
.btn-security.active.focus,
.open > .dropdown-toggle.btn-security.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-security:active,
.btn-security.active,
.open > .dropdown-toggle.btn-security {
  background-image: none;
}
.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.focus,
.btn-security[disabled].focus,
fieldset[disabled] .btn-security.focus {
  background-color: #fff;
  border-color: #cccccc;
}
.btn-security .badge {
  color: #fff;
  background-color: #333;
}
.btn-authentication {
  width: 100%;
  margin-bottom: 8px;
  color: #333;
  background-color: #fff;
  border-color: #cccccc;
}
.btn-authentication:focus,
.btn-authentication.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-authentication:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-authentication:active,
.btn-authentication.active,
.open > .dropdown-toggle.btn-authentication {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-authentication:active:hover,
.btn-authentication.active:hover,
.open > .dropdown-toggle.btn-authentication:hover,
.btn-authentication:active:focus,
.btn-authentication.active:focus,
.open > .dropdown-toggle.btn-authentication:focus,
.btn-authentication:active.focus,
.btn-authentication.active.focus,
.open > .dropdown-toggle.btn-authentication.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-authentication:active,
.btn-authentication.active,
.open > .dropdown-toggle.btn-authentication {
  background-image: none;
}
.btn-authentication.disabled:hover,
.btn-authentication[disabled]:hover,
fieldset[disabled] .btn-authentication:hover,
.btn-authentication.disabled:focus,
.btn-authentication[disabled]:focus,
fieldset[disabled] .btn-authentication:focus,
.btn-authentication.disabled.focus,
.btn-authentication[disabled].focus,
fieldset[disabled] .btn-authentication.focus {
  background-color: #fff;
  border-color: #cccccc;
}
.btn-authentication .badge {
  color: #fff;
  background-color: #333;
}
.btn-authentication:hover {
  background-color: #e6e6e6;
}
.btn-authentication.facebook {
  color: #fff;
  background-color: #3d5a96;
}
.btn-authentication.facebook.facebook::before {
  margin-right: 12px;
  font-family: "FontAwesome Brands";
  font-weight: 400;
  content: "\f09a";
}
.btn-authentication.google {
  color: #fff;
  background-color: #ed4e23;
}
.btn-authentication.google.google::before {
  margin-right: 12px;
  font-family: "FontAwesome Brands";
  font-weight: 400;
  content: "\f1a0";
}
.btn-authentication.twitter {
  color: #fff;
  background-color: #2aa3ef;
}
.btn-authentication.twitter.twitter::before {
  margin-right: 12px;
  font-family: "FontAwesome Brands";
  font-weight: 400;
  content: "\f099";
}
.btn-minimal {
  padding: 0;
  color: #808080;
  text-decoration: none;
}
.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;
}
.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 {
    position: relative;
    float: left;
    width: 20%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
div.aspNetDisabled {
  opacity: 0.5;
}
.icon-fw {
  width: 1.28571429em;
  text-align: center;
}
.btn-outline-default {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-outline-default:hover {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-default:focus,
.btn-outline-default.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}
.btn-outline-default.disabled {
  opacity: 0.5;
}
.btn-outline-primary {
  color: #103a56;
  background-color: transparent;
  border-color: #103a56;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #103a56;
  border-color: #103a56;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(16, 58, 86, 0.5);
          box-shadow: 0 0 0 3px rgba(16, 58, 86, 0.5);
}
.btn-outline-primary.disabled {
  opacity: 0.5;
}
.btn-outline-success {
  color: #5cb85c;
  background-color: transparent;
  border-color: #5cb85c;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(92, 184, 92, 0.5);
          box-shadow: 0 0 0 3px rgba(92, 184, 92, 0.5);
}
.btn-outline-success.disabled {
  opacity: 0.5;
}
.btn-outline-info {
  color: #5bc0de;
  background-color: transparent;
  border-color: #5bc0de;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(91, 192, 222, 0.5);
          box-shadow: 0 0 0 3px rgba(91, 192, 222, 0.5);
}
.btn-outline-info.disabled {
  opacity: 0.5;
}
.btn-outline-warning {
  color: #f0ad4e;
  background-color: transparent;
  border-color: #f0ad4e;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(240, 173, 78, 0.5);
          box-shadow: 0 0 0 3px rgba(240, 173, 78, 0.5);
}
.btn-outline-warning.disabled {
  opacity: 0.5;
}
.btn-danger {
  color: #d9534f;
  background-color: transparent;
  border-color: #d9534f;
}
.btn-danger:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger:focus,
.btn-danger.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(217, 83, 79, 0.5);
          box-shadow: 0 0 0 3px rgba(217, 83, 79, 0.5);
}
.btn-danger.disabled {
  opacity: 0.5;
}
.btn-danger-solid {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger-solid:focus,
.btn-danger-solid.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger-solid:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger-solid:active,
.btn-danger-solid.active,
.open > .dropdown-toggle.btn-danger-solid {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger-solid:active:hover,
.btn-danger-solid.active:hover,
.open > .dropdown-toggle.btn-danger-solid:hover,
.btn-danger-solid:active:focus,
.btn-danger-solid.active:focus,
.open > .dropdown-toggle.btn-danger-solid:focus,
.btn-danger-solid:active.focus,
.btn-danger-solid.active.focus,
.open > .dropdown-toggle.btn-danger-solid.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger-solid:active,
.btn-danger-solid.active,
.open > .dropdown-toggle.btn-danger-solid {
  background-image: none;
}
.btn-danger-solid.disabled:hover,
.btn-danger-solid[disabled]:hover,
fieldset[disabled] .btn-danger-solid:hover,
.btn-danger-solid.disabled:focus,
.btn-danger-solid[disabled]:focus,
fieldset[disabled] .btn-danger-solid:focus,
.btn-danger-solid.disabled.focus,
.btn-danger-solid[disabled].focus,
fieldset[disabled] .btn-danger-solid.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger-solid .badge {
  color: #d9534f;
  background-color: #fff;
}
/*
    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 {
  max-width: 282px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccc;
}
.packagesummary .packagesummary-body {
  padding: 12px;
}
.packagesummary .packagesummary-body h2 {
  margin: 0;
  overflow: hidden;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.packagesummary .packagesummary-body .vendor {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.packagesummary-footer {
  padding: 6px 12px;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.packagedetail-image {
  width: 100%;
}
.packagedetail-additionalversions {
  display: none;
}
.btn-install {
  width: 100%;
}
.pricelabel {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 0px;
}
.pricelabel.cost {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.pricelabel.free {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.pricelabel h4 {
  font-size: 24px;
  font-weight: 700;
  color: inherit;
}
.store-categories h4 {
  margin-top: 0;
  font-weight: 700;
}
.store-categories li {
  margin-right: 6px;
}
.purchasedpackage {
  margin-bottom: 24px;
}
.purchasedpackage h1 {
  margin-top: 0;
  overflow: hidden;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.purchasedpackage .purchasedpackage-install a {
  width: 100%;
}
/* stylelint-disable */
/* stylelint-enable */
/*
    The accent colors are deprecated and should not be used in new theme development. They will be
    removed in Rock v 6.0.
*/
@media print {
  @page {
    margin: 0.5in;
  }
  .nav-sub {
    display: none;
  }
  #cms-admin-footer {
    display: none;
  }
  a[href]:after {
    content: "" !important;
  }
}
/*
    Rock Theme Styles

    1. HTML Overrides
    2. Bootstrap Overrides
    3. Theme Styling
    4. Responsive Overrides

*/
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
main {
  display: block;
}
.navbar {
  position: static;
}
.navbar .navbar-toggle {
  padding: 6px 10px;
}
.navbar .navbar-toggle i.fa-bars {
  color: #fff;
}
a:hover i.fs {
  text-decoration: none;
}
h1.pagetitle:empty {
  display: none;
}
.page-icon {
  display: none;
}
header .page-menu,
header .login-status {
  float: right;
}
header .navbar {
  background-color: #1f3341;
  border: 0;
}
#announcement-rotator {
  margin: 0 -15px 30px;
}
#announcement-rotator .item img {
  width: 100%;
}
.announcement-list .announcement {
  max-width: 390px;
  margin: 0 auto 30px;
}
.announcement-list .announcement-title {
  margin: 7.5px 0;
}
.announcement-list img {
  width: 100%;
}
.announcement-detail img {
  width: 100%;
}
.nav-sub li {
  border: 1px solid #eeeeee;
  border-radius: 0px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus 
{
	color: #fff;
    background-color: #103a56;
}
footer {
  margin-bottom: 50px;
}
footer .footer-message {
  float: left;
}
footer .footer-address {
  float: right;
}
#splash.error {
  background-color: #eeeeee;
}
#splash.error #content {
  padding: 20px;
  margin-top: 20px;
  background-color: #fff;
  border-radius: 0px;
}
.not-found h2 {
  font-size: 200px;
  font-weight: 700;
  line-height: 210px;
  letter-spacing: -5px;
}
.not-found h2 i {
  position: relative;
  top: -12px;
  font-size: 210px;
  color: #f03;
}
/* hide block panels */
.panel.panel-block {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.panel.panel-block > .panel-heading,
.panel.panel-block > .rock-panel-drawer {
  display: none;
}
.panel.panel-block > .panel-body {
  padding: 0;
}
.panel.panel-block > .panel-body .grid.grid-panel {
  margin: 0;
}
@media (min-width: 768px) {
  #announcement-rotator {
    margin: 30px 0;
  }
}
.bg-red,
.bg-cta {
  background-color: #de3119;
  color: #FFF;
}
.red,
.cta {
  color: #de3119;
  fill: #de3119;
}
.svg-red {
  fill: #de3119;
}
svg.red * {
  fill: #de3119;
}
.bg-navy,
.bg-primary {
  background-color: #103a56;
  color: #FFF;
}
.navy,
.primary {
  color: #103a56;
  fill: #103a56;
}
.svg-navy {
  fill: #103a56;
}
svg.navy * {
  fill: #103a56;
}
.bg-green,
.bg-success {
  background-color: #d9d950;
}
.green,
.success {
  color: #d9d950;
  fill: #d9d950;
}
.svg-green {
  fill: #d9d950;
}
svg.green * {
  fill: #d9d950;
}
.bg-teal,
.bg-warning {
  background-color: #12a9a0;
  color: #FFF;
}
.teal,
.warning {
  color: #12a9a0;
  fill: #12a9a0;
}
.svg-teal {
  fill: #12a9a0;
}
svg.teal * {
  fill: #12a9a0;
}
.bg-maroon,
.bg-alert {
  background-color: #b0321a;
  color: #FFF;
}
.maroon,
.alert {
  color: #b0321a;
  fill: #b0321a;
}
.svg-maroon {
  fill: #b0321a;
}
svg.maroon * {
  fill: #b0321a;
}
.bg-white,
.bg-light {
  background-color: #FFF;
}
.white,
.light {
  color: #FFF;
  fill: #FFF;
}
.svg-white {
  fill: #FFF;
}
svg.white * {
  fill: #FFF;
}
.bg-cream,
.bg-light-gray {
  background-color: #efe6dd;
}
.cream,
.light-gray {
  color: #efe6dd;
  fill: #efe6dd;
}
.svg-cream {
  fill: #efe6dd;
}
svg.cream * {
  fill: #efe6dd;
}
.bg-gray,
.bg-medium-gray {
  background-color: #ada6a1;
}
.gray,
.medium-gray {
  color: #ada6a1;
  fill: #ada6a1;
}
.svg-gray {
  fill: #ada6a1;
}
svg.gray * {
  fill: #ada6a1;
}
.bg-dark,
.bg-dark-gray {
  background-color: #1f3341;
  color: #FFF;
}
.dark,
.dark-gray {
  color: #1f3341;
  fill: #1f3341;
}
.svg-dark {
  fill: #1f3341;
}
svg.dark * {
  fill: #1f3341;
}
.bg-black {
  background-color: #2f2a2b;
  color: #FFF;
}
.black {
  color: #2f2a2b;
  fill: #2f2a2b;
}
.svg-black {
  fill: #2f2a2b;
}
svg.black * {
  fill: #2f2a2b;
}
.bg-slate,
.bg-none {
  background-color: #4d4d4d;
  color: #FFF;
}
.slate,
.none {
  color: #4d4d4d;
  fill: #4d4d4d;
}
.svg-slate {
  fill: #4d4d4d;
}
svg.slate * {
  fill: #4d4d4d;
}
.bg-gradient,
.bg-none {
  background-color: #db4e32;
  color: #FFF;
}
.gradient,
.none {
  color: #db4e32;
  fill: #db4e32;
}
.svg-gradient {
  fill: #db4e32;
}
svg.gradient * {
  fill: #db4e32;
}
.bg-silver,
.bg-none {
  background-color: #efe6dd;
}
.silver,
.none {
  color: #efe6dd;
  fill: #efe6dd;
}
.svg-silver {
  fill: #efe6dd;
}
svg.silver * {
  fill: #efe6dd;
}
.bg-gradient {
  background-image: -webkit-gradient(linear, right top, left top, from(#de3119), to(#103a56));
  background-image: linear-gradient(to left, #de3119, #103a56);
  color: #FFF;
}
body,
html {
  font-size: 100%;
}
@media (min-width: 1200px) {
  body,
  html {
    font-size: 105%;
  }
}
footer .fab {
  font-family: "Font Awesome 5 Brands";
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/nexa_heavy-webfont.eot');
  src: url('../fonts/nexa_heavy-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/nexa_heavy-webfont.woff') format('woff'), url('../fonts/nexa_heavy-webfont.ttf') format('truetype'), url('../fonts/nexa_heavy-webfont.svg#nexaheavy') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/nexa_xbold-webfont.eot');
  src: url('../fonts/nexa_xbold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/nexa_xbold-webfont.woff') format('woff'), url('../fonts/nexa_xbold-webfont.ttf') format('truetype'), url('../fonts/nexa_xbold-webfont.svg#nexaheavy') format('svg');
  font-weight: 700;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Nexa', 'Zilla Slab', sans-serif, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  line-height: 1em;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0px;
}
p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
.button,
.btn,
.btn-link {
  font-family: 'Nexa', 'Zilla Slab', sans-serif, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  color: #103a56;
  border: 2px solid;
  border-color: inherit;
  background: transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.button:hover,
.btn:hover,
.btn-link:hover {
  color: #d9d950;
  border-color: inherit;
  background-color: transparent;
}
.btn-link {
  color: #103a56;
  border-color: #103a56;
  background: transparent;
}
.btn-link:hover {
  color: #d9d950;
  text-decoration: none;
}
.breadcrumb {
  font-family: 'Nexa', 'Zilla Slab', sans-serif, sans-serif;
  text-transform: uppercase;
  font-size: 0.7rem;
}
header .navbar {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  header .navbar {
    background: transparent;
  }
  header {
    position: absolute;
    width: 100%;
    z-index: 100;
  }
}
main {
  padding-bottom: 60px;
}
.section-content,
.normal-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
.no-padding {
  padding: 0px;
}
.thin-padding {
  padding-top: 15px;
  padding-bottom: 15px;
}
.thick-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}
.mega-padding {
  padding-top: 20vh;
  padding-bottom: 20vh;
}
section.has-image {
  overflow: hidden;
  position: relative;
}
.section-background-image {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-size: cover;
  background-position: center center;
  min-width: 100%;
  max-width: 600%;
  min-height: 100%;
  z-index: 0;
  opacity: 0.5;
}
header .page-menu {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav.navbar-nav {
  font-family: 'Nexa', 'Zilla Slab', sans-serif, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 1em;
}
.nav.navbar-nav a {
  white-space: nowrap;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  cursor: pointer;
  position: relative;
}
.nav.navbar-nav a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  border-bottom: 3px solid #FFF;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.nav.navbar-nav a:hover {
  color: #FFF;
}
.nav.navbar-nav a:hover:after {
  left: 0%;
  right: 0%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer {
  margin-bottom: 0px;
  padding: 15px;
}
footer .footer-logo {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer a {
  color: #FFF;
}
footer a:hover {
  color: #d9d950;
}
footer .social-media {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .social-media span {
  display: none;
}
footer .social-media a {
  color: #FFF;
  opacity: 1;
  display: block;
  margin: 0;
  font-size: 2.5rem;
  line-height: 1.5em;
  width: 1.5em;
  text-align: center;
  letter-spacing: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#nav-footer ul {
  list-style: none;
  padding: 0;
}
#nav-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: auto;
}
#nav-footer ul.menu {
  display: none;
}
#nav-footer ul.menu a {
  opacity: 1;
  color: #FFF;
}
#nav-footer ul.menu a:hover {
  color: #efe6dd;
}
#nav-footer .contact-footer {
  max-width: 50%;
  text-align: left;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.6rem 0;
}
#nav-footer .contact-footer a {
  font-family: 'Zilla Slab', sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  padding-left: 1rem;
  position: relative;
}
#nav-footer .contact-footer a i {
  position: absolute;
  left: 0;
}
@include breakpoint(large) {
  :hover {
    color: #efe6dd;
  }
}
@media (min-width: 992px) {
  #nav-footer > ul.menu {
    -webkit-box-flex: 5;
        -ms-flex: 5;
            flex: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  #nav-footer > ul.menu > li {
    min-width: 3rem;
  }
  #nav-footer > ul.menu > li ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }
  #nav-footer .contact-footer {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
    max-width: 10rem;
  }
  #nav-footer .contact-footer::before {
    content: 'Contact';
    font-family: 'Nexa', 'Zilla Slab', sans-serif, sans-serif;
  }
}
.well.event-details {
  background: #103a56;
  color: #FFF;
  margin-top: -60px;
  border: 0px;
}
.well.event-details a,
.well.event-details .btn {
  color: #d9d950;
}
.well.event-details strong {
  font-family: 'Nexa', 'Zilla Slab', sans-serif, sans-serif;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .well.event-details {
    margin-left: calc(570px - 50vw);
    padding-left: calc(50vw - 570px);
  }
}
.socialsharing a {
  width: 41px;
  height: 41px;
  text-align: center;
  display: block;
}
.socialsharing li .socialicon {
  border-radius: 0px;
}
