/*Grays*/
/* Spacing */
/*** Right-to-left Support ***/
/* Font Size */
/* Layout */
/***** Defaults *****/
/***** Images *****/
/***** Icons *****/
/***** Colors *****/
/***** Layout *****/
/***** Opacity *****/
/***** Animation *****/
/***** Navigation ****/
/***** Avatar ****/
/***** Users Online ****/
/***** Modal ****/
/*** right to left conversion ***/
@media print {
  .no-print {
    display: none;
  }
}
.emphasis {
  font-style: italic;
}
.is-closed {
  display: none;
}
.no-scroll {
  overflow: hidden;
}
.display-inline {
  display: inline;
}
.vignette-left, .vignette-right {
  position: relative;
  z-index: 2;
  cursor: ew-resize;
}
.vignette-left:after, .vignette-right:after {
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
  z-index: 2;
  content: '';
}
.vignette-left:active, .vignette-right:active {
  cursor: url('/components/modern/images/closedhand.cur'), all-scroll;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.vignette-left:after {
  box-shadow: inset 20px 0px 10px -10px rgba(94, 94, 94, 0.2);
  left: 0;
}
.vignette-right:after {
  box-shadow: inset -20px 0px 10px -10px rgba(94, 94, 94, 0.2);
  right: 0;
}
div#cal_print.vignette-left.vignette-right:after {
  box-shadow: none;
}
.space-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.center-items {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.center-content {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.flex-column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-col-1 {
  -webkit-flex-basis: calc(1/12 * 100%);
  -moz-flex-basis: calc(1/12 * 100%);
  -ms-flex-basis: calc(1/12 * 100%);
  flex-basis: calc(1/12 * 100%);
}
.flex-col-2 {
  -webkit-flex-basis: calc(2/12 * 100%);
  -moz-flex-basis: calc(2/12 * 100%);
  -ms-flex-basis: calc(2/12 * 100%);
  flex-basis: calc(2/12 * 100%);
}
.flex-col-3 {
  -webkit-flex-basis: calc(3/12 * 100%);
  -moz-flex-basis: calc(3/12 * 100%);
  -ms-flex-basis: calc(3/12 * 100%);
  flex-basis: calc(3/12 * 100%);
}
.flex-col-4 {
  -webkit-flex-basis: calc(4/12 * 100%);
  -moz-flex-basis: calc(4/12 * 100%);
  -ms-flex-basis: calc(4/12 * 100%);
  flex-basis: calc(4/12 * 100%);
}
.flex-col-5 {
  -webkit-flex-basis: calc(5/12 * 100%);
  -moz-flex-basis: calc(5/12 * 100%);
  -ms-flex-basis: calc(5/12 * 100%);
  flex-basis: calc(5/12 * 100%);
}
.flex-col-6 {
  -webkit-flex-basis: calc(6/12 * 100%);
  -moz-flex-basis: calc(6/12 * 100%);
  -ms-flex-basis: calc(6/12 * 100%);
  flex-basis: calc(6/12 * 100%);
}
.flex-col-7 {
  -webkit-flex-basis: calc(7/12 * 100%);
  -moz-flex-basis: calc(7/12 * 100%);
  -ms-flex-basis: calc(7/12 * 100%);
  flex-basis: calc(7/12 * 100%);
}
.flex-col-8 {
  -webkit-flex-basis: calc(8/12 * 100%);
  -moz-flex-basis: calc(8/12 * 100%);
  -ms-flex-basis: calc(8/12 * 100%);
  flex-basis: calc(8/12 * 100%);
}
.flex-col-9 {
  -webkit-flex-basis: calc(9/12 * 100%);
  -moz-flex-basis: calc(9/12 * 100%);
  -ms-flex-basis: calc(9/12 * 100%);
  flex-basis: calc(9/12 * 100%);
}
.flex-col-10 {
  -webkit-flex-basis: calc(10/12 * 100%);
  -moz-flex-basis: calc(10/12 * 100%);
  -ms-flex-basis: calc(10/12 * 100%);
  flex-basis: calc(10/12 * 100%);
}
.flex-col-11 {
  -webkit-flex-basis: calc(11/12 * 100%);
  -moz-flex-basis: calc(11/12 * 100%);
  -ms-flex-basis: calc(11/12 * 100%);
  flex-basis: calc(11/12 * 100%);
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-basis-full {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}
.padding-sm {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.padding-md {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}
.padding-lg {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.padding-top-sm {
  padding-top: 10px;
}
.padding-bottom-sm {
  padding-bottom: 10px;
}
.padding-left-sm {
  padding-left: 10px;
}
.padding-right-sm {
  padding-right: 10px;
}
.padding-left-xs {
  padding-left: 5px;
}
.padding-right-xs {
  padding-right: 5px;
}
.padding-top-md {
  padding-top: 15px;
}
.padding-bottom-md {
  padding-bottom: 15px;
}
.padding-left-md {
  padding-left: 15px;
}
.padding-right-md {
  padding-right: 15px;
}
.padding-top-lg {
  padding-top: 20px;
}
.padding-bottom-lg {
  padding-bottom: 20px;
}
.padding-left-lg {
  padding-left: 20px;
}
.padding-right-lg {
  padding-right: 20px;
}
.margin-left-xs {
  margin-left: 5px;
}
.margin-left-sm {
  margin-left: 10px;
}
.margin-left-md {
  margin-left: 15px;
}
.margin-left-lg {
  margin-left: 20px;
}
.margin-right-sm {
  margin-right: 10px;
}
.margin-right-xs {
  margin-right: 5px;
}
.margin-right-md {
  margin-right: 15px;
}
.margin-right-lg {
  margin-right: 20px;
}
.margin-top-xs {
  margin-top: 5px;
}
.margin-top-sm {
  margin-top: 10px;
}
.margin-top-lg {
  margin-top: 20px;
}
.margin-top-xl {
  margin-top: 30px;
}
.margin-bottom-xs {
  margin-bottom: 5px;
}
.margin-bottom-sm {
  margin-bottom: 10px;
}
.margin-bottom-md {
  margin-bottom: 15px;
}
.margin-bottom-lg {
  margin-bottom: 20px;
}
.margin-bottom-xl {
  margin-bottom: 30px;
}
.no-margin {
  margin: 0 !important;
}
.no-background {
  background: none !important;
}
.flex-column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.space-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.center-items {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.align-items-end {
  -webkit-align-items: self-end;
  -moz-align-items: self-end;
  -ms-align-items: self-end;
  align-items: self-end;
}
.center-content {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.justify-end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.align-self-center {
  align-self: center;
}
.justify-self-center {
  justify-self: center;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-basis-full {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}
.flex-basis-70 {
  -webkit-flex-basis: 70%;
  -moz-flex-basis: 70%;
  -ms-flex-basis: 70%;
  flex-basis: 70%;
}
.flex-basis-30 {
  -webkit-flex-basis: 30%;
  -moz-flex-basis: 30%;
  -ms-flex-basis: 30%;
  flex-basis: 30%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex-grow-2 {
  flex-grow: 2;
}
.gap-xs {
  gap: 5px;
}
.gap-sm {
  gap: 10px;
}
.gap-md {
  gap: 15px;
}
.gap-lg {
  gap: 20px;
}
.line-clamp-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@supports (-webkit-line-clamp: 1) {
  .line-clamp-1:after {
    display: none;
  }
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@supports (-webkit-line-clamp: 2) {
  .line-clamp-2:after {
    display: none;
  }
}
.line-clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@supports (-webkit-line-clamp: 3) {
  .line-clamp-3:after {
    display: none;
  }
}
.line-clamp-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@supports (-webkit-line-clamp: 4) {
  .line-clamp-4:after {
    display: none;
  }
}
.line-clamp-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
@supports (-webkit-line-clamp: 5) {
  .line-clamp-5:after {
    display: none;
  }
}
.sidebar-access {
  list-style: none;
}
.sidebar-access li {
  margin-bottom: 8px;
}
.sidebar-access li span {
  margin-left: 5px;
}
.send-email-widget {
  white-space: nowrap;
}
#flagsform button {
  box-shadow: none;
  height: 22px;
  line-height: 22px;
  padding-left: 10px;
  padding-right: 10px;
}
#flagsform .icon-status {
  margin-top: 4px;
}
.flag-component-actions {
  padding: 2px;
}
.flag-component-actions .btn.btn_flat.btn_primary {
  padding: 0;
  margin: 10px 0 0 0 !important;
  padding-left: 0 !important;
  border: none !important;
}
*:focus {
  outline: 2px solid #000 !important;
  outline-offset: -2px;
}
.btn:focus, input[type="button"]:focus, input[type="submit"]:focus, input[type="reset"]:focus, button:focus {
  outline-offset: 1px;
}
.main_tabs_container a:focus {
  outline: 2px solid #ececec !important;
}
.main_tabs_container a#activeItem:focus {
  outline: 2px solid #000 !important;
}
.scroll_tabs_container .scroll_tab_inner:focus {
  outline-offset: 0;
}
.sidebar .btn_generic {
  border: 1px solid #949494;
}
.survey-form-header {
  font-weight: 700;
  font-size: 13px;
}
.next-event-btn {
  padding: 2px;
}
.next-event-btn .btn.btn_primary {
  padding-left: 0px !important;
}
.text-danger {
  color: #bf3e24;
}
.no-decoration {
  text-decoration: none !important;
}
.ml-1 {
  margin-left: 5px !important;
}
.mt-2 {
  margin-top: 10px !important;
}
.mb-2 {
  margin-bottom: 10px !important;
}
.mt-1 {
  margin-top: 10px !important;
}
.px-2 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.tree .tree-item .navitem .navicon, .navbox ul .tree-item .navitem .navicon, .navbox ul .navbox li .navitem .navicon, .navbox ul .navbox li .tree .tree:not(#branch-more) .nav-more a .navicon, .tree .tree:not(#branch-more) .nav-more .navbox ul .navbox li a .navicon, .navbox ul .navbox li .navbox a .navicon, .navbox .navbox ul .navbox li a .navicon, .navbox .navbox ul li .navitem .navicon, .navbox ul .tree-item .tree .tree:not(#branch-more) .nav-more a .navicon, .tree .tree:not(#branch-more) .nav-more .navbox ul .tree-item a .navicon, .navbox ul .tree-item .navbox a .navicon, .navbox .navbox ul .tree-item a .navicon, .tree .navbox li .navitem .navicon, .tree .navbox li .tree .tree:not(#branch-more) .nav-more a .navicon, .tree .tree:not(#branch-more) .nav-more .tree .navbox li a .navicon, .tree .navbox li .navbox a .navicon, .navbox .tree .navbox li a .navicon, .navbox .tree li .navitem .navicon, .tree .tree-item .tree:not(#branch-more) .nav-more a .navicon, .tree .tree:not(#branch-more) .nav-more .tree-item a .navicon, .tree .tree-item .navbox a .navicon, .navbox .tree .tree-item a .navicon, .tree .tree-item .navitem .navtext, .navbox ul .tree-item .navitem .navtext, .navbox ul .navbox li .navitem .navtext, .navbox ul .navbox li .tree .tree:not(#branch-more) .nav-more a .navtext, .tree .tree:not(#branch-more) .nav-more .navbox ul .navbox li a .navtext, .navbox ul .navbox li .navbox a .navtext, .navbox .navbox ul .navbox li a .navtext, .navbox .navbox ul li .navitem .navtext, .navbox ul .tree-item .tree .tree:not(#branch-more) .nav-more a .navtext, .tree .tree:not(#branch-more) .nav-more .navbox ul .tree-item a .navtext, .navbox ul .tree-item .navbox a .navtext, .navbox .navbox ul .tree-item a .navtext, .tree .navbox li .navitem .navtext, .tree .navbox li .tree .tree:not(#branch-more) .nav-more a .navtext, .tree .tree:not(#branch-more) .nav-more .tree .navbox li a .navtext, .tree .navbox li .navbox a .navtext, .navbox .tree .navbox li a .navtext, .navbox .tree li .navitem .navtext, .tree .tree-item .tree:not(#branch-more) .nav-more a .navtext, .tree .tree:not(#branch-more) .nav-more .tree-item a .navtext, .tree .tree-item .navbox a .navtext, .navbox .tree .tree-item a .navtext {
  opacity: 0.8 !important;
}
.tree .tree-item a.hi .navtext, .navbox ul .tree-item a.hi .navtext, .navbox ul .navbox li a.hi .navtext, .navbox .navbox ul li a.hi .navtext, .tree .navbox li a.hi .navtext, .navbox .tree li a.hi .navtext, .tree .tree-item a.hi .navicon, .navbox ul .tree-item a.hi .navicon, .navbox ul .navbox li a.hi .navicon, .navbox .navbox ul li a.hi .navicon, .tree .navbox li a.hi .navicon, .navbox .tree li a.hi .navicon {
  opacity: 1 !important;
}
#loginas_frame {
  height: 100vh;
}
@media only screen and (max-width: 767px) and (min-width: 0) {
  .keyboard-shortcuts-button-container {
    display: none;
  }
}
.fake-button {
  cursor: pointer;
}
.search-filters .field .field-widget .field-blurb {
  color: #555555;
}
.list_maincol tr td a:not([class*="icn-"]) {
  text-decoration: underline;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  top: 50%;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before {
  text-indent: 1px;
}
#dnf_class_values_csm_report__description__field-label {
  height: 18px !important;
}
#keyboard-shortcuts {
  bottom: 20px !important;
  right: 20px !important;
}
#lg_datatable_div > #lg_datatable_wrapper > #lg_datatable td > font {
  color: #333 !important;
}
#SQLReportTable_wrapper td > font {
  color: #333 !important;
}
.a11y-tip {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.a11y-tip button {
  margin: 0;
  min-width: 0;
  padding: 0 2px;
  line-height: 100%;
  border: none;
  background: none;
  vertical-align: middle;
}
.a11y-tip button:hover, .a11y-tip button:focus {
  background: none;
}
.a11y-tip__trigger[tabindex] {
  border-bottom: 1px dotted #333;
}
.a11y-tip__trigger[aria-describedby]:hover + .a11y-tip__help, .a11y-tip__trigger[aria-describedby]:hover + .a11y-tip__help:after, .a11y-tip__trigger[aria-labelledby]:hover + .a11y-tip__help, .a11y-tip__trigger[aria-labelledby]:hover + .a11y-tip__help:after, .a11y-tip__trigger[aria-describedby]:not(.a11y-tip__trigger--toggle):focus + .a11y-tip__help, .a11y-tip__trigger[aria-describedby]:not(.a11y-tip__trigger--toggle):focus + .a11y-tip__help:after, .a11y-tip__trigger[aria-labelledby]:not(.a11y-tip__trigger--toggle):focus + .a11y-tip__help, .a11y-tip__trigger[aria-labelledby]:not(.a11y-tip__trigger--toggle):focus + .a11y-tip__help:after, .a11y-tip__trigger[aria-describedby][aria-expanded="true"] .a11y-tip__help, .a11y-tip__trigger[aria-describedby][aria-expanded="true"] .a11y-tip__help:after, .a11y-tip__trigger[aria-labelledby][aria-expanded="true"] .a11y-tip__help, .a11y-tip__trigger[aria-labelledby][aria-expanded="true"] .a11y-tip__help:after {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.a11y-tip__trigger[aria-describedby]:hover + .a11y-tip__help, .a11y-tip__trigger[aria-describedby]:hover + .a11y-tip__help:after, .a11y-tip__trigger[aria-labelledby]:hover + .a11y-tip__help, .a11y-tip__trigger[aria-labelledby]:hover + .a11y-tip__help:after, .a11y-tip__trigger[aria-describedby]:not(.a11y-tip__trigger--toggle):focus + .a11y-tip__help, .a11y-tip__trigger[aria-describedby]:not(.a11y-tip__trigger--toggle):focus + .a11y-tip__help:after, .a11y-tip__trigger[aria-labelledby]:not(.a11y-tip__trigger--toggle):focus + .a11y-tip__help, .a11y-tip__trigger[aria-labelledby]:not(.a11y-tip__trigger--toggle):focus + .a11y-tip__help:after, .a11y-tip__trigger[aria-describedby][aria-expanded="true"] .a11y-tip__help, .a11y-tip__trigger[aria-describedby][aria-expanded="true"] .a11y-tip__help:after, .a11y-tip__trigger[aria-labelledby][aria-expanded="true"] .a11y-tip__help, .a11y-tip__trigger[aria-labelledby][aria-expanded="true"] .a11y-tip__help:after {
  transform: translate(-50%, 0px);
}
@media screen and (min-width: 40.625em) {
  .a11y-tip__trigger[aria-describedby]:hover + .a11y-tip__help--left, .a11y-tip__trigger[aria-describedby]:hover + .a11y-tip__help--left:after, .a11y-tip__trigger[aria-labelledby]:hover + .a11y-tip__help--left, .a11y-tip__trigger[aria-labelledby]:hover + .a11y-tip__help--left:after, .a11y-tip__trigger[aria-describedby]:not(.a11y-tip__trigger--toggle):focus + .a11y-tip__help--left, .a11y-tip__trigger[aria-describedby]:not(.a11y-tip__trigger--toggle):focus + .a11y-tip__help--left:after, .a11y-tip__trigger[aria-labelledby]:not(.a11y-tip__trigger--toggle):focus + .a11y-tip__help--left, .a11y-tip__trigger[aria-labelledby]:not(.a11y-tip__trigger--toggle):focus + .a11y-tip__help--left:after, .a11y-tip__trigger[aria-describedby][aria-expanded="true"] .a11y-tip__help--left, .a11y-tip__trigger[aria-describedby][aria-expanded="true"] .a11y-tip__help--left:after, .a11y-tip__trigger[aria-labelledby][aria-expanded="true"] .a11y-tip__help--left, .a11y-tip__trigger[aria-labelledby][aria-expanded="true"] .a11y-tip__help--left:after {
    transform: translate(0px, -50%);
  }
  .a11y-tip__trigger[aria-describedby]:hover + .a11y-tip__help--right, .a11y-tip__trigger[aria-describedby]:hover + .a11y-tip__help--right:after, .a11y-tip__trigger[aria-labelledby]:hover + .a11y-tip__help--right, .a11y-tip__trigger[aria-labelledby]:hover + .a11y-tip__help--right:after, .a11y-tip__trigger[aria-describedby]:not(.a11y-tip__trigger--toggle):focus + .a11y-tip__help--right, .a11y-tip__trigger[aria-describedby]:not(.a11y-tip__trigger--toggle):focus + .a11y-tip__help--right:after, .a11y-tip__trigger[aria-labelledby]:not(.a11y-tip__trigger--toggle):focus + .a11y-tip__help--right, .a11y-tip__trigger[aria-labelledby]:not(.a11y-tip__trigger--toggle):focus + .a11y-tip__help--right:after, .a11y-tip__trigger[aria-describedby][aria-expanded="true"] .a11y-tip__help--right, .a11y-tip__trigger[aria-describedby][aria-expanded="true"] .a11y-tip__help--right:after, .a11y-tip__trigger[aria-labelledby][aria-expanded="true"] .a11y-tip__help--right, .a11y-tip__trigger[aria-labelledby][aria-expanded="true"] .a11y-tip__help--right:after {
    transform: translate(0px, -50%);
  }
}
.a11y-tip__trigger[aria-describedby].a11y-tip__trigger--toggle:hover + .a11y-tip__help, .a11y-tip__trigger[aria-describedby].a11y-tip__trigger--toggle:hover + .a11y-tip__help:after, .a11y-tip__trigger[aria-labelledby].a11y-tip__trigger--toggle:hover + .a11y-tip__help, .a11y-tip__trigger[aria-labelledby].a11y-tip__trigger--toggle:hover + .a11y-tip__help:after {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.a11y-tip__trigger[aria-expanded="true"].a11y-tip__trigger--toggle:hover + .a11y-tip__help, .a11y-tip__trigger[aria-expanded="true"].a11y-tip__trigger--toggle:hover + .a11y-tip__help:after {
  opacity: 1 !important;
  pointer-events: auto !important;
  transition: opacity 0.18s ease-in-out, transform 0.18s ease-in-out;
  visibility: visible !important;
}
.a11y-tip--no-delay .a11y-tip__help, .a11y-tip--no-delay .a11y-tip__help:after {
  transition: opacity 0.18s ease-in-out, transform 0.18s ease-in-out !important;
}
[role="tooltip"].a11y-tip__help {
  background: #333;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  left: 50%;
  margin-top: 10px;
  opacity: 0;
  padding: 5px 10px;
  pointer-events: none;
  position: absolute;
  text-align: left;
  top: 100%;
  transform: translate(-50%, 10px);
  transform-style: preserve-3d;
  transition: opacity 0s 1s ease-in-out;
  visibility: hidden;
  z-index: 10;
  max-width: 200px;
  white-space: normal;
  width: max-content;
  text-align: center;
  text-transform: capitalize;
}
[role="tooltip"].a11y-tip__help:after {
  border: inset 4px;
  content: '';
  display: inline-block;
  height: 0;
  speak: none;
  width: 0;
  border-color: transparent transparent #333 transparent;
  border-bottom-style: solid;
  bottom: 100%;
  content: '';
  left: 50%;
  margin-top: 6px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px);
  transform-style: preserve-3d;
  transition: opacity 0s 1s ease-in-out;
  visibility: hidden;
  z-index: 10;
}
[role="tooltip"].a11y-tip__help--top {
  bottom: 100%;
  left: 50%;
  margin-bottom: 10px;
  margin-top: 0;
  top: auto;
  transform-origin: center top;
  transform: translate(-50%, 10px);
}
[role="tooltip"].a11y-tip__help--top:after {
  border: inset 4px;
  content: '';
  display: inline-block;
  height: 0;
  speak: none;
  width: 0;
  border-color: #333 transparent transparent transparent;
  border-top-style: solid;
  left: 50%;
  margin-bottom: 6px;
  margin-top: 0;
  top: 100%;
  transform-origin: center top;
  transform: translate(-50%, -10px);
}
@media screen and (min-width: 40.625em) {
  [role="tooltip"].a11y-tip__help--left {
    left: auto;
    margin-right: 9px;
    margin-top: 0;
    right: 100%;
    top: 50%;
    transform: translate(10px, -50%);
  }
  [role="tooltip"].a11y-tip__help--left:after {
    border: inset 4px;
    content: '';
    display: inline-block;
    height: 0;
    speak: none;
    width: 0;
    border-color: transparent transparent transparent #333;
    border-left-style: solid;
    left: 100%;
    margin-right: 5px;
    margin-top: 0;
    top: 50%;
    transform: translate(-10px, -50%);
  }
  [role="tooltip"].a11y-tip__help--right {
    left: 100%;
    margin-left: 9px;
    margin-top: 0;
    top: 50%;
    transform: translate(10px, -50%);
  }
  [role="tooltip"].a11y-tip__help--right:after {
    border: inset 4px;
    content: '';
    display: inline-block;
    height: 0;
    speak: none;
    width: 0;
    border-color: transparent #333 transparent transparent;
    border-right-style: solid;
    bottom: auto;
    left: auto;
    margin-left: 5px;
    margin-top: 0;
    right: 100%;
    top: 50%;
    transform: translate(10px, -50%);
  }
}
.a11y-tip--hide {
  display: none;
}
.no-js .a11y-tip__help:not([role]) {
  font-size: 0.85em;
}
.no-js .a11y-tip__help:not([role]):before {
  content: "(";
}
.no-js .a11y-tip__help:not([role]):after {
  content: ")";
}
.a11y-tip__help.a11y-tip__help--top.a11y-tip__help--wide {
  width: 160px;
}
.a11y-tip__trigger.a11y-tip__trigger--no-link:hover, .a11y-tip__trigger.a11y-tip__trigger--no-link:focus {
  cursor: default;
}
/*
----------------------------------------------------------------
	Merge Fields
---------------------------------------------------------------- */
.merge-fields-container {
  margin: 0 0 15px 0;
}
.merge-fields {
  padding: 0px 6px;
}
.sidebar .merge-fields .caret {
  margin: 5px 5px 0 0;
}
.merge-fields h3 {
  float: left;
  font-size: 13px;
  margin: 0 0 5px 4px;
}
.merge-fields .merge-fields-title {
  font-weight: bold;
  cursor: pointer;
}
.merge-fields .caret {
  float: left;
  margin-top: 3px;
  margin-right: 5px;
  margin-left: 2px;
  border-top: 4px solid transparent;
  border-left: 6px solid #999;
  border-bottom: 4px solid transparent;
}
.caret.caret-toggle {
  margin-right: 7px;
  border-top: 5px solid #999;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.merge-fields.merge-fields-menu {
  margin: 0;
  padding: 0;
  line-height: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.merge-fields-menu {
  list-style: none;
  padding: 0;
  margin: 0 5px;
  display: none;
}
.merge-fields-menu.open {
  display: block;
}
.merge-fields-item {
  padding: 2px 0px;
  margin-left: 18px;
}
.merge-fields-item a {
  font-weight: bold;
}
.merge-fields-item a:hover {
  cursor: pointer;
}
/* Digest Templates */
.merge-fields-header {
  max-height: 473px;
  overflow-y: hidden;
  border: 1px solid #ccc;
}
.merge-fields-table {
  width: 100%;
  border-collapse: collapse;
  padding: 3px;
  border-spacing: 0px;
  word-break: normal;
}
thead.merge-fields-thead {
  background-color: #eee;
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}
thead.merge-fields-thead tr {
  display: block;
  position: relative;
}
th.hide {
  display: none;
}
.merge-fields-th {
  padding: 5px 10px;
}
.merge-fields-body {
  height: 473px;
  overflow-y: auto;
}
.merge-fields-tbody {
  height: 100%;
  overflow: auto;
}
.merge-fields-table-x {
  width: 100%;
  border: 1px solid #ccc;
}
.merge-fields-body {
  margin-top: -1px;
}
.ie .merge-fields-digest {
  overflow: auto;
}
.ie .merge-fields-body {
  overflow: auto;
  height: 300px;
  display: block;
}
#care_dash {
  background: #fff;
  margin: 0 auto;
  padding: 15px;
}
#care_dash table {
  border-collapse: collapse;
  border-spacing: 0;
}
#care_dash table:first-child {
  width: auto;
  table-layout: fixed;
}
#care_dash table td {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
#care_dash #left_col {
  padding-right: 15px;
}
#care_dash #right_col {
  padding-right: 0;
}
#care_dash #left_col, #care_dash #right_col {
  width: 50%;
}
/* CARE DASH MODULE */
#care_dash .module .no_data {
  margin: 10px 0 0 10px;
  color: #777;
  font-weight: bold;
}
#care_dash .module {
  margin-bottom: 15px;
  padding: 20px;
  background: #f8f8f8;
}
#care_dash .module h2 {
  color: #93191B;
  display: table-cell;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}
.module_top {
  display: table;
  width: 100%;
}
.module_top .header-control {
  display: table-cell;
  text-align: right;
  font-size: 11px;
}
.module_bottom {
  padding-top: 20px;
}
#care_dash .min, #care_dash .close {
  height: 14px;
  width: 14px;
  background-image: url(/images/care_dash/module_buttons.png);
  display: block;
  text-indent: -9999em;
  position: absolute;
  top: 0;
  text-decoration: none;
}
#care_dash .min {
  right: 10px;
  outline-style: none;
}
#care_dash .min:hover {
  background-position: 0 -14px;
}
#care_dash .close {
  background-position: 0 -28px;
  right: 10px;
  display: none;
}
#care_dash .close:hover {
  background-position: 0 -42px;
}
/* INDIVIDUAL MODULES */
#total_cases_in_queue .pie {
  width: 430px;
  height: 195px;
}
#total_cases_in_queue .pie_shadow {
  background: url(/images/care_dash/pie_shadow.png) no-repeat;
  position: absolute;
  width: 210px;
  height: 211px;
  top: 62px;
  left: 18px;
}
#total_cases_in_queue canvas {
  position: absolute;
  top: 0;
  left: 0;
}
#total_cases_in_queue .legend {
  float: left;
  position: relative;
  left: 205px;
}
#total_cases_in_queue .legend div {
  background: none !important;
}
#total_cases_in_queue .legend table {
  font-size: 1em !important;
  float: left;
  position: relative !important;
  top: 0 !important;
  right: 0 !important;
  max-width: 255px;
}
#total_cases_in_queue .legendColorBox, #total_cases_in_queue .legendLabel {
  padding: 0 0 5px 10px;
  font-size: 11px;
  line-height: 12px;
  color: #333;
  vertical-align: top;
}
.threat_level table, #person_incident_comparisons table {
  width: 100%;
  margin-bottom: 5px;
  font-size: 11px;
  table-layout: fixed;
}
.threat_level table:last-child, #person_incident_comparisons table:last-child {
  margin-bottom: 0;
}
#person_incident_comparisons td:first-child {
  width: 50%;
}
#threat_level_of_cases .threat_level td {
  padding: 0;
  vertical-align: middle;
  width: 50%;
}
#person_incident_comparisons td {
  padding: 0;
  vertical-align: middle;
  width: auto;
}
#person_incident_comparisons td:first-child {
  width: 50%;
}
#threat_level_of_cases .threat_level td:first-child, #person_incident_comparisons td {
  padding: 0 10px 0 0;
}
.threat_level .cat, #person_incident_comparisons .cat {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 1;
  margin-left: 3px;
}
.threat_level .total {
  width: 20px;
  float: left;
  color: #333;
}
.threat_level .bar, #person_incident_comparisons .bar {
  height: 12px;
  display: flex;
  line-height: 14px;
}
#person_incident_comparisons .bar div {
  border-radius: 4px;
  margin-right: 5px;
}
#person_incident_comparisons .bar .zero-count {
  margin: 0;
}
#person_incident_comparisons .percentage, .threat_level .total {
  font-weight: 700;
  position: relative;
  margin-right: 3px;
}
.bar div:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.bar div:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.threat_level .color, #month_case .legend .color, #year_case .legend .color, #person_incident_comparisons .color {
  height: 12px;
  float: left;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  color: #fff;
  max-width: 50%;
}
.threat_level .color {
  max-width: 100%;
}
#person_incident_comparisons .color {
  font-weight: normal;
  background-color: #5e92cf;
  border: 0;
  text-align: left;
}
#person_incident_comparisons .color span {
  padding-left: 3px;
}
.threat_level .lvl1, #month_case .lvl1, #year_case .lvl1 {
  background-color: #c10013;
  color: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.threat_level .lvl2, #month_case .lvl2, #year_case .lvl2 {
  background-color: #f8e200;
  color: #333;
}
.threat_level .lvl3, #month_case .lvl3, #year_case .lvl3 {
  background-color: #0157b8;
  color: #fff;
}
#month_case .legend, #year_case .legend {
  margin-top: 15px;
}
.threat_level .legend {
  padding: 0 0 25px;
}
.threat_level .legend div, #month_case .legend div, #year_case .legend div {
  border-radius: 4px;
}
.threat_level .legend .color, #month_case .legend .color, #year_case .legend .color {
  padding: 0 10px 0 10px;
}
#month_case .legend .color, #year_case .legend .color {
  margin-right: 10px;
  cursor: pointer;
}
.threat_level .legend div, .comp-totals .legend div {
  float: left;
}
.threat_level .legend div:first-child, .comp-totals .legend div:first-child {
  padding-right: 10px;
  line-height: 12px;
}
.comp-totals .legend div:first-child {
  padding: 0;
}
.comp-totals .legend-inner {
  padding-left: 5px;
}
.comp-totals .legend-inner div, .comp-totals .legend-inner .current-count {
  font-weight: 700;
}
.threat_level .legend .color {
  text-transform: uppercase;
}
.threat_level .legend span, .comp-totals .legend span {
  padding: 0 15px 0 5px;
  float: left;
  font-size: 11px;
  font-weight: bold;
}
#care_dash .line_graph {
  width: 440px;
  height: 200px;
}
#care_dash .legend input {
  float: left;
}
.module_content h3 {
  color: #333;
  font-weight: bold;
  display: block;
  padding: 20px 0 10px;
  margin: 0;
  font-size: 11px;
  line-height: 12px;
  text-transform: uppercase;
}
.module_content h3:only-child {
  padding-top: 0;
}
#threat_level_of_cases .top_control {
  margin-bottom: 20px;
}
.top_control {
  margin: 5px 0 15px 0;
}
#total_cases_in_queue .top_control {
  margin: 5px 0 25px 0;
}
.top_control h3 {
  display: inline;
  background: none;
  color: #333;
  clear: none;
  font-weight: bold;
  margin: 0;
  display: inline;
  padding-right: 5px;
}
.top_control h3 span {
  font-weight: normal;
}
/* Pie Chart Tooltip */
#flotTip {
  background-color: #eee;
  color: #000;
  z-index: 100;
  padding: 0.5em 0.7em;
  border-radius: 0.5em;
  font-size: 0.8em;
  font-weight: bold;
  border: 1px solid #111;
  background: #ffffff;
  /* Old browsers */
}
/* Incident Report Table*/
.ir_frame_top {
  padding: 0px 15px;
}
.info_report_table_header {
  background-color: #efefef;
}
ul.school_info {
  margin-top: 10px;
  margin-left: 20px;
  min-width: 165px;
}
.table {
  width: 100%;
  margin: 10px 0;
}
table .span12 {
  width: 100%;
}
.table-borderless {
  width: 100%;
  margin-bottom: 10px;
}
.table th, .table td {
  padding: 8px;
  line-height: 1em;
  text-align: left;
  vertical-align: top;
}
.person_info {
  border-top: 1px solid #ececec;
}
.person_info_borderless {
  border: none;
}
.concern_explanation_table th {
  border-top: 0 none;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ececec;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed th, .table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border-collapse: separate;
  border-radius: 4px;
}
.table-bordered th, .table-bordered td {
  border-left: 1px solid #ececec;
}
.table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child, .table-bordered tbody:last-child tr:last-child > td:last-child, .table-bordered tbody:last-child tr:last-child > th:last-child, .table-bordered tfoot:last-child tr:last-child > td:last-child, .table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child, .table-bordered caption + tbody tr:first-child td:first-child, .table-bordered colgroup + thead tr:first-child th:first-child, .table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child, .table-bordered caption + tbody tr:first-child td:last-child, .table-bordered colgroup + thead tr:first-child th:last-child, .table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
table td[class*="span"], table th[class*="span"], .row-fluid table td[class*="span"], .row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
.table.table-bordered.table-hover.info_report_table {
  border-spacing: 0;
}
table td.incident-info {
  width: 20%;
}
.table-bordered td.incident-info {
  border: none;
}
.info_report_table_header > th {
  border: none;
  border-bottom: 1px solid #ececec;
  /* No border except for the bottom */
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media, .media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right, .media > .pull-right {
  padding-left: 10px;
}
.media-left, .media > .pull-left {
  padding-right: 10px;
}
.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
/* Violation Expiration */
table #incident_scoring_sidebox {
  border-spacing: 0;
  border-radius: 4px;
}
#incident_scoring_sidebox {
  border: 1px solid #999;
}
#incident_scoring_sidebox th {
  font-size: 1em;
  font-weight: bold;
  padding: 5px;
  vertical-align: middle;
}
.ir_scoring_row td {
  font-weight: bold;
  padding: 5px;
}
.ir_scoring_row .datepopupcal_buttons {
  margin-top: 3px;
}
.header-control {
  background: none;
  border: none;
}
.header-control.multiple-options {
  background: url(/images/angle-down.png) no-repeat 100% 50%;
  background-size: 9px auto;
}
.header-control select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  background-color: transparent;
  border: none;
  font-weight: 700;
  font-size: 11px;
  color: #5a5a5a;
}
.header-control select::-ms-expand {
  display: none;
}
@-moz-document url-prefix() {
  .ir_scoring_row .datepopupcal_buttons {
    margin-top: 0px;
  }
}
.care_report_type_description_outer {
  position: relative;
  font-size: 16px;
  line-height: 16px;
  vertical-align: text-bottom;
  color: #333;
}
.care_report_type_description_outer:hover div.care_report_type_description_inner {
  display: block;
}
div.care_report_type_description_inner {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: absolute;
  display: none;
  z-index: 9;
  top: -15px;
  left: 30px;
  width: 250px;
  font-size: 13px;
}
@media only screen and (max-width: 420px) {
  div.care_report_type_description_inner {
    position: relative;
    top: -5px;
    margin: 5px;
    left: 0px;
  }
}
span.report_no {
  position: relative;
  cursor: default;
  margin-bottom: 2px;
}
span.report_no div.report_description {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: absolute;
  display: none;
  z-index: 1;
  top: 24px;
  left: 34px;
  width: 440px;
}
.irnum:hover div.incident_summary_description, span.report_no:hover div.report_description {
  display: block;
}
.div-table {
  display: table;
  width: 100%;
}
.div-table-body {
  display: table-row-group;
}
.div-table-row {
  display: table-row;
}
.div-table-cell, .div-table-head {
  display: table-cell;
}
.lst-group {
  font-weight: bold;
  background-color: #F6F6F6;
  border-bottom: 1px solid #CCC;
  text-align: left;
  padding: 10px 20px;
  position: relative;
}
.lst-group a {
  text-decoration: none;
}
.lst-group:last-child {
  padding: 10px;
}
.lst-group .collapse-row-container {
  display: flex;
  justify-content: space-between;
  padding-right: 20px;
  padding-left: 12px;
}
.lst-group .collapse-row-container .collapse-row-label {
  line-height: 30px;
}
.lst-group-actions, .lst-group-toggle-icon, .lst-group-button {
  vertical-align: middle;
}
.lst-group-toggle-icon {
  width: 22px;
  height: 22px;
}
.lst-group-actions {
  text-align: right;
  padding-right: 20px;
}
.lst-group-meta {
  color: #000;
  font-weight: normal;
}
.lst-group:last-child {
  border-right: 1px solid #ccc;
}
.fieldgroup h2, .form_title {
  color: #777777;
}
.header-text {
  white-space: nowrap;
  text-align: right;
}
.diagnostics {
  padding-bottom: 20px;
}
.diagnostics .filter-group, .diagnostics .field, .diagnostics .filter-label {
  width: 100%;
  max-width: 500px;
}
.diagnostics select, .diagnostics input:not(.btn) {
  border-width: 1px;
  border-style: solid;
  border-color: #949494;
  border-radius: 3px;
}
.diagnostics select:focus, .diagnostics input:not(.btn):focus {
  border-color: #774488;
}
.diagnostics .filter-group {
  display: "-ms-flex";
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.diagnostics .filter-group .filter-label, .diagnostics .filter-group .filter {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.diagnostics .filter-group .filter {
  min-height: 30px;
}
#tabContainer, .chart {
  width: 100%;
}
.chart {
  height: 550px;
  margin-bottom: 10px;
}
.dashboard_info {
  background-color: #f2f2f2;
  border: 1px solid #f59332;
}
.report_label, .yui-nav li > a, .yui-dt tr {
  text-decoration: none;
}
.report_label {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 10px 20px;
}
.chart_label {
  font-size: 16px;
  font-weight: normal;
  float: left;
  vertical-align: middle;
}
.menubox {
  float: right;
}
.menubox button {
  margin: 5px;
}
.menubox .icn {
  font-size: 15px;
  font-weight: 15px;
}
.groupcharts_left, .groupcharts_right {
  float: left;
  padding: 10px;
  width: 450px;
  margin-right: 10px;
}
.groupcharts_left {
  padding-right: 0;
}
.groupcharts_right {
  padding-left: 0;
}
.transparent {
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
.no_data_chart, .report_criteria, .box-table-b td.data, .report_label {
  text-align: left;
}
.no_data_chart {
  color: #bf3e24;
  padding-left: 10px;
  font-style: italic;
}
.box-table-b {
  border-collapse: collapse;
  border: 1px solid #ececec;
  margin: 5px 0 5px 15px;
}
.box-table-b th, .box-table-b td {
  background: #f2f2f2;
  padding: 10px;
}
.box-table-b th {
  border-right: 1px solid #be3f2b;
  border-left: 1px solid #be3f2b;
  color: #039;
}
.box-table-b td {
  border-bottom: 1px solid #ececec;
}
.box-table-b td.data {
  background: #fff;
  border-left: 1px solid #ececec;
}
.report_list {
  font-size: 12px;
  list-style: none;
  margin: 10px;
  padding: 0;
  height: 210px;
  width: 520px;
}
.report_list_item {
  float: left;
  margin: 0 10px 10px 0;
}
.report_list_item a {
  list-style: none;
  width: 182px;
  height: 15px;
  padding: 5px;
  background: url("/images/list-arrow.gif") no-repeat top right;
  border-top: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  border-left: 1px solid #ececec;
  float: left;
  display: inline;
}
.report_list_item a:hover {
  color: #336699;
  background: #ddd url("/images/list-arrow.gif") no-repeat top right;
  border-top: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  border-left: 1px solid #ececec;
}
.report_list_item.events a, .report_list_item.workshop a, .report_list_item.recruiting a, .report_list_item.counseling a, .report_list_item.ocr_session a, .report_list_item.career_fair a, .report_list_item.grad_survey a, .report_list_item.exp_learning a, .report_list_item.info_session a, .report_list_item.employer_data a, .report_list_item.coop_placement a, .report_list_item.student_activity a {
  padding-left: 20px;
  background-color: #ececec;
  background-position-x: left;
  background-position-y: top;
  background-repeat: no-repeat;
}
.report_list_item.student_activity a {
  background-image: url("/images/quick-view-arrow-students.gif");
}
.report_list_item.student_activity a:hover {
  background-image: url("/images/quick-view-arrow-students.gif");
}
.report_list_item.employer_data a {
  background-image: url("/images/quick-view-arrow-employers.gif");
}
.report_list_item.employer_data a:hover {
  background-image: url("/images/quick-view-arrow-employers.gif");
}
.report_list_item.recruiting a {
  background-image: url("/images/quick-view-arrow-recruiting.gif");
}
.report_list_item.recruiting a:hover {
  background-image: url("/images/quick-view-arrow-recruiting.gif");
}
.report_list_item.events a {
  background-image: url("/images/quick-view-arrow-events.gif");
}
.report_list_item.events a:hover {
  background-image: url("/images/quick-view-arrow-events.gif");
}
.report_list_item.ocr_session a {
  background-image: url("/images/quick-view-arrow-ocr.gif");
}
.report_list_item.ocr_session a:hover {
  background-image: url("/images/quick-view-arrow-ocr.gif");
}
.report_list_item.coop_placement a {
  background-image: url("/images/quick-view-arrow-placement.gif");
}
.report_list_item.coop_placement a:hover {
  background-image: url("/images/quick-view-arrow-placement.gif");
}
.report_list_item.counseling a {
  background-image: url("/images/quick-view-arrow-counseling.gif");
}
.report_list_item.counseling a:hover {
  background-image: url("/images/quick-view-arrow-counseling.gif");
}
.report_list_item.exp_learning a {
  background-image: url("/images/quick-view-arrow-explearning.gif");
}
.report_list_item.exp_learning a:hover {
  background-image: url("/images/quick-view-arrow-explearning.gif");
}
.report_list_item.info_session a {
  background-image: url("/images/quick-view-arrow-infosession.gif");
}
.report_list_item.info_session a:hover {
  background-image: url("/images/quick-view-arrow-infosession.gif");
}
.report_list_item.career_fair a {
  background-image: url("/images/quick-view-arrow-careerfair.gif");
}
.report_list_item.career_fair a:hover {
  background-image: url("/images/quick-view-arrow-careerfair.gif");
}
.report_list_item.workshop a {
  background-image: url("/images/quick-view-arrow-workshop.gif");
}
.report_list_item.workshop a:hover {
  background-image: url("/images/quick-view-arrow-workshop.gif");
}
.report_list_item.grad_survey a {
  background-image: url("/images/quick-view-arrow-survey.gif");
}
.report_list_item.grad_survey a:hover {
  background-image: url("/images/quick-view-arrow-survey.gif");
}
.step1-intro-text {
  background: url("/images/piechart.gif") no-repeat top left;
  width: 390px;
  font-size: 14px;
  font-weight: normal;
  margin: 10px 0px 20px 10px;
  padding-left: 30px;
}
.top_button {
  margin: 5px;
}
/* Overrides for yui styles */
.yui-nav li {
  height: 48px;
  list-style: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: inline-block;
  background-color: #774488;
  cursor: pointer;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .yui-nav li {
    display: block;
  }
}
.yui-nav li a {
  color: #fff;
  font-size: 13px;
  line-height: 48px;
  white-space: nowrap;
  display: "-ms-flex";
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
  text-align: center;
}
.yui-nav li.selected {
  background-color: #fff;
  border-bottom: 3px solid #ff9800;
}
.yui-nav li.selected a {
  color: #333;
}
.yui-nav li em {
  font-style: unset;
}
.yui-navset {
  position: relative;
  zoom: 1;
}
.yui-navset .yui-content .yui-hidden {
  border: 0;
  height: 0;
  width: 0;
  padding: 0;
  position: absolute;
  left: -999999px;
  overflow: hidden;
  visibility: hidden;
}
.yui-dt {
  border-collapse: collapse;
  width: 100%;
  padding: 0;
  border-spacing: 0;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .yui-dt {
    display: block;
    overflow-x: auto;
  }
}
.yui-dt table {
  width: 100%;
}
.yui-dt tbody > tr:hover {
  background-color: #edf7ff;
}
.yui-dt tr {
  border-bottom: 1px solid #ececec;
  border-top: 1px solid #ececec;
  font-size: 13px;
  font-weight: 700;
}
.yui-dt td, .yui-dt th {
  padding: 10px;
}
.yui-dt .yui-dt-resizer {
  display: none;
}
.yui-content {
  border: 1px solid #ececec;
}
#home_accessibility_requests {
  padding-bottom: 20px;
}
#home_accessibility_requests .data-card-container {
  padding: 10px 20px;
}
#home_accessibility_requests ul {
  padding: 10px 20px;
  margin: 0;
  list-style-type: none;
}
#home_accessibility_requests ul li {
  padding: 0px 20px;
  margin: 0 -20px;
}
#home_accessibility_requests ul li .list_open {
  position: relative;
  padding: 0px 20px 0;
}
#home_accessibility_requests .stat-card-container {
  display: "-ms-flex";
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#home_accessibility_requests .stat-card-title-container {
  flex: 1;
  vertical-align: top;
}
#home_accessibility_requests .stat-card-title-container .modern-link-badge {
  margin-left: 5px;
  font-size: 12px;
}
#home_accessibility_requests .stat-card-stat-container {
  flex: 2;
}
#home_accessibility_requests .home-inset-title {
  border: none !important;
}
.home-inset .empty-state {
  min-height: 0;
  color: #6c6c6c;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  vertical-align: middle;
  padding: 40px 50px 50px;
}
.stat-card-sep-top {
  border-bottom: 1px solid #eee;
}
.stat-card-sep {
  margin: 0;
  border-bottom: 1px solid #eee;
}
.row-button {
  width: 100%;
  margin: 0;
  padding: 2px 7px;
  border: none;
  background-color: initial;
  box-shadow: none;
  height: auto;
}
.row-button tr td :nth-child(2) {
  text-align: right;
}
.row-button:hover, .row-button:focus {
  text-decoration: underline;
}
.overview-list-inner {
  display: none;
}
.overview-list-inner table {
  width: 100%;
}
.list_open .overview-list-inner {
  display: block;
  position: relative;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .list_open .overview-list-inner {
    overflow-x: auto;
  }
}
.stats-expanded, .stats-collapsed button:hover, button:focus, .zebra-on {
  background-color: #f6f6f6;
}
.stats-expanded, .stats-collapsed button:hover, button:focus, .zebra-off {
  background-color: #fff;
}
.stats-expanded, .stats-collapsed button:disabled {
  cursor: not-allowed !important;
  text-decoration: none;
  color: #999;
}
#home-actions-qlinks {
  width: 100%;
}
#home-actions-qlinks a {
  height: 36px;
  margin: 0 10px 5px 20px;
  padding: 0 15px 0 35px;
  background-position: 8px 8px !important;
  overflow: hidden;
  float: left;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 3px;
  border: none;
  line-height: 38px;
  font-weight: bold;
}
#home-actions-qlinks a.action-accessibility_request_create {
  background: url("/components/unicon/assets/svg-output/network_dark.svg") #b60008;
  background-repeat: no-repeat;
  background-size: 18px;
}
#home-actions-qlinks a.action-accessibility_request_create:hover, #home-actions-qlinks a.action-accessibility_request_create:focus {
  background-color: #910006;
}
#home-actions-qlinks a.action-care_report_create {
  background: url("/components/unicon/assets/svg-output/page_view_dark.svg") #285989;
  background-repeat: no-repeat;
  background-size: 18px;
  margin-left: 20px;
}
#home-actions-qlinks a.action-care_report_create:hover, #home-actions-qlinks a.action-care_report_create:focus {
  background-color: #20476d;
}
#home-qlinks-container {
  padding: 0px 20px 20px;
  display: inline-block;
}
#home-qlinks-container a {
  margin: 0 10px 5px 0px !important;
}
#home-announcements.home-inset-title, #home-announcements.home-inset-title-csm {
  border-bottom: 1px solid #eee;
  min-height: 50px;
  line-height: 50px;
  padding: 0 20px !important;
  color: #4a89c1 !important;
  font-size: 11px !important;
}
#home-announcements.home-inset-title-csm {
  border-bottom: none;
  padding-bottom: 0px;
  color: #fff;
}
#home-announcements.ann-title {
  font-size: 20px !important;
  line-height: 1.25 !important;
  padding-bottom: 0px !important;
}
#home-announcements.ann-date {
  color: #767676 !important;
  font-size: 11px !important;
  padding-bottom: 5px !important;
}
#home-recent .home-inset-title {
  border: none !important;
}
#home-qlinks .home-inset-title-csm {
  border-bottom: none;
  padding-bottom: 0px;
  color: #fff;
}
#home-pendingactions .home-inset-title-csm {
  border-bottom: none;
  padding-bottom: 0px;
  color: #fff;
}
.home-section .stats-tbl th, .home-section .stats-tbl td {
  height: 40px !important;
  padding: 0 20px !important;
  vertical-align: middle !important;
  font-weight: 600 !important;
}
.home-section .stats-tbl tr:nth-child(even) {
  background-color: transparent !important;
}
.home-section .stats-tbl tr:nth-child(odd) th, .home-section .stats-tbl tr:nth-child(odd) td {
  background-color: #f6f6f6;
}
#home-pendingactions {
  padding: 20px;
}
#home-pendingactions .home-inset-title {
  padding: 0 20px 20px 0;
}
#home-pendingactions .stats-tbl:hover a {
  text-decoration: none;
}
#home-pendingactions .stats-tbl a:hover {
  text-decoration: underline;
}
#home-qlinks {
  padding-bottom: 10px;
}
#home-qlinks ul.home-list-wrapper {
  padding: 0px;
}
#home-qlinks ul.home-list-wrapper li a {
  background-image: none;
  display: block;
  padding: 10px 0 !important;
  margin: 0 20px;
  font-weight: 700;
}
#home-qlinks ul.home-list-wrapper li a i {
  font-size: 20px;
  margin: 0 10px;
  vertical-align: sub;
}
#home-qlinks ul.home-list-wrapper li:nth-child(odd) a {
  background-color: #f6f6f6;
}
.stat-card-title {
  padding: 12px 0;
  font-weight: 600;
}
.stat-card-title button, .stat-card-title span {
  border: none;
  font-size: 14px;
  color: #333;
  padding: 0;
  margin: 0;
  min-width: 0;
  text-align: left;
}
.stat-card-title .view-all-link {
  display: block;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .stat-card-title {
    display: "-ms-flex";
    display: flex;
  }
  .stat-card-title .view-all-link {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    text-align: right;
  }
}
@media only screen and (max-width: 767px) and (min-width: 0) {
  .home-section .flex-row .flex-col-6 .home-inset:not(#home-search) {
    margin: 0 0 10px 0 !important;
  }
}
@media (max-width: 767px) {
  #home_overview .data-card-container.list_open:last-child, #home_accessibility_requests .data-card-container.list_open:last-child {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #home_overview .data-card-container.list_open .stat-card-container, #home_accessibility_requests .data-card-container.list_open .stat-card-container {
    display: block;
  }
}
.sidebar .completed-exam table, .sidebar .original-exam table {
  margin-top: 10px;
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}
.sidebar .completed-exam table td, .sidebar .original-exam table td {
  width: 100%;
}
.sidebar .completed-exam table table, .sidebar .original-exam table table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}
.sidebar .original-exam {
  margin-bottom: 20px;
}
.sidebar .completed-exam table td:last-child {
  text-align: right;
}
.sidebar .completed-exam table td:last-child .complete_exam_span {
  cursor: pointer;
}
.sidebar .completed-exam table tr:last-child td {
  padding-top: 20px;
}
.sidebar .sidebar-header .sidebar-action .sidebar_edit_flags .input-button {
  background: transparent;
}
.sidebar .input-text {
  height: 30px;
  line-height: 30px;
  vertical-align: bottom;
}
.sidebar .btn.btn_edit {
  color: #774488;
}
.sidebar .btn.btn_flat.btn_primary {
  border: 1px solid #ccc;
}
.sidebar .btn.btn_next {
  padding-right: 20px !important;
}
.sidebar .list_maincol {
  display: table;
}
#sb-notebox-content .listsubtext {
  white-space: nowrap;
}
#sb-notebox-content .counsel-actions td {
  padding-bottom: 10px;
}
#sb-notebox-content.counseling-main-container tr:first-child:nth-last-child(2) .councel_followup {
  border-bottom: 0px;
}
#add-GPA {
  margin-bottom: 20px;
}
#add-GPA td {
  padding: 0;
}
#add-GPA td:last-child {
  padding-left: 10px;
}
#add-GPA-list .cspList_leftbothead, #add-GPA-list .cspList_tophead, #add-GPA-list .ListHeadResultInfo, #add-GPA-list .list_results {
  padding-left: 0;
}
#add-GPA-list .cspList_rightbothead {
  padding-right: 0;
}
#add-GPA-list .lst_td {
  padding-top: 10px;
}
.module .content .innercontent .sidebar .list_wrap {
  min-height: 0;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #nav_reporting {
    display: none;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #nav_surveys {
    display: none;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #nav_calendar {
    display: none;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #nav_tools {
    display: none;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #nav_care_dashboard_view {
    display: none;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #nav_students_concern {
    display: none;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #nav_dashboard {
    display: none;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #nav_enewsletter {
    display: none;
  }
}
/** Note Taker Courses List Column **/
.note-taker-course-list > li {
  font-weight: bold;
}
.note-taker-course-list ul > li {
  display: flex;
  padding-left: 10px;
  width: 100%;
}
.note-taker-course-list ul > li > a {
  padding-left: 5px;
}
.note-taker-course-list .positive-status, .note-taker-course-list .negative-status {
  font-size: 16px;
}
.note-taker-course-list .positive-status {
  color: #297848;
}
.note-taker-course-list .negative-status {
  color: #bf3e24;
}
.notetaker-activate-btn {
  float: right;
}
iframe#cz_success_center_launcher_frame {
  bottom: 10px !important;
  right: 10px !important;
}
iframe#cz_success_center_launcher_frame.cz-independent-frame.launcher.pos-bottom-right {
  margin-bottom: 0 !important;
}
