﻿/**********    Overlay Label    ***********/
@media screen {
  .form-group.has-label {
    position: relative;
    margin-bottom: .8rem; }
    .form-group.has-label > label {
      font-weight: bold;
      color: #666;
      position: absolute;
      top: -.6rem;
      margin-left: .5rem;
      z-index: 4;
      display: inline-block;
      white-space: nowrap;
      max-width: 90vw;
      text-overflow: ellipsis;
      overflow-x: hidden; }
      .form-group.has-label > label::before {
        content: " ";
        display: block;
        position: absolute;
        background: #fff;
        height: .5rem;
        top: .4rem;
        left: -.1em;
        right: -.1em;
        z-index: -1; }
    .form-group.has-label label.required:after {
      content: "*";
      color: #ccc;
      font-weight: normal;
      font-style: italic;
      margin-right: .25rem; } }

/**********    Forms    ***********/
.griddly-filter-form-group.form-group {
  margin-bottom: 0; }

/**********    Unobtrusive Validation    ***********/
.validation-summary-valid {
  display: none; }

/**********    Spinner    ***********/
.modal-spinner {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999; }
  .modal-spinner i {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 50pt; }

/**********    Custom Switch    ***********/
.custom-switch.custom-switch-success .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #a3d7a3;
  background-color: #a3d7a3; }

.custom-switch.custom-switch-danger .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #eba5a3;
  background-color: #eba5a3; }

.custom-switch.custom-switch-success .custom-control-label::before, .custom-switch.custom-switch-danger .custom-control-label::before {
  background-color: #eee;
  border-color: #eee; }

.custom-switch.custom-switch-success .custom-control-label::after, .custom-switch.custom-switch-danger .custom-control-label::after {
  background-color: #fff; }

/**********    Bootstrap Select    ***********/
.bootstrap-select.form-control {
  display: block; }

.bootstrap-select.custom-item-template .dropdown-menu li a span.text:not(:empty) {
  display: block; }

.bootstrap-select .dropdown-menu {
  max-width: 98vw; }
  .bootstrap-select .dropdown-menu .dropdown-item .form-row > [class*="col-"] {
    overflow: hidden;
    text-overflow: ellipsis; }
  .bootstrap-select .dropdown-menu .dropdown-item.active .text-muted, .bootstrap-select .dropdown-menu .dropdown-item:active .text-muted {
    color: #fff !important; }

.bootstrap-select:not(.custom-item-template) .dropdown-menu li span.text {
  overflow-x: hidden;
  text-overflow: ellipsis;
  max-width: 400px;
  display: inline-block;
  margin-right: 0 !important; }

.bootstrap-select .form-control {
  border: 1px solid #ccc !important; }
  .bootstrap-select .form-control:not(:disabled) {
    background-color: #fff !important; }
  .bootstrap-select .form-control:disabled, .bootstrap-select .form-control:disabled + button {
    background-color: #eee !important;
    opacity: 1.0;
    pointer-events: none;
    cursor: not-allowed; }
  .bootstrap-select .form-control.btn-sm {
    height: calc(1.5em + .5rem + 2px); }

.bootstrap-select.show > .btn-light.dropdown-toggle {
  background-color: #fff; }

.bootstrap-select .dropdown-menu span.fa-chevron-circle-right.float-right + span.text > i.dd-info {
  margin-right: 1.5rem; }

.bootstrap-select .dropdown-menu span.fa-chevron-circle-right.float-right.dd-trigger {
  z-index: 1;
  position: relative; }

.form-group.has-label .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%; }

.form div.bootstrap-select {
  display: inline-block; }

.contactBlock .invalid {
  text-decoration: line-through;
  color: #a94442 !important; }

.checkTree {
  margin-bottom: 20px; }

/*BOOTSTRAP FIXES*/
/*-------------------------------*/
@media (max-width: 450px) {
  ul.dropdown-menu {
    width: auto !important; } }

/* ROLE SECTIONS
----------------------------------------------------------*/
.roles {
  /*margin-top:15px;
    padding-top:5px;
    border-top:solid 1px #666;*/ }

.rolesection div {
  overflow: auto;
  padding-bottom: 3px;
  background-color: #f0f0f0;
  margin-bottom: 10px;
  border-radius: 3px; }

.rolesection div h3 {
  font-size: 18px;
  border-bottom: solid 1px #777;
  color: #333;
  font-weight: bold;
  margin: 10px;
  margin-top: 5px;
  padding: 5px 0; }

.rolesection div p {
  margin: 10px 15px; }

.rolesection div ul {
  padding-left: 0; }

.rolesection div li {
  color: #333;
  display: block;
  border: solid 2px #ccd;
  border-radius: 3px;
  margin: 10px 15px;
  padding: 10px;
  font-size: large; }

.rolesection div li a {
  display: block;
  float: right;
  margin: 5px 3px;
  font-size: small;
  padding-top: 6px; }

.rolesection div li:hover {
  background-color: #fff; }

.rolesection div li a.added {
  text-decoration: none; }

.rolesection div li a.added span {
  display: none; }

.rolesection div li span.icon32 {
  vertical-align: bottom;
  width: 32px;
  height: 32px; }

/* PROFILE CHANGER
----------------------------------------------------------*/
.viewChanger {
  /*clear: both;*/
  margin-bottom: 10px; }

.viewChanger > span,
ul.nav.nav-pills,
ul.nav.nav-tabs {
  line-height: 20px;
  border: solid 1px #ccc;
  background-color: white;
  border-radius: 18px;
  width: fit-content;
  padding: 3px;
  background-color: white; }

.viewChanger span a,
.viewChanger span label,
ul.nav.nav-pills li a,
ul.nav.nav-tabs li a {
  padding: 5px 15px;
  display: inline-block;
  border-radius: 14px;
  cursor: pointer;
  margin: 0;
  font-weight: normal; }

.viewChanger span a:hover,
ul.nav.nav-pills li a:hover,
ul.nav.nav-tabs li a:hover {
  text-decoration: none;
  background-color: #eee; }

.viewChanger span a.sel,
ul.nav.nav-pills li.active a,
ul.nav.nav-tabs li.active a,
ul.nav.nav-pills li a.active,
ul.nav.nav-tabs li a.active {
  font-weight: bold;
  color: #555;
  background-color: #ddd; }

/* RECORD MENU
----------------------------------------------------------*/
div.recordmenu {
  font-size: 12px;
  padding: 10px;
  width: 250px; }

div.recordmenu ul {
  margin: 0; }

div.recordmenu li {
  list-style: none;
  padding: 3px 6px;
  border-radius: 3px;
  margin: 3px 0; }

div.recordmenu a {
  padding-left: 10px; }

ul.recordmenu li.sel a {
  font-weight: bold; }

div.recordmenu li.category {
  cursor: pointer; }

div.recordmenu li.category:hover {
  background-color: #eee; }

div.recordmenu li.category:hover:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #444;
  display: block;
  position: relative;
  top: 7px;
  float: right; }

div.recordmenu li.category.slid {
  background-color: #eee; }

div.recordmenu li.category.slid:after {
  border: none;
  display: none; }

/* PRINT BUTTON EMAIL FORM
----------------------------------------------------------*/
div.printButton_form {
  padding: 1em; }

.printButton_form select {
  width: 228px; }

.printButton_form input[type=text] {
  width: 220px;
  clear: both; }

.printButton_form input[type=submit], .printButton_form input[type=reset] {
  margin-left: 10px; }

/* MULTISELECT
----------------------------------------------------------*/
.multiSelect {
  width: 182px;
  border: solid 1px #BBB;
  background: #FFF url(../images/multiselect/dropdown.gif) right center no-repeat;
  padding: 2px 4px;
  padding-right: 20px;
  display: inline; }

.multiSelect.hover {
  background: url(../images/multiselect/dropdown_hover.gif) right center no-repeat; }

.multiSelect.active,
.multiSelect.focus {
  /*border: inset 1px #000;*/ }

.multiSelect.active {
  background: url(../images/multiselect/dropdown_active.gif) right center no-repeat; }

input.multiSelect {
  width: 243px !important; }

.multiSelectOptions {
  width: 248px;
  max-height: 150px;
  margin-top: -1px;
  overflow-y: auto;
  overflow-x: hidden;
  border: solid 1px #B2B2B2;
  background: #FFF; }

.multiSelectOptions LABEL {
  padding: 2px 5px;
  display: block;
  width: 248px !important; }

.multiSelectOptions LABEL.checked {
  background: #E6E6E6; }

.multiSelectOptions LABEL.selectAll {
  border-bottom: dotted 2px #CCC; }

.multiSelectOptions LABEL.hover {
  background: #CFCFCF; }

/* GRID
----------------------------------------------------------*/
/*$grid-header-bgcolor-bottom: rgb(72,93,124) !default;*/
form .group.grid {
  overflow: visible; }

table.grid tbody.data td span.highlight {
  color: Blue; }

table.grid {
  margin-bottom: 20px;
  color: Black;
  width: 100%;
  border-collapse: collapse;
  background-color: White; }

.griddly-filter-form .griddly-scrollable-container,
.griddly-filter-none .griddly-scrollable-container {
  overflow-x: auto; }

.griddly-scrollable-container::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

.griddly-scrollable-container::-webkit-scrollbar-track {
  background: #fafafa; }

.griddly-scrollable-container::-webkit-scrollbar-thumb {
  background: #888; }

.griddly-scrollable-container::-webkit-scrollbar-thumb:hover {
  background-color: #aaa; }

.griddly table.grid {
  margin-bottom: 0; }

.griddly tbody.data td {
  vertical-align: middle; }

.griddly .griddly-select {
  width: 35px; }

.griddly .griddly-row-link-column {
  width: 35px;
  text-align: center; }

.griddly .griddly-selection {
  white-space: nowrap;
  vertical-align: top;
  font-weight: normal; }

.griddly .griddly-selection:before {
  content: " - "; }

.griddly .griddly-selection a {
  color: #ccc; }

.griddly .griddly-selection-count {
  margin: 0;
  font-weight: bold; }

.griddly .column-hidden {
  display: none !important; }

.btn-group .dropdown-menu .manage {
  color: #999; }

.btn-group .dropdown-menu .manage:hover {
  color: inherit; }

.griddly-selection {
  white-space: nowrap;
  vertical-align: top;
  font-weight: normal;
  margin-left: 3px; }

.griddly-selection:before {
  content: " - "; }

.griddly-selection a {
  color: #ccc; }

.griddly.saveable tr.header td .cq_save_container {
  float: right; }

.griddly.saveable tr.header td .cq_save_container a {
  color: white; }

.griddly-filters-form {
  margin: 10px 0; }

.filter-display-value {
  margin-right: 10px;
  white-space: nowrap; }

.griddly-remove-filter-value .fa {
  top: 1px;
  vertical-align: -15%;
  font-size: 125%; }

.griddly-remove-filter-value .fa:hover {
  color: #ca4242; }

.griddly-filter-statusall-show,
.griddly-filter-statusfiltered-show {
  display: none; }

.griddly-filter-statusall .griddly-filter-statusall-show,
.griddly-filter-statusfiltered .griddly-filter-statusfiltered-show {
  display: inline; }

/*
.griddly-filter-customquery-label {
    margin-right: 10px;
}

.griddly-filter-statuscustomquery-show {
    display: none
}

.griddly-filter-statuscustomquery .griddly-filter-statusall-show,
.griddly-filter-statuscustomquery .griddly-filter-statusfiltered-show,
.griddly-filter-statuscustomquery .griddly-filter-values {
    display: none
}

.griddly-filter-statuscustomquery .griddly-filter-statuscustomquery-show {
    display: inline
}

.griddly-filter-statuscustomquery .griddly-search-clear {
    display: inline
}*/
.griddly-filter-display-empty {
  display: none; }
  .griddly-filter-display-empty + span.fa {
    padding-left: .5rem;
    padding-right: .5rem; }

.griddly.hide-footer .griddly-footer {
  display: none; }

.columnHeaders .griddly-row-link-column:before {
  display: inline-block;
  font-family: 'Font Awesome 6 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0c1"; }

/*CSS-based floating header for grids*/
.griddly:not(.modal .griddly) .griddly-scrollable-container table thead {
  position: sticky;
  top: -15px;
  z-index: 1; }
  .griddly:not(.modal .griddly) .griddly-scrollable-container table thead tr, .griddly:not(.modal .griddly) .griddly-scrollable-container table thead tr.columnHeaders th, .griddly:not(.modal .griddly) .griddly-scrollable-container table thead tr.griddly-header td {
    border: none;
    border-radius: unset;
    outline: solid 1px #ddd;
    /*covers up the see-through border caused by https://github.com/w3c/csswg-drafts/issues/3136  */ }

/*@media screen and (-webkit-min-device-pixel-ratio:0)  { */
/* don't zoom modals on mobile safari just because tapped into element */
@supports (-webkit-touch-callout: none) {
  .modal select,
  .modal textarea,
  .modal input {
    font-size: 16px !important; }
  .modal-dialog {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    margin: 0; }
  .modal-content {
    height: 100%;
    display: grid;
    grid-template-rows: auto 1fr; }
  .modal-content {
    /*Workaround for modal background scrolling issue in BS3/iOS: https://stackoverflow.com/questions/43563795/bootstrap-modal-background-scroll-on-ios*/
    overflow-y: scroll;
    /*-webkit-overflow-scrolling: auto*/ }
  .modal-open .sidebar-body-content {
    display: none; }
  /*.modal-content form::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
}

.modal-content form::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}*/ }

table.grid td.right, table.grid th.right {
  text-align: right; }

table.grid td.center, table.grid th.center {
  text-align: center; }

table.grid td.left, table.grid th.left {
  text-align: left; }

table.grid td.justify, table.grid th.justify {
  text-align: justify; }

table.grid thead tr.filters .saveForm {
  display: none;
  border: none; }

table.grid thead tr.header td {
  font-size: 13px;
  font-weight: bold;
  padding: 5px;
  text-align: left;
  color: white;
  height: 25px;
  background: #627eba;
  /* IE8/IE9 */
  /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='${grid-header-bgcolor-top}', EndColorStr='${grid-header-bgcolor-bottom}')";
        background-image: linear-gradient($grid-header-bgcolor-top, $grid-header-bgcolor-bottom);
        border-top: solid 1px $grid-header-bgcolor-top;
        border-right: solid 1px $grid-header-bgcolor-top;
        border-left: solid 1px $grid-header-bgcolor-top;
        border-bottom: solid 1px $grid-header-bgcolor-bottom;*/ }

table.grid thead a.reset, table.grid thead a.navigate {
  color: white; }

tr.header td input.quickSearch {
  background-color: transparent;
  font-size: 11px;
  color: white;
  float: right; }

tr.payment-error {
  color: #f00; }

tr.payment-pending {
  color: #888; }

table.grid thead tr.header td span.status {
  font-style: italic;
  font-weight: normal;
  padding: 0 8px; }

table.grid thead tr.filters > td,
table.grid thead tr.printing > td {
  border: solid 1px #dadada;
  text-align: left; }

table.grid thead td .filterForm {
  margin-bottom: 0; }

table.grid thead tr.filters .filterForm {
  float: left; }

table.grid thead tr.filters .saveLinks {
  float: right;
  margin: 10px 20px; }

table.grid thead tr.filters .saveLinks a {
  cursor: pointer; }

table.grid thead tr.filters div.errors label {
  width: auto; }

table.grid thead tr.filters.hidden, table.grid thead tr.printing.hidden {
  display: none; }

table.grid thead th {
  font-weight: bolder;
  padding: 5px 4px;
  background: #f4e8d3;
  background-image: linear-gradient(#f4e8d3, #e3dabb);
  border: 1px solid #dadada;
  font-size: 11px; }

table.grid thead th.sortable {
  cursor: pointer; }

table.grid thead th.sorted_a,
table.grid thead th.sorted_d {
  font-weight: bold;
  background: #e3dabb;
  background-image: linear-gradient(#e3dabb, #f4e8d3); }

table.grid thead th.sorted_a span.icon:after,
table.grid thead th.sorted_d span.icon:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  width: 0;
  height: 0;
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  margin-left: 4px; }

table.grid thead th.sorted_a span.icon:after {
  border-bottom: 5px solid #666; }

table.grid thead th.sorted_d span.icon:after {
  border-top: 5px solid #666; }

table.grid tbody.data > tr > td {
  padding: 4px 4px;
  border: solid 1px #dadada;
  height: 28px; }

table.grid tbody.data tr td img,
table.grid tbody.data tr td span.icon16,
table.grid tbody.data tr td span.icon20 {
  vertical-align: middle; }

table.grid.rowclick tbody.data tr {
  cursor: pointer; }

table.grid.rowhover tbody.data tr {
  cursor: default; }

table.grid > tbody.data > tr.drag > td:not(.disputed):not(.no-hover),
table.grid.rowclick > tbody.data > tr:hover > td:not(.disputed):not(.no-hover),
table.grid.rowhover > tbody.data > tr:hover > td:not(.disputed):not(.no-hover) {
  background-color: #ffffb4; }

table.grid tfoot td, table.grid thead td.last {
  padding: 5px;
  text-align: right;
  border: solid 1px #dadada;
  background-color: #e7e7e7; }

.griddly-footer, .griddly-header td {
  min-height: 33px;
  text-align: center;
  border: 1px solid #dadada;
  border-top: none;
  background-color: #e7e7e7;
  padding: 5px; }

table.grid tfoot td span.summary,
table.grid thead td span.summary {
  float: left;
  margin-top: 3px; }

.griddly-summary {
  float: left;
  margin-top: 3px;
  line-height: 22px; }

.griddly-pagesize {
  float: right; }

span.griddly-pagesize select.pageSize {
  width: 110px;
  padding: 2px 3px;
  height: 26px;
  border-radius: 3px;
  border: 1px solid #aaa;
  color: #555555; }

table.grid tfoot td input[type=text]:not(.form-control),
table.grid thead td.last input[type=text]:not(.form-control),
.griddly-pager input {
  /*margin-top:-2px;*/
  width: 45px;
  padding: 2px 3px;
  height: 26px;
  border-radius: 3px;
  border: 1px solid #aaa;
  color: #555555;
  text-align: center;
  /*vertical-align: middle;*/ }

table.grid tfoot td a.prev,
table.grid tfoot td a.next,
.griddly-pager a.prev,
.griddly-pager a.next,
table.grid thead td.last a.prev,
table.grid thead td.last a.next {
  margin-right: 9px;
  margin-left: 9px; }

table.grid tr.buttons > td {
  padding: 3px 0 10px 0;
  border: none; }

table.grid tr.buttons a.btn {
  line-height: 20px;
  margin-right: 5px; }

table.grid tr.buttons a.btn span.caret {
  margin-bottom: 1px; }

table.grid tr.buttons a.btn span.icon20 {
  margin-right: 5px; }

table.grid tr.buttons .sys a.btn {
  margin-right: 0; }

table.grid tr.buttons .sys a.btn span.icon20:last-child {
  margin-right: 0; }

table.grid tr.buttons .sys .btn-group {
  margin-left: 5px; }

table.grid tr.buttons .sys .FilterButton .btn {
  height: 33px; }

table.grid tr.buttons div.ButtonTemplate {
  display: inline-block;
  vertical-align: middle; }

table.grid tr.buttons div.ButtonTemplate a span.icon20 {
  vertical-align: middle;
  margin-left: 2px; }

table.grid tr.buttons .quickentry, .griddly .btn-group .quickentry {
  display: block;
  float: left;
  border: solid 1px transparent;
  padding: 1px;
  margin-right: 4px; }

table.grid tr.buttons .quickentry input, .griddly .btn-group .quickentry input {
  margin-right: 0; }

table.grid div.grid-footer {
  display: table;
  width: 100%; }

table.grid tr.buttons .quickentry input, .griddly .btn-group .quickentry input,
table.grid tr.buttons .quickentry select, .griddly .btn-group .quickentry select {
  vertical-align: middle;
  width: 150px; }

table.grid tr.buttons .quickentry a span.icon20, .griddly .btn-group .quickentry a span.icon20 {
  vertical-align: middle; }

table.grid div.grid-footer span.row {
  display: table-row; }

table.grid span.summary-left {
  text-align: left;
  display: table-cell;
  width: 200px; }

table.grid span.summary-right {
  text-align: right;
  display: table-cell;
  width: 200px; }

table.grid span.pager {
  text-align: center;
  display: table-cell; }

table.grid tfoot td input, table.grid thead td.last input {
  width: 25px;
  text-align: center;
  vertical-align: middle; }

table.grid tr.settings form input[type=text] {
  width: 50px; }

table.grid select.operator, table.grid thead td .filterForm div select.operator {
  width: 100px; }

table.grid td.junction {
  width: 59px; }

table.grid select.junction, table.grid thead td .filterForm div select.junction {
  width: 55px; }

table.grid select.not {
  width: 55px; }

table.advanced {
  width: 100%;
  margin: 0 0 5px 0; }

table.advanced th {
  border: none;
  border-bottom: solid 1px #aaa;
  background: none; }

table.advanced td {
  border: none !important;
  padding: 2px; }

table.advanced td.not {
  text-align: center; }

table.advanced td.junction {
  width: 58px; }

table.advanced select.form-control {
  padding-left: 5px;
  padding-right: 5px; }

a.advanced {
  cursor: pointer; }

div.advanced:not(.form-group) {
  margin: 10px 0; }

table.grid .sys ul.dropdown-menu {
  font-size: 12px;
  width: 300px; }

table.grid .sys ul.dropdown-menu li {
  list-style: none;
  padding: 3px 6px; }

table.grid .sys ul.dropdown-menu a {
  padding-left: 5px;
  cursor: pointer; }

/* Table - EDIT
----------------------------------------------------------*/
table.edit th {
  text-align: left;
  padding: 3px 10px; }

table.edit {
  margin: 0;
  padding: 0; }

/* ERROR
----------------------------------------------------------*/
.success {
  color: #00009f; }

.form input.invalid,
.form select.invalid,
.form textarea.invalid,
.form select.jqddfilter.invalid ~ input,
form.unobtrusive .input-validation-error {
  border: solid 1px #f50000;
  /*padding: 1px;*/ }

select.invalid:not(.form-group.has-label .invalid) {
  padding: 0 0 0 1px; }

label.invalid {
  color: #f50000;
  display: block; }

div.errorDetails {
  border: solid 1px #f50000;
  padding: 10px;
  padding-top: 30px;
  color: #f50000;
  position: absolute;
  z-index: 50;
  background-color: #ffffd7;
  display: block;
  left: -5px;
  /*opacity:0.1;
    -moz-opacity:0.1;
    filter:alpha(opacity=10);*/ }

/* ACTIONS - buttons
-------------------------------------------------------------------*/
div.pagebuttons {
  background-color: #fff;
  z-index: 3;
  /*position: absolute;
    right:0;
    top: 22px;
    margin:0;*/
  margin-top: -5px; }

div.pagebuttons.output {
  margin-top: -50px; }

div.pagebuttons a {
  line-height: 21px; }

div.pagebuttons a span.icon20 {
  vertical-align: middle;
  margin-right: 5px; }

div.pagebuttons a span.icon20.right {
  vertical-align: middle;
  margin-right: 0;
  margin-left: 5px; }

div.pagebuttons ul.dropdown-menu {
  font-size: 12px;
  width: 300px; }

div.pagebuttons ul.dropdown-menu ul {
  padding-left: 0; }

div.pagebuttons.output ul li {
  list-style: none;
  padding: 1px 5px;
  font-weight: bold; }

div.pagebuttons ul a {
  font-weight: normal; }

ul.dropdown-menu li .heading {
  text-transform: uppercase;
  padding-left: 20px;
  color: #555; }

/* Folder tree defaults
------------------------------------------------------------*/
ul.foldertree,
ul.foldertree ul {
  margin: 0;
  padding: 0;
  list-style: none; }

ul.foldertree li ul {
  display: none; }

ul.foldertree li.expanded ul.expanded {
  display: block; }

ul.foldertree li {
  padding-left: 18px;
  background-repeat: no-repeat;
  background-position: 1px 2px; }

ul.foldertree li.hasNodes {
  background-image: url(../lib/checktree/images/tree_plus.gif); }

ul.foldertree li.hasNodes.expanded {
  background-image: url(../lib/checktree/images/tree_minus.gif); }

/* FullCalendar defaults
------------------------------------------------------------*/
#calendar .fc-event-skin {
  font-size: 1em; }

#calendar .fc-event {
  margin-bottom: 2px;
  color: white;
  font-size: 1.0em; }

/* Calendar Items */
#calendar .fc-event-inner.task, #calendar .task .fc-event-inner {
  border-color: #d96666;
  background-color: #d96666;
  color: white; }

#calendar .fc-event-inner.audititem, #calendar .audititem .fc-event-inner {
  border-color: #4cb052;
  background-color: #4cb052;
  color: white; }

#calendar .fc-event-inner.milestone, #calendar .milestone .fc-event-inner {
  border-color: #c4a883;
  background-color: #c4a883;
  color: white; }

#calendar .fc-event-inner.event, #calendar .event .fc-event-inner {
  border-color: #59bfb3;
  background-color: #59bfb3;
  color: white; }

#calendar .fc-event-inner.classday, #calendar .classday .fc-event-inner {
  border-color: #668cd9;
  background-color: #668cd9;
  color: white; }

#calendar .fc-event-inner.assignment, #calendar .assignment .fc-event-inner {
  border-color: #e6804d;
  background-color: #e6804d;
  color: white; }

#calendar .fc-event-inner.extra, #calendar .extra .fc-event-inner {
  border-color: #aaa;
  background-color: #aaa;
  color: White; }

#calendar .fc-event-inner.committee, #calendar .committee .fc-event-inner {
  border-color: #d9810f;
  background-color: #d9810f;
  color: white; }

/*
Free colors:
rgb(224,194,64)
rgb(140,102,217)
*/
.fc .fc-event.important .fc-event-inner {
  background-image: url(../images/icons/16/sign_warning.png);
  background-position: top left;
  background-repeat: no-repeat; }

.fc .fc-event.complete .fc-event-inner {
  background-image: url(../images/icons/16/check.png);
  background-position: top left;
  background-repeat: no-repeat; }

.fc .fc-event.complete span:first-child,
.fc .fc-event.important span:first-child {
  padding-left: 18px; }

.fc-past {
  background-color: #f0f0f0; }

/* DASHBOARD BOXES
----------------------------------------------------------*/
.dashboardbox {
  font-size: 11px;
  max-width: 100%;
  padding: 10px;
  overflow: auto;
  margin: 0 0 20px 0;
  border: 1px solid #ddd;
  border-radius: 3px;
  border-left-width: 5px;
  border-left-color: #627eba;
  border-left-style: solid; }
  .dashboardbox:not(.masonryboxes .dashboardbox) {
    width: 400px; }

@media (max-width: 480px) {
  .dashboardbox > div {
    margin-right: 0; } }

@media (min-width: 500px) and (max-width: 1100px) {
  .dashboardbox:not(.masonryboxes .dashboardbox) {
    width: 350px; } }

/*Doesn't work well with hideable profile fields*/
/*.dashboardbox .infobox
    {
        padding: 3px 4px 3px 7px;
        margin: -3px -4px -3px -7px;
        min-height:17px;
    }*/
.dashboardbox .infobox th {
  vertical-align: top; }

.dashboardbox table {
  width: 100%; }

.dashboardbox .title {
  font-size: 17.5px;
  margin-top: 6px;
  margin-top: 0;
  margin-bottom: 5px;
  color: #7986a3; }

.dashboardbox .title a {
  font-style: italic;
  font-size: 11px; }

#dashboardextra {
  padding: 10px; }

.dashboardbox table:not(.simplegrid) > tbody > tr > td {
  min-width: 90px;
  padding: 3px 6px; }

.dashboardbox table:not(.simplegrid) > tbody > tr > th {
  min-width: 90px;
  padding: 3px 6px 3px 0;
  color: #777; }

.dashboardbox table:not(.simplegrid) > tbody > tr > td {
  font-size: 1.25em; }

.dashboardbox .editable,
#profile-header .editable,
.dashboardbox [data-infobox-authorized=true],
.dashboardbox [data-infobox-authorized=True] {
  position: relative; }

.dashboardbox .editable:hover,
#profile-header .editable:hover,
.dashboardbox [data-infobox-authorized=true]:hover,
.dashboardbox [data-infobox-authorized=True]:hover {
  background-color: #f0f0f0;
  box-shadow: 0 0 10px #bbb; }

.dashboardbox-danger {
  background-color: #f2dede !important;
  border-color: #a76464 !important; }

.dashboardbox-warning {
  background-color: #fcf8e3 !important;
  border-color: #c1b576 !important; }

.editableblock-edit {
  padding: 0 3px 0 5px;
  border-left: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  background-color: #fdfdfd; }

.hr {
  display: block;
  width: 99%;
  margin: 5px 0 5px 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #fff; }

/* SIMIPLE GRID
----------------------------------------------------------*/
.simplegrid {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px; }

.simplegrid th {
  text-align: left;
  border: solid 1px #ddd;
  background-color: #f1f1f1;
  padding: 2px 3px; }

.simplegrid td {
  vertical-align: top;
  border: solid 1px #ddd;
  padding: 1px 3px; }

.simplegrid .number {
  text-align: center; }

.simplegrid .date {
  text-align: center; }

/* CREDIT CARD SPRITE
----------------------------------------------------------*/
span.creditcard {
  background-image: url(../images/creditcards.png);
  display: inline-block;
  height: 18px;
  vertical-align: middle;
  margin-right: 5px; }

span.creditcard.visa {
  background-position: 0;
  width: 41px; }

span.creditcard.mastercard {
  background-position: -45px;
  width: 38px; }

span.creditcard.americanexpress, span.creditcard.amex {
  background-position: -87px;
  width: 56px; }

span.creditcard.discover {
  background-position: -150px;
  width: 80px; }

span.creditcard.jcb {
  background-position: -237px;
  width: 22px; }

/* SKILLS INFO BOX
----------------------------------------------------------*/
.skillBox + .skillBox:before {
  content: ", ";
  color: #000; }

.skillBox.expired {
  color: Red; }

.skillBox a {
  float: right; }

#skillsmasonry h5 {
  margin: 2px 0; }

/*********************
    twitter bootstrap fixes
*********************/
/*.btn-group
{
    overflow: inherit;
    padding-bottom: 0;
    margin-bottom: 0;
}
.btn-group.pull-right
{
    margin-left:5px;
}*/
/* This fixes slightly different button heights when using a caret button next to a icon button */
.btn-toolbar li .btn-sm {
  height: 26px; }

.btn-toolbar .btn-sm {
  height: 32px;
  line-height: 21px; }

.griddly {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  clear: both; }

.griddly .griddly-filters-inline td {
  border: 1px solid #dadada; }

.griddly .griddly-filters-inline form {
  border: none;
  padding: 0; }

.griddly .griddly-filters-inline {
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); }

.griddly .griddly-filters-inline input[type="text"] {
  min-height: 30px;
  margin-bottom: 0; }

.griddly .griddly-filters-inline td {
  padding: 4px 3px;
  border: none;
  overflow: hidden; }

.griddly-filter-popover {
  margin-top: 0; }
  .griddly-filter-popover .popover-body {
    padding: 0; }

.griddly .griddly-filters-inline select {
  display: none; }

.griddly input,
.griddly select,
.griddly tbody td {
  -webkit-user-select: text;
  -ms-user-select: text;
  -moz-user-select: text;
  user-select: text; }

.griddly td.sorted_a,
.griddly td.sorted_d {
  background-color: #f0f0f0; }

.griddly-select {
  min-width: 24px; }

.griddly-select input {
  width: 14px;
  height: 14px;
  margin: 0;
  margin-top: 5px; }

.griddly tbody .deleted-row {
  text-decoration: line-through; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

/*
    .griddly-scrollable-container
    {
        overflow-x:auto;
        clear:both;
    }
.griddly-scrollable-container::-webkit-scrollbar {  
    width: 8px;  
    height:8px;
}  
.griddly-scrollable-container::-webkit-scrollbar-track {  
    background: #fafafa;
}  
.griddly-scrollable-container::-webkit-scrollbar-thumb {  
    background: #888;
}  
.griddly-scrollable-container::-webkit-scrollbar-thumb:hover {  
    background-color: #aaa;  
} 
*/
.buttons, .griddly-buttons {
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 34px; }

.buttons a.disabled, .griddly-buttons a.disabled {
  filter: blur(1px);
  -webkit-filter: blur(1px); }

.buttons button.dropdown-toggle {
  height: 32px; }

.m3-print ~ ul.dropdown-menu, .m3-search ~ ul.dropdown-menu {
  max-width: 440px;
  min-width: 300px;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden; }

.attachment-field {
  padding: 0; }

.attachment-field .qq-upload-button div {
  padding: 0; }

.attachment-field .qq-uploader {
  padding: 0; }

select.hide-radio + .btn-group input[type=radio] {
  display: none; }

.griddly tfoot .btn-group {
  text-align: left;
  float: left;
  margin: 2px 4px; }

/* DISTRIBUTION
----------------------------------------------------------*/
.form div.group .distribution-container {
  width: 500px;
  float: left;
  padding: 3px 0; }

.distribution-container .distribution-view {
  padding: 3px 5px 1px 5px;
  margin-bottom: 2px;
  border: solid 1px #aaaaae;
  border-radius: 3px;
  line-height: normal; }

.distribution-container.invalid .distribution-view {
  border: solid 2px red;
  padding: 2px 4px 0 4px; }

.distribution-container .distribution-view span {
  padding: 2px 3px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 3px; }

.distribution-container .selectFilter {
  width: 50px;
  float: left; }

.distribution-view span.selected {
  background-color: #e9e9e9; }

.distribution-view span .remove {
  margin: 1px 4px; }

.distribution-view span .remove:before {
  content: "x"; }

.distribution-view span.none {
  font-style: italic; }

/*Typeahead*/
/*
.tt-dropdown-menu {
    min-width: 300px;
    width: 100%;
    margin-top: 2px;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    border-radius: 6px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.tt-suggestions {
    width: 300px;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
}

    .tt-suggestion.tt-cursor {
        color: #262626;
        background-color: #f5f5f5;
    }

        .tt-suggestion.tt-cursor a {
            color: #fff;
        }

    .tt-suggestion p {
        margin: 0;
    }

.tt-hint {
    font-size: 12px;
    line-height: 1.428571429;
    width: 100%;
}

span.twitter-typeahead {
    width: 100%;
}

.address-picker span.twitter-typeahead {
    width:initial;
}

.tt-suggestion div.imageholder {
    width: 32px;
    height: 32px;
    float: left;
    background-color: #fff;
    margin-right: 10px;
    margin-top: 5px;
}

    .tt-suggestion div.imageholder img {
        width: 32px;
        height: 32px;
    }    
*/
/* datepick styling */
.datepick-popup {
  z-index: 1080; }

.datepick {
  margin-left: 3px;
  background-color: white;
  border-color: #aaa; }

.datepick a {
  color: #428bca; }

.datepick a:hover {
  color: #2a6496;
  text-decoration: underline; }

.datepick-cmd:hover {
  background-color: transparent; }

.datepick-nav {
  background-color: transparent;
  padding: 2px 0;
  color: #222; }

.datepick-ctrl {
  padding-top: 4px;
  background-color: transparent; }

.datepick-ctrl .datepick-cmd:hover {
  background-color: transparent; }

.datepick-month {
  border: none; }

.datepick-month thead {
  border: none; }

.datepick-month .datepick-month-header {
  background-color: transparent;
  color: #666; }

.datepick-month td {
  border: none; }

.datepick-month td .datepick-highlight {
  background-color: #609DCC;
  color: white; }

.datepick-month th {
  background-color: transparent;
  color: #666;
  border: none; }

.datepick-month td .datepick-today {
  background-color: #A8C7DF; }

/* Fixes for TinyMCE */
.contentBody .o2k7Skin .mceListBox .mceText {
  height: 22px; }

.content .panel.panel-default {
  border-color: #627eba; }

.content .panel.panel-default table thead th {
  background: #f4e8d3;
  /* -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f4e8d3', EndColorStr='#e3dabb')";
    background-image: linear-gradient(#f4e8d3, #e3dabb);*/ }

.content .panel.panel-default .panel-heading {
  background: #627eba;
  /* -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#627eba', EndColorStr='#485d7c')";
    background-image: linear-gradient(#627eba,#485d7c);*/
  color: #fff;
  font-weight: normal; }

.panel-notes span {
  font-style: italic;
  padding-left: 10px; }

.list-group-horizontal .list-group-item {
  display: inline-block; }

.list-group-horizontal .list-group-item {
  margin-bottom: 0;
  margin-left: -4px;
  margin-right: 0;
  border-right-width: 0; }

.list-group-horizontal .list-group-item:first-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px; }

.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-right-width: 1px; }

/*Hide ZenDesk button by default (we are triggering it manually)*/
iframe#launcher {
  display: none; }

.header-help-link i.fa {
  background-color: #1F73B7;
  color: white;
  border-radius: 50%; }

:hover > .hover-d-block,
li:hover > a > .hover-d-block {
  display: block !important; }

:hover > .hover-d-inline,
li:hover > a > .hover-d-inline {
  display: inline !important; }

:hover > .hover-d-inline-block,
li:hover > a > .hover-d-inline-block {
  display: inline-block !important; }

.quiz .form-layout {
  max-width: 50rem; }

.quiz .question {
  page-break-inside: avoid;
  margin-top: 1.4rem; }

.quiz .quiz-instructions-link {
  position: absolute;
  right: -.3rem;
  top: -.5rem;
  z-index: 4;
  font-size: 1rem;
  text-shadow: 0.2rem 0 0 white; }

.quiz h5 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #485d7c; }

.quiz #flyouts {
  position: sticky;
  top: .25rem;
  float: right;
  margin-right: -.25rem;
  z-index: 20; }
  .quiz #flyouts:empty {
    display: none; }
  .quiz #flyouts > div {
    opacity: .9; }
    .quiz #flyouts > div#saveddisplay {
      margin-bottom: 10px;
      padding: 10px;
      background-color: #B5EBA8;
      border-radius: 4px;
      border: solid 1px #c8c8c8;
      width: 200px; }
      .quiz #flyouts > div#saveddisplay ul {
        margin-top: 5px;
        padding-left: 20px;
        margin-bottom: 0; }
    .quiz #flyouts > div#timerdisplay {
      padding: 10px;
      font-size: 1.3em;
      font-weight: bold;
      background-color: #FFFBA5;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      border: solid 1px #c8c8c8;
      width: 200px;
      margin-bottom: 10px; }
      .quiz #flyouts > div#timerdisplay #time {
        display: block;
        margin-left: 10px; }

.quiz label.answer-label {
  display: block !important; }
  .quiz label.answer-label ul.answer {
    clear: both;
    margin-bottom: 0px;
    padding-left: 25px;
    margin-top: 0; }
    .quiz label.answer-label ul.answer li.selected {
      color: Black;
      font-weight: bold; }
      .quiz label.answer-label ul.answer li.selected::after {
        content: " <- Selected "; }

.quiz ul.answers {
  list-style: none;
  padding-left: 1rem; }

.quiz .matching-section .bootstrap-select div.dropdown-menu ul li.disabled span {
  text-decoration: line-through; }

.quiz .dropdown-menu .dropdown-item {
  white-space: normal; }

.quiz label.quiz-label {
  clear: both;
  font-weight: normal;
  background-color: inherit;
  display: inline; }
  .quiz label.quiz-label div {
    margin-right: 5px;
    margin-left: 5px; }

.quiz textarea.comment {
  margin-top: .25rem !important; }

.quiz label p:last-child {
  margin-bottom: 0; }

.quiz .custom-file-placeholder {
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  max-width: 50vw;
  width: 300px;
  display: inline-block;
  z-index: 3;
  position: absolute;
  padding-left: 12px; }

.quiz .custom-file-label:not(:empty) + .custom-file-placeholder {
  display: none; }

@media print {
  .quiz .comment-link,
  .quiz [data-toggle='tooltip'],
  .quiz a.image {
    display: none; }
  .quiz textarea.comment {
    border-bottom: none !important; }
  .quiz textarea.comment::placeholder {
    color: white; } }

#header {
  font-weight: bold;
  margin-top: 1rem; }

#authenticated {
  font-weight: normal;
  text-align: right; }

#content {
  padding: 25px;
  border: solid 2px #ccc;
  margin: 10px 0;
  position: relative;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  background-color: white;
  min-height: 400px; }

#footer {
  font-size: 0.75rem; }

a:not(.btn), a:visited:not(.btn), a:link:not(.btn) {
  color: #777; }

@media (max-width: 575px) {
  .container {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  #header {
    margin-right: 1rem; }
  #content {
    padding: .5rem; } }

a.button:not(.btn), input[type=button]:not(.btn), input[type=submit]:not(.btn) {
  cursor: pointer;
  color: #6E6E6E;
  font-weight: bold;
  text-decoration: none;
  padding: 7px 12px;
  position: relative;
  display: inline-block;
  text-shadow: 0 1px 0 white;
  -webkit-transition: border-color .218s;
  -moz-transition: border .218s;
  -o-transition: border-color .218s;
  transition: border-color .218s;
  background: #F3F3F3;
  background: -webkit-gradient(linear, 0% 40%, 0% 70%, from(#f5f5f5), to(#eee));
  background: -moz-linear-gradient(linear, 0% 40%, 0% 70%, from(#f5f5f5), to(#eee));
  border: solid 1px #ccc;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  margin-right: 10px;
  margin-top: 15px;
  margin-bottom: 15px; }
  a.button:not(.btn):hover, input[type=button]:not(.btn):hover, input[type=submit]:not(.btn):hover {
    color: #333;
    border-color: #999;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }

.form {
  border-top: solid 1px #ccc;
  /*The above SLEDGEHAMMER rule breakes address picker, so we have to undo the damage here. */ }
  .form label {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    /*font-size: 0.8em;*/
    font-weight: bold;
    color: #444; }
  .form label span {
    margin-left: 3px; }
  .form input[type=checkbox], .form input + label {
    display: inline-block;
    margin-left: 10px;
    max-width: 330px;
    vertical-align: top;
    margin-top: 0; }
  .form input + label {
    vertical-align: middle;
    padding: 3px 0; }
  .form input[type=text],
  .form input[type=password],
  .form select, .form select.form-control {
    display: inline-block;
    padding: 4px 5px;
    border: solid 1px #ddd;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-bottom: 3px;
    width: 250px; }
  .form .address-picker-modal input {
    display: block;
    padding: 6px 12px;
    margin-bottom: 0;
    width: 100%; }
  .form select, .form select.form-control {
    width: 261px;
    padding-left: 1px; }
  .form .errors label {
    color: #c00; }
  .form input.invalid:not(.form-group.has-label .invalid),
  .form select.invalid:not(.form-group.has-label .invalid),
  .form textarea.invalid:not(.form-group.has-label .invalid),
  .form select.jqddfilter.invalid ~ input:not(.form-group.has-label .invalid ~ input) {
    border: solid 2px #c00;
    padding: 3px 4px; }
  .form select.invalid:not(.form-group.has-label .invalid) {
    border: solid 2px #c00;
    padding: 3px 4px 3px 0px; }
  .form .column {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-bottom: 25px; }
  .form .category {
    border-bottom: solid 1px #ccc;
    padding: 15px;
    font-weight: bold;
    font-size: 1.1rem;
    color: #888;
    margin-bottom: 0; }
    .form .category:hover {
      text-decoration: underline;
      cursor: pointer; }
    .form .category span {
      display: inline-block;
      width: 45px;
      padding-left: 15px; }
  .form .step {
    border-bottom: solid 1px #ccc;
    padding: 15px 15px 15px 75px; }
  .form input.city {
    width: 132px; }
  .form input.state {
    width: 40px; }
  .form input.zip {
    width: 46px; }

table.lite-grid {
  width: 100%;
  margin-top: 15px;
  border-spacing: 0; }
  table.lite-grid th {
    border-bottom: solid 2px #999;
    padding: 3px 4px;
    text-align: left; }
  table.lite-grid td {
    border-bottom: solid 1px #ddd;
    padding: 15px; }
    table.lite-grid td.action {
      width: 75px;
      /*font-size: 0.8em;*/
      padding-right: 0; }
    table.lite-grid td.quantity {
      text-align: center;
      width: 100px;
      vertical-align: middle; }
  table.lite-grid .price {
    text-align: right;
    color: #080;
    width: 100px;
    vertical-align: middle; }
  table.lite-grid th.price {
    color: black;
    padding-right: 15px; }
  table.lite-grid th.quantity {
    text-align: center;
    width: 100px; }
  table.lite-grid img {
    margin-right: 10px;
    width: 100px;
    float: left; }
  table.lite-grid tfoot td {
    text-align: right;
    border-bottom: none;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: bold; }
  table.lite-grid td.noitems {
    text-align: center;
    font-style: italic; }

.card-subtitle {
  margin-top: .375rem; }

@media screen {
  .print {
    display: none; } }
