.note-editor {
  border: 1px solid #a9a9a9;
  position: relative;
}

.note-editor .note-dropzone {
  z-index: 100;
  color: #87cefa;
  opacity: .95;
  pointer-event: none;
  background-color: #fff;
  display: none;
  position: absolute;
}

.note-editor .note-dropzone .note-dropzone-message {
  text-align: center;
  vertical-align: middle;
  font-size: 28px;
  font-weight: bold;
  display: table-cell;
}

.note-editor .note-dropzone.hover {
  color: #098ddf;
}

.note-editor.dragover .note-dropzone {
  display: table;
}

.note-editor.codeview .note-editing-area .note-editable {
  display: none;
}

.note-editor.codeview .note-editing-area .note-codable {
  display: block;
}

.note-editor.fullscreen {
  z-index: 1050;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.note-editor.fullscreen .note-editable {
  background-color: #fff;
}

.note-editor.fullscreen .note-resizebar {
  display: none;
}

.note-editor .note-editing-area {
  position: relative;
  overflow: hidden;
}

.note-editor .note-editing-area .note-editable {
  color: #000;
  background-color: #fff;
  outline: 0;
  padding: 10px;
  overflow: auto;
}

.note-editor .note-editing-area .note-editable[contenteditable="true"]:empty:not(:focus):before {
  content: attr(data-placeholder);
}

.note-editor .note-editing-area .note-editable[contenteditable="false"] {
  background-color: #e5e5e5;
}

.note-editor .note-editing-area .note-codable {
  color: #ccc;
  box-shadow: none;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  resize: none;
  background-color: #222;
  border: 0;
  border-radius: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 10px;
  font-family: Menlo, Monaco, monospace, sans-serif;
  font-size: 14px;
  display: none;
}

.note-editor .note-statusbar {
  background-color: #f5f5f5;
}

.note-editor .note-statusbar .note-resizebar {
  cursor: ns-resize;
  width: 100%;
  height: 8px;
  padding-top: 1px;
}

.note-editor .note-statusbar .note-resizebar .note-icon-bar {
  border-top: 1px solid #a9a9a9;
  width: 20px;
  margin: 1px auto;
}

.note-air-editor {
  outline: 0;
}

.note-popover .popover {
  max-width: none;
}

.note-popover .popover .popover-content a {
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  max-width: 200px;
  display: inline-block;
  overflow: hidden;
}

.note-popover .popover .arrow {
  left: 20px;
}

.note-popover .popover .popover-content, .panel-heading.note-toolbar {
  margin: 0;
  padding: 0 0 5px 5px;
}

.note-popover .popover .popover-content > .btn-group, .panel-heading.note-toolbar > .btn-group {
  margin-top: 5px;
  margin-left: 0;
  margin-right: 5px;
}

.note-popover .popover .popover-content .btn-group .note-table, .panel-heading.note-toolbar .btn-group .note-table {
  min-width: 0;
  padding: 5px;
}

.note-popover .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 .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 {
  z-index: 3;
  cursor: pointer;
  width: 10em;
  height: 10em;
  position: absolute !important;
}

.note-popover .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 {
  z-index: 1;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC");
  width: 5em;
  height: 5em;
  position: relative !important;
}

.note-popover .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 {
  z-index: 2;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC");
  width: 1em;
  height: 1em;
  position: absolute !important;
}

.note-popover .popover .popover-content .note-style h1, .panel-heading.note-toolbar .note-style h1, .note-popover .popover .popover-content .note-style h2, .panel-heading.note-toolbar .note-style h2, .note-popover .popover .popover-content .note-style h3, .panel-heading.note-toolbar .note-style h3, .note-popover .popover .popover-content .note-style h4, .panel-heading.note-toolbar .note-style h4, .note-popover .popover .popover-content .note-style h5, .panel-heading.note-toolbar .note-style h5, .note-popover .popover .popover-content .note-style h6, .panel-heading.note-toolbar .note-style h6, .note-popover .popover .popover-content .note-style blockquote, .panel-heading.note-toolbar .note-style blockquote {
  margin: 0;
}

.note-popover .popover .popover-content .note-color .dropdown-toggle, .panel-heading.note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px;
}

.note-popover .popover .popover-content .note-color .dropdown-menu, .panel-heading.note-toolbar .note-color .dropdown-menu {
  min-width: 340px;
}

.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group {
  margin: 0;
}

.note-popover .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 .popover-content .note-color .dropdown-menu .btn-group .note-palette-title, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
  text-align: center;
  border-bottom: 1px solid #eee;
  margin: 2px 7px;
  font-size: 12px;
}

.note-popover .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 {
  cursor: pointer;
  border-radius: 5px;
  margin: 3px;
  padding: 0 3px;
  font-size: 11px;
}

.note-popover .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 .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 .popover-content .note-para .dropdown-menu, .panel-heading.note-toolbar .note-para .dropdown-menu {
  min-width: 216px;
  padding: 5px;
}

.note-popover .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 .popover-content .dropdown-menu, .panel-heading.note-toolbar .dropdown-menu {
  min-width: 90px;
}

.note-popover .popover .popover-content .dropdown-menu.right, .panel-heading.note-toolbar .dropdown-menu.right {
  left: auto;
  right: 0;
}

.note-popover .popover .popover-content .dropdown-menu.right:before, .panel-heading.note-toolbar .dropdown-menu.right:before {
  right: 9px;
  left: auto !important;
}

.note-popover .popover .popover-content .dropdown-menu.right:after, .panel-heading.note-toolbar .dropdown-menu.right:after {
  right: 10px;
  left: auto !important;
}

.note-popover .popover .popover-content .dropdown-menu.note-check li a i, .panel-heading.note-toolbar .dropdown-menu.note-check li a i {
  color: #00bfff;
  visibility: hidden;
}

.note-popover .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 .popover-content .note-fontsize-10, .panel-heading.note-toolbar .note-fontsize-10 {
  font-size: 10px;
}

.note-popover .popover .popover-content .note-color-palette, .panel-heading.note-toolbar .note-color-palette {
  line-height: 1;
}

.note-popover .popover .popover-content .note-color-palette div .note-color-btn, .panel-heading.note-toolbar .note-color-palette div .note-color-btn {
  border: 1px solid #fff;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
}

.note-popover .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-left: 0;
  margin-right: 0;
}

.note-dialog .note-modal-form {
  margin: 0;
}

.note-dialog .note-image-dialog .note-dropzone {
  color: #d3d3d3;
  text-align: center;
  border: 4px dashed #d3d3d3;
  min-height: 100px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 4;
}

.note-dialog .note-help-dialog {
  color: #ccc;
  -webkit-opacity: .9;
  -khtml-opacity: .9;
  -moz-opacity: .9;
  opacity: .9;
  -ms-filter: alpha(opacity= 90);
  filter: alpha(opacity= 90);
  background: none;
  border: 0;
  font-size: 12px;
  background-color: #222 !important;
}

.note-dialog .note-help-dialog .modal-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
  border: 1px solid #fff;
  border-radius: 5px;
}

.note-dialog .note-help-dialog a {
  color: #fff;
  font-size: 12px;
}

.note-dialog .note-help-dialog .title {
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}

.note-dialog .note-help-dialog .modal-close {
  color: #dd0;
  cursor: pointer;
  font-size: 14px;
}

.note-dialog .note-help-dialog .text-center {
  margin: 10px 0 0;
}

.note-dialog .note-help-dialog .note-shortcut {
  padding-top: 8px;
  padding-bottom: 8px;
}

.note-dialog .note-help-dialog .note-shortcut-row {
  margin-left: -5px;
  margin-right: -5px;
}

.note-dialog .note-help-dialog .note-shortcut-col {
  padding-left: 5px;
  padding-right: 5px;
}

.note-dialog .note-help-dialog .note-shortcut-title {
  color: #dd0;
  font-size: 13px;
  font-weight: bold;
}

.note-dialog .note-help-dialog .note-shortcut-key {
  color: #dd0;
  text-align: right;
  font-family: Courier New;
}

.note-handle .note-control-selection {
  border: 1px solid #000;
  display: none;
  position: absolute;
}

.note-handle .note-control-selection > div {
  position: absolute;
}

.note-handle .note-control-selection .note-control-selection-bg {
  -webkit-opacity: .3;
  -khtml-opacity: .3;
  -moz-opacity: .3;
  opacity: .3;
  -ms-filter: alpha(opacity= 30);
  filter: alpha(opacity= 30);
  background-color: #000;
  width: 100%;
  height: 100%;
}

.note-handle .note-control-selection .note-control-handle, .note-handle .note-control-selection .note-control-holder {
  border: 1px solid #000;
  width: 7px;
  height: 7px;
}

.note-handle .note-control-selection .note-control-sizing {
  background-color: #fff;
  border: 1px solid #000;
  width: 7px;
  height: 7px;
}

.note-handle .note-control-selection .note-control-nw {
  border-bottom: 0;
  border-right: 0;
  top: -5px;
  left: -5px;
}

.note-handle .note-control-selection .note-control-ne {
  border-bottom: 0;
  border-left: none;
  top: -5px;
  right: -5px;
}

.note-handle .note-control-selection .note-control-sw {
  border-top: 0;
  border-right: 0;
  bottom: -5px;
  left: -5px;
}

.note-handle .note-control-selection .note-control-se {
  cursor: se-resize;
  bottom: -5px;
  right: -5px;
}

.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 {
  color: #fff;
  -webkit-opacity: .7;
  -khtml-opacity: .7;
  -moz-opacity: .7;
  opacity: .7;
  -ms-filter: alpha(opacity= 70);
  filter: alpha(opacity= 70);
  background-color: #000;
  border-radius: 5px;
  margin: 5px;
  padding: 5px;
  font-size: 12px;
  bottom: 0;
  right: 0;
}

.morris-hover {
  z-index: 1000;
  position: absolute;
}

.morris-hover.morris-default-style {
  color: #333;
  text-align: center;
  background: #fffc;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 6px;
  font-size: 12px;
}

.morris-hover.morris-default-style .morris-hover-row-label {
  margin: .25em 0;
  font-weight: bold;
}

.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: .1em 0;
}

.scrollbar-path-vertical, .scrollbar-path-horizontal {
  z-index: 100;
  background-color: #dcdcdc80;
  position: absolute;
}

.scrollbar-path-horizontal {
  width: 100%;
  height: 10px;
  bottom: 5px;
  left: 0;
}

.scrollbar-path-vertical {
  box-shadow: inset 1px 0 1px #0000001a;
  width: 10px;
  height: 100%;
  top: 0;
  right: 5px;
  -webkit-box-shadow: inset 1px 0 #0000001a;
}

.scrollbar-path-horizontal {
  box-shadow: inset 0 1px 1px #0000001a;
  -webkit-box-shadow: inset 0 1px #0000001a;
}

.scrollbar-handle {
  background-color: #58eebc;
  position: relative;
  top: 0;
  left: 0;
}

.scrollbar-path-vertical .scrollbar-handle {
  width: 100%;
  height: 20%;
}

.scrollbar-path-horizontal .scrollbar-handle {
  width: 20%;
  height: 100%;
}

.scrollbar-path-vertical, .scrollbar-path-horizontal, .scrollbar-handle {
  border-radius: 5px;
}

.scrollbar-content {
  padding: 0 20px 0 0;
}

:root .grid-stack-item > .ui-resizable-handle {
  filter: none;
}

.grid-stack {
  position: relative;
}

.grid-stack .grid-stack-placeholder > .placeholder-content {
  border: 1px dashed #d3d3d3;
  width: auto;
  margin: 0;
  position: absolute;
  inset: 0 10px;
  z-index: 0 !important;
}

.grid-stack > .grid-stack-item {
  min-width: 8.33333%;
  padding: 0;
  position: absolute;
}

.grid-stack > .grid-stack-item > .grid-stack-item-content {
  width: auto;
  margin: 0;
  position: absolute;
  inset: 0 10px;
  overflow: hidden auto;
  z-index: 0 !important;
}

.grid-stack > .grid-stack-item > .ui-resizable-handle {
  -ms-touch-action: none;
  touch-action: none;
  font-size: .1px;
  display: block;
  position: absolute;
}

.grid-stack > .grid-stack-item.ui-resizable-disabled > .ui-resizable-handle, .grid-stack > .grid-stack-item.ui-resizable-autohide > .ui-resizable-handle {
  display: none;
}

.grid-stack > .grid-stack-item.ui-draggable-dragging, .grid-stack > .grid-stack-item.ui-resizable-resizing {
  z-index: 100;
}

.grid-stack > .grid-stack-item.ui-draggable-dragging > .grid-stack-item-content, .grid-stack > .grid-stack-item.ui-draggable-dragging > .grid-stack-item-content, .grid-stack > .grid-stack-item.ui-resizable-resizing > .grid-stack-item-content, .grid-stack > .grid-stack-item.ui-resizable-resizing > .grid-stack-item-content {
  opacity: .8;
  box-shadow: 1px 4px 6px #0003;
}

.grid-stack > .grid-stack-item > .ui-resizable-se, .grid-stack > .grid-stack-item > .ui-resizable-sw {
  text-align: right;
  color: gray;
  font: 10px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 2px 3px 0 0;
}

.grid-stack > .grid-stack-item > .ui-resizable-se:before, .grid-stack > .grid-stack-item > .ui-resizable-sw:before {
  content: "";
}

.grid-stack > .grid-stack-item > .ui-resizable-se {
  filter: progid:DXImageTransform. Microsoft. BasicImage(rotation= 1);
  display: inline-block;
  transform: rotate(90deg);
}

.grid-stack > .grid-stack-item > .ui-resizable-nw {
  cursor: nw-resize;
  width: 20px;
  height: 20px;
  top: 0;
  left: 10px;
}

.grid-stack > .grid-stack-item > .ui-resizable-n {
  cursor: n-resize;
  height: 10px;
  top: 0;
  left: 25px;
  right: 25px;
}

.grid-stack > .grid-stack-item > .ui-resizable-ne {
  cursor: ne-resize;
  width: 20px;
  height: 20px;
  top: 0;
  right: 10px;
}

.grid-stack > .grid-stack-item > .ui-resizable-e {
  cursor: e-resize;
  width: 10px;
  top: 15px;
  bottom: 15px;
  right: 10px;
}

.grid-stack > .grid-stack-item > .ui-resizable-se {
  cursor: se-resize;
  width: 20px;
  height: 20px;
  bottom: 0;
  right: 10px;
}

.grid-stack > .grid-stack-item > .ui-resizable-s {
  cursor: s-resize;
  height: 10px;
  bottom: 0;
  left: 25px;
  right: 25px;
}

.grid-stack > .grid-stack-item > .ui-resizable-sw {
  cursor: sw-resize;
  width: 20px;
  height: 20px;
  bottom: 0;
  left: 10px;
}

.grid-stack > .grid-stack-item > .ui-resizable-w {
  cursor: w-resize;
  width: 10px;
  top: 15px;
  bottom: 15px;
  left: 10px;
}

.grid-stack > .grid-stack-item[data-gs-width="1"] {
  width: 8.33333%;
}

.grid-stack > .grid-stack-item[data-gs-x="1"] {
  left: 8.33333%;
}

.grid-stack > .grid-stack-item[data-gs-min-width="1"] {
  min-width: 8.33333%;
}

.grid-stack > .grid-stack-item[data-gs-max-width="1"] {
  max-width: 8.33333%;
}

.grid-stack > .grid-stack-item[data-gs-width="2"] {
  width: 16.6667%;
}

.grid-stack > .grid-stack-item[data-gs-x="2"] {
  left: 16.6667%;
}

.grid-stack > .grid-stack-item[data-gs-min-width="2"] {
  min-width: 16.6667%;
}

.grid-stack > .grid-stack-item[data-gs-max-width="2"] {
  max-width: 16.6667%;
}

.grid-stack > .grid-stack-item[data-gs-width="3"] {
  width: 25%;
}

.grid-stack > .grid-stack-item[data-gs-x="3"] {
  left: 25%;
}

.grid-stack > .grid-stack-item[data-gs-min-width="3"] {
  min-width: 25%;
}

.grid-stack > .grid-stack-item[data-gs-max-width="3"] {
  max-width: 25%;
}

.grid-stack > .grid-stack-item[data-gs-width="4"] {
  width: 33.3333%;
}

.grid-stack > .grid-stack-item[data-gs-x="4"] {
  left: 33.3333%;
}

.grid-stack > .grid-stack-item[data-gs-min-width="4"] {
  min-width: 33.3333%;
}

.grid-stack > .grid-stack-item[data-gs-max-width="4"] {
  max-width: 33.3333%;
}

.grid-stack > .grid-stack-item[data-gs-width="5"] {
  width: 41.6667%;
}

.grid-stack > .grid-stack-item[data-gs-x="5"] {
  left: 41.6667%;
}

.grid-stack > .grid-stack-item[data-gs-min-width="5"] {
  min-width: 41.6667%;
}

.grid-stack > .grid-stack-item[data-gs-max-width="5"] {
  max-width: 41.6667%;
}

.grid-stack > .grid-stack-item[data-gs-width="6"] {
  width: 50%;
}

.grid-stack > .grid-stack-item[data-gs-x="6"] {
  left: 50%;
}

.grid-stack > .grid-stack-item[data-gs-min-width="6"] {
  min-width: 50%;
}

.grid-stack > .grid-stack-item[data-gs-max-width="6"] {
  max-width: 50%;
}

.grid-stack > .grid-stack-item[data-gs-width="7"] {
  width: 58.3333%;
}

.grid-stack > .grid-stack-item[data-gs-x="7"] {
  left: 58.3333%;
}

.grid-stack > .grid-stack-item[data-gs-min-width="7"] {
  min-width: 58.3333%;
}

.grid-stack > .grid-stack-item[data-gs-max-width="7"] {
  max-width: 58.3333%;
}

.grid-stack > .grid-stack-item[data-gs-width="8"] {
  width: 66.6667%;
}

.grid-stack > .grid-stack-item[data-gs-x="8"] {
  left: 66.6667%;
}

.grid-stack > .grid-stack-item[data-gs-min-width="8"] {
  min-width: 66.6667%;
}

.grid-stack > .grid-stack-item[data-gs-max-width="8"] {
  max-width: 66.6667%;
}

.grid-stack > .grid-stack-item[data-gs-width="9"] {
  width: 75%;
}

.grid-stack > .grid-stack-item[data-gs-x="9"] {
  left: 75%;
}

.grid-stack > .grid-stack-item[data-gs-min-width="9"] {
  min-width: 75%;
}

.grid-stack > .grid-stack-item[data-gs-max-width="9"] {
  max-width: 75%;
}

.grid-stack > .grid-stack-item[data-gs-width="10"] {
  width: 83.3333%;
}

.grid-stack > .grid-stack-item[data-gs-x="10"] {
  left: 83.3333%;
}

.grid-stack > .grid-stack-item[data-gs-min-width="10"] {
  min-width: 83.3333%;
}

.grid-stack > .grid-stack-item[data-gs-max-width="10"] {
  max-width: 83.3333%;
}

.grid-stack > .grid-stack-item[data-gs-width="11"] {
  width: 91.6667%;
}

.grid-stack > .grid-stack-item[data-gs-x="11"] {
  left: 91.6667%;
}

.grid-stack > .grid-stack-item[data-gs-min-width="11"] {
  min-width: 91.6667%;
}

.grid-stack > .grid-stack-item[data-gs-max-width="11"] {
  max-width: 91.6667%;
}

.grid-stack > .grid-stack-item[data-gs-width="12"] {
  width: 100%;
}

.grid-stack > .grid-stack-item[data-gs-x="12"] {
  left: 100%;
}

.grid-stack > .grid-stack-item[data-gs-min-width="12"] {
  min-width: 100%;
}

.grid-stack > .grid-stack-item[data-gs-max-width="12"] {
  max-width: 100%;
}

.grid-stack.grid-stack-animate, .grid-stack.grid-stack-animate .grid-stack-item {
  -o-transition: left .3s, top .3s, height .3s, width .3s;
  transition: left .3s, top .3s, height .3s, width .3s;
}

.grid-stack.grid-stack-animate .grid-stack-item.ui-draggable-dragging, .grid-stack.grid-stack-animate .grid-stack-item.ui-resizable-resizing, .grid-stack.grid-stack-animate .grid-stack-item.grid-stack-placeholder {
  -o-transition: left 0s, top 0s, height 0s, width 0s;
  transition: left, top, height, width;
}

@media (width <= 768px) {
  .grid-stack-item {
    margin-bottom: 20px;
    width: auto !important;
    position: relative !important;
    top: auto !important;
    left: 0 !important;
  }

  .grid-stack-item .ui-resizable-handle {
    display: none;
  }

  .grid-stack {
    height: auto !important;
  }
}

@font-face {
  font-family: FontAwesome;
  src: url("fontawesome-webfont.baaccf4a.eot");
  src: url("fontawesome-webfont.9fb4557d.eot#iefix&v=4.3.0") format("embedded-opentype"), url("fontawesome-webfont.b48fd70f.woff2") format("woff2"), url("fontawesome-webfont.557ce99e.woff") format("woff"), url("fontawesome-webfont.2ac3c5dc.ttf") format("truetype"), url("fontawesome-webfont.db425e2f.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  font: 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  transform: translate(0);
}

.fa-lg {
  vertical-align: -15%;
  font-size: 1.33333em;
  line-height: .75em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  text-align: center;
  width: 1.28571em;
}

.fa-ul {
  margin-left: 2.14286em;
  padding-left: 0;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  text-align: center;
  width: 2.14286em;
  position: absolute;
  top: .142857em;
  left: -2.14286em;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: 2s linear infinite fa-spin;
}

.fa-pulse {
  animation: 1s steps(8, end) infinite fa-spin;
}

@keyframes fa-spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform. Microsoft. BasicImage(rotation= 1);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform. Microsoft. BasicImage(rotation= 2);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform. Microsoft. BasicImage(rotation= 3);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform. Microsoft. BasicImage(rotation= 0, mirror= 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform. Microsoft. BasicImage(rotation= 2, mirror= 1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  vertical-align: middle;
  width: 2em;
  height: 2em;
  line-height: 2em;
  display: inline-block;
  position: relative;
}

.fa-stack-1x, .fa-stack-2x {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before, .fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before, .fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before, .fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before, .fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before, .fa-users:before {
  content: "";
}

.fa-chain:before, .fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before, .fa-scissors:before {
  content: "";
}

.fa-copy:before, .fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before, .fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before, .fa-sort:before {
  content: "";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "";
}

.fa-legal:before, .fa-gavel:before {
  content: "";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before, .fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before, .fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before, .fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before, .fa-usd:before {
  content: "";
}

.fa-rupee:before, .fa-inr:before {
  content: "";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "";
}

.fa-won:before, .fa-krw:before {
  content: "";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before, .fa-car:before {
  content: "";
}

.fa-cab:before, .fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before, .fa-rebel:before {
  content: "";
}

.fa-ge:before, .fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before, .fa-weixin:before {
  content: "";
}

.fa-send:before, .fa-paper-plane:before {
  content: "";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-genderless:before, .fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before, .fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.iconpicker-popover.popover {
  text-align: left;
  background: #f7f7f7;
  width: 242px;
  max-width: none;
  padding: 1px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.iconpicker-popover.popover.top, .iconpicker-popover.popover.topLeftCorner, .iconpicker-popover.popover.topLeft, .iconpicker-popover.popover.topRight, .iconpicker-popover.popover.topRightCorner {
  margin-top: -10px;
}

.iconpicker-popover.popover.right, .iconpicker-popover.popover.rightTop, .iconpicker-popover.popover.rightBottom {
  margin-left: 10px;
}

.iconpicker-popover.popover.bottom, .iconpicker-popover.popover.bottomRightCorner, .iconpicker-popover.popover.bottomRight, .iconpicker-popover.popover.bottomLeft, .iconpicker-popover.popover.bottomLeftCorner {
  margin-top: 10px;
}

.iconpicker-popover.popover.left, .iconpicker-popover.popover.leftBottom, .iconpicker-popover.popover.leftTop {
  margin-left: -10px;
}

.iconpicker-popover.popover.inline {
  opacity: 1;
  box-shadow: none;
  z-index: auto;
  vertical-align: top;
  max-width: 100%;
  margin: 0 0 14px;
  display: inline-block;
  position: relative;
  inset: auto;
}

.iconpicker-popover.popover.inline > .arrow {
  display: none;
}

.dropdown-menu .iconpicker-popover.inline {
  border: none;
  margin: 0;
}

.dropdown-menu.iconpicker-container {
  padding: 0;
}

.iconpicker-popover.popover .popover-title {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  padding: 14px;
  font-size: 14px;
  line-height: 16px;
}

.iconpicker-popover.popover .popover-title input[type="search"].iconpicker-search {
  margin: 0 0 2px;
}

.iconpicker-popover.popover .popover-title-text ~ input[type="search"].iconpicker-search {
  margin-top: 14px;
}

.iconpicker-popover.popover .popover-content {
  text-align: center;
  padding: 0;
}

.iconpicker-popover .popover-footer {
  float: none;
  clear: both;
  text-align: right;
  background-color: #f7f7f7;
  border-top: 1px solid #ebebeb;
  margin: 0;
  padding: 14px;
}

.iconpicker-popover .popover-footer:before, .iconpicker-popover .popover-footer:after {
  content: " ";
  display: table;
}

.iconpicker-popover .popover-footer:after {
  clear: both;
}

.iconpicker-popover .popover-footer .iconpicker-btn {
  margin-left: 10px;
}

.iconpicker-popover .popover-footer input[type="search"].iconpicker-search {
  margin-bottom: 14px;
}

.iconpicker-popover.popover > .arrow, .iconpicker-popover.popover > .arrow:after {
  border-style: solid;
  border-color: #0000;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
}

.iconpicker-popover.popover > .arrow {
  border-width: 11px;
}

.iconpicker-popover.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.iconpicker-popover.popover.top > .arrow, .iconpicker-popover.popover.topLeft > .arrow, .iconpicker-popover.popover.topRight > .arrow {
  border-top-color: #00000040;
  border-bottom-width: 0;
  margin-left: -11px;
  bottom: -11px;
  left: 50%;
}

.iconpicker-popover.popover.top > .arrow:after, .iconpicker-popover.popover.topLeft > .arrow:after, .iconpicker-popover.popover.topRight > .arrow:after {
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
  margin-left: -10px;
  bottom: 1px;
}

.iconpicker-popover.popover.topLeft > .arrow {
  margin-left: 0;
  left: 14px;
}

.iconpicker-popover.popover.topRight > .arrow {
  margin-left: 0;
  left: auto;
  right: 14px;
}

.iconpicker-popover.popover.right > .arrow, .iconpicker-popover.popover.rightTop > .arrow, .iconpicker-popover.popover.rightBottom > .arrow {
  border-left-width: 0;
  border-right-color: #00000040;
  margin-top: -11px;
  top: 50%;
  left: -11px;
}

.iconpicker-popover.popover.right > .arrow:after, .iconpicker-popover.popover.rightTop > .arrow:after, .iconpicker-popover.popover.rightBottom > .arrow:after {
  content: " ";
  border-left-width: 0;
  border-right-color: #fff;
  bottom: -10px;
  left: 1px;
}

.iconpicker-popover.popover.rightTop > .arrow {
  margin-top: 0;
  top: auto;
  bottom: 14px;
}

.iconpicker-popover.popover.rightBottom > .arrow {
  margin-top: 0;
  top: 14px;
}

.iconpicker-popover.popover.bottom > .arrow, .iconpicker-popover.popover.bottomRight > .arrow, .iconpicker-popover.popover.bottomLeft > .arrow {
  border-top-width: 0;
  border-bottom-color: #00000040;
  margin-left: -11px;
  top: -11px;
  left: 50%;
}

.iconpicker-popover.popover.bottom > .arrow:after, .iconpicker-popover.popover.bottomRight > .arrow:after, .iconpicker-popover.popover.bottomLeft > .arrow:after {
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
  margin-left: -10px;
  top: 1px;
}

.iconpicker-popover.popover.bottomLeft > .arrow {
  margin-left: 0;
  left: 14px;
}

.iconpicker-popover.popover.bottomRight > .arrow {
  margin-left: 0;
  left: auto;
  right: 14px;
}

.iconpicker-popover.popover.left > .arrow, .iconpicker-popover.popover.leftBottom > .arrow, .iconpicker-popover.popover.leftTop > .arrow {
  border-left-color: #00000040;
  border-right-width: 0;
  margin-top: -11px;
  top: 50%;
  right: -11px;
}

.iconpicker-popover.popover.left > .arrow:after, .iconpicker-popover.popover.leftBottom > .arrow:after, .iconpicker-popover.popover.leftTop > .arrow:after {
  content: " ";
  border-left-color: #fff;
  border-right-width: 0;
  bottom: -10px;
  right: 1px;
}

.iconpicker-popover.popover.leftBottom > .arrow {
  margin-top: 0;
  top: 14px;
}

.iconpicker-popover.popover.leftTop > .arrow {
  margin-top: 0;
  top: auto;
  bottom: 14px;
}

.iconpicker {
  text-align: left;
  text-shadow: none;
  margin: 0;
  line-height: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.iconpicker * {
  box-sizing: content-box;
  position: relative;
}

.iconpicker:before, .iconpicker:after {
  content: " ";
  display: table;
}

.iconpicker:after {
  clear: both;
}

.iconpicker .iconpicker-items {
  clear: both;
  float: none;
  background: #fff;
  min-height: 55px;
  max-height: 275px;
  margin: 0;
  padding: 14px 0 0 14px;
  position: relative;
  overflow: hidden auto;
}

.iconpicker .iconpicker-items:before, .iconpicker .iconpicker-items:after {
  content: " ";
  display: table;
}

.iconpicker .iconpicker-items:after {
  clear: both;
}

.iconpicker .iconpicker-item {
  float: left;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  width: 14px;
  height: 14px;
  margin: 0 14px 14px 0;
  padding: 14px;
  font-size: 14px;
  box-shadow: 0 0 0 1px #ddd;
}

.iconpicker .iconpicker-item:hover:not(.iconpicker-selected) {
  background-color: #eee;
}

.iconpicker .iconpicker-item.iconpicker-selected {
  box-shadow: none;
}

.iconpicker-component {
  cursor: pointer;
}

.datepicker {
  z-index: 1050;
  border-radius: 4px;
  margin-top: 1px;
  padding: 4px;
  top: 0;
  left: 0;
  background: #fff !important;
}

.datepicker:before {
  content: "";
  border-bottom: 7px solid #0003;
  border-left: 7px solid #0000;
  border-right: 7px solid #0000;
  display: inline-block;
  position: absolute;
  top: -7px;
  left: 6px;
}

.datepicker:after {
  content: "";
  border-bottom: 6px solid #fff;
  border-left: 6px solid #0000;
  border-right: 6px solid #0000;
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 7px;
}

.datepicker > div {
  display: none;
}

.datepicker table {
  width: 100%;
  margin: 0;
}

.datepicker td, .datepicker th {
  text-align: center;
  border-radius: 4px;
  width: 20px;
  height: 20px;
}

.datepicker td.day:hover {
  cursor: pointer;
  background: #eee;
}

.datepicker td.day.disabled {
  color: #eee;
}

.datepicker td.old, .datepicker td.new {
  color: #999;
}

.datepicker td.active, .datepicker td.active:hover {
  color: #fff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #08c, #04c);
  filter: progid:DXImageTransform. Microsoft. gradient(enabled= false);
  text-shadow: 0 -1px #00000040;
  background-image: linear-gradient(#08c, #04c);
  background-repeat: repeat-x;
  border-color: #0000001a #0000001a #00000040;
}

.datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active:focus, .datepicker td.active:hover:focus, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active, .datepicker td.active.disabled, .datepicker td.active:hover.disabled, .datepicker td.active[disabled], .datepicker td.active:hover[disabled] {
  color: #fff;
  background-color: #04c;
}

.datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active {
  background-color: #039 \9 ;
}

.datepicker td span {
  float: left;
  cursor: pointer;
  border-radius: 4px;
  width: 47px;
  height: 54px;
  margin: 2px;
  line-height: 54px;
  display: block;
}

.datepicker td span:hover {
  background: #eee;
}

.datepicker td span.active {
  color: #fff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #08c, #04c);
  filter: progid:DXImageTransform. Microsoft. gradient(enabled= false);
  text-shadow: 0 -1px #00000040;
  background-image: linear-gradient(#08c, #04c);
  background-repeat: repeat-x;
  border-color: #0000001a #0000001a #00000040;
}

.datepicker td span.active:hover, .datepicker td span.active:focus, .datepicker td span.active:active, .datepicker td span.active.active, .datepicker td span.active.disabled, .datepicker td span.active[disabled] {
  color: #fff;
  background-color: #04c;
}

.datepicker td span.active:active, .datepicker td span.active.active {
  background-color: #039 \9 ;
}

.datepicker td span.old {
  color: #999;
}

.datepicker th.switch {
  width: 145px;
}

.datepicker th.next, .datepicker th.prev {
  font-size: 21px;
}

.datepicker thead tr:first-child th {
  cursor: pointer;
}

.datepicker thead tr:first-child th:hover {
  background: #eee;
}

input.highlight, select.highlight, textarea.highlight, div.highlight {
  background-color: #ffc;
}

.modal-open[style] {
  padding-right: 0 !important;
}

html {
  font-size: 62.5%;
}

@media (width <= 75em) {
  html {
    font-size: 56.25%;
  }
}

@media (width <= 56.25em) {
  html {
    font-size: 50%;
  }
}

@media (width >= 112.5em) {
  html {
    font-size: 75%;
  }
}

::selection {
  color: #fff;
  background-color: #af2a37;
}

@media print {
  .pagebreak {
    height: 1rem;
    page-break-before: always !important;
    clear: both !important;
    break-before: page !important;
    color: red !important;
  }
}

.panel-stat .panel-heading {
  border-radius: 3px;
  padding: 15px;
}

.panel-stat .stat {
  color: #fff;
  max-width: 320px;
}

.panel-stat .stat img {
  text-align: center;
}

.panel-stat i {
  opacity: .5;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 15px;
  font-size: 30px;
}

.panel-stat .stat-label {
  text-transform: uppercase;
  opacity: .75;
  margin-bottom: 2px;
  font-size: 11px;
  line-height: normal;
  display: block;
}

.panel-stat h1 {
  margin: 0;
  font-family: Helvetica Neue, sans-serif;
  font-size: 38px;
  line-height: 36px;
}

.panel-stat h4 {
  margin: 0;
  font-family: Helvetica Neue, sans-serif;
}

.formlabel h3 {
  padding: 3px;
  font-size: 14pt;
}

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

.u-center-text {
  text-align: center !important;
}

.u-margin-bottom-small {
  margin-bottom: 1.5rem !important;
}

.u-margin-bottom-medium {
  margin-bottom: 4rem !important;
}

.u-margin-bottom-large {
  margin-bottom: 6rem !important;
}

.u-margin-bottom-big {
  margin-bottom: 8rem !important;
}

.u-margin-top-small {
  margin-top: 1.5rem !important;
}

.u-margin-top-medium {
  margin-top: 4rem !important;
}

.u-margin-top-large {
  margin-top: 6rem !important;
}

.u-margin-top-big {
  margin-top: 8rem !important;
}

.u-margin-top-huge {
  margin-top: 10rem !important;
}

.input-mini {
  width: 10%;
}

.input-small {
  width: 30%;
}

.input-medium {
  width: 50%;
}

.input-large {
  width: 70%;
}

.input-xlarge {
  width: 80%;
}

.input-xxlarge {
  width: 100%;
}

.flex-table {
  border: 1px solid #657685;
  width: 100%;
}

.flex-table:not(:last-of-type) {
  margin-bottom: 1rem;
}

.flex-table__head {
  background-color: #b9c2ca;
  border: 1px solid #657685;
  width: 100%;
  height: 4rem;
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
}

.flex-table__head--tall {
  height: 6.3rem;
  padding-top: 2.2rem;
}

.flex-table__row {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 5rem;
  display: flex;
}

.flex-table__row--header .flex-table__cell {
  text-align: left;
  background-color: #b9c2ca;
  font-size: 1.5rem;
  line-height: normal;
}

.flex-table__head + .flex-table__row {
  margin-top: .5rem;
}

.flex-table__row ~ .flex-table__row .flex-table__cell {
  border-top: none;
}

.flex-table__row:last-child {
  margin-bottom: 1rem;
}

.flex-table__cell {
  border: 1px solid #657685;
  flex: 10 1 0;
  min-height: 5.5rem;
  padding: .5rem;
}

.flex-table__cell:not(:has(div.cell-value)) {
  flex-wrap: wrap;
  align-content: center;
  display: flex;
}

.flex-table__cell:has(span) span {
  padding-left: 1rem;
}

.flex-table__cell .cell-label {
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: bold;
}

.flex-table__cell .cell-value {
  min-height: 1.67rem;
  padding-left: .1rem;
}

.flex-table__cell:first-child {
  margin-left: .5rem;
}

.flex-table__cell:last-child {
  margin-right: .5rem;
}

.flex-table__cell--0, .flex-table__cell--0-0 {
  flex-grow: 10;
}

.flex-table__cell--0-1 {
  flex-grow: 10.1;
}

.flex-table__cell--0-2 {
  flex-grow: 10.2;
}

.flex-table__cell--0-3 {
  flex-grow: 10.3;
}

.flex-table__cell--0-4 {
  flex-grow: 10.4;
}

.flex-table__cell--0-5 {
  flex-grow: 10.5;
}

.flex-table__cell--0-6 {
  flex-grow: 10.6;
}

.flex-table__cell--0-7 {
  flex-grow: 10.7;
}

.flex-table__cell--0-8 {
  flex-grow: 10.8;
}

.flex-table__cell--0-9 {
  flex-grow: 10.9;
}

.flex-table__cell--0-10 {
  flex-grow: 11;
}

.flex-table__cell--1, .flex-table__cell--1-0 {
  flex-grow: 9;
}

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

.flex-table__cell--1-2 {
  flex-grow: 9.2;
}

.flex-table__cell--1-3 {
  flex-grow: 9.3;
}

.flex-table__cell--1-4 {
  flex-grow: 9.4;
}

.flex-table__cell--1-5 {
  flex-grow: 9.5;
}

.flex-table__cell--1-6 {
  flex-grow: 9.6;
}

.flex-table__cell--1-7 {
  flex-grow: 9.7;
}

.flex-table__cell--1-8 {
  flex-grow: 9.8;
}

.flex-table__cell--1-9 {
  flex-grow: 9.9;
}

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

.flex-table__cell--2, .flex-table__cell--2-0 {
  flex-grow: 8;
}

.flex-table__cell--2-1 {
  flex-grow: 8.1;
}

.flex-table__cell--2-2 {
  flex-grow: 8.2;
}

.flex-table__cell--2-3 {
  flex-grow: 8.3;
}

.flex-table__cell--2-4 {
  flex-grow: 8.4;
}

.flex-table__cell--2-5 {
  flex-grow: 8.5;
}

.flex-table__cell--2-6 {
  flex-grow: 8.6;
}

.flex-table__cell--2-7 {
  flex-grow: 8.7;
}

.flex-table__cell--2-8 {
  flex-grow: 8.8;
}

.flex-table__cell--2-9 {
  flex-grow: 8.9;
}

.flex-table__cell--2-10 {
  flex-grow: 9;
}

.flex-table__cell--3, .flex-table__cell--3-0 {
  flex-grow: 7;
}

.flex-table__cell--3-1 {
  flex-grow: 7.1;
}

.flex-table__cell--3-2 {
  flex-grow: 7.2;
}

.flex-table__cell--3-3 {
  flex-grow: 7.3;
}

.flex-table__cell--3-4 {
  flex-grow: 7.4;
}

.flex-table__cell--3-5 {
  flex-grow: 7.5;
}

.flex-table__cell--3-6 {
  flex-grow: 7.6;
}

.flex-table__cell--3-7 {
  flex-grow: 7.7;
}

.flex-table__cell--3-8 {
  flex-grow: 7.8;
}

.flex-table__cell--3-9 {
  flex-grow: 7.9;
}

.flex-table__cell--3-10 {
  flex-grow: 8;
}

.flex-table__cell--4, .flex-table__cell--4-0 {
  flex-grow: 6;
}

.flex-table__cell--4-1 {
  flex-grow: 6.1;
}

.flex-table__cell--4-2 {
  flex-grow: 6.2;
}

.flex-table__cell--4-3 {
  flex-grow: 6.3;
}

.flex-table__cell--4-4 {
  flex-grow: 6.4;
}

.flex-table__cell--4-5 {
  flex-grow: 6.5;
}

.flex-table__cell--4-6 {
  flex-grow: 6.6;
}

.flex-table__cell--4-7 {
  flex-grow: 6.7;
}

.flex-table__cell--4-8 {
  flex-grow: 6.8;
}

.flex-table__cell--4-9 {
  flex-grow: 6.9;
}

.flex-table__cell--4-10 {
  flex-grow: 7;
}

.flex-table__cell--5, .flex-table__cell--5-0 {
  flex-grow: 5;
}

.flex-table__cell--5-1 {
  flex-grow: 5.1;
}

.flex-table__cell--5-2 {
  flex-grow: 5.2;
}

.flex-table__cell--5-3 {
  flex-grow: 5.3;
}

.flex-table__cell--5-4 {
  flex-grow: 5.4;
}

.flex-table__cell--5-5 {
  flex-grow: 5.5;
}

.flex-table__cell--5-6 {
  flex-grow: 5.6;
}

.flex-table__cell--5-7 {
  flex-grow: 5.7;
}

.flex-table__cell--5-8 {
  flex-grow: 5.8;
}

.flex-table__cell--5-9 {
  flex-grow: 5.9;
}

.flex-table__cell--5-10 {
  flex-grow: 6;
}

.flex-table__cell--6, .flex-table__cell--6-0 {
  flex-grow: 4;
}

.flex-table__cell--6-1 {
  flex-grow: 4.1;
}

.flex-table__cell--6-2 {
  flex-grow: 4.2;
}

.flex-table__cell--6-3 {
  flex-grow: 4.3;
}

.flex-table__cell--6-4 {
  flex-grow: 4.4;
}

.flex-table__cell--6-5 {
  flex-grow: 4.5;
}

.flex-table__cell--6-6 {
  flex-grow: 4.6;
}

.flex-table__cell--6-7 {
  flex-grow: 4.7;
}

.flex-table__cell--6-8 {
  flex-grow: 4.8;
}

.flex-table__cell--6-9 {
  flex-grow: 4.9;
}

.flex-table__cell--6-10 {
  flex-grow: 5;
}

.flex-table__cell--7, .flex-table__cell--7-0 {
  flex-grow: 3;
}

.flex-table__cell--7-1 {
  flex-grow: 3.1;
}

.flex-table__cell--7-2 {
  flex-grow: 3.2;
}

.flex-table__cell--7-3 {
  flex-grow: 3.3;
}

.flex-table__cell--7-4 {
  flex-grow: 3.4;
}

.flex-table__cell--7-5 {
  flex-grow: 3.5;
}

.flex-table__cell--7-6 {
  flex-grow: 3.6;
}

.flex-table__cell--7-7 {
  flex-grow: 3.7;
}

.flex-table__cell--7-8 {
  flex-grow: 3.8;
}

.flex-table__cell--7-9 {
  flex-grow: 3.9;
}

.flex-table__cell--7-10 {
  flex-grow: 4;
}

.flex-table__cell--8, .flex-table__cell--8-0 {
  flex-grow: 2;
}

.flex-table__cell--8-1 {
  flex-grow: 2.1;
}

.flex-table__cell--8-2 {
  flex-grow: 2.2;
}

.flex-table__cell--8-3 {
  flex-grow: 2.3;
}

.flex-table__cell--8-4 {
  flex-grow: 2.4;
}

.flex-table__cell--8-5 {
  flex-grow: 2.5;
}

.flex-table__cell--8-6 {
  flex-grow: 2.6;
}

.flex-table__cell--8-7 {
  flex-grow: 2.7;
}

.flex-table__cell--8-8 {
  flex-grow: 2.8;
}

.flex-table__cell--8-9 {
  flex-grow: 2.9;
}

.flex-table__cell--8-10 {
  flex-grow: 3;
}

.flex-table__cell--9, .flex-table__cell--9-0 {
  flex-grow: 1;
}

.flex-table__cell--9-1 {
  flex-grow: 1.1;
}

.flex-table__cell--9-2 {
  flex-grow: 1.2;
}

.flex-table__cell--9-3 {
  flex-grow: 1.3;
}

.flex-table__cell--9-4 {
  flex-grow: 1.4;
}

.flex-table__cell--9-5 {
  flex-grow: 1.5;
}

.flex-table__cell--9-6 {
  flex-grow: 1.6;
}

.flex-table__cell--9-7 {
  flex-grow: 1.7;
}

.flex-table__cell--9-8 {
  flex-grow: 1.8;
}

.flex-table__cell--9-9 {
  flex-grow: 1.9;
}

.flex-table__cell--9-10 {
  flex-grow: 2;
}

.flex-table__cell--10, .flex-table__cell--10-0 {
  flex-grow: 0;
}

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

.flex-table__cell--10-2 {
  flex-grow: .2;
}

.flex-table__cell--10-3 {
  flex-grow: .3;
}

.flex-table__cell--10-4 {
  flex-grow: .4;
}

.flex-table__cell--10-5 {
  flex-grow: .5;
}

.flex-table__cell--10-6 {
  flex-grow: .6;
}

.flex-table__cell--10-7 {
  flex-grow: .7;
}

.flex-table__cell--10-8 {
  flex-grow: .8;
}

.flex-table__cell--10-9 {
  flex-grow: .9;
}

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

.pdf-printable .flex-table__row {
  flex-wrap: unset;
  justify-content: unset;
  align-items: unset;
  display: table;
}

.pdf-printable .flex-table__cell {
  flex-grow: unset;
  flex-shrink: unset;
  flex-basis: unset;
  display: table-cell;
}

.pdf-printable .flex-table.coverage-table .flex-table__row:not(.flex-table__row--footer) .flex-table__cell {
  border: 1px solid #657685;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pdf-printable .flex-table.coverage-table .flex-table__row:not(.flex-table__row--footer) .flex-table__cell:first-child {
  width: 30% !important;
}

.pdf-printable .flex-table.coverage-table .flex-table__row:not(.flex-table__row--footer) .flex-table__cell:nth-child(2) {
  width: 25% !important;
}

.pdf-printable .flex-table.coverage-table .flex-table__row:not(.flex-table__row--footer) .flex-table__cell:nth-child(3) {
  width: 15% !important;
}

.pdf-printable .flex-table.coverage-table .flex-table__row:not(.flex-table__row--footer) .flex-table__cell:nth-child(4), .pdf-printable .flex-table.coverage-table .flex-table__row:not(.flex-table__row--footer) .flex-table__cell:nth-child(5) {
  width: 10% !important;
}

.pdf-printable .flex-table.coverage-table .flex-table__row:not(.flex-table__row--footer) .flex-table__cell:nth-child(6) {
  text-align: right;
  background-color: #b9c2ca;
  width: 10% !important;
}

.pdf-printable .flex-table.coverage-table .flex-table__row.flex-table__row--footer .flex-table__cell {
  background-color: #b9c2ca;
  border: 1px solid #657685;
}

.pdf-printable .flex-table.coverage-table .flex-table__row.flex-table__row--footer .flex-table__cell:first-child {
  width: 90% !important;
}

.pdf-printable .flex-table.coverage-table .flex-table__row.flex-table__row--footer .flex-table__cell:nth-child(2) {
  text-align: right;
  width: 10% !important;
}

.pdf-printable .flex-table.dependent-table .flex-table__row:not(.flex-table__row--header):first-child .flex-table__cell:first-child, .pdf-printable .flex-table.dependent-table .flex-table__row:not(.flex-table__row--header):first-child .flex-table__cell:nth-child(2) {
  width: 25% !important;
}

.pdf-printable .flex-table.dependent-table .flex-table__row:not(.flex-table__row--header):first-child .flex-table__cell:nth-child(3) {
  width: 20% !important;
}

.pdf-printable .flex-table.dependent-table .flex-table__row:not(.flex-table__row--header):first-child .flex-table__cell:nth-child(4) {
  width: 30% !important;
}

.pdf-printable .flex-table.dependent-table .flex-table__row:not(.flex-table__row--header):nth-child(2):first-child {
  width: 50% !important;
}

.pdf-printable .flex-table.dependent-table .flex-table__row:not(.flex-table__row--header):nth-child(2):nth-child(2) {
  width: 20% !important;
}

.pdf-printable .flex-table.dependent-table .flex-table__row:not(.flex-table__row--header):nth-child(2):nth-child(3), .pdf-printable .flex-table.dependent-table .flex-table__row:not(.flex-table__row--header):nth-child(2):nth-child(4) {
  width: 15% !important;
}

.unit-grid {
  overflow: hidden;
}

.unit-grid:not(:last-of-type) {
  margin-bottom: 1rem;
}

.unit-grid .unit-heading {
  background-color: #b9c2ca;
  border: 1px solid #657685;
  width: 98%;
  height: 3rem;
  padding: .7rem;
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
}

@media print {
  .unit-grid .unit-heading {
    width: 897px;
  }
}

.unit-grid .unit-subheading {
  background-color: #b9c2ca;
  width: 98%;
  height: 3rem;
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
}

@media print {
  .unit-grid .unit-subheading {
    width: 897px;
    font-size: 0 !important;
  }
}

.unit-grid .unit-footer {
  background-color: #b9c2ca;
  width: 98%;
  display: flex;
}

@media print {
  .unit-grid .unit-footer {
    width: 897px;
    font-size: 0 !important;
  }
}

.unit-grid .unit--tall {
  height: 5rem;
  padding-top: 1.5rem;
}

.unit-grid .unit--gray {
  background-color: #b9c2ca;
}

.unit-grid .unit-1 {
  vertical-align: top;
  width: 3.26667%;
  height: auto;
  padding: .5rem 1rem;
  font-size: 1.6rem;
  display: inline-block;
}

.unit-grid--bordered .unit-row .unit-1, .unit-grid--bordered .unit-subheading .unit-1, .unit-grid--bordered .unit-footer .unit-1 {
  border: 1px solid #657685;
}

.unit-grid .unit-2 {
  vertical-align: top;
  width: 6.53333%;
  height: auto;
  padding: .5rem 1rem;
  font-size: 1.6rem;
  display: inline-block;
}

.unit-grid--bordered .unit-row .unit-2, .unit-grid--bordered .unit-subheading .unit-2, .unit-grid--bordered .unit-footer .unit-2 {
  border: 1px solid #657685;
}

.unit-grid .unit-3 {
  vertical-align: top;
  width: 9.8%;
  height: auto;
  padding: .5rem 1rem;
  font-size: 1.6rem;
  display: inline-block;
}

.unit-grid--bordered .unit-row .unit-3, .unit-grid--bordered .unit-subheading .unit-3, .unit-grid--bordered .unit-footer .unit-3 {
  border: 1px solid #657685;
}

.unit-grid .unit-4 {
  vertical-align: top;
  width: 13.0667%;
  height: auto;
  padding: .5rem 1rem;
  font-size: 1.6rem;
  display: inline-block;
}

.unit-grid--bordered .unit-row .unit-4, .unit-grid--bordered .unit-subheading .unit-4, .unit-grid--bordered .unit-footer .unit-4 {
  border: 1px solid #657685;
}

.unit-grid .unit-5 {
  vertical-align: top;
  width: 16.3333%;
  height: auto;
  padding: .5rem 1rem;
  font-size: 1.6rem;
  display: inline-block;
}

.unit-grid--bordered .unit-row .unit-5, .unit-grid--bordered .unit-subheading .unit-5, .unit-grid--bordered .unit-footer .unit-5 {
  border: 1px solid #657685;
}

.unit-grid .unit-6 {
  vertical-align: top;
  width: 19.6%;
  height: auto;
  padding: .5rem 1rem;
  font-size: 1.6rem;
  display: inline-block;
}

.unit-grid--bordered .unit-row .unit-6, .unit-grid--bordered .unit-subheading .unit-6, .unit-grid--bordered .unit-footer .unit-6 {
  border: 1px solid #657685;
}

.unit-grid .unit-7 {
  vertical-align: top;
  width: 22.8667%;
  height: auto;
  padding: .5rem 1rem;
  font-size: 1.6rem;
  display: inline-block;
}

.unit-grid--bordered .unit-row .unit-7, .unit-grid--bordered .unit-subheading .unit-7, .unit-grid--bordered .unit-footer .unit-7 {
  border: 1px solid #657685;
}

.unit-grid .unit-8 {
  vertical-align: top;
  width: 26.1333%;
  height: auto;
  padding: .5rem 1rem;
  font-size: 1.6rem;
  display: inline-block;
}

.unit-grid--bordered .unit-row .unit-8, .unit-grid--bordered .unit-subheading .unit-8, .unit-grid--bordered .unit-footer .unit-8 {
  border: 1px solid #657685;
}

.unit-grid .unit-9 {
  vertical-align: top;
  width: 29.4%;
  height: auto;
  padding: .5rem 1rem;
  font-size: 1.6rem;
  display: inline-block;
}

.unit-grid--bordered .unit-row .unit-9, .unit-grid--bordered .unit-subheading .unit-9, .unit-grid--bordered .unit-footer .unit-9 {
  border: 1px solid #657685;
}

.unit-grid .unit-10 {
  vertical-align: top;
  width: 32.6667%;
  height: auto;
  padding: .5rem 1rem;
  font-size: 1.6rem;
  display: inline-block;
}

.unit-grid--bordered .unit-row .unit-10, .unit-grid--bordered .unit-subheading .unit-10, .unit-grid--bordered .unit-footer .unit-10 {
  border: 1px solid #657685;
}

.unit-grid .unit-11 {
  vertical-align: top;
  width: 35.9333%;
  height: auto;
  padding: .5rem 1rem;
  font-size: 1.6rem;
  display: inline-block;
}

.unit-grid--bordered .unit-row .unit-11, .unit-grid--bordered .unit-subheading .unit-11, .unit-grid--bordered .unit-footer .unit-11 {
  border: 1px solid #657685;
}

.unit-grid .unit-12 {
  vertical-align: top;
  width: 39.2%;
  height: auto;
  padding: .5rem 1rem;
  font-size: 1.6rem;
  display: inline-block;
}

.unit-grid--bordered .unit-row .unit-12, .unit-grid--bordered .unit-subheading .unit-12, .unit-grid--bordered .unit-footer .unit-12 {
  border: 1px solid #657685;
}

.unit-grid .unit-13 {
  vertical-align: top;
  width: 42.4667%;
  height: auto;
  padding: .5rem 1rem;
  font-size: 1.6rem;
  display: inline-block;
}

.unit-grid--bordered .unit-row .unit-13, .unit-grid--bordered .unit-subheading .unit-13, .unit-grid--bordered .unit-footer .unit-13 {
  border: 1px solid #657685;
}

.unit-grid .unit-14 {
  vertical-align: top;
  width: 45.7333%;
  height: auto;
  padding: .5rem 1rem;
  font-size: 1.6rem;
  display: inline-block;
}

.unit-grid--bordered .unit-row .unit-14, .unit-grid--bordered .unit-subheading .unit-14, .unit-grid--bordered .unit-footer .unit-14 {
  border: 1px solid #657685;
}

.unit-grid .unit-15 {
  vertical-align: top;
  width: 49%;
  height: auto;
  padding: .5rem 1rem;
  font-size: 1.6rem;
  display: inline-block;
}

.unit-grid--bordered .unit-row .unit-15, .unit-grid--bordered .unit-subheading .unit-15, .unit-grid--bordered .unit-footer .unit-15 {
  border: 1px solid #657685;
}

.unit-grid .unit-16 {
  vertical-align: top;
  width: 52.2667%;
  height: auto;
  padding: .5rem 1rem;
  font-size: 1.6rem;
  display: inline-block;
}

.unit-grid--bordered .unit-row .unit-16, .unit-grid--bordered .unit-subheading .unit-16, .unit-grid--bordered .unit-footer .unit-16 {
  border: 1px solid #657685;
}

.unit-grid .unit-17 {
  vertical-align: top;
  width: 55.5333%;
  height: auto;
  padding: .5rem 1rem;
  font-size: 1.6rem;
  display: inline-block;
}

.unit-grid--bordered .unit-row .unit-17, .unit-grid--bordered .unit-subheading .unit-17, .unit-grid--bordered .unit-footer .unit-17 {
  border: 1px solid #657685;
}

.unit-grid .unit-18 {
  vertical-align: top;
  width: 58.8%;
  height: auto;
  padding: .5rem 1rem;
  font-size: 1.6rem;
  display: inline-block;
}

.unit-grid--bordered .unit-row .unit-18, .unit-grid--bordered .unit-subheading .unit-18, .unit-grid--bordered .unit-footer .unit-18 {
  border: 1px solid #657685;
}

.unit-grid .unit-19 {
  vertical-align: top;
  width: 62.0667%;
  height: auto;
  padding: .5rem 1rem;
  font-size: 1.6rem;
  display: inline-block;
}

.unit-grid--bordered .unit-row .unit-19, .unit-grid--bordered .unit-subheading .unit-19, .unit-grid--bordered .unit-footer .unit-19 {
  border: 1px solid #657685;
}

.unit-grid .unit-20 {
  vertical-align: top;
  width: 65.3333%;
  height: auto;
  padding: .5rem 1rem;
  font-size: 1.6rem;
  display: inline-block;
}

.unit-grid--bordered .unit-row .unit-20, .unit-grid--bordered .unit-subheading .unit-20, .unit-grid--bordered .unit-footer .unit-20 {
  border: 1px solid #657685;
}

.unit-grid .unit-21 {
  vertical-align: top;
  width: 68.6%;
  height: auto;
  padding: .5rem 1rem;
  font-size: 1.6rem;
  display: inline-block;
}

.unit-grid--bordered .unit-row .unit-21, .unit-grid--bordered .unit-subheading .unit-21, .unit-grid--bordered .unit-footer .unit-21 {
  border: 1px solid #657685;
}

.unit-grid .unit-22 {
  vertical-align: top;
  width: 71.8667%;
  height: auto;
  padding: .5rem 1rem;
  font-size: 1.6rem;
  display: inline-block;
}

.unit-grid--bordered .unit-row .unit-22, .unit-grid--bordered .unit-subheading .unit-22, .unit-grid--bordered .unit-footer .unit-22 {
  border: 1px solid #657685;
}

.unit-grid .unit-23 {
  vertical-align: top;
  width: 75.1333%;
  height: auto;
  padding: .5rem 1rem;
  font-size: 1.6rem;
  display: inline-block;
}

.unit-grid--bordered .unit-row .unit-23, .unit-grid--bordered .unit-subheading .unit-23, .unit-grid--bordered .unit-footer .unit-23 {
  border: 1px solid #657685;
}

.unit-grid .unit-24 {
  vertical-align: top;
  width: 78.4%;
  height: auto;
  padding: .5rem 1rem;
  font-size: 1.6rem;
  display: inline-block;
}

.unit-grid--bordered .unit-row .unit-24, .unit-grid--bordered .unit-subheading .unit-24, .unit-grid--bordered .unit-footer .unit-24 {
  border: 1px solid #657685;
}

.unit-grid .unit-25 {
  vertical-align: top;
  width: 81.6667%;
  height: auto;
  padding: .5rem 1rem;
  font-size: 1.6rem;
  display: inline-block;
}

.unit-grid--bordered .unit-row .unit-25, .unit-grid--bordered .unit-subheading .unit-25, .unit-grid--bordered .unit-footer .unit-25 {
  border: 1px solid #657685;
}

.unit-grid .unit-26 {
  vertical-align: top;
  width: 84.9333%;
  height: auto;
  padding: .5rem 1rem;
  font-size: 1.6rem;
  display: inline-block;
}

.unit-grid--bordered .unit-row .unit-26, .unit-grid--bordered .unit-subheading .unit-26, .unit-grid--bordered .unit-footer .unit-26 {
  border: 1px solid #657685;
}

.unit-grid .unit-27 {
  vertical-align: top;
  width: 88.2%;
  height: auto;
  padding: .5rem 1rem;
  font-size: 1.6rem;
  display: inline-block;
}

.unit-grid--bordered .unit-row .unit-27, .unit-grid--bordered .unit-subheading .unit-27, .unit-grid--bordered .unit-footer .unit-27 {
  border: 1px solid #657685;
}

.unit-grid .unit-28 {
  vertical-align: top;
  width: 91.4667%;
  height: auto;
  padding: .5rem 1rem;
  font-size: 1.6rem;
  display: inline-block;
}

.unit-grid--bordered .unit-row .unit-28, .unit-grid--bordered .unit-subheading .unit-28, .unit-grid--bordered .unit-footer .unit-28 {
  border: 1px solid #657685;
}

.unit-grid .unit-29 {
  vertical-align: top;
  width: 94.7333%;
  height: auto;
  padding: .5rem 1rem;
  font-size: 1.6rem;
  display: inline-block;
}

.unit-grid--bordered .unit-row .unit-29, .unit-grid--bordered .unit-subheading .unit-29, .unit-grid--bordered .unit-footer .unit-29 {
  border: 1px solid #657685;
}

.unit-grid .unit-30 {
  vertical-align: top;
  width: 98%;
  height: auto;
  padding: .5rem 1rem;
  font-size: 1.6rem;
  display: inline-block;
}

.unit-grid--bordered .unit-row .unit-30, .unit-grid--bordered .unit-subheading .unit-30, .unit-grid--bordered .unit-footer .unit-30 {
  border: 1px solid #657685;
}

.unit-grid .unit-full {
  vertical-align: top;
  width: 100%;
  height: auto;
  padding: .5rem 1rem;
  display: inline-block;
}

.unit-grid--bordered .unit-row .unit-full, .unit-grid--bordered .unit-subheading .unit-full, .unit-grid--bordered .unit-footer .unit-full {
  border: 1px solid #657685;
}

@media print {
  .unit-grid .unit-full {
    width: 897px;
  }
}

.unit-grid .unit-row {
  width: 98%;
  min-height: 6rem;
  display: flex;
}

.unit-grid .unit-row:first-of-type {
  padding-top: 1rem;
}

.unit-grid .unit-row:last-of-type {
  padding-bottom: 1rem;
}

.unit-grid .unit-row--stretch {
  min-height: 2rem;
  height: 100% !important;
}

@media print {
  .unit-grid .unit-row--stretch, .unit-grid .unit-row {
    font-size: 0 !important;
  }

  .unit-grid .unit-row {
    width: 897px;
  }
}

.unit-grid .cell-label {
  padding-bottom: .5rem;
  font-size: 1.2rem;
  font-weight: lighter;
}

.unit-grid .cell-value {
  font-size: 1.6rem;
}

@media print {
  .unit-grid {
    font-size: 0 !important;
  }

  .pdf-printable, .pdf-printable .col-xs-12 {
    break-after: auto !important;
    break-inside: auto !important;
  }

  .unit-grid {
    overflow: visible;
    clear: both !important;
    break-inside: avoid !important;
    break-after: auto !important;
    margin-bottom: 2px !important;
  }

  .unit-grid .unit-row {
    min-height: 6rem;
    border-collapse: collapse !important;
    display: inline-block !important;
  }

  .unit-grid .unit-row:first-of-type {
    padding-top: 0 !important;
  }

  .unit-grid .unit-row:last-of-type {
    padding-bottom: 0 !important;
  }

  .unit-grid .unit-row--stretch {
    width: 897px;
    min-height: 30rem !important;
  }

  .unit-grid .unit-row--stretch .unit-full {
    min-height: 30rem;
  }

  .unit-grid .unit-full {
    height: auto;
    min-height: 6rem;
    margin: 0;
    font-size: 1.4rem;
  }

  .unit-grid .unit-heading {
    -webkit-print-color-adjust: exact;
    height: 4rem;
    padding: 1rem;
    background-color: #b9c2ca !important;
  }

  .unit-grid .unit-subheading {
    -webkit-print-color-adjust: exact;
    height: 4rem;
    background-color: #b9c2ca !important;
  }

  .unit-grid .unit-subheading .unit-full {
    min-height: 4rem;
  }

  .unit-grid .unit-footer, .unit-grid .unit--gray {
    -webkit-print-color-adjust: exact;
    background-color: #b9c2ca !important;
  }

  .unit-grid .unit--tall {
    height: 6.3rem;
    padding-top: 2.2rem;
  }

  .unit-grid .unit-1 {
    width: 28px;
    min-height: 6rem;
    display: inline-block;
    border-collapse: collapse !important;
  }

  .unit-grid .unit-subheading .unit-1 {
    font-size: 1.33333rem;
    min-height: 4rem !important;
  }

  .unit-grid .unit-2 {
    width: 56px;
    min-height: 6rem;
    display: inline-block;
    border-collapse: collapse !important;
  }

  .unit-grid .unit-subheading .unit-2 {
    font-size: 1.33333rem;
    min-height: 4rem !important;
  }

  .unit-grid .unit-3 {
    width: 84px;
    min-height: 6rem;
    display: inline-block;
    border-collapse: collapse !important;
  }

  .unit-grid .unit-subheading .unit-3 {
    font-size: 1.33333rem;
    min-height: 4rem !important;
  }

  .unit-grid .unit-4 {
    width: 112px;
    min-height: 6rem;
    display: inline-block;
    border-collapse: collapse !important;
  }

  .unit-grid .unit-subheading .unit-4 {
    font-size: 1.33333rem;
    min-height: 4rem !important;
  }

  .unit-grid .unit-5 {
    width: 140px;
    min-height: 6rem;
    display: inline-block;
    border-collapse: collapse !important;
  }

  .unit-grid .unit-subheading .unit-5 {
    font-size: 1.33333rem;
    min-height: 4rem !important;
  }

  .unit-grid .unit-6 {
    width: 168px;
    min-height: 6rem;
    display: inline-block;
    border-collapse: collapse !important;
  }

  .unit-grid .unit-subheading .unit-6 {
    font-size: 1.33333rem;
    min-height: 4rem !important;
  }

  .unit-grid .unit-7 {
    width: 196px;
    min-height: 6rem;
    display: inline-block;
    border-collapse: collapse !important;
  }

  .unit-grid .unit-subheading .unit-7 {
    font-size: 1.33333rem;
    min-height: 4rem !important;
  }

  .unit-grid .unit-8 {
    width: 224px;
    min-height: 6rem;
    display: inline-block;
    border-collapse: collapse !important;
  }

  .unit-grid .unit-subheading .unit-8 {
    font-size: 1.33333rem;
    min-height: 4rem !important;
  }

  .unit-grid .unit-9 {
    width: 252px;
    min-height: 6rem;
    display: inline-block;
    border-collapse: collapse !important;
  }

  .unit-grid .unit-subheading .unit-9 {
    font-size: 1.33333rem;
    min-height: 4rem !important;
  }

  .unit-grid .unit-10 {
    width: 280px;
    min-height: 6rem;
    display: inline-block;
    border-collapse: collapse !important;
  }

  .unit-grid .unit-subheading .unit-10 {
    font-size: 1.33333rem;
    min-height: 4rem !important;
  }

  .unit-grid .unit-11 {
    width: 308px;
    min-height: 6rem;
    display: inline-block;
    border-collapse: collapse !important;
  }

  .unit-grid .unit-subheading .unit-11 {
    font-size: 1.33333rem;
    min-height: 4rem !important;
  }

  .unit-grid .unit-12 {
    width: 336px;
    min-height: 6rem;
    display: inline-block;
    border-collapse: collapse !important;
  }

  .unit-grid .unit-subheading .unit-12 {
    font-size: 1.33333rem;
    min-height: 4rem !important;
  }

  .unit-grid .unit-13 {
    width: 364px;
    min-height: 6rem;
    display: inline-block;
    border-collapse: collapse !important;
  }

  .unit-grid .unit-subheading .unit-13 {
    font-size: 1.33333rem;
    min-height: 4rem !important;
  }

  .unit-grid .unit-14 {
    width: 392px;
    min-height: 6rem;
    display: inline-block;
    border-collapse: collapse !important;
  }

  .unit-grid .unit-subheading .unit-14 {
    font-size: 1.33333rem;
    min-height: 4rem !important;
  }

  .unit-grid .unit-15 {
    width: 420px;
    min-height: 6rem;
    display: inline-block;
    border-collapse: collapse !important;
  }

  .unit-grid .unit-subheading .unit-15 {
    font-size: 1.33333rem;
    min-height: 4rem !important;
  }

  .unit-grid .unit-16 {
    width: 448px;
    min-height: 6rem;
    display: inline-block;
    border-collapse: collapse !important;
  }

  .unit-grid .unit-subheading .unit-16 {
    font-size: 1.33333rem;
    min-height: 4rem !important;
  }

  .unit-grid .unit-17 {
    width: 476px;
    min-height: 6rem;
    display: inline-block;
    border-collapse: collapse !important;
  }

  .unit-grid .unit-subheading .unit-17 {
    font-size: 1.33333rem;
    min-height: 4rem !important;
  }

  .unit-grid .unit-18 {
    width: 504px;
    min-height: 6rem;
    display: inline-block;
    border-collapse: collapse !important;
  }

  .unit-grid .unit-subheading .unit-18 {
    font-size: 1.33333rem;
    min-height: 4rem !important;
  }

  .unit-grid .unit-19 {
    width: 532px;
    min-height: 6rem;
    display: inline-block;
    border-collapse: collapse !important;
  }

  .unit-grid .unit-subheading .unit-19 {
    font-size: 1.33333rem;
    min-height: 4rem !important;
  }

  .unit-grid .unit-20 {
    width: 560px;
    min-height: 6rem;
    display: inline-block;
    border-collapse: collapse !important;
  }

  .unit-grid .unit-subheading .unit-20 {
    font-size: 1.33333rem;
    min-height: 4rem !important;
  }

  .unit-grid .unit-21 {
    width: 588px;
    min-height: 6rem;
    display: inline-block;
    border-collapse: collapse !important;
  }

  .unit-grid .unit-subheading .unit-21 {
    font-size: 1.33333rem;
    min-height: 4rem !important;
  }

  .unit-grid .unit-22 {
    width: 616px;
    min-height: 6rem;
    display: inline-block;
    border-collapse: collapse !important;
  }

  .unit-grid .unit-subheading .unit-22 {
    font-size: 1.33333rem;
    min-height: 4rem !important;
  }

  .unit-grid .unit-23 {
    width: 644px;
    min-height: 6rem;
    display: inline-block;
    border-collapse: collapse !important;
  }

  .unit-grid .unit-subheading .unit-23 {
    font-size: 1.33333rem;
    min-height: 4rem !important;
  }

  .unit-grid .unit-24 {
    width: 672px;
    min-height: 6rem;
    display: inline-block;
    border-collapse: collapse !important;
  }

  .unit-grid .unit-subheading .unit-24 {
    font-size: 1.33333rem;
    min-height: 4rem !important;
  }

  .unit-grid .unit-25 {
    width: 700px;
    min-height: 6rem;
    display: inline-block;
    border-collapse: collapse !important;
  }

  .unit-grid .unit-subheading .unit-25 {
    font-size: 1.33333rem;
    min-height: 4rem !important;
  }

  .unit-grid .unit-26 {
    width: 728px;
    min-height: 6rem;
    display: inline-block;
    border-collapse: collapse !important;
  }

  .unit-grid .unit-subheading .unit-26 {
    font-size: 1.33333rem;
    min-height: 4rem !important;
  }

  .unit-grid .unit-27 {
    width: 756px;
    min-height: 6rem;
    display: inline-block;
    border-collapse: collapse !important;
  }

  .unit-grid .unit-subheading .unit-27 {
    font-size: 1.33333rem;
    min-height: 4rem !important;
  }

  .unit-grid .unit-28 {
    width: 784px;
    min-height: 6rem;
    display: inline-block;
    border-collapse: collapse !important;
  }

  .unit-grid .unit-subheading .unit-28 {
    font-size: 1.33333rem;
    min-height: 4rem !important;
  }

  .unit-grid .unit-29 {
    width: 812px;
    min-height: 6rem;
    display: inline-block;
    border-collapse: collapse !important;
  }

  .unit-grid .unit-subheading .unit-29 {
    font-size: 1.33333rem;
    min-height: 4rem !important;
  }

  .unit-grid .unit-30 {
    width: 840px;
    min-height: 6rem;
    display: inline-block;
    border-collapse: collapse !important;
  }

  .unit-grid .unit-subheading .unit-30 {
    font-size: 1.33333rem;
    min-height: 4rem !important;
  }

  .preview__changed {
    color: red !important;
  }

  .pdf div[class^="col-"], .pdf .row {
    margin-right: 0 !important;
    padding-right: 0 !important;
  }

  .pdf .u-margin-bottom-small {
    margin-bottom: .1rem !important;
  }
}

nav.sidebar-nav {
  z-index: 99999;
  background-color: #212c65;
  border-right: 6px solid #8c2333;
  min-width: 20rem;
  height: 100%;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(-100%);
}

nav.sidebar-nav.active {
  transform: translateX(0);
}

nav.sidebar-nav.active .sidebar-menu {
  opacity: 0;
  visibility: hidden;
  display: none;
}

nav.sidebar-nav .sidebar-close {
  color: #af2a37;
  cursor: pointer;
  font-size: 1.8rem;
  position: absolute;
  top: 10px;
  right: 10px;
}

nav.sidebar-nav .sidebar-close:hover {
  color: #86202a;
  transform: translateY(-1px);
}

nav.sidebar-nav .sidebar-menu {
  color: #f7f7f7;
  cursor: pointer;
  background-color: #212c65;
  padding: .3rem .8rem;
  font-size: 1.8rem;
  position: absolute;
  top: 10px;
  right: -5rem;
}

nav.sidebar-nav .sidebar-menu:hover {
  color: #dedede;
  transform: translateY(-1px);
}

nav.sidebar-nav h1 {
  color: #f7f7f7;
}

nav.sidebar-nav ul {
  color: #f7f7f7;
  margin-right: 1rem;
  padding-left: 1rem;
  font-size: 1.4rem;
  list-style: none;
}

nav.sidebar-nav ul li {
  color: #f7f7f7;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

nav.sidebar-nav ul li:hover {
  color: #dedede;
  transform: translateY(-1px);
}

nav.sidebar-nav ul li a {
  color: #f7f7f7;
}

body:not(.preload) nav.sidebar-nav {
  transition: all .3s ease-in-out;
}

.wizard__table {
  width: 100%;
}

.wizard__table thead th, .wizard__table tbody td, .wizard__table tfoot td {
  text-align: center;
}

.wizard__table thead th {
  color: #f7f7f7;
  white-space: nowrap;
  background-color: #212c65;
  padding: 1rem;
}

.wizard__table tfoot tr {
  color: #f7f7f7;
  background-color: #212c65;
}

.wizard__table tfoot tr td {
  padding: 1rem;
}

.wizard__table tbody tr td {
  padding: .5rem;
}

.wizard__table__label {
  padding-bottom: .5rem;
  font-size: 1rem;
  font-weight: bold;
}

.wizard__table--striped tbody tr:nth-child(2n) {
  background-color: #eee;
}

.wizard__table--striped tbody tr:nth-child(2n):hover {
  background-color: #bbb;
}

.wizard__table--striped tbody tr:nth-child(odd) {
  background-color: #fff;
}

.wizard__table--striped tbody tr:nth-child(odd):hover {
  background-color: #bbb;
}

.record-view__table tbody tr.record-view__table__record--active {
  color: #fff;
  background-color: #af2a37;
}

.form-canvas {
  background: #f7f7f7;
  border: 1px solid #a9a9a9;
  border-radius: 3px;
  margin: 0;
  padding: 10px 0 0;
}

main.reports {
  padding: 5rem 5rem 2rem;
}

.preview-table {
  width: 100%;
  margin: .7rem 0;
}

.preview-table.table--spaced {
  border-spacing: .4rem;
  border-collapse: separate;
}

.preview-table th {
  color: #000;
  font-weight: bold;
}

.preview-table td, .preview-table th {
  padding: .5rem;
}

.preview-table tr.main-head {
  border: 1px solid #657685;
}

.preview-table tr.main-head th {
  background-color: #b9c2ca;
  padding: 1rem;
  font-size: 1.5rem;
}

.preview-table tr.main-head--green th {
  background-color: #dff0d8;
}

.preview-table tr.main-head--big th {
  padding-top: 3rem;
}

.preview-table tr.sub-head {
  border: 1px solid #ccc;
}

.preview-table tr.sub-head th {
  background-color: #b9c2ca;
  border: 2px solid #ccc;
  padding: 1rem;
  font-size: 1.2rem;
}

.preview-table .cell-label {
  font-size: 1.2rem;
  font-weight: bold;
}

.preview-table .cell-label:after {
  content: " :";
}

.preview-table .cell-value {
  min-height: 1.67rem;
  padding-left: .1rem;
}

.preview-table tbody td {
  border: 1px solid #ccc;
  width: auto;
}

.preview-table tbody.body-border, .preview-table tfoot tr {
  border: 1px solid #ccc;
}

.preview-table tfoot tr td {
  background-color: #b9c2ca;
  border: 1px solid #ccc;
  padding: 1rem;
  font-size: 1.2rem;
}

.preview-table--striped tbody tr:nth-child(2n) {
  background-color: #eff8fa;
}

.preview-table.member-information tbody tr:first-child td:nth-child(4) {
  width: 10%;
}

.wizard {
  background-color: #f7f7f7;
  border-radius: 3px;
  width: 100%;
  min-height: 60rem;
  padding: 2.3rem;
  overflow: hidden;
  box-shadow: 0 1.5rem 4rem #00000026;
}

.wizard__form {
  border: 1px solid #f8e0e3;
  width: auto;
  height: 100%;
  padding: 2rem 1.2rem;
  position: relative;
}

.wizard__form__content {
  width: 100%;
  height: 97%;
  min-height: 58.2rem;
  padding-bottom: 2rem;
  overflow: hidden auto;
}

.wizard__form__content .pad-right-0 {
  padding-right: 0 !important;
}

.wizard__form__heading {
  letter-spacing: .1rem;
  color: #212c65;
  font-size: 2rem;
  font-weight: 300;
  transition: all .2s;
}

.wizard__form__heading:hover {
  color: #141b3f;
  text-shadow: .5rem 1rem 2rem #0003;
  transform: translateY(-.1rem);
}

.wizard__form__heading__secondary {
  letter-spacing: .1rem;
  color: #af2a37;
  font-size: 1.6rem;
  font-weight: 300;
  transition: all .2s;
}

.wizard__form__heading__secondary:hover {
  color: #86202a;
  text-shadow: .5rem 1rem 2rem #0003;
  transform: translateY(-.1rem);
}

.wizard__form__heading__tertiary {
  letter-spacing: .1rem;
  color: #000;
  font-size: 1.4rem;
  font-weight: 300;
  transition: all .2s;
}

.wizard__form__heading__tertiary:hover {
  color: #000;
  text-shadow: .5rem 1rem 2rem #0003;
  transform: translateY(-.1rem);
}

.wizard__form__input {
  border-bottom: 1px solid green;
  height: 3.7rem;
  font-size: 1.5rem;
  line-height: 3.4rem;
  transition: all .1s;
}

.wizard__form__input:required ~ .wizard__form__label:after {
  content: "*";
  color: red;
  margin-left: .2rem;
}

.wizard__form__input:invalid {
  border-bottom: 1px solid red;
}

.wizard__form__input:focus {
  border-bottom: 3px solid green;
}

.wizard__form__input:focus:invalid {
  border-bottom: 3px solid red;
}

.wizard__form__label {
  cursor: pointer;
}

.wizard__form__link {
  color: #8c2333;
  text-decoration: none;
}

.wizard__form__link:hover {
  color: #af2a37;
}

.wizard__form__link--missing {
  cursor: not-allowed;
}

.wizard__form__loading {
  z-index: 1020;
  cursor: wait;
  opacity: 0;
  visibility: hidden;
  background-color: #000c;
  width: 100%;
  height: 100%;
  transition: all .2s;
  position: absolute;
  top: 0;
  left: 0;
}

.wizard__form__loading__image {
  max-width: 6.4rem;
  max-height: 6.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wizard__form__loading--visible {
  opacity: 1;
  visibility: visible;
}

.wizard__form__button {
  z-index: 1000;
  float: right;
}

.wizard__form__footer {
  background-color: #f7f7f7;
  width: 98%;
  position: absolute;
  bottom: 1%;
}

.wizard__form__footer__item--right {
  float: right;
}

.wizard__form__footer__item--left {
  float: left;
}

.wizard__form__review__box {
  border: 1px solid #212c65;
  border-radius: 3px;
  padding: 1rem;
}

.wizard__form__review__label {
  letter-spacing: .1rem;
  font-weight: 600;
}

.preview__field--updated:after {
  content: "";
  color: green;
  font-family: FontAwesome;
}

.preview__changed {
  color: red;
}

.preview__changed:hover {
  cursor: pointer;
  color: #c00;
  position: relative;
}

.preview__changed:hover:after {
  color: #fff;
  content: "Changed";
  text-shadow: 0 1px #000;
  white-space: nowrap;
  z-index: 98;
  background: #af2a37e6;
  border-radius: .5em;
  padding: .3em 1em;
  display: block;
  position: absolute;
  bottom: 1.35em;
  left: 1em;
}

.preview__changed:hover:before {
  content: "";
  z-index: 99;
  border: .4em solid #0000;
  border-top-color: #af2a37e6;
  border-bottom: 0 solid #af2a37e6;
  display: block;
  position: absolute;
  bottom: 1em;
  left: 2em;
}

.benefit__card {
  max-width: 540px;
  min-height: 460px;
}

.grid-stack {
  min-height: 160px;
  margin: 0;
}

.grid-stack-item-content {
  color: #000;
  background-color: #fff;
  border: 0 dotted #aaa;
  padding: 6px;
  overflow: hidden !important;
}

.affix {
  top: 60px;
}

.menulink {
  cursor: pointer;
}

#loading {
  text-align: center;
  color: #535353;
  box-shadow: 10px 10px 5px #888;
  z-index: 1053;
  background: #fff;
  border: 1px solid #999;
  border-radius: 4px;
  width: 100px;
  height: 80px;
  margin-left: -50px;
  padding: 10px;
  display: none;
  position: fixed;
  top: 25%;
  left: 50%;
  -webkit-box-shadow: 5px 5px 5px #888;
}

.modal-small {
  width: 300px;
}

.subsection {
  color: #fff;
  background: #212c65 !important;
}

.formlabel {
  color: #000;
  background: #f7f7f7 !important;
}

.panel-stat {
  background: none;
}

.viewrow {
  margin-bottom: 5px;
}

.viewlabel {
  margin-bottom: 10px;
}

.viewfield {
  background: #f7f7f7;
  font-weight: bold;
}

/*# sourceMappingURL=app.css.map */
