﻿/* DRILL DOWN FILTER
----------------------------------------------------------*/
div.ddFilter .row .navigate {
  background-image: url(../images/selectfilter/flyright.png);
  background-repeat: no-repeat;
  background-position: right;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0;
  cursor: pointer; }

div.ddFilter .row.sel .navigate {
  background-image: url(../images/selectfilter/flyright_sel.png); }

div.ddFilter .row .navigate:hover {
  background-image: url(../images/selectfilter/flyright_hover.png); }

div.ddFilter .breadCrumbs {
  margin-left: 2px;
  overflow: hidden;
  /*white-space:nowrap;*/ }

div.ddFilter .breadCrumbs a {
  cursor: pointer; }

/* SELECT FILTER
----------------------------------------------------------*/
input[type=text].selectFilter,
input.text.selectFilter,
input[type=text].ddFilter,
input.text.ddFilter {
  cursor: default;
  background-image: url(../images/selectfilter/dropdown.gif);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 18px;
  background-color: inherit; }

input[type=text].selectFilter:hover,
input.text.selectFilter:hover,
input[type=text].ddFilter:hover,
input.text.ddFilter:hover {
  background-image: url(../images/selectfilter/dropdown_hover.gif); }

input[type=button].selectFilter,
input.button.selectFilter,
input[type=button].ddFilter:not(.form-control),
input.button.ddFilter:not(.form-control) {
  border-radius: 3px;
  padding: 1px;
  height: 28px;
  line-height: 16px;
  border: solid 1px #aaaaae; }

input[type=button].selectFilter,
input.button.selectFilter,
input[type=button].ddFilter,
input.button.ddFilter {
  color: Black;
  cursor: pointer;
  padding-right: 16px;
  background-image: url(../images/selectfilter/dropdown.gif);
  background-repeat: no-repeat;
  background-position: right center;
  text-align: left; }

input[type=button].selectFilter:hover,
input.button.selectFilter:hover,
input[type=button].selectFilter.disabled,
input.button.selectFilter.disabled,
input[type=button].ddFilter:hover,
input.button.ddFilter:hover,
input[type=button].ddFilter.disabled,
input.button.ddFilter.disabled {
  background-image: url(../images/selectfilter/dropdown_hover.gif);
  outline: none;
  border: solid 1px #777; }

input[type=text].selectFilter[readonly],
input[type=text].ddFilter[readonly],
.form input[type=text].selectFilter[readonly],
.form input[type=text].ddFilter[readonly],
input[type=button].selectFilter[readonly],
input[type=button].ddFilter[readonly],
.form input[type=button].selectFilter[readonly],
.form input[type=button].ddFilter[readonly] {
  background-color: #fff;
  cursor: pointer; }

input[type=text].selectFilter[disabled],
input[type=text].selectFilter.disabled,
input[type=text].ddFilter[disabled],
input[type=text].ddFilter.disabled,
input[type=button].selectFilter[disabled],
input[type=button].selectFilter.disabled,
input[type=button].ddFilter[disabled],
input[type=button].ddFilter.disabled {
  background-color: #fff;
  color: #000 !important;
  cursor: pointer; }

div.selectFilter,
div.ddFilter {
  margin-top: 4px;
  z-index: 9999;
  border-radius: 3px;
  background-color: White;
  border: solid 1px #88888e;
  /*max-width: 450px;*/
  min-width: 245px;
  max-height: 450px;
  overflow-y: auto; }

div.selectFilter input[type=text],
div.ddFilter input[type=text] {
  background-image: url(../images/selectfilter/filter.png);
  background-repeat: no-repeat;
  background-position: right center;
  width: 200px;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: solid 1px #ccc;
  border-radius: 0; }

div.selectFilter div.loading,
div.ddFilter div.loading {
  color: #777;
  padding: 2px 5px;
  font-style: italic; }

div.selectFilter div.empty,
div.ddFilter div.empty {
  color: #333;
  text-align: center;
  padding: 2px 5px;
  font-style: italic; }

div.selectFilter div.clear,
div.ddFilter div.clear {
  text-align: center;
  padding: 2px 5px; }

div.selectFilter div.selectAll,
div.ddFilter div.selectAll {
  text-align: center;
  padding: 2px 5px; }

div.selectFilter ul {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto; }

div.selectFilter .row,
div.ddFilter .row {
  display: block;
  margin: 0;
  padding: 1px 4px;
  cursor: pointer; }

div.selectFilter .row.sel,
div.ddFilter .row.sel {
  background-color: #39f;
  color: #fff; }

div.selectFilter table,
div.ddFilter table {
  /*width:100%;*/
  border-spacing: 0;
  overflow-x: hidden;
  overflow-y: auto;
  border: none; }

div.selectFilter tr.row,
div.ddFilter tr.row {
  display: table-row; }

div.selectFilter tr.row td,
div.ddFilter tr.row td {
  padding: 2px 4px;
  color: Gray;
  border: none; }

div.selectFilter tr.row.sel td,
div.ddFilter tr.row.sel td {
  color: #222; }

div.selectFilter tr.row td.first,
div.ddFilter tr.row td.first {
  color: Black; }

div.selectFilter tr.row.sel td.first,
div.ddFilter tr.row.sel td.first {
  color: White; }

div.selectFilter.multiple .row .checkbox,
div.ddFilter.multiple .row .checkbox {
  background-image: url(../images/selectfilter/unchecked.png);
  background-repeat: no-repeat;
  background-position: 4px 4px;
  width: 18px;
  min-height: 16px;
  margin: -1px 0;
  margin-left: -4px;
  float: left; }

div.selectFilter.multiple .row.checked .checkbox,
div.ddFilter.multiple .row.checked .checkbox {
  background-image: url(../images/selectfilter/checked.png); }

div.selectFilter.multiple div.apply,
div.ddFilter.multiple div.apply {
  margin: 3px;
  margin-bottom: 0;
  padding: 2px;
  border-top: solid 1px #ccc; }

div.selectFilter.multiple div.apply a,
div.ddFilter.multiple div.apply a {
  cursor: pointer;
  display: block;
  padding: 2px 5px; }

div.selectFilter.multiple div.apply a:hover,
div.ddFilter.multiple div.apply a:hover {
  border-radius: 3px;
  background-color: #ccc;
  color: #333; }

.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; } }

@media print {
  body {
    background-color: White;
    background-image: none; }
    body > .alert {
      display: none; }
  .label {
    -webkit-text-shadow: none;
    text-shadow: none; }
  .fc-button,
  .utilmenu,
  .mainmenusub,
  .pagebuttons,
  .mainmenu,
  .utility,
  .logo,
  .loading,
  .footer,
  .horizontalbar,
  .recordmenu
div#org,
  #profileIcon,
  form .top,
  form .buttons,
  .ddFilter,
  .datepick-trigger,
  table.grid thead tr.buttons,
  table.grid thead tr.header {
    display: none !important; }
  .form {
    border: none;
    width: 100%; }
    .form label {
      width: 4.5in !important; }
    .form textarea {
      width: 250px !important; }
    .form input[type=checkbox], .form input[type=radio] {
      border: none !important; }
  input, select, textarea,
  input[type=text],
  .bootstrap-select button.form-control,
  .input-group-text,
  input.custom-file-input, .custom-file-label {
    background-color: white;
    border: none !important;
    border-bottom: solid 1px #555 !important;
    border-radius: 0 !important;
    overflow: hidden; }
  select {
    appearance: none; }
  .bootstrap-select button::after,
  .custom-file-label::after {
    display: none; }
  .input-group-text .fa,
  .input-group-text .fas,
  .input-group-text .far {
    display: none; }
  .noprint {
    display: none !important; }
  a[href]:after,
  abbr[title]:after {
    content: ""; }
  .icon16 img, .icon20 img, .icon24 img, .icon32 img {
    display: inline; }
  .fc .fc-event.complete span:first-child,
  .fc .fc-event.important span:first-child {
    padding-left: 1px; }
  .dashboardbox {
    position: static !important;
    left: auto !important;
    top: auto !important;
    float: left; } }

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

/* resets */
select {
  /*fix firefox background color*/
  background-color: #fff; }

/* variables */
/*$border-radius-base: 3px !default;*/
/* Layout */
.utility ul,
.mainmenu ul,
.mainmenusub ul,
.utilmenu ul,
.grid ul:not(.dropdown-menu),
.page-header ul {
  padding: 0; }

body > .alert {
  margin: 10px 5px; }

.page {
  width: 100%;
  position: relative;
  min-width: 950px; }

.logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 210px;
  height: 100px;
  padding: 10px;
  z-index: 1; }

.logo a {
  display: block;
  width: 600px;
  height: 90px;
  background-repeat: no-repeat; }

.utility {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  height: 85px;
  padding: 10px;
  z-index: 20;
  min-width: 500px;
  font-size: 11px;
  color: #333; }

.utility .help {
  cursor: pointer;
  display: block;
  float: right;
  margin-left: 10px;
  background: url(data:image/png;base64,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) no-repeat;
  background-size: 32px 32px;
  width: 32px;
  height: 32px; }

.utility .links {
  height: 32px; }

.utility .links a.unread {
  color: red;
  font-weight: bold; }

.utility #org {
  margin-top: 10px;
  margin-right: 40px; }

.utility #org div {
  text-align: left; }

.utility #org input[type=text] {
  width: 300px;
  padding: 2px 3px;
  height: 26px; }

.utility #org input[type=button] {
  border: none;
  font-weight: bold;
  margin-right: 0;
  font-size: 12px;
  color: #333; }

.mainmenu {
  position: absolute;
  top: 102px;
  left: 0;
  width: 100%; }

.mainmenusub {
  position: absolute;
  top: 138px;
  left: 0;
  width: 100%;
  z-index: 15; }

.body {
  position: absolute;
  top: 175px;
  left: 0;
  width: 100%; }

.utilmenu {
  width: 280px;
  font-size: 12px; }
  .utilmenu .card {
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-top: none; }
    .utilmenu .card .card-header {
      padding-left: .75rem;
      border-bottom: none; }
      .utilmenu .card .card-header i {
        color: #656565;
        font-size: 1.25rem; }
      .utilmenu .card .card-header h5 {
        display: inline; }
    .utilmenu .card .card-body {
      border-top: 1px solid rgba(0, 0, 0, 0.125);
      padding: 10px; }
      .utilmenu .card .card-body p {
        margin-bottom: .5rem; }

/*.utilmenu .subsection {
    position: relative;
    margin-bottom: 7px;
}*/
.utilmenu .subsection .panel-heading {
  padding-top: 3px;
  padding-bottom: 3px; }

.utilmenu .links {
  font-style: italic;
  color: gray;
  position: absolute;
  right: 7px;
  top: 3px; }

.utilmenu .links a {
  color: gray; }

.utilmenu ul {
  list-style: none;
  margin-bottom: 0; }

.sidebar-collapsed .utilmenu {
  display: none; }

/* recent reports */
#recentreports li span {
  padding-left: 0;
  text-align: right;
  display: inline-block;
  vertical-align: top; }

#recentreports li a {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

#recentreports li.complete a {
  width: 255px; }

#recentreports li span {
  margin-top: -3px; }

#recentreports li.error span {
  color: red; }

/* notes */
.utilmenu .notes .note:not(:first-child) {
  margin: 7px 0;
  padding-top: 7px;
  border-top: solid 1px #ccc; }

.utilmenu .notes .meta {
  text-align: right;
  color: #888;
  padding-top: 4px;
  font-size: 0.95em; }

.utilmenu .notes #side-note {
  margin-top: 7px;
  text-align: right; }

.utilmenu .notes #side-note-inprogress {
  padding-top: 15px;
  text-align: left; }

.utilmenu .notes #side-note-form {
  display: none;
  text-align: left;
  margin-bottom: 10px; }

.utilmenu .notes #side-note-form input {
  margin-bottom: 2px;
  width: 100%; }

.utilmenu .notes #side-note-form textarea {
  height: 40px;
  width: 100%; }

.utilmenu .notes #side-note-recent {
  clear: both; }

/* side search */
.main {
  /*z-index:5;*/
  position: absolute;
  left: 10px;
  right: 240px;
  font-size: 12px; }

.sidebar-body-content {
  position: relative; }

.sidebar-collapsed .main {
  right: 10px; }

div.sidebar-expand {
  display: none; }

.sidebar-collapsed div.sidebar-expand {
  display: block;
  margin: -23px 11px;
  font-style: italic;
  color: gray; }

.sidebar-collapsed a.sidebar-expand {
  color: gray; }

.footer {
  font-size: 11px;
  clear: both;
  text-align: center;
  line-height: normal;
  padding: 0 10px;
  margin-top: 30px;
  margin-bottom: 35px; }

.footer div.inner {
  padding: 5px 0; }

.footer p {
  margin: 0; }

/* Menus */
.mainmenu {
  padding-left: 12px;
  background: #627eba;
  background-image: linear-gradient(#627eba, #485d7c);
  height: 36px; }

.mainmenu ul.menu li, .mainmenusub ul.submenu li {
  display: inline;
  list-style: none;
  float: left; }

.mainmenu ul.menu li {
  margin: 5px 1px;
  text-align: center; }

.mainmenu ul.menu li a {
  color: white;
  font: 16px Georgia, "Times New Roman", Serif;
  cursor: pointer;
  display: block;
  padding: 3px 12px;
  z-index: 2; }

.mainmenu ul.menu li.unsel a:hover:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid white;
  position: relative;
  margin-left: -8px;
  margin-right: -8px;
  right: 50%;
  top: 0; }

.mainmenu ul.menu li a:hover {
  text-decoration: none; }

.mainmenu ul.menu li.sel {
  padding: 2px 0; }

.mainmenu ul.menu li.sel a {
  background-color: #8394be;
  box-shadow: 0 0 6px -2px black;
  border-radius: 3px;
  margin: -3px 0;
  padding: 4px 12px; }

.mainmenusub {
  color: #737373;
  font: 14px Georgia, "Times New Roman", Serif;
  background: #e2e7ed;
  border-bottom: 1px black;
  box-shadow: 0 0 2px transparent;
  height: 30px; }

.mainmenusub ul.submenu {
  padding-left: 15px; }

.mainmenusub ul.submenu li.submenu {
  position: relative; }

.mainmenusub ul.submenu li {
  display: block;
  float: left; }

.mainmenusub ul.submenu li a {
  cursor: pointer;
  position: relative;
  padding: 4px 10px;
  line-height: 22px;
  display: block;
  color: #737373; }

.mainmenusub ul.submenu li a:hover {
  text-decoration: underline; }

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

.mainmenusub ul.dropdownmenu {
  display: none;
  list-style-type: none;
  margin: 0;
  top: 28px;
  position: absolute;
  background-color: white;
  z-index: 10;
  box-shadow: 0 0 3px -1px black;
  border-radius: 3px;
  font: 12px Arial; }

.mainmenusub ul.dropdownmenu li.dropdownmenu {
  display: block;
  float: none;
  border: none;
  white-space: nowrap; }

.mainmenusub ul.dropdownmenu li.dropdownmenu.sel a,
.mainmenusub ul.dropdownmenu li.dropdownmenu a,
.mainmenusub ul.dropdownmenu li.dropdownmenu a:hover {
  color: #737373; }

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

/* header */
.breadcrumb {
  font-size: 11px;
  margin-top: 9px; }

h1 {
  font-size: 23px;
  margin-bottom: 0; }

#profileIcon {
  margin-top: -18px;
  margin-right: 5px;
  float: left; }

#profileIcon a {
  padding: 5px; }

#profileIcon span.fa {
  width: 32px;
  height: 32px;
  vertical-align: middle;
  font-size: 20px;
  line-height: 32px; }

.page-header {
  padding-bottom: 9px;
  margin: 30px 0 10px;
  border-bottom: 2px solid #eee; }
  .page-header:empty {
    display: none; }

/* Images */
.icon16 {
  width: 16px;
  height: 16px; }

.icon20 {
  width: 20px;
  height: 20px; }

.icon24 {
  width: 24px;
  height: 24px; }

.icon28 {
  width: 28px;
  height: 28px; }

.icon32 {
  width: 32px;
  height: 32px; }

.icon16, .icon20, .icon24, .icon28, .icon32 {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  position: relative; }

.icon16 img, .icon20 img, .icon24 img, .icon28 img, .icon32 img {
  left: 0;
  position: absolute;
  display: none; }

.icon16.checkbox, .icon20.checkbox {
  min-height: 0;
  margin: 0;
  padding: 0; }

.editly-editable {
  background-color: #c8ffc8 !important; }

/* PROFILE MENU 
----------------------------------------------------------*/
#profileMenu.profileMenuCategories {
  min-width: 450px;
  overflow: hidden; }

#profileMenu.profileMenuNoCategories {
  padding: 10px; }

#profileMenu ul {
  margin: 0; }

#profileMenu li {
  list-style: none;
  padding: 3px 6px;
  border-radius: 3px;
  margin: 3px 0; }

#profileMenu li.sel {
  font-weight: bold; }

#profileMenu .profileMenuCategories {
  width: 180px;
  border-right: 1px solid lightgray;
  margin-left: 10px;
  cursor: default; }

#profileMenu .profileMenuItem {
  width: 175px; }

#profileMenu .profileMenuItem.activeProfileSubMenu {
  background-color: lightgray;
  padding: 3px 6px;
  border-radius: 3px;
  margin: 3px 0; }

#profileMenu .profileSubMenu {
  float: right;
  position: absolute;
  left: 190px;
  display: none;
  top: 0;
  padding: 10px; }

/*TASTY UPLOAD FIXES*/
/*-------------------------*/
.tastyupload a.upload-button {
  /*padding: 0;*/ }

.tastyupload .qq-upload-button {
  /*padding: 5px 10px;*/
  padding: inherit; }

.tastyupload .btn-group .dropdown-menu .btn-default {
  color: inherit;
  background-color: inherit;
  border-color: transparent; }

.qq-upload-button {
  text-align: left;
  width: auto;
  background: inherit;
  border-bottom: none;
  color: inherit;
  /*padding:0;
    display: block;
    width: 105px;
    padding: 7px 0;
    text-align: center;
    background: #880000;
    border-bottom: 1px solid #DDD;
    color: #FFF;*/ }

.dropdown-menu .qq-upload-button {
  padding: 0 0; }

.grid-old .buttons .qq-upload-button-hover {
  background-color: #eeeef0;
  /*border: solid 1px #999999;
    border-radius: $border-radius-base;*/ }

.grid-old .buttons .qq-upload-button-hover a {
  text-decoration: underline !important;
  padding: 3px !important; }

.dropzone {
  clear: both;
  display: none;
  border: 3px dashed #ccc;
  border-bottom-left-radius: 0.5em 0.5em;
  border-bottom-right-radius: 0.5em 0.5em;
  border-top-left-radius: 0.5em 0.5em;
  border-top-right-radius: 0.5em 0.25em;
  position: absolute;
  width: 100%;
  height: 500px;
  z-index: 2000;
  background-color: white;
  opacity: 0.9;
  box-sizing: border-box;
  margin-top: 40px; }

.dropzone div {
  position: relative;
  top: 35%;
  font-size: 150%;
  margin: 1.5em;
  text-align: center;
  color: #666; }

.dropzone.qq-upload-drop-area-active {
  background-color: #f0f0f0; }

.griddly .dropzone {
  width: 100%;
  height: 100%;
  opacity: 0.75;
  z-index: 50;
  margin-top: 0; }

.qq-upload-drop-area-active {
  background: #444; }

/*.dropZone.qq-upload-drop-area-active 
{
    display:block;
}*/
.griddly .dropzone div {
  font-size: 300%;
  position: relative;
  top: auto;
  text-align: center;
  opacity: 1; }

.form div.group .tastyupload {
  padding-top: 1px; }

.tastyupload .selected-file {
  display: none; }

.form-group .tastyupload .selected-file {
  line-height: 30px; }

.griddly .qq-upload-list-selector {
  display: none; }

.sidebar #attached-files-sidebar .qq-upload-button > div {
  font-size: 12px !important; }

.sidebar #attached-files-sidebar .qq-upload-list {
  display: none; }

.sidebar #attached-files-sidebar .dropzone {
  width: unset;
  height: unset;
  margin-top: 0;
  position: relative; }

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

/*Workaround style to make the address picker work with the BS3 columns layout*/
.form-horizontal .address-picker .twitter-typeahead {
  width: 100%; }

.form-horizontal .address-picker a.modal-trigger {
  position: absolute !important;
  right: 2.5rem; }

/*Profile fields*/
.pf-display-editor {
  position: relative;
  background-color: rgba(217, 237, 247, 0.25);
  border: solid 1px #ccc; }

form .pf-display-editor {
  max-width: 480px;
  min-height: 23px; }

form .pf-display-editor > div.info {
  margin-top: 12px; }

.pf-display-editor.dashboardbox {
  background-color: #fff; }

.pf-display-editor .pf-toggle {
  position: absolute;
  right: 0px;
  top: 0px;
  border-style: solid;
  border-top-style: none;
  border-right-style: none;
  border-width: 1px;
  border-radius: 3px;
  border-color: #ccc;
  padding: 2px !important;
  cursor: pointer;
  font-size: 14px;
  line-height: 1rem; }

.pf-display-editor .pf-toggle:not(.bg-success-lite):not(.bg-warning-lite):not(.bg-danger-lite) {
  background-color: #fff; }

.topoverview:not(.show-all) .pf-hideempty.pf-empty,
form:not(.show-all) .pf-hideempty.pf-empty {
  display: none !important; }

.topoverview:not(.show-all) .pf-alwayshide,
form:not(.show-all) .pf-alwayshide {
  display: none !important; }

form .pf-display-editor input,
form .pf-display-editor select {
  pointer-events: none; }

#profile-header {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  position: relative;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 10px; }

#profile-header > div {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

#profile-header > div > div {
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  position: relative; }

#profile-header .panel-body > .separated {
  border-left: solid 1px #ddd; }

#profile-header .ph-label {
  font-weight: bold;
  color: #777; }

#profile-header p {
  margin-bottom: 0.2rem; }

@media screen {
  #profile-header .img-container {
    width: 100px;
    height: 100px;
    border-radius: 50% !important;
    background-color: #eee !important; }
    #profile-header .img-container > img {
      border-radius: 50% !important;
      width: 100px;
      height: 100px; }
    #profile-header .img-container > div {
      width: 100px;
      height: 100px;
      background-position: center;
      background-repeat: no-repeat;
      border-radius: 50%;
      background-size: cover; }
      #profile-header .img-container > div > img {
        display: none; } }

#profile-header .badge {
  margin-top: 0.1rem;
  margin-bottom: 0.1rem; }

#profile-header .badge-info {
  background-color: #5bc0de; }

/*#profile-header .pf-spotlight-target {
border-top: solid 2px transparent;
border-right: solid 2px transparent;
border-bottom: solid 2px transparent;
margin-left:1px;
}*/
#profile-header .pf-spotlight-target.active {
  border: dashed 2px gray;
  min-width: 200px;
  min-height: 100px;
  margin-left: 0px; }

#profile-header .pf-spotlight-target.over {
  background-color: #fcf8e3; }

#profile-header .pf-spotlight-target.over .pf-spotlight-container {
  pointer-events: none; }

#profile-header .pf-spotlight-container > tbody > tr > th {
  color: #777;
  font-size: 11px;
  padding: 2px 6px 2px 0; }

#pf-btn-group {
  position: relative;
  z-index: 1; }

.form .form-group .checkbox[class^="col-"] label {
  max-width: 0;
  white-space: nowrap; }

.dropdown-header {
  font-size: unset;
  font-style: italic;
  font-weight: bold;
  padding-left: 1rem; }

.masonryboxes {
  column-count: auto;
  column-width: 425px; }
  .masonryboxes > div {
    break-inside: avoid; }

/* General Form Layout */
/*$form-title-bgcolor-bottom: rgb(72,93,124); !default*/
.input-group-range .input-group-append, .input-group-range .input-group-prepend {
  border-left: none;
  border-right: none; }

.input-group-addon label {
  margin-bottom: 0; }

.form-control {
  font-size: inherit; }

/* legacy forms */
.form .form-control {
  display: inline-block; }

/* General Forms */
img.datepick-trigger {
  margin-left: -24px;
  margin-right: 6px; }

.filterForm label:not(.form-check-label),
.form label:not(.form-check-label) {
  width: 200px;
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 25px;
  float: left; }

.form-check-label {
  line-height: 1.5rem; }

.filterForm .multiselect-container label,
.form .multiselect-container label {
  float: none; }

.filterForm label span,
.form label span {
  margin-left: 2px; }

.filterForm input + label:not(.form-check-label),
.form input + label:not(.form-check-label) {
  line-height: normal;
  /*width: auto; this causes unwanted wrapping - see https://dataresearchgroup.zendesk.com/agent/tickets/52701*/
  margin-left: 4px; }
  .filterForm input + label:not(.form-check-label):not(.modal .info label),
  .form input + label:not(.form-check-label):not(.modal .info label) {
    width: auto; }

.filterForm label + div:not([class^='col-']):not([class*=' col-']):not(.bootstrap-select),
.form label + div:not([class^='col-']):not([class*=' col-']):not(.bootstrap-select) {
  padding-top: 4px;
  padding-left: 4px; }

.filterForm input.date.hasDatepick,
.form input.date.hasDatepick {
  background-image: url(../images/calendar.png);
  background-repeat: no-repeat;
  background-position: 225px center; }

.filterForm input.date.hasDatepick.small:not(.form-control),
.form input.date.hasDatepick.small:not(.form-control) {
  background-position-x: 90px; }

#quicksearchbox input[type=text]:not(.form-control),
table.grid input[type="text"]:not(.form-control):not(.pageNumber),
table.grid textarea:not(.form-control),
table.grid select:not(.form-control),
.form input[type=text],
.form input[type=number],
.form input[type=tel],
.form input[type=email],
.form input[type=password],
.form textarea,
.form select {
  width: 245px;
  padding: 2px 3px;
  height: 26px;
  border-radius: 3px;
  border: 1px solid #aaa;
  color: #555555; }
  #quicksearchbox input[type=text]:not(.form-control)[disabled], #quicksearchbox input[type=text]:not(.form-control)[readonly]:not(.selectFilter):not(.ddFilter),
  fieldset[disabled] #quicksearchbox input[type=text]:not(.form-control),
  table.grid input[type="text"]:not(.form-control):not(.pageNumber)[disabled],
  table.grid input[type="text"]:not(.form-control):not(.pageNumber)[readonly]:not(.selectFilter):not(.ddFilter),
  fieldset[disabled]
  table.grid input[type="text"]:not(.form-control):not(.pageNumber),
  table.grid textarea:not(.form-control)[disabled],
  table.grid textarea:not(.form-control)[readonly]:not(.selectFilter):not(.ddFilter),
  fieldset[disabled]
  table.grid textarea:not(.form-control),
  table.grid select:not(.form-control)[disabled],
  table.grid select:not(.form-control)[readonly]:not(.selectFilter):not(.ddFilter),
  fieldset[disabled]
  table.grid select:not(.form-control),
  .form input[type=text][disabled],
  .form input[type=text][readonly]:not(.selectFilter):not(.ddFilter),
  fieldset[disabled]
  .form input[type=text],
  .form input[type=number][disabled],
  .form input[type=number][readonly]:not(.selectFilter):not(.ddFilter),
  fieldset[disabled]
  .form input[type=number],
  .form input[type=tel][disabled],
  .form input[type=tel][readonly]:not(.selectFilter):not(.ddFilter),
  fieldset[disabled]
  .form input[type=tel],
  .form input[type=email][disabled],
  .form input[type=email][readonly]:not(.selectFilter):not(.ddFilter),
  fieldset[disabled]
  .form input[type=email],
  .form input[type=password][disabled],
  .form input[type=password][readonly]:not(.selectFilter):not(.ddFilter),
  fieldset[disabled]
  .form input[type=password],
  .form textarea[disabled],
  .form textarea[readonly]:not(.selectFilter):not(.ddFilter),
  fieldset[disabled]
  .form textarea,
  .form select[disabled],
  .form select[readonly]:not(.selectFilter):not(.ddFilter),
  fieldset[disabled]
  .form select {
    cursor: not-allowed;
    background-color: #e1e1e1;
    opacity: 1; }

.form :not(.input-group) > div.bootstrap-select.form-control {
  width: 245px; }

.form .bootstrap-select > .dropdown-toggle {
  padding: 3px 3px;
  margin: 2px 4px 2px 0;
  border-color: #aaa;
  font-size: inherit;
  border-radius: 3px; }

table.grid input.quickSearch[type="text"]:not(.form-control):not(.pageNumber):not(.required) {
  color: white; }

table.grid input.selectFilter:not(.form-control),
.griddly input.selectFilter:not(.form-control),
.form input.selectFilter {
  width: 245px;
  padding: 2px 3px;
  height: 26px;
  border-radius: 3px;
  border: 1px solid #aaa; }
  table.grid input.selectFilter:not(.form-control)[disabled], table.grid input.selectFilter:not(.form-control)[readonly],
  fieldset[disabled] table.grid input.selectFilter:not(.form-control),
  .griddly input.selectFilter:not(.form-control)[disabled],
  .griddly input.selectFilter:not(.form-control)[readonly],
  fieldset[disabled]
  .griddly input.selectFilter:not(.form-control),
  .form input.selectFilter[disabled],
  .form input.selectFilter[readonly],
  fieldset[disabled]
  .form input.selectFilter {
    cursor: auto;
    background-color: inherit; }

/* legacy input focus styles to match bootstrap focus */
#quicksearchbox input:focus,
table.grid input:focus,
table.grid textarea:focus,
table.grid select:focus,
.form input:focus,
.form textarea:focus,
.form select:focus,
.selectFilter input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form textarea {
  width: 400px;
  height: 50px; }

table.grid input[type="text"].small:not(.form-control):not(.pageNumber),
table.grid select.small:not(.form-control),
.form input[type="text"].small:not(.form-control),
.form select.small:not(.form-control) {
  width: 110px !important;
  font-size: 100% !important; }

/* checkboxes */
.form input[type=checkbox],
.form input[type=radio] {
  margin-top: 3px;
  margin-bottom: 2px; }
  .form input[type=checkbox]:not(.form-check input):not([class^='col-'] input),
  .form input[type=radio]:not(.form-check input):not([class^='col-'] input) {
    float: left;
    clear: left; }

.form input[type=checkbox] + label:not(.form-check-label),
.form input[type=radio] + label:not(.form-check-label) {
  float: left;
  clear: right;
  margin-top: 3px;
  margin-bottom: 2px; }

.form .form-group .checkbox label {
  float: none;
  display: block;
  width: auto;
  margin-bottom: 0;
  margin-top: 0;
  line-height: inherit; }

.form .upload-button,
.form input:not([type=checkbox]):not([type=radio]),
.form textarea,
.form select {
  margin: 2px 4px 2px 0; }

@supports not (-moz-appearance: none) {
  .form select {
    padding-left: 0; } }

.form .address {
  padding-bottom: 5px; }

.form .address .edit,
.form .address .read {
  margin-left: 200px; }

.form .address .read {
  padding-left: 4px; }

.form .address .read.select {
  padding-top: 0;
  padding-left: 0;
  margin-left: 200px; }

.form .address .read.select .edit {
  margin-left: 0; }

.form input.city {
  width: 139px;
  margin-right: 0; }

.form input.state {
  width: 40px;
  margin-right: 0; }

.form input.zip {
  width: 60px; }

.form,
.form-border {
  border: solid 1px #aaa;
  border-radius: 5px;
  padding: 10px 30px; }

/*Workaround to keep old form styles from breaking the quiz bs4 styles*/
.form.form-no-border {
  border: none;
  padding: 0; }

.form div.top {
  height: 28px;
  background: #627eba;
  /* IE8/IE9 */
  /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='${form-title-bgcolor-top}', EndColorStr='${form-title-bgcolor-bottom}')";
        background-image: linear-gradient($form-title-bgcolor-top, $form-title-bgcolor-bottom);*/
  font-weight: bolder;
  font-size: 13px;
  color: white;
  padding: 5px 8px;
  margin: -10px -30px 30px -30px;
  border-radius: 4px 4px 0 0; }

.form div.category {
  margin-left: -30px;
  margin-top: 20px;
  text-align: right;
  font-weight: bold;
  font-size: 14px;
  border-bottom: 2px solid #485d7c;
  width: 200px; }

.form div.group {
  width: 100%;
  overflow: visible;
  margin: 10px 0; }

.form div.group:after {
  content: "";
  display: table;
  clear: both; }

.filterForm > div:not(.row),
.form div.group > div:not(.row) {
  display: block;
  overflow: auto;
  clear: both; }

.form div.group label + div:not([class^='col-']):not([class*=' col-']):not(.read):not(.bootstrap-select) {
  /*overflow:auto; -JH: Add more specifically if needed! Messes up select filters*/
  padding-top: 10px;
  padding-bottom: 7px; }

.form div.group div.form-group {
  margin-bottom: 0;
  overflow: visible; }

.form div.group div.form-group div[class*='col-'] {
  padding-top: inherit;
  padding-bottom: inherit; }

.form div.group .info {
  padding-top: 5px;
  overflow: auto; }

.form-group {
  margin-bottom: 8px; }

.filterForm div.buttons,
.form div.buttons {
  padding: 10px 0; }

/* this style is designed to match the "btn btn-sm btn-primary" bootstrap style */
.filterForm div.buttons input,
.form div.buttons input {
  padding: 5px 10px;
  border: 1px solid #357ebd;
  border-radius: 3px;
  font-size: 12px;
  background-color: #428bca;
  color: white;
  vertical-align: middle;
  height: 30px; }
  .filterForm div.buttons input.disabled, .filterForm div.buttons input:disabled,
  .form div.buttons input.disabled,
  .form div.buttons input:disabled {
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
    opacity: 0.65;
    box-shadow: none; }

form div.buttons .btn {
  border-radius: 3px; }

.filterForm div.buttons input:hover:not(.disabled):not(:disabled),
.form div.buttons input:hover:not(.disabled):not(:disabled) {
  border-color: #285e8e;
  background-color: #3276b1;
  color: white; }

.filterForm div.buttons input:active,
.form div.buttons input:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  outline: 0; }

.form .errors, form .panel .errors, .modal-form .errors {
  color: red;
  margin-left: 40px;
  display: block; }

.form .errors label, form .panel .errors label {
  width: auto;
  float: none; }

.field-validation-error {
  color: red; }

#quicksearchbox form {
  border: 0;
  padding: 0; }

#quicksearchbox form input[type=text]:not(.form-control) {
  width: 148px;
  margin: 0;
  display: inline;
  float: left; }

#quicksearchbox form input[type=submit]:not(.form-control) {
  padding: 3px 6px;
  margin: 0;
  margin-left: 3px;
  float: left; }

/* GRID Form */
.griddly-filters form,
.filterForm {
  padding: 10px 20px; }

table.grid input.quickSearch {
  margin-top: -2px;
  margin-right: 1px;
  margin-bottom: -2px;
  padding: 1px 4px 1px 4px;
  height: 24px; }

table.grid .header input.quickSearch {
  color: #fff; }

.griddly-filter-popover {
  z-index: 1100; }

.griddly-filter-popover .popover-content {
  padding: 0;
  max-width: 200px;
  width: 200px; }

.filter-content {
  padding: 0;
  display: none; }

.filter-content .input-group, .filter-content .dropdown-menu {
  padding: 4px; }

.filter-content .dropdown-menu {
  display: block;
  border: none;
  box-shadow: none;
  position: relative;
  margin: 0;
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
  top: auto; }

.filter-content .dropdown-menu a.dropdown-item {
  padding: 3px 6px;
  white-space: normal; }

.filter-content .dropdown-menu a.dropdown-item input {
  display: none; }

.filter-content .griddly-filter-buttons {
  margin-right: -1px; }

.filter-content .griddly-select-all,
.filter-content .griddly-clear {
  width: 100%; }

.griddly-filter-selected-indicator {
  float: right;
  display: none !important; }

.griddly-filter-selected .griddly-filter-selected-indicator {
  display: block !important; }

.multiselect-container label {
  padding: 0;
  margin: 0;
  font-weight: normal; }

.multiselect-container label.checkbox {
  padding-top: 3px; }

.multiselect-container .multiselect-group a {
  padding-left: 10px; }

.multiselect-container label.radio {
  margin-left: 10px;
  cursor: pointer; }

.multiselect-container input[type=checkbox] {
  display: none; }

.nav.nav-pills {
  padding: 5px;
  background-color: #eee; }

.modal-footer {
  background-color: #fafafa;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px; }

.modal-body:empty {
  display: none; }

.modal-body:empty + .modal-footer {
  border-top: none;
  margin-top: 0; }

.panel-container {
  margin-top: 20px;
  overflow: hidden; }

.panel-container .panel {
  float: left;
  min-width: 300px;
  margin-right: 20px; }

.panel-container dl dt {
  width: 120px; }

.panel-container dl dd {
  margin-left: 120px; }

.panel-container .panel-body dl {
  margin: 0; }

.panel-container dl.dl-horizontal dt {
  text-align: left; }

.panel-container .panel-heading {
  font-weight: bold;
  padding: 8px 12px !important; }

.panel-container .panel-heading .btn.pull-right,
.panel-container .panel-heading .pull-right .btn {
  font-weight: normal;
  margin-top: -2px;
  margin-right: -6px; }

#batchUpdateCounter {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 5px 10px;
  display: none;
  z-index: 1000; }

.bootbox-error pre {
  width: 850px; }

form.form-horizontal div.form div.group {
  overflow: hidden; }

.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 0;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5; }

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

.table
thead th {
  background-color: #eee;
  border-bottom-width: 1px !important; }

.table th.deemphasize {
  color: #666; }

.table td.deemphasize {
  color: #999; }

.edit-benefit-financial-hide .edit-benefit-financial {
  display: none !important; }

/**********    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; }

.card-columns-lg-2,
.card-columns-xl-3 {
  column-count: 1; }

@media (min-width: 1192px) {
  .card-columns-lg-2 {
    column-count: 2; } }

@media (min-width: 1364px) {
  .card-columns-xl-3 {
    column-count: 3; } }

@media (min-width: 576px) {
  .card-columns {
    column-gap: .6rem; } }

.bs-callout {
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px; }
  .bs-callout.card {
    box-shadow: none; }

.row.flex-wrap .bs-callout {
  margin: 0; }

.bs-callout h5 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.1rem; }

form .bs-callout {
  padding-bottom: .5rem; }
  form .bs-callout h5 {
    margin-bottom: .5rem; }

.bs-callout p:last-child {
  margin-bottom: 0; }

.bs-callout code {
  border-radius: 3px; }

.bs-callout:not(.card) + .bs-callout:not(.card) {
  margin-top: -5px; }

.bs-callout-secondary {
  border-left-color: #ccc; }

.bs-callout-secondary h5 {
  color: #ccc; }

.bs-callout-primary {
  border-left-color: #337ab7; }

.bs-callout-primary h5 {
  color: #337ab7; }

.bs-callout-success {
  border-left-color: #5cb85c; }

.bs-callout-success h5 {
  color: #5cb85c; }

.bs-callout-danger {
  border-left-color: #d9534f; }

.bs-callout-danger h5 {
  color: #d9534f; }

.bs-callout-warning {
  border-left-color: #f0ad4e; }

.bs-callout-warning h5 {
  color: #f0ad4e; }

.bs-callout-info {
  border-left-color: #17a2b8; }

.bs-callout-info h5 {
  color: #17a2b8; }

.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; }

.sidebar {
  /* Works on Firefox */
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
  /* Works on Chrome, Edge, and Safari */ }
  .sidebar::-webkit-scrollbar {
    width: 4px;
    height: 4px; }
  .sidebar::-webkit-scrollbar-track {
    background: transparent; }
  .sidebar::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px; }

main, body {
  /* Works on Firefox */
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
  /* Works on Chrome, Edge, and Safari */ }
  main::-webkit-scrollbar, body::-webkit-scrollbar {
    width: 8px;
    height: 8px; }
  main::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
    background: transparent; }
  main::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 8px; }

@media (min-width: 992px) {
  /*#body instead of body so this doesn't interfere with TinyMCE iframes*/
  #body {
    overflow: hidden; }
  main {
    max-height: calc(100vh - var(--header-height));
    overflow-y: auto; }
  .sidebar {
    max-height: calc(100vh - var(--header-height));
    overflow-y: auto;
    overflow-x: hidden; }
  #main-container.main-nav-pinned main.col {
    margin-left: 280px; }
  #main-container.main-nav-pinned #main-nav-background {
    display: none !important; }
    #main-container.main-nav-pinned #main-nav-background.collapsing.in, #main-container.main-nav-pinned #main-nav-background.collapsing.out {
      display: none !important; } }

@media (min-width: 1364px) {
  #main-container.right-nav-pinned main.col {
    margin-right: 280px; }
  #main-container.right-nav-pinned #right-nav-background {
    display: none !important; }
    #main-container.right-nav-pinned #right-nav-background.collapsing.in, #main-container.right-nav-pinned #right-nav-background.collapsing.out {
      display: none !important; } }

/**********    Main Menu    ***********/
@media (min-width: 992px) {
  .sidebar {
    display: block !important;
    min-height: calc(100vh - var(--header-height));
    flex: 0 0 280px;
    max-width: 280px; }
  main {
    min-height: calc(100vh - var(--header-height)); } }

.main-nav {
  left: 0; }

.right-nav {
  right: 0; }

.sidebar {
  z-index: 999;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  width: 0;
  padding-left: 0;
  padding-right: 0; }
  .sidebar.right-nav {
    box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.3); }
  .sidebar.collapsing.width {
    height: auto;
    -webkit-transition: width .1s ease;
    -moz-transition: width .1s ease;
    -o-transition: width .1s ease;
    transition: width .1s ease; }
  .sidebar.collapse {
    width: 0; }
    .sidebar.collapse.show {
      width: 280px; }

.sidebar:not(.sidebar-pinned).show, .sidebar:not(.sidebar-pinned).collapsing {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6); }
  .sidebar:not(.sidebar-pinned).show.right-nav, .sidebar:not(.sidebar-pinned).collapsing.right-nav {
    box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.6); }

#main-menu {
  width: 280px; }

.nav-background {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: 998;
  background-color: #222;
  height: auto !important; }
  .nav-background.collapse {
    opacity: 0; }
    .nav-background.collapse.show {
      opacity: 0.25;
      height: auto !important; }
  .nav-background.collapsing.opacity {
    opacity: 0.25; }
    .nav-background.collapsing.opacity.out {
      height: auto !important;
      display: block !important;
      animation: fade-out 0.1s backwards;
      -webkit-animation: fade-out 0.1s backwards;
      /*keyframes not working in IE. Fallback to transition*/
      transition: opacity .1s ease;
      opacity: 0; }
    .nav-background.collapsing.opacity.in {
      height: auto !important;
      display: block !important;
      animation: fade-in 0.1s forwards;
      -webkit-animation: fade-in 0.1s forwards;
      /*keyframes not working in IE. Fallback to transition*/
      transition: opacity .1s ease;
      opacity: 0.25; }

@media (max-width: 991px) {
  .sidebar {
    min-height: 100vh; } }

@media (min-width: 992px) {
  .main-nav, .main-nav.collapse {
    width: 50px; }
  #main-container .sidebar:not(.show):not(.collapsing) {
    overflow-x: hidden;
    top: var(--header-height); }
    #main-container .sidebar:not(.show):not(.collapsing) #main-menu .list-group-submenu,
    #main-container .sidebar:not(.show):not(.collapsing) #main-menu > .list-group > .list-group-item > a > span {
      display: none; }
    #main-container .sidebar:not(.show):not(.collapsing) .utilmenu .card-body, #main-container .sidebar:not(.show):not(.collapsing) .utilmenu .footer,
    #main-container .sidebar:not(.show):not(.collapsing) .utilmenu .card-header h5,
    #main-container .sidebar:not(.show):not(.collapsing) .utilmenu .card-header span {
      display: none; }
    #main-container .sidebar:not(.show):not(.collapsing) .utilmenu .card-header {
      cursor: pointer; }
  div.authenticated main.col {
    margin-left: 50px; }
  .sidebar.collapse.show, .sidebar.collapsing {
    margin-top: var(--header-height); }
  /*.expanded indicates this parent-level menu has an active child menu*/
  .main-nav:not(.show):not(.collapsing) .expanded,
  .main-nav .expanded.collapsed {
    background-color: #e9e9e9; } }

@media (min-width: 1364px) {
  .right-nav, .right-nav.collapse {
    width: 50px; }
  div.authenticated main.col {
    margin-right: 50px; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: .25; } }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: .25; } }

#main-menu .list-group-item {
  border: none;
  border-radius: 0;
  padding: 0;
  clear: both; }
  #main-menu .list-group-item a.btn {
    width: 40px;
    padding: 5px 12px;
    border-radius: 0;
    background-color: transparent;
    border: 0;
    top: 1px;
    position: relative;
    line-height: 19px;
    color: #656565; }
    #main-menu .list-group-item a.btn.menu-handle:hover {
      background-color: #f3f3f3;
      color: black; }
    #main-menu .list-group-item a.btn.menu-handle.collapsed i {
      transform: rotate(-90deg);
      transition: transform 0.25s; }
    #main-menu .list-group-item a.btn.menu-handle:not(.collapsed) i {
      transform: rotate(0deg);
      transition: transform 0.1s; }
  #main-menu .list-group-item.active, #main-menu .list-group-item .list-group-item.active {
    color: #3f3f3f;
    background-color: #e9e9e9;
    border-color: #dcdcdc; }

#main-menu .list-group-item a:not(.btn), #main-menu a.list-group-item {
  color: #319ed4;
  display: block;
  padding: 5px 12px;
  line-height: 20px; }

#main-menu > .list-group > .list-group-item {
  border-top: solid 1px #e8e8e8; }
  #main-menu > .list-group > .list-group-item > a,
  #main-menu > .list-group > .list-group-item > .btn-group a {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 2px; }
  #main-menu > .list-group > .list-group-item > a {
    font-variant: small-caps;
    color: #656565;
    line-height: 1.1rem; }
    #main-menu > .list-group > .list-group-item > a.menu-handle {
      line-height: 1.4rem; }
    #main-menu > .list-group > .list-group-item > a.expanded > a {
      font-weight: bold; }
    #main-menu > .list-group > .list-group-item > a > i {
      width: 20px;
      text-align: center;
      margin-right: 5px; }
      #main-menu > .list-group > .list-group-item > a > i.menu-icon {
        font-size: 1.4rem;
        width: 1.8rem; }

#main-menu .list-group-submenu {
  position: relative; }
  #main-menu .list-group-submenu .list-group-item a:not(.btn),
  #main-menu .list-group-submenu a.list-group-item {
    padding-left: 18px; }
  #main-menu .list-group-submenu .list-group-submenu a.list-group-item {
    padding-left: 36px; }

#main-menu .fake-link {
  font-style: italic; }
  #main-menu .fake-link:hover {
    text-decoration: none; }

#main-menu a.list-group-item:hover {
  text-decoration: underline; }

/*****************    header    *****************/
.fa[data-count], .global-search-expand {
  position: relative;
  top: .25rem; }

.fa[data-count]:after {
  position: absolute;
  right: -10%;
  bottom: -10%;
  content: attr(data-count);
  font-size: 30%;
  padding: 0.6em;
  border-radius: 999px;
  line-height: 0.75em;
  color: white;
  background: rgba(255, 0, 0, 0.85);
  text-align: center;
  min-width: 2em;
  font-weight: bold; }

.global-search {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  margin-left: auto; }

.global-search .form-group {
  margin-bottom: 0; }

header.navbar button.btn-link {
  border: solid 1px #ccc; }
  header.navbar button.btn-link:hover {
    background-color: #595c60; }

@media (max-width: 767px) {
  header.navbar.global-search-expanded .navbar-brand,
  header.navbar.global-search-expanded .header-buttons {
    display: none; }
  header.navbar.global-search-expanded .global-search {
    display: inline-block !important;
    margin-right: 0;
    padding: 9px;
    max-width: 70%; } }

header.navbar .navbar-brand img {
  max-width: 100%;
  min-height: 2.6rem;
  height: 2.6rem;
  max-height: 2.6rem; }

@media print {
  .sidebar, .nav-background {
    display: none !important; } }
