.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.nowrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pseudo-link {
  background: none;
  border: none;
  display: inline;
  font: inherit;
  margin: 0;
  padding: 0;
  outline: none;
  outline-offset: 0;
  color: #6C81BF;
  cursor: pointer;
}
.pseudo-link::-moz-focus-inner {
  border: none;
  padding: 0;
}
/* from https://css-tricks.com/snippets/css/truncate-string-with-ellipsis/ */
.truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-space {
  margin-top: 34px;
}
/*
Explicitly define a Segoe UI font-family so that we can assign Segoe UI
Semilight to an appropriate font-weight.
*/
@font-face {
  font-family: "Segoe UI";
  font-weight: 200;
  src: local("Segoe UI Light");
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 300;
  src: local("Segoe UI Semilight");
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 400;
  src: local("Segoe UI");
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 600;
  src: local("Segoe UI Semibold");
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 700;
  src: local("Segoe UI Bold");
}
@font-face {
  font-family: "Segoe UI";
  font-style: italic;
  font-weight: 400;
  src: local("Segoe UI Italic");
}
@font-face {
  font-family: "Segoe UI";
  font-style: italic;
  font-weight: 700;
  src: local("Segoe UI Bold Italic");
}
html,
body {
  height: 100%;
}
body {
  background-color: #EFEFEF;
  font-family: "segoe ui", helvetica, arial, sans-serif;
  font-weight: normal;
  color: #002323;
  min-width: 960px;
  overflow: auto;
  z-index: -1;
}
body #flags {
  min-width: 960px;
}
*[draggable|=true] {
  -moz-user-select: none;
  -khtml-user-drag: element;
  cursor: move;
}
*:-khtml-drag {
  background-color: rgba(238, 238, 238, 0.5);
}
a {
  color: #6C81BF;
}
.form-control:hover,
.form-control:active,
.multiselect:hover,
.multiselect:active {
  background-color: rgba(0, 70, 130, 0.05);
  border-color: rgba(0, 70, 130, 0.15);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.form-control:focus,
.multiselect:focus {
  background-color: rgba(0, 70, 130, 0.05);
  border-color: rgba(0, 70, 130, 0.15);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.125);
}
.form-group {
  position: relative;
}
.dropdown .truncatedString {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: rgba(0, 70, 130, 0.15);
  color: #002323;
}
.dialog-box {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.open > .dialog-box {
  display: block;
}
.form-group .btn-group {
  width: 100%;
}
.form-group .btn-group .btn {
  text-align: left;
}
.datepicker {
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker + b.caret {
  position: absolute;
  right: 8px;
  top: 14px;
  z-index: 2;
}
.datepicker.dropdown-menu {
  z-index: 9999;
  margin-top: 1px;
  width: 300px;
}
.datepicker ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.datepicker ul li {
  width: 100%;
}
.datepicker .datepicker-modes {
  border-bottom: 1px solid #eee;
  margin-bottom: 6px;
  padding-bottom: 6px;
}
.datepicker .datepicker-mode {
  padding: 4px 6px;
  margin-bottom: 1px;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.datepicker .datepicker-mode:not(.active):hover {
  background-color: rgba(0, 70, 130, 0.05);
}
.datepicker .datepicker-mode.active {
  background-color: rgba(0, 70, 130, 0.15);
}
.datepicker .form-group {
  display: block;
  position: relative;
  margin-bottom: 4px;
  vertical-align: middle;
  width: auto;
}
.datepicker .form-group .form-control {
  height: 32px;
}
.datepicker .form-group .form-control[readonly] {
  cursor: default;
  background-color: #fff;
  opacity: 1;
}
.datepicker .form-group .dropdown-menu {
  overflow: hidden;
  margin-top: 1px;
  min-width: 100%;
}
.datepicker .form-group .dropdown-menu .menu-item {
  padding: 3px 12px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  cursor: default;
}
.datepicker .form-group .dropdown-menu .menu-item:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.datepicker label {
  font-weight: 600;
  padding: 0 12px;
}
.datepicker .datepicker-mode .menu-icon {
  float: right;
  padding: 3px;
  font-weight: normal;
  color: #cccccc;
}
.datepicker .datepicker-mode.active .menu-icon {
  color: #002323;
}
.datepicker .datepicker-panel {
  display: none;
}
.datepicker .datepicker-panel.active {
  display: block;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.datepicker td.day:hover {
  background: rgba(0, 70, 130, 0.05);
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: rgba(0, 70, 130, 0.05);
}
.datepicker td.old,
.datepicker td.new {
  color: rgba(0, 70, 130, 0.15);
}
.datepicker td.active,
.datepicker td.active:hover {
  background-color: #d7dced;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.datepicker td span:hover {
  background: rgba(0, 70, 130, 0.15);
}
.datepicker td span.active {
  background-color: #d7dced;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.old {
  color: rgba(0, 70, 130, 0.15);
}
.datepicker th.switch {
  width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 14px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: rgba(0, 70, 130, 0.15);
}
.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.multiselect-container .input-group {
  margin: 5px;
}
.multiselect-container > li {
  padding: 0;
}
.multiselect-container > li > a.multiselect-all label {
  font-weight: bold;
}
.multiselect-container > li > label.multiselect-group {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: bold;
}
.multiselect-container > li > a {
  padding: 0;
}
.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: normal;
  padding: 3px 20px 3px 40px;
}
.multiselect-container > li > a > label.radio,
.multiselect-container > li > a > label.checkbox {
  margin: 0;
}
.multiselect-container > li > a > label > input[type="checkbox"] {
  margin-bottom: 5px;
}
.multiselect.elastic {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  text-align: left;
}
.multiselect.elastic b.caret {
  position: absolute;
  top: 14px;
  right: 8px;
}
.multiselect.elastic .multiselect-group {
  font-weight: bold;
  text-decoration: underline;
}
.multiselect[data-role|=select] + .btn-group .multiselect-container input {
  display: none;
}
.multiselect[data-role|=select] + .btn-group .multiselect-container label {
  padding-left: 12px;
}
.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}
.form-inline .multiselect-container li a label.checkbox input[type="checkbox"],
.form-inline .multiselect-container li a label.radio input[type="radio"] {
  margin-left: -20px;
  margin-right: 0;
}
.right-pane .information-panes .params-table-tr-right-cell {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 10px;
  padding-left: 10px;
}
.right-pane .information-panes .params-table-tr-left-cell {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 0px;
}
.params-table-header {
  background: #CCCCCC;
  padding-left: 10px;
}
.params-table-tr {
  padding-left: 10px;
}
.params-table-odd-tr {
  background-color: #EEEEEE;
}
.dropdown-menu-uniform-size {
  min-width: 100%;
  width: 100%;
  overflow-y: auto;
  max-height: 189px;
}
.combobox .dropdown-toggle.btn-link {
  cursor: default;
}
.combobox .dropdown-toggle.btn-link b.caret {
  position: absolute;
  right: 8px;
  margin-top: -2px;
  top: 50%;
  display: none;
}
.combobox .dropdown-toggle.btn-link span {
  display: inline-block;
}
.combobox .dropdown-toggle.btn-link:hover b.caret {
  display: inline-block;
}
.combobox a {
  cursor: default;
}
.evaluation-banner {
  padding-left: 20px;
  font-weight: 600;
  color: #E47D84;
}
.evaluation-banner a {
  color: #FFF;
}
#headerGlobal > .inner > .evaluation-banner {
  float: left;
  height: 41px;
  line-height: 41px;
}
#headerGlobal > .evaluation-banner {
  position: absolute;
  top: 41px;
  height: 31px;
  line-height: 31px;
  padding-left: 20px;
  display: none;
}
.logo-inner .portal-logo.logo-mini {
  height: 40px;
  width: 40px;
  background-image: url('../img/logos/portal-logo-mini.png');
}
.logo-inner .portal-logo {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}
.logo-inner .portal-logo.logo {
  background-image: url('../img/logos/portal-logo.png');
}
#flags {
  height: -webkit-calc(100% - 41px);
  height: calc(100% - 41px);
}
#flags.report-info-visible .center-pane-container {
  width: 50%;
}
#flags.report-info-visible #reportListViewPane .report-row .btn-report-info .icon-nav:before {
  content: "\f105";
}
#flags.report-info-visible #reportListViewPane .report-row.active .btn-report-info .icon-nav:before {
  content: "\f104";
}
#flags.report-info-visible #reportGalleryViewPane .report-item .btn-report-info .icon-nav:before {
  content: "\f105";
}
#flags.report-info-visible #reportGalleryViewPane .report-item.active .btn-report-info .icon-nav:before {
  content: "\f104";
}
#flags.report-info-visible .right-pane-container {
  display: block;
}
#flags.mobile .arp-view {
  overflow: hidden;
}
#flags.mobile .left-pane-container #reportsCategories {
  overflow: hidden;
}
#flags.mobile .left-pane-container #reportsCategories .dropdown {
  display: none;
}
#flags.mobile .left-pane-container #reportsCategoriesHeader {
  display: none;
}
#flags.mobile .center-pane-container .center-pane {
  height: -webkit-calc(100% - 90px);
  height: calc(100% - 90px);
}
#flags.mobile .center-pane-container .create-report-button,
#flags.mobile .center-pane-container .report-design-button,
#flags.mobile .center-pane-container .report-copy-button,
#flags.mobile .center-pane-container .report-delete-button {
  display: none;
}
#flags.mobile .center-pane-container .pane-title {
  padding: 0 11px;
  width: 100%;
  height: 56px;
  line-height: 1.5em;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#flags.mobile .center-pane-container .pane-title .pane-title-text {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin: 5px 0;
  max-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#flags.mobile .center-pane-container .pane-msg {
  padding: 20px 11px;
  color: #777;
}
#flags.mobile .center-pane-container .pane-viewport {
  height: 100%;
}
#flags.mobile .center-pane-container #paneGallery {
  padding: 0;
}
#flags.mobile .center-pane-container #paneGallery .report-item {
  border-bottom: 1px solid #F0F0F0;
  border-top: 1px solid transparent;
  padding-bottom: 12px;
}
#flags.mobile .center-pane-container #paneGallery .report-item.active {
  border-top: 1px solid #F0F0F0;
}
#flags.mobile .center-pane-container #paneGallery .report-label {
  width: 100%;
}
#flags.mobile .center-pane-container #paneGallery .report-item-select {
  display: none;
}
#flags.mobile .center-pane-container #paneGallery .btn-action {
  width: 100%;
}
#flags.mobile .center-pane-container #paneGallery .btn-action .btn-label {
  display: inline-block;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
}
#flags.mobile .center-pane-container #paneGallery .btn-action:hover {
  width: 100%;
}
#flags.mobile .center-pane-container #paneList .grid-cell.grid-cell-checkbox {
  display: none;
}
#flags.mobile .center-pane-container #paneList .grid-cell.grid-cell-title {
  padding-left: 12px;
}
#flags.mobile .center-pane-container .pane-footer {
  display: none;
}
#flags.mobile .right-pane-container .view-toggle .toolbar-button {
  display: none;
}
#flags.mobile .right-pane-container .view-toggle #reportInformationSummaryToggle {
  display: inline-block;
}
#flags.mobile .right-pane-container .icon-editable {
  display: none;
}
#flags.mobile.reports-list-unselected .right-pane-container {
  height: 100%;
}
#flags.mobile.reports-list-unselected .right-pane {
  border-radius: inherit;
}
#flags.tablet #reportsCategoriesContainer {
  height: 100%;
}
#flags.reports-list-unselected .nothing-selected {
  display: block;
}
#flags.reports-list-unselected .information-panes {
  display: none;
}
#flags.reports-list-unselected #reportInformationToggle {
  display: none;
}
#flags.reports-list-unselected #reportListViewPane .report-row.active .btn-report-info .icon-nav:before {
  content: "\f105";
}
.arp-view {
  position: relative;
  height: 100%;
  overflow-x: hidden;
}
.arp-view .panes {
  padding: 0;
  height: 100%;
}
.left-pane-container {
  width: 20%;
  height: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  background-color: #EFEFEF;
}
.left-pane-container .left-pane {
  height: 100%;
}
.left-pane-container .logo-container {
  background: #394360;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
  width: 100%;
}
.left-pane-container .logo-container .logo-inner {
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 40px;
}
.left-pane-container .logo-container .logo-inner .logo {
  display: table-cell;
  width: 100%;
  height: 100%;
  max-width: 185px;
  min-width: 120px;
  max-height: 40px;
}
.left-pane-container #reportsCategories {
  height: -webkit-calc(100% - 93px);
  height: calc(100% - 93px);
}
.left-pane-container #reportsCategoriesContainer {
  height: -webkit-calc(100% - 31px);
  height: calc(100% - 31px);
}
.left-pane-container #reportsCategoriesSelector {
  display: none;
}
.left-pane-container .search {
  padding: 13px 10px 10px;
}
.left-pane-container .search .form-group {
  margin: 0;
  position: relative;
}
.left-pane-container .search .form-group .input-icon {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.left-pane-container .search .form-group .input-icon.icon-right {
  border-left: 1px solid #ddd;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-family: FontAwesome;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  height: 28px;
  line-height: 28px;
  margin-top: 1px;
  padding-top: 0;
  position: absolute;
  right: 1px;
  text-align: center;
  top: 0;
  width: 24px;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(60));
  filter: alpha(opacity = (60));
}
.left-pane-container .search .form-group .input-icon.icon-right:after {
  content: "\f078";
}
.left-pane-container .search .form-group .input-icon.icon-right:hover {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
}
.left-pane-container .search .form-group .input-icon.icon-reset {
  position: absolute;
  top: 0;
  right: 32px;
  cursor: pointer;
  line-height: 28px;
  color: inherit;
  font-size: 14px;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(60));
  filter: alpha(opacity = (60));
}
.left-pane-container .search .form-group .input-icon.icon-reset:before {
  content: "\f00d";
}
.left-pane-container .search .form-group .input-icon.icon-reset:hover {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
}
.left-pane-container .search .form-group .input-icon.icon-reset-shifted {
  right: 10px;
}
.left-pane-container .search .form-control {
  background: none;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none;
  color: inherit;
  height: 30px;
  padding: 0 10px;
}
.left-pane-container .search .form-control:hover,
.left-pane-container .search .form-control:focus {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: none;
}
.left-pane-container .search .form-control::-ms-clear {
  display: none;
}
.left-pane-container .search .dropdown-menu {
  color: #002323;
  position: absolute;
  min-width: 100%;
  font-size: 13px;
  padding: 0 12px;
  display: none;
}
.left-pane-container .search .open > .dropdown-menu {
  display: block;
}
.left-pane-container #reportsCategoriesHeader {
  padding: 4px 10px 8px;
}
.left-pane-container #reportsCategoriesHeader .block-label {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .075em;
}
.left-pane-container #reportsCategoriesHeader .block-label:lang(ja) {
  font-size: 13px;
}
.left-pane-container #reportsCategoriesHeader .btn {
  background: transparent;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: inherit;
  float: right;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  padding: 2px 8px;
  position: absolute;
  right: 3px;
  text-align: right;
  vertical-align: baseline;
}
.left-pane-container #reportsCategoriesHeader .btn:not(:hover) {
  background: transparent;
  border-color: transparent;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(70));
  filter: alpha(opacity = (70));
}
.left-pane-container #reportsCategoriesHeader .btn i {
  font-size: 10px;
}
.left-pane-container .jstree {
  font-size: 13px;
  position: relative;
  z-index: 0;
  overflow: auto;
}
.left-pane-container .jstree ul {
  list-style: none;
  padding-left: 10px;
  margin: 0;
}
.left-pane-container .jstree ul:first-child {
  padding: 0;
}
.left-pane-container .jstree .jstree-icon.jstree-ocl:before {
  content: "" !important;
  width: 0 !important;
}
.left-pane-container .jstree .jstree-node {
  font-size: inherit;
  font-weight: 600;
}
.left-pane-container .jstree .jstree-node .jstree-anchor:after {
  content: "\f107";
  display: inline-block;
  float: right;
  position: absolute;
  right: 7px;
  margin-top: 1px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
.left-pane-container .jstree .jstree-node.jstree-closed .jstree-anchor:after {
  content: "\f105";
}
.left-pane-container .jstree .jstree-node.jstree-leaf .jstree-anchor:after {
  content: "";
}
.left-pane-container .jstree .jstree-leaf {
  font-size: inherit;
  font-weight: normal;
  height: 32px;
}
.left-pane-container .jstree .jstree-anchor {
  padding: 0 40px 0 4px;
  border: 0;
  height: inherit;
  border-left: 5px solid transparent;
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  user-select: none;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.left-pane-container .jstree .jstree-anchor.jstree-hovered.jstree-clicked:hover:before,
.left-pane-container .jstree .jstree-anchor.jstree-clicked:hover:before,
.left-pane-container .jstree .jstree-anchor.jstree-hovered.jstree-clicked:before,
.left-pane-container .jstree .jstree-anchor.jstree-clicked:before {
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  display: block;
  float: left;
  font-weight: 600;
  height: 32px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -1;
}
.left-pane-container .jstree .jstree-anchor.jstree-hovered {
  color: inherit;
}
.left-pane-container .jstree .jstree-anchor.jstree-hovered:before {
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  float: left;
  height: 32px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -1;
}
.center-pane-container {
  height: 100%;
  width: 80%;
  float: left;
  position: relative;
  min-height: 1px;
  background-color: white;
  z-index: 1;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: width 500ms ease;
  -moz-transition: width 500ms ease;
  transition: width 500ms ease;
}
.center-pane-container .pane-title {
  padding: 15px 25px;
  display: inline-block;
  width: 100%;
}
.center-pane-container .pane-title .pane-title-text {
  float: left;
  display: inline-block;
  font-size: 27px;
  font-weight: 400;
  margin-top: 4px;
}
.center-pane-container .pane-title .pane-title-actions {
  float: right;
  display: inline-block;
  text-align: right;
  margin-top: 4px;
}
.center-pane-container .pane-msg {
  font-size: 14px;
  font-weight: 400;
  padding: 20px 22px;
}
.center-pane-container .pane-viewport {
  height: -webkit-calc(100% - 34px);
  height: calc(100% - 34px);
  overflow: auto;
}
.center-pane-container .center-pane {
  position: relative;
  height: -webkit-calc(100% - 112px);
  height: calc(100% - 112px);
}
.center-pane-container .pane-footer {
  display: block;
  line-height: 34px;
  height: 34px;
  background-color: #eeeeee;
  position: relative;
  bottom: 0;
  padding: 0 15px;
  width: 100%;
  font-size: 12px;
  border-top: 1px solid #ccc;
}
.center-pane-container .pane-footer .footer-group-selection {
  float: left;
}
.center-pane-container .pane-footer .footer-group-actions {
  float: right;
}
.center-pane-container .pane-footer .footer-group-actions .btn {
  margin-top: -4px;
}
.right-pane-container {
  display: none;
  float: left;
  position: relative;
  width: 30%;
  height: 100%;
  min-height: 1px;
  background-color: rgba(255, 248, 250, 0.25);
  -webkit-transition: left 250ms ease-out 150ms, width 250ms ease-out 150ms, max-width 250ms ease-out 150ms;
  -moz-transition: left 250ms ease-out 150ms, width 250ms ease-out 150ms, max-width 250ms ease-out 150ms;
  transition: left 250ms ease-out 150ms, width 250ms ease-out 150ms, max-width 250ms ease-out 150ms;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}
.right-pane {
  height: inherit;
}
.right-pane .toolbar {
  overflow: hidden;
}
.right-pane .toolbar .gutter.gutter-left {
  width: 15px;
}
.right-pane #reportInformationToggle {
  display: block;
}
.right-pane .nothing-selected {
  display: none;
  height: -webkit-calc(100% - 34px);
  height: calc(100% - 34px);
  min-height: 340px;
  background-color: #f8f8f9;
}
.right-pane .nothing-selected-text {
  font-weight: 600;
  font-size: 14px;
  padding-top: 16px;
  line-height: 20px;
  color: #999999;
  padding-left: 14px;
  padding-right: 14px;
}
.right-pane .dropdown-menu-right {
  max-width: 262px;
}
.right-pane .dropdown-menu-right a {
  white-space: normal;
  min-width: 260px;
}
.right-pane .information-panes {
  min-height: 340px;
  height: -webkit-calc(100% - 34px);
  height: calc(100% - 34px);
  overflow-y: auto;
  background-color: #f8f8f9;
  display: block;
}
.right-pane .information-panes .pane-section {
  border-top: 1px solid #eeeeee;
  padding-top: 10px;
  padding-bottom: 10px;
}
.right-pane .information-panes .pane-section:first-child {
  padding-top: 20px;
}
.right-pane .information-panes .pane-section:last-child {
  padding-bottom: 25px;
}
.right-pane .information-panes .pane-section.highlighted {
  background-color: rgba(156, 209, 255, 0.15);
}
.right-pane .information-panes .pane-section.highlighted tr:first-child th {
  font-weight: 600;
  padding-top: 12px;
}
.right-pane .information-panes .pane-section.highlighted tr:first-child td {
  padding-top: 6px;
}
.right-pane .information-panes .pane-section.highlighted tr.row-control:hover {
  background: #E0EBF7;
}
.right-pane .information-panes .pane-section.highlighted tr td {
  padding-top: 4px;
  padding-bottom: 4px;
}
.right-pane .information-panes .pane-section .grid-cell-actions {
  color: #6C81BF;
}
.right-pane .information-panes .pane-section .grid-cell-actions .btn {
  border-color: transparent;
  background-color: transparent;
  color: #6C81BF;
  font-size: 14px;
  padding: 0px 5px;
  line-height: 1.5;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.right-pane .information-panes .pane-section .grid-cell-actions .btn:hover {
  background-color: white;
  border-color: #ccc;
}
.right-pane .information-panes .pane-section .grid-cell-actions .btn.disabled,
.right-pane .information-panes .pane-section .grid-cell-actions .btn[disabled] {
  color: #002323;
  opacity: 40;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(4000));
  filter: alpha(opacity = (4000));
}
.right-pane .information-panes .pane-section .pane-section-header {
  position: relative;
  text-align: left;
  font-weight: 600;
  vertical-align: middle;
  padding: 0 21px 12px 15px;
}
.right-pane .information-panes .pane-section .pane-section-content {
  padding: 0 15px;
}
.right-pane .information-panes .pane-section .pane-section-content.jstree .dropdown {
  display: none;
}
.right-pane .information-panes .pane-section.pane-actions {
  padding-bottom: 0;
}
.right-pane .information-panes .pane-section.pane-actions .pane-section-actions {
  background-color: #F8F8F8;
  margin-top: 1px;
  padding: 6px 15px;
  border-top: 1px solid #eee;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02) inset;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.right-pane .information-panes .pane-section.pane-actions .pane-section-actions table td:first-child,
.right-pane .information-panes .pane-section.pane-actions .pane-section-actions table th:first-child {
  padding-left: 0;
}
.right-pane .information-panes .pane-section.pane-actions .pane-section-actions table td:last-child,
.right-pane .information-panes .pane-section.pane-actions .pane-section-actions table th:last-child {
  padding-right: 0;
}
.right-pane .information-panes .pane-section.pane-actions .pane-section-actions .btn-icon {
  padding-right: 4px;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(60));
  filter: alpha(opacity = (60));
}
.right-pane .information-panes .pane-section tr td:last-child span {
  padding-left: 5px;
}
.right-pane .information-panes .pane-section .row-control {
  padding-bottom: 0;
}
.right-pane .information-panes .pane-section .row-control:hover {
  background: #EEF0F4;
}
.right-pane .information-panes .pane-section .row-control .hint {
  font-style: italic;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7);
}
.right-pane .information-panes .pane-section .row-control select,
.right-pane .information-panes .pane-section .row-control input {
  background-color: rgba(0, 70, 130, 0.05);
  border-color: rgba(0, 70, 130, 0.15);
}
.right-pane .information-panes .pane-section .row-control select:not(:active):not(:hover),
.right-pane .information-panes .pane-section .row-control input:not(:active):not(:hover):not([type=radio]):not([type=checkbox]) {
  border-color: transparent;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.right-pane .information-panes .pane-section .row-control select:not(:active):not(:hover)::-ms-expand,
.right-pane .information-panes .pane-section .row-control input:not(:active):not(:hover):not([type=radio]):not([type=checkbox])::-ms-expand {
  display: none;
}
.right-pane .information-panes .pane-section .row-control input[type=radio].form-control {
  padding: 7px 20px;
  margin: 0;
}
.right-pane .information-panes .pane-section .row-control textarea.form-control {
  border-color: transparent;
  background-color: transparent;
  padding: 4px 22px 4px 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  height: auto;
  overflow: auto;
  resize: vertical;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.right-pane .information-panes .pane-section .row-control textarea.form-control::-ms-expand {
  display: none;
}
.right-pane .information-panes .pane-section .row-control textarea.form-control:active,
.right-pane .information-panes .pane-section .row-control textarea.form-control:hover {
  background-color: rgba(0, 70, 130, 0.05);
  border-color: rgba(0, 70, 130, 0.15);
  height: auto;
}
.right-pane .information-panes .pane-section .row-control textarea.form-control:empty {
  border-color: rgba(156, 209, 255, 0.15);
}
.mobile .right-pane .information-panes .pane-section .row-control textarea.form-control {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-appearance: textarea;
  appearance: textarea;
  height: 100px;
}
.right-pane .information-panes .pane-section .row-control .open > .dropdown-menu {
  min-width: 100%;
}
.right-pane .information-panes .pane-section .row-control .multiselect {
  position: relative;
  height: 28px;
  padding: 4px;
  line-height: 1.4;
  font-size: 13px;
  margin-left: -5px;
  color: #002323;
  background-color: rgba(0, 70, 130, 0.05);
  border-color: rgba(0, 70, 130, 0.15);
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.right-pane .information-panes .pane-section .row-control .multiselect[data-role|=select] + .btn-group .multiselect-container label {
  padding-left: 6px;
}
.right-pane .information-panes .pane-section .row-control .multiselect.elastic b.caret {
  position: absolute;
  top: 12px;
  right: 8px;
}
.right-pane .information-panes .pane-section .row-control .multiselect:not(:active):not(:focus):not(:hover) {
  border-color: transparent;
  background-color: transparent;
}
.right-pane .information-panes .pane-section .row-control .multiselect:not(:active):not(:focus):not(:hover) .caret {
  display: none;
}
.right-pane .information-panes .pane-section .row-control .multiselect-container {
  margin-left: -6px;
}
.right-pane .information-panes .pane-section .row-control .form-horizontal {
  background-color: #ffffff;
  padding: 8px 20px;
  margin-bottom: 10px;
}
.right-pane .information-panes .pane-section .row-control .form-horizontal .form-group {
  margin-bottom: 4px;
  margin-top: 2px;
}
.right-pane .information-panes .pane-section .row-control .input-group:not(:active):not(:focus):not(:hover) .btn {
  border-color: transparent;
  background-color: transparent;
  color: #6C81BF;
  -webkit-transition: border-color ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}
.right-pane .information-panes .pane-section .row-control .input-group .form-control {
  margin-left: 0;
}
.right-pane .information-panes .pane-section .row-control .input-group .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.4;
}
.right-pane .information-panes .pane-section .row-control .form-group {
  margin: 0;
}
.right-pane .information-panes .pane-section .row-control .form-control {
  position: relative;
  height: 28px;
  padding: 4px 0;
  line-height: 1.4;
  font-size: 13px;
  color: #002323;
}
.right-pane .information-panes .pane-section .row-control .form-control:disabled {
  color: rgba(0, 0, 0, 0.65);
}
.right-pane .information-panes .pane-section .row-control .form-control[type|=text],
.right-pane .information-panes .pane-section .row-control .form-control[type|=email] {
  padding: 4px 20px 4px 4px;
}
.right-pane .information-panes .pane-section .row-control .form-control[type|=checkbox] {
  width: auto;
  box-shadow: none;
  height: 16px;
  margin-left: 0px;
  margin-bottom: 6px;
}
.right-pane .information-panes .pane-section .row-control .form-inline .form-control[type|=number] {
  width: 50px;
  padding: 4px;
  margin-right: 4px;
}
.right-pane .information-panes .pane-section .row-control > .checkbox {
  margin-top: 14px;
  margin-right: 6px;
  min-width: 60px;
}
.right-pane .information-panes .pane-section .row-control .control-label {
  text-align: left;
  padding: 5px 0;
  font-weight: 600;
}
.right-pane .information-panes .pane-section .row-control .grid-cell-label {
  vertical-align: middle;
  padding-top: 6px;
  padding-right: 6px;
}
.right-pane .information-panes .pane-section .row-control .grid-cell-control .form-group:hover .icon-editable,
.right-pane .information-panes .pane-section .row-control .grid-cell-control .form-group:focus .icon-editable {
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  transition: opacity 100ms;
}
.right-pane .information-panes .pane-section .row-control .grid-cell-control .icon-editable {
  display: block;
  position: absolute;
  right: 9px;
  float: right;
  top: 8px;
  color: rgba(0, 0, 0, 0.25);
  -webkit-transition: opacity 500ms ease 900ms;
  -moz-transition: opacity 500ms ease 900ms;
  transition: opacity 500ms ease 900ms;
}
.right-pane .information-panes .pane-section .row-control .grid-cell-control > div {
  position: relative;
}
.right-pane .information-panes .pane-section .row-control .grid-cell-control .form-control-static .caret {
  float: right;
  margin-right: 12px;
  margin-top: 8px;
}
.right-pane .information-panes .pane-section .row-control .grid-cell-control .form-control-static .caret .dropdown-menu {
  min-width: 100%;
}
.right-pane .information-panes table {
  width: 100%;
  font-size: 13px;
  table-layout: fixed;
}
.right-pane .information-panes table.selectable tbody tr {
  border-top: 1px solid transparent;
}
.right-pane .information-panes table.selectable tbody tr .secret-cell * {
  visibility: hidden;
}
.right-pane .information-panes table.selectable tbody tr.active {
  border-top-color: #e2f0f4;
  background-color: #E6EBF0;
  outline: none;
}
.right-pane .information-panes table.selectable tbody tr.active + tr {
  border-top-color: #e2f0f4;
}
.right-pane .information-panes table.selectable tbody tr:not(.active):hover {
  background-color: rgba(0, 70, 130, 0.15);
  cursor: pointer;
}
.right-pane .information-panes table.selectable tbody tr:hover .secret-cell * {
  visibility: visible;
}
.right-pane .information-panes table.selectable td {
  padding-top: 3px;
  padding-bottom: 3px;
}
.right-pane .information-panes table .sr-only {
  position: relative;
  display: none;
}
.right-pane .information-panes table .table-section {
  display: none;
}
.right-pane .information-panes table .table-section.active {
  display: table-row-group;
}
.right-pane .information-panes table caption {
  position: relative;
  text-align: left;
  font-weight: 600;
  vertical-align: middle;
  padding: 0 21px 12px 15px;
}
.right-pane .information-panes table caption .fa {
  color: rgba(0, 0, 0, 0.25);
}
.right-pane .information-panes table tr {
  height: 28px;
  vertical-align: middle;
}
.right-pane .information-panes table tr.devider {
  border-bottom: 1px dotted #ccc;
  height: 12px;
}
.right-pane .information-panes table tr.devider td {
  padding-top: 10px;
}
.right-pane .information-panes table tr.devider + tr td {
  padding-top: 15px;
}
.right-pane .information-panes table tr td {
  padding: 4px 0;
}
.right-pane .information-panes table tr td:first-child {
  font-weight: 300;
}
.right-pane .information-panes table tr td:first-child,
.right-pane .information-panes table tr th:first-child {
  color: #586263;
  padding-left: 15px;
  width: 35%;
}
.right-pane .information-panes table tr td:first-child.grid-cell-flex,
.right-pane .information-panes table tr th:first-child.grid-cell-flex {
  width: auto;
}
.right-pane .information-panes table tr td:first-child.grid-cell-flex .input-group,
.right-pane .information-panes table tr th:first-child.grid-cell-flex .input-group {
  width: 100%;
}
.right-pane .information-panes table tr td:last-child,
.right-pane .information-panes table tr th:last-child {
  padding-right: 15px;
  width: 65%;
}
.right-pane .information-panes table tr td:last-child.grid-cell-flex,
.right-pane .information-panes table tr th:last-child.grid-cell-flex {
  width: auto;
}
.right-pane .information-panes table tr td:last-child.grid-cell-flex .input-group,
.right-pane .information-panes table tr th:last-child.grid-cell-flex .input-group {
  width: 100%;
}
.right-pane .information-panes table tr th {
  font-weight: 600;
  color: #3c3c3c;
  padding: 6px 0;
}
.right-pane .information-panes table .tr-emphasize {
  font-style: italic;
  font-size: 12px;
}
.right-pane .information-panes table .tr-comment {
  padding: 2px 0 4px;
  font-weight: 400;
  font-size: 12px;
}
.right-pane .information-panes table .tr-comment span {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.right-pane .information-panes table .sr-only {
  display: none;
}
#paneList {
  width: 100%;
}
#paneList tr {
  border-bottom: 1px solid #eee;
}
#paneList tr.active {
  background-color: rgba(180, 200, 220, 0.2);
}
#paneList tr.active .grid-cell {
  box-shadow: 0 1px 0 #d4e3ed inset;
  border-bottom: 1px solid #d4e3ed;
  position: relative;
}
#paneList tr.active .grid-cell-actions .btn-report-info {
  visibility: visible !important;
}
#paneList tr.active .grid-cell-actions .btn-report-info .icon-nav:before {
  content: "\f105";
}
#paneList tr.active .report-row-select {
  visibility: visible !important;
}
#paneList tr.active:hover {
  background-color: rgba(180, 200, 220, 0.2);
}
#paneList tr:hover {
  background-color: #f5f5f5;
}
#paneList tr:hover .btn.btn-report-info {
  visibility: visible !important;
}
#paneList tr:hover input.report-row-select {
  visibility: visible;
}
#paneList tr .report-row-select:not(:checked) {
  visibility: hidden;
}
#paneList .grid-cell {
  border-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 6px 6px 3px;
  white-space: nowrap;
  font-size: 12px;
  vertical-align: middle;
  border-bottom-color: #cccccc;
  border-top-color: white;
}
#paneList .grid-cell.grid-cell-checkbox {
  padding-left: 8px;
  width: 24px;
}
#paneList .grid-cell.grid-cell-favorite {
  text-align: center;
  padding: 0;
}
#paneList .grid-cell.grid-cell-favorite .btn {
  border-color: transparent;
  background-color: transparent;
  color: #6C81BF;
  font-size: 14px;
  padding: 4px 10px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
#paneList .grid-cell.grid-cell-favorite .btn:hover {
  background-color: white;
  border-color: #ccc;
}
#paneList .grid-cell.grid-cell-item-number {
  width: 27px;
  min-width: 27px;
  text-align: center;
  color: #999999;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  overflow: hidden;
}
#paneList .grid-cell.grid-cell-title {
  color: inherit;
  font-size: 13px;
  max-width: 200px;
}
#paneList .grid-cell.grid-cell-modified-date {
  padding-left: 2px;
  padding-right: 2px;
  max-width: 100px;
  white-space: normal;
}
#paneList .grid-cell.grid-cell-actions {
  text-align: right;
  padding-right: 20px;
}
#paneList .grid-cell.grid-cell-actions .btn {
  border-color: transparent;
  background-color: transparent;
  color: #6C81BF;
  font-size: 14px;
  padding: 4px 10px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
#paneList .grid-cell.grid-cell-actions .btn:hover {
  background-color: white;
  border-color: #ccc;
}
#paneList .grid-cell.grid-cell-actions .btn.disabled,
#paneList .grid-cell.grid-cell-actions .btn[disabled] {
  color: #002323;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(40));
  filter: alpha(opacity = (40));
}
#paneList .grid-cell.grid-cell-actions .btn.btn-report-info {
  visibility: hidden;
  margin-right: 8px;
}
#paneList .grid-cell.grid-cell-actions .btn.btn-report-info .icon-nav:before {
  content: "\f105";
}
#paneList .grid-cell.grid-cell-actions .gutter {
  width: 25px;
  float: left;
  height: 31px;
}
#paneGallery {
  width: 100%;
  padding: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#paneGallery .report-item {
  padding: 10px;
  width: 33.33%;
  float: left;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
#paneGallery .report-item:hover {
  background-color: rgba(0, 70, 130, 0.05);
  outline: 2px solid white;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
#paneGallery .report-item:hover .report-item-select {
  visibility: visible !important;
}
#paneGallery .report-item:hover .btn.btn-report-info {
  visibility: visible !important;
}
#paneGallery .report-item.active {
  background-color: rgba(0, 70, 130, 0.05);
  outline: 2px solid white;
}
#paneGallery .report-item.active .btn-report-info {
  visibility: visible;
}
#paneGallery .report-item .report-label {
  white-space: nowrap;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  overflow: hidden;
  text-overflow: ellipsis;
}
#paneGallery .report-item .report-select {
  width: 18px;
  text-align: right;
}
#paneGallery .report-item .report-item-select:not(:checked) {
  visibility: hidden;
}
#paneGallery .report-item-info {
  font-size: 11px;
  padding-top: 2px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#paneGallery .report-content {
  border-bottom: 1px solid #ddd;
  margin-bottom: 8px;
  padding-bottom: 6px;
  width: 100%;
}
#paneGallery .btn-group {
  overflow: hidden;
}
#paneGallery .btn-action {
  width: 30px;
  padding: 0 8px;
  text-align: left;
  -webkit-transition: width 100ms, color 200ms, background 200ms;
  -moz-transition: width 100ms, color 200ms, background 200ms;
  transition: width 100ms, color 200ms, background 200ms;
}
#paneGallery .btn-action .btn-label {
  display: none;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
}
#paneGallery .btn-action:hover {
  width: 90px;
  background-color: rgba(0, 70, 130, 0.15);
}
#paneGallery .btn-action:hover .btn-label {
  display: inline-block;
  line-height: 16px;
  opacity: 1.0;
  position: relative;
}
#paneGallery .btn.btn-report-info {
  border-color: transparent;
  background-color: transparent;
  color: #6C81BF;
  font-size: 13px;
  padding: 0 5px;
  visibility: hidden;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
#paneGallery .btn.btn-report-info:hover {
  background-color: white;
  border-color: #ccc;
}
#paneGallery .btn.btn-report-info:focus {
  outline: none;
}
#paneGallery .btn.btn-favorites {
  border-color: transparent;
  background-color: transparent;
  color: #6C81BF;
  font-size: 13px;
  padding: 0 5px;
  margin-right: 2px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
#paneGallery .btn.btn-favorites:hover {
  background-color: white;
  border-color: #ccc;
}
#paneGallery .btn.btn-favorites:focus {
  outline: none;
}
#paneGallery .section-splitter {
  width: 100%;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 6px;
  padding-left: 15px;
}
#paneGallery .section-splitter .splitter-label {
  font-weight: 600;
  color: #999;
}
#headerGlobal {
  background: #262D40;
  color: #FFF;
  font-size: 13px;
  height: 41px;
  left: 0;
  position: relative;
  right: 0;
  top: 0;
  z-index: 101;
}
#headerGlobal .nav {
  color: inherit;
  cursor: pointer;
  display: none;
  float: left;
  font-size: 14px;
  height: 41px;
  line-height: 41px;
  padding: 0 20px;
  position: relative;
}
#headerGlobal .inner:before,
#headerGlobal .inner:after {
  display: table;
  content: "";
  line-height: 0;
}
#headerGlobal .inner:after {
  clear: both;
}
#headerGlobal .inner .logo-container {
  float: left;
  margin: 0;
  min-width: 220px;
  padding-left: 15px;
  padding-right: 15px;
  width: 20%;
}
@media (max-width: 800px) {
  #headerGlobal .inner .logo-container {
    padding-left: 0;
    padding-right: 0;
    width: auto;
    min-width: 1px;
  }
}
#headerGlobal .inner .logo-container .logo-inner {
  display: table;
  vertical-align: middle;
  width: 185px;
  height: 40px;
}
@media (max-width: 800px) {
  #headerGlobal .inner .logo-container .logo-inner {
    width: auto;
  }
}
#headerGlobal .inner .logo-container .logo-inner .logo {
  display: table-cell;
  width: 100%;
  height: 100%;
}
@media (max-width: 800px) {
  #headerGlobal .inner .logo-container .logo-inner .logo {
    display: none;
  }
}
#headerGlobal .inner .logo-container .logo-inner .logo-mini {
  display: none;
}
@media (max-width: 800px) {
  #headerGlobal .inner .logo-container .logo-inner .logo-mini {
    display: block;
  }
}
#headerGlobal .inner .user-navigation {
  list-style: none;
  float: left;
  height: 41px;
  margin: 0;
  padding-left: 0;
}
#headerGlobal .inner .user-functions {
  list-style: none;
  float: none;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  height: 41px;
  padding-left: 10px;
  margin: 0;
}
#headerGlobal .inner .user-navigation > li,
#headerGlobal .inner .user-functions > li {
  float: left;
  display: block;
  height: 40px;
  line-height: 40px;
  position: relative;
}
#headerGlobal .inner .user-navigation > li.open,
#headerGlobal .inner .user-functions > li.open {
  background-color: #22374c;
}
#headerGlobal .inner .user-navigation > li.open > a,
#headerGlobal .inner .user-functions > li.open > a {
  color: inherit;
}
#headerGlobal .inner .user-navigation > li > a,
#headerGlobal .inner .user-functions > li > a {
  border: 1px solid transparent;
  color: inherit;
  display: block;
  padding: 0 20px 0 20px;
  height: 41px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#headerGlobal .inner .user-navigation > li > a.primary,
#headerGlobal .inner .user-functions > li > a.primary {
  background: #3d4354;
}
#headerGlobal .inner .user-navigation > li > a:hover,
#headerGlobal .inner .user-functions > li > a:hover {
  background: #394360;
  color: #FFF;
  text-decoration: none;
}
#headerGlobal .inner .user-navigation > li .button-label,
#headerGlobal .inner .user-functions > li .button-label {
  font-size: 13px;
}
#headerGlobal .inner .user-navigation .active a,
#headerGlobal .inner .user-functions .active a {
  background-color: #394360;
  color: #FFF;
}
#headerGlobal .inner .user-navigation > li > a,
#headerGlobal .inner .user-functions > li > a {
  color: inherit;
}
#headerGlobal .inner .user-navigation > li.open,
#headerGlobal .inner .user-functions > li.open {
  background-color: #394360;
}
#headerGlobal .inner .user-navigation > li.open > a,
#headerGlobal .inner .user-functions > li.open > a {
  color: inherit;
}
#headerGlobal .inner .user-navigation > li .button-label,
#headerGlobal .inner .user-functions > li .button-label {
  font-size: 13px;
  margin: 0 6px;
  vertical-align: bottom;
  color: inherit;
}
#headerGlobal .inner .user-navigation .dropdown-menu,
#headerGlobal .inner .user-functions .dropdown-menu {
  margin: 0;
  padding: 0;
}
#headerGlobal .inner .user-navigation .dropdown-menu i,
#headerGlobal .inner .user-functions .dropdown-menu i {
  margin-right: 6px;
  color: #A6AAB1;
}
#headerGlobal .inner .user-navigation .dropdown-menu a,
#headerGlobal .inner .user-functions .dropdown-menu a {
  padding: 7px 14px;
}
#headerGlobal .inner .user-navigation .dropdown-menu a:hover,
#headerGlobal .inner .user-functions .dropdown-menu a:hover {
  background-color: rgba(34, 55, 76, 0.15);
}
#headerGlobal .inner .dropdown-menu li {
  margin: 0;
}
#headerGlobal .inner .dropdown-menu li a {
  padding: 4px 14px;
  height: inherit;
  font-size: 13px;
  color: #262D40;
}
#headerGlobal .inner .dropdown-menu li a:hover {
  background-color: transparent;
  color: #262D40;
}
#headerGlobal .inner .dialog-box {
  color: #002323;
  font-size: 13px;
  left: auto;
  line-height: 1.4;
  margin: -1px 0 0;
  min-width: 400px;
  overflow: hidden;
  padding: 0 15px;
  right: 0;
  text-align: left;
  -webkit-border-radius: 0 0 2px 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 2px 2px;
  -moz-background-clip: padding;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
}
#headerGlobal .inner .dialog-box .dropdown-menu-header {
  color: #888;
  font-size: 16px;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 10px;
  margin: 0;
  display: inline-block;
}
#headerGlobal .inner .dialog-box .form-footer {
  border-top: 1px solid #eee;
  background-color: #f5f5f5;
  margin: 0 -15px;
  padding: 15px;
  text-align: right;
}
#headerGlobal .inner .dialog-box .form-description {
  color: #002323;
  font-size: 12px;
  padding: 0 0 10px;
}
#headerGlobal .inner .dialog-box .form-description a {
  color: #6C81BF;
}
#headerGlobal .inner .dialog-box .form-description a:hover {
  color: #6C81BF;
  border-bottom: 1px solid #ccc;
  background: transparent;
}
#headerGlobal .inner .dialog-box .list-group {
  margin: 0;
}
#headerGlobal .inner .dialog-box .list-group .list-group-item {
  font-family: "segoe ui", helvetica, arial, sans-serif;
  border-color: transparent;
  padding: 5px 15px;
  margin: 0;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
#headerGlobal .inner .dialog-box .list-group .list-group-item.active,
#headerGlobal .inner .dialog-box .list-group .list-group-item.active:hover,
#headerGlobal .inner .dialog-box .list-group .list-group-item.active:focus {
  z-index: 2;
  color: #6C81BF;
  background-color: transparent;
  border-color: transparent;
}
#headerGlobal .inner .dialog-box .list-group .list-group-icon {
  margin-right: 6px;
  min-width: 12px;
  display: inline-block;
  text-align: center;
}
/* Small displays */
@media (max-width: 1130px) {
  .toolbar .button-toggle .button-label {
    display: none;
  }
  #paneList .grid-cell.grid-cell-title {
    max-width: 145px;
  }
  #paneList .grid-cell.grid-cell-actions .gutter {
    width: 8px;
  }
  #paneList .grid-cell.grid-cell-actions .btn {
    padding-left: 8px;
    padding-right: 8px;
  }
  #paneList .grid-cell.grid-cell-actions .btn.btn-report-info {
    margin-right: 0;
  }
  #paneGallery .btn-action:hover {
    width: 30px;
  }
  #paneGallery .btn-action:hover .btn-label {
    display: none;
  }
}
/* Landscape phone to portrait mobile */
@media (max-width: 800px) {
  body {
    min-width: 100%;
  }
  body #flags.mobile {
    min-width: 100%;
  }
  body #flags.mobile .arp-view .panes {
    padding: 0;
  }
  body #flags.mobile .toolbar .gutter.gutter-left {
    width: 10px !important;
  }
  body #flags.mobile .toolbar .gutter.gutter-right {
    width: 10px !important;
  }
  body #flags.mobile .right-pane-container {
    display: block;
    border: none;
    visibility: hidden;
    height: 100%;
    max-height: 100%;
    position: absolute;
    width: 100%;
    z-index: 99;
    right: -100%;
    background: rgba(255, 255, 255, 0);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: right 400ms, background 400ms ease 400ms;
    -moz-transition: right 400ms, background 400ms ease 400ms;
    transition: right 400ms, background 400ms ease 400ms;
  }
  body #flags.mobile .right-pane-container.open {
    visibility: visible;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
  }
  body #flags.mobile .right-pane-container .right-pane {
    height: 100%;
    position: absolute;
    width: 80%;
    right: 0;
    border-left: 1px solid #ccc;
    background-color: white;
    -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  }
  body #flags.mobile .right-pane-container .right-pane .information-panes {
    display: block;
    max-height: -webkit-calc(100% - 34px);
    max-height: calc(100% - 34px);
    overflow: auto;
  }
  body #flags.mobile .right-pane-container .right-pane .information-panes table caption {
    padding: 0 21px 8px 8px;
  }
  body #flags.mobile .right-pane-container .right-pane .information-panes table tr td:first-child,
  body #flags.mobile .right-pane-container .right-pane .information-panes table tr th:first-child {
    padding-left: 8px;
    max-width: 5em;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  body #flags.mobile .right-pane-container .right-pane .information-panes table tr td:last-child {
    padding-left: 10px;
  }
  body #flags.mobile .right-pane-container .right-pane .information-panes table tr:first-child th {
    padding-left: 10px;
  }
  body #flags.mobile .center-pane-container {
    width: 100%;
    min-width: 100%;
  }
  body #flags.mobile .center-pane-container #reportViewToggle {
    display: none;
  }
  body #flags.mobile .center-pane-container #reportListViewPane {
    display: none;
  }
  body #flags.mobile .center-pane-container #reportGalleryViewPane {
    display: block;
  }
  body #flags.mobile .center-pane-container .pane-footer .footer-group-selection {
    display: none;
  }
  body #flags.mobile .center-pane-container .pane-footer .footer-group-actions {
    float: left;
  }
  body #flags.mobile .left-pane-container {
    visibility: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    left: -100%;
    z-index: 100;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
  }
  body #flags.mobile .left-pane-container.open {
    visibility: visible;
    left: 0;
  }
  body #flags.mobile .left-pane-container .jstree {
    padding-right: 15px;
    overflow: auto;
  }
  body #flags.mobile .left-pane-container #reportsCategoriesContainer {
    height: -webkit-calc(100% - 64px);
    height: calc(100% - 64px);
  }
  body #flags.mobile .left-pane-container #reportsCategoriesSelector {
    display: block;
    padding: 18px 15px 0;
    border-top: 1px solid #9C9C9C;
  }
  body #flags.mobile #paneGallery {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body #flags.mobile #paneGallery .report-item {
    width: 100%;
    float: none;
  }
  body #flags.mobile #paneGallery .report-content {
    border-bottom: none;
    margin-bottom: 8px;
    padding-bottom: 4px;
    margin-top: 4px;
  }
  body #flags.mobile #paneGallery .btn-action {
    width: 40px;
    padding: 4px 8px;
    text-align: center;
  }
  body #flags.mobile #paneGallery .btn.btn-report-info {
    border-color: #ccc;
    background-color: white;
    padding: 4px 15px;
  }
  #headerGlobal {
    border-bottom: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #headerGlobal .nav {
    display: block;
  }
  #headerGlobal .inner .user-navigation {
    padding-left: 5px;
  }
  #headerGlobal .inner .dialog-box {
    min-width: 320px;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
  }
  #headerGlobal > .inner > .evaluation-banner {
    display: none;
  }
  #headerGlobal > .evaluation-banner {
    display: block;
    font-size: 12px;
    max-width: 100%;
    white-space: nowrap;
    padding-right: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #headerGlobal.two-lines-header {
    height: 72px;
  }
  #headerGlobal.two-lines-header + #flags {
    height: -webkit-calc(100% - 72px);
    height: calc(100% - 72px);
  }
}
#reportCategoriesTree li[rel='disabled'] > a {
  color: #ccc;
}
.logged-out {
  min-width: 100%;
  overflow: auto !important;
}
.logged-out .wrapper {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: url("../img/default-theme-pattern.png") #EEEEF1;
}
.logged-out .inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
.logged-out .content {
  position: relative;
  background-color: #fff;
  max-width: 480px;
  margin: 15px auto;
  text-align: left;
  padding: 40px 30px 30px;
  border-radius: 2px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .logged-out .content {
    margin-top: -100px;
  }
}
@media (max-height: 479px) {
  .logged-out .content {
    margin: 0 auto 10px;
    padding: 20px 20px 10px;
  }
}
.logged-out .logo {
  width: 100%;
  height: 68px;
  margin-bottom: 35px;
  background-image: url('../img/logos/portal-login-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 400px) {
  .logged-out .logo {
    margin-bottom: 0;
  }
}
@media (max-height: 479px) {
  .logged-out .logo {
    margin-bottom: 0;
    width: 75%;
    height: 60px;
  }
}
@media (max-height: 479px) {
  .logged-out .form-group {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
}
.logged-out .form-control + .help-block {
  display: none;
}
.logged-out .form-control:invalid:not(.empty):not(:focus) {
  border-color: #d2322d;
}
.logged-out .form-control:invalid:not(.empty) + .help-block {
  display: block;
}
.logged-out .recovery {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-height: 479px) {
  .logged-out .recovery {
    margin-top: 0;
    margin-bottom: 5px;
  }
}
.logged-out .return {
  width: 100%;
  text-align: center;
  font-weight: 600;
}
.logged-out .checkbox {
  float: left;
}
.logged-out .btn-login {
  float: right;
  margin-top: 3px;
}
.logged-out .btn-recovery {
  margin-top: 8px;
}
.logged-out .form-group-recovery {
  margin-bottom: 0;
  text-align: right;
  width: 100%;
}
@media (max-height: 479px) {
  .logged-out .form-group-recovery {
    margin-bottom: 10px;
    text-align: center;
  }
}
.logged-out .guest {
  max-width: 480px;
  margin: auto;
  padding-bottom: 10px;
}
.logged-out .guest form {
  display: inline-block;
  width: 100%;
}
.logged-out .guest .btn {
  width: 100%;
  font-size: inherit;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
@media (max-width: 360px) {
  .logged-out .guest .btn {
    font-size: 13px;
    padding: 10px 8px;
  }
}
@media (max-width: 340px) {
  .logged-out .guest .btn {
    font-size: 12px;
    padding: 10px 12px;
  }
}
.logged-out .guest .btn b {
  font-weight: 600;
}
.page-404 {
  min-width: 100%;
  overflow: auto !important;
  background: #EEEEF1;
}
.page-404 .wrapper {
  position: absolute;
  display: table;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.page-404 .inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
.page-404 .content {
  position: relative;
  background-color: #fff;
  max-width: 500px;
  margin: 15px auto;
  text-align: left;
  padding: 40px 30px 30px;
  border-radius: 5px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .page-404 .content {
    margin-top: -100px;
  }
}
.page-404 .logo {
  width: 100%;
  height: 68px;
  margin-bottom: 35px;
  background: url('../img/logos/portal-login-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.page-404 .form h1 {
  font-size: 21px;
  border-top: 1px solid #eee;
  padding-top: 32px;
  padding-bottom: 10px;
  color: #262d40;
  line-height: 1.2em;
}
.page-404 .form .help {
  border-top: 1px solid #eee;
  padding-top: 18px;
  margin-top: 26px;
}
.page-404 .copy {
  margin: 32px auto 0;
  max-width: 500px;
  text-align: center;
  font-size: 12px;
  opacity: .6;
}
.gc {
  width: 30px;
  height: 30px;
  display: inline-block;
}
.gc.gc-rdl {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj48c3R5bGU+LmF7ZmlsbDojN0Y4OTk0O308L3N0eWxlPjxwYXRoIGQ9Ik0yLjMgMHYzMGgyNS40VjQuN0wyMy41IDBIMi4zek00LjIgMjguMVYxLjloMTguNWwwIDB2My43aDMuMXYyMi41SDQuMnoiIGZpbGw9IiMzQzQ3NTEiLz48cGF0aCBkPSJNOC4xIDE1Ljd2MS41YzAgMC4yLTAuMSAwLjMtMC4zIDAuM0g3LjFjLTAuMiAwLTAuMy0wLjEtMC4zLTAuM3YtNC40YzAtMC4yIDAuMS0wLjMgMC4zLTAuM2gyLjljMS4xIDAgMS45IDAuNiAxLjkgMS42IDAgMC44LTAuNiAxLjEtMS4zIDEuMyAwLjMgMC4xIDAuNSAwLjQgMC44IDAuOGwwLjYgMWMwLjEgMC4yIDAuMSAwLjMtMC4xIDAuM2gtMC45Yy0wLjIgMC0wLjQtMC4xLTAuNS0wLjNMOS45IDE2LjNjLTAuMi0wLjMtMC40LTAuNi0wLjktMC42SDguMXpNOC4xIDEzLjV2MS4yaDEuNWMwLjQgMCAwLjktMC4xIDAuOS0wLjYgMC0wLjUtMC41LTAuNi0wLjktMC42SDguMXoiIGNsYXNzPSJhIi8+PHBhdGggZD0iTTE0LjkgMTIuNWMyLjEgMCAyLjkgMC44IDIuOSAyLjUgMCAxLjctMC45IDIuNS0yLjkgMi41aC0yYy0wLjIgMC0wLjMtMC4xLTAuMy0wLjNWMTIuOGMwLTAuMiAwLjEtMC4zIDAuMy0wLjNIMTQuOXpNMTMuOSAxMy41djMuMWgwLjljMS4zIDAgMS42LTAuNSAxLjYtMS41IDAtMS4xLTAuMy0xLjUtMS42LTEuNUwxMy45IDEzLjUgMTMuOSAxMy41eiIgY2xhc3M9ImEiLz48cGF0aCBkPSJNMTkuNSAxMi41YzAuMiAwIDAuMyAwLjIgMC4zIDAuM3YzLjdoMy4xYzAuMiAwIDAuMyAwLjEgMC4zIDAuM3YwLjNjMCAwLjItMC4yIDAuMy0wLjMgMC4zaC00LjFjLTAuMiAwLTAuMy0wLjEtMC4zLTAuM1YxMi44YzAtMC4yIDAuMS0wLjMgMC4zLTAuM0gxOS41eiIgY2xhc3M9ImEiLz48L3N2Zz4=);
}
.gc.gc-page {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj48cGF0aCBkPSJNMi4zIDB2MzBoMjUuNFY0LjdMMjMuNSAwSDIuM3pNNC4yIDI4LjFWMS45aDE4LjVsMCAwdjMuN2gzLjF2MjIuNUg0LjJ6IiBmaWxsPSIjM0M0NzUxIi8+PHBhdGggZD0iTTE5LjQgMTMuNWgtMS4zbC0wLjYgM2gxLjNsLTAuMyAxLjVoLTEuM2wtMC4zIDEuNWgtMS4zbDAuMy0xLjVoLTNsLTAuMyAxLjVoLTEuM2wwLjMtMS41aC0xLjNsMC4zLTEuNWgxLjNsMC43LTNoLTEuM2wwLjMtMS41aDEuM2wwLjMtMS41aDEuM2wtMC4zIDEuNWgzbDAuMy0xLjVoMS4zbC0wLjMgMS41aDEuM0wxOS40IDEzLjV6TTEzLjggMTMuNWwtMC42IDNoM2wwLjctM0gxMy44eiIgZmlsbD0iIzdGODk5NCIvPjwvc3ZnPg==);
}
.gc.gc-section {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj48c3R5bGU+LmF7ZmlsbDojN0Y4OTk0O308L3N0eWxlPjxwYXRoIGQ9Ik0yLjMgMHYzMGgyNS40VjQuN0wyMy41IDBIMi4zek00LjIgMjguMVYxLjloMTguNWwwIDB2My43aDMuMXYyMi41SDQuMnoiIGZpbGw9IiMzQzQ3NTEiLz48cGF0aCBkPSJNMjAuOCAxMi41bC0xLjMgMC43YzAuMiAwLjUgMC4zIDEuMSAwLjMgMS43IDAgMi41LTEuOSA0LjYtNC4zIDV2MS41YzEuNS0wLjIgMi44LTAuOCAzLjktMS45IDEuMi0xLjIgMS45LTIuOSAxLjktNC42QzIxLjMgMTQuMSAyMS4xIDEzLjMgMjAuOCAxMi41eiIgY2xhc3M9ImEiLz48cGF0aCBkPSJNOC43IDE0LjljMCAxLjcgMC43IDMuNCAxLjkgNC42IDEuMSAxLjEgMi40IDEuNyAzLjkgMS45di0xLjVjLTIuNC0wLjQtNC4zLTIuNS00LjMtNSAwLTAuNiAwLjEtMS4yIDAuMy0xLjdsLTEuMy0wLjdDOC45IDEzLjMgOC43IDE0LjEgOC43IDE0Ljl6IiBjbGFzcz0iYSIvPjxwYXRoIGQ9Ik05LjggMTEuMmwxLjIgMC44YzAuNC0wLjQgMC44LTAuOCAxLjMtMS4xIDIuMi0xLjMgNC45LTAuNyA2LjUgMS4ybDEuMy0wLjdjLTAuOS0xLjItMi4xLTItMy42LTIuNCAtMS43LTAuNC0zLjQtMC4yLTQuOSAwLjdDMTEgMTAgMTAuMyAxMC41IDkuOCAxMS4yeiIgY2xhc3M9ImEiLz48L3N2Zz4=);
}
.gc.gc-semantic {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj48cGF0aCBkPSJNMi4zIDB2MzBoMjUuNFY0LjdMMjMuNSAwSDIuM3pNNC4yIDI4LjFWMS45aDE4LjVsMCAwdjMuN2gzLjF2MjIuNUg0LjJ6IiBmaWxsPSIjM0M0NzUxIi8+PHBhdGggZD0iTTIxIDE1LjZjLTAuNSAwLTAuOSAwLjItMS4zIDAuNWwtMi45LTEuOGMwLjEtMC4yIDAuMS0wLjQgMC4xLTAuNiAwLTEuMS0wLjktMi0yLTIgLTEuMSAwLTIgMC45LTIgMiAwIDAuMiAwIDAuNCAwLjEgMC43bC0yLjggMS45Yy0wLjQtMC4zLTAuOC0wLjUtMS4zLTAuNSAtMS4xIDAtMiAwLjktMiAyczAuOSAyIDIgMiAyLTAuOSAyLTJjMC0wLjIgMC0wLjQtMC4xLTAuN2wyLjgtMS45YzAuNCAwLjMgMC44IDAuNSAxLjMgMC41IDAuNSAwIDEtMC4yIDEuNC0wLjVsMi44IDEuOGMtMC4xIDAuMi0wLjEgMC41LTAuMSAwLjcgMCAxLjEgMC45IDIgMiAyIDEuMSAwIDItMC45IDItMlMyMi4yIDE1LjYgMjEgMTUuNnoiIGZpbGw9IiM3Rjg5OTQiLz48L3N2Zz4=);
}
.toolbar {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: 8121991;
  -moz-box-direction: 8121991;
  -webkit-box-orient: 8121991;
  -moz-box-orient: 8121991;
  -webkit-flex-direction: vertical;
  -ms-flex-direction: vertical;
  flex-direction: vertical;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #cccccc;
  height: 34px;
  font-size: 20px;
  font-weight: 400;
  color: #1a232e;
  background-color: #f2f2f2;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(bottom, #f2f2f2 0%, white 100%);
  background-image: -moz-linear-gradient(bottom, #f2f2f2 0%, white 100%);
  background-image: -o-linear-gradient(bottom, #f2f2f2 0%, white 100%);
  background-image: linear-gradient(to top, #f2f2f2 0%, white 100%);
  -webkit-box-shadow: 0 1px #e5e5e5;
  -moz-box-shadow: 0 1px #e5e5e5;
  box-shadow: 0 1px #e5e5e5;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.toolbar .gutter.gutter-left {
  width: 22px;
  height: 100%;
  float: left;
}
.toolbar .gutter.gutter-right {
  width: 15px;
  height: 100%;
  float: right;
}
.toolbar .view-toggle {
  margin-right: 20px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.toolbar .view-toggle:first-child {
  border-left-width: 0;
}
.toolbar .view-toggle:last-child {
  border-right-width: 0;
}
.toolbar .toolbar-section {
  display: block;
  font-size: 0;
}
.toolbar .toolbar-section > * {
  display: inline-block;
}
.toolbar .toolbar-section.left {
  float: left;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.toolbar .toolbar-section.right {
  float: right;
}
.toolbar .toolbar-button {
  position: relative;
  height: 32px;
  padding: 9px 8px 0;
  vertical-align: top;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
  padding: 7px 10px;
  min-width: 34px;
}
.toolbar .toolbar-button:not(.active):hover {
  border-left: 1px solid #ced7e0;
  border-right: 1px solid #ced7e0;
}
.toolbar .toolbar-button:not(hover) {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  -webkit-box-shadow: 0 0 white;
  -moz-box-shadow: 0 0 white;
  box-shadow: 0 0 white;
}
.toolbar .toolbar-button.open {
  border-color: rgba(0, 0, 0, 0.25);
  background-color: rgba(0, 70, 130, 0.15);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12) inset, 0px -1px #ccc;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12) inset, 0px -1px #ccc;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12) inset, 0px -1px #ccc;
}
.toolbar .toolbar-button.button-default {
  border-bottom: none;
  border-top: none;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.toolbar .toolbar-button.button-toggle {
  border-bottom: none;
  border-top: none;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.toolbar .toolbar-button.button-toggle.active {
  outline: none;
  color: #596573;
  border-color: #D5D5D5;
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(top, #f2f2f2 0%, white 100%);
  background-image: -moz-linear-gradient(top, #f2f2f2 0%, white 100%);
  background-image: -o-linear-gradient(top, #f2f2f2 0%, white 100%);
  background-image: linear-gradient(to bottom, #f2f2f2 0%, white 100%);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset, 0px -1px #ccc;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset, 0px -1px #ccc;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset, 0px -1px #ccc;
}
.toolbar .toolbar-button.button-toggle:hover {
  background-color: rgba(255, 255, 255, 0.45);
  border-color: #bbb;
}
.toolbar .toolbar-button .button-label {
  font-size: 13px;
}
.toolbar .toolbar-button .button-label ~ .button-icon {
  margin-left: 4px;
}
.toolbar .toolbar-button .button-icon {
  color: #4c5d6b;
  font-size: 14px;
}
.toolbar .toolbar-button .button-icon ~ .button-label {
  margin-left: 4px;
}
.toolbar .toolbar-button .dropdown-menu {
  text-align: left;
  font-size: inherit;
  margin: 0;
  min-width: 101%;
  left: -1px;
  padding: 0;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.toolbar .toolbar-button .dropdown-menu .dropdown-menu-header {
  color: #888;
  font-weight: 600;
  padding: 10px 15px 4px;
  margin: 0;
  left: -1px;
  display: inline-block;
}
.toolbar .toolbar-button .dropdown-menu .list-group {
  margin: 0;
}
.toolbar .toolbar-button .dropdown-menu .list-group .list-group-item {
  font-family: "segoe ui", helvetica, arial, sans-serif;
  border-color: transparent;
  padding: 5px 15px;
  margin: 0;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.toolbar .toolbar-button .dropdown-menu .list-group .list-group-item.active,
.toolbar .toolbar-button .dropdown-menu .list-group .list-group-item.active:hover,
.toolbar .toolbar-button .dropdown-menu .list-group .list-group-item.active:focus {
  z-index: 2;
  color: #6C81BF;
  background-color: transparent;
  border-color: transparent;
}
.toolbar .toolbar-button .dropdown-menu .list-group .list-group-icon {
  margin-right: 6px;
  min-width: 12px;
  display: inline-block;
  text-align: center;
}
@media (max-width: 1040px) {
  .toolbar .view-toggle {
    margin-right: 5px;
  }
  .toolbar .gutter.gutter-left {
    width: 6px !important;
  }
  .toolbar .gutter.gutter-right {
    width: 4px !important;
  }
}
#flags.mobile .toolbar .toolbar-button:not(hover) {
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
#flags.tablet .toolbar .view-toggle:not(hover),
#flags.tablet .toolbar #sortingTypes:not(hover) {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.alert {
  position: fixed;
  width: 100%;
  padding: 15px;
  top: 0;
  margin-top: -100%;
  border: 1px solid transparent;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4);
  opacity: 1;
  z-index: 1051;
  font-size: 13px;
  font-weight: bold;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.alert.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert.alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert .alert-message {
  float: left;
  padding: 8px 0;
}
.alert .alert-message pre {
  white-space: pre-line;
}
.alert .close {
  position: relative;
  float: right;
  top: -2px;
  padding: 0;
  background: 0 0;
  color: inherit;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  border: 0;
  text-shadow: 0 1px 0 #fff;
  cursor: pointer;
  -webkit-appearance: none;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(20));
  filter: alpha(opacity = (20));
}
#createNewReportModal {
  text-align: left;
}
#createNewReportModal .modal-header {
  padding: 20px 25px 20px 40px;
}
#createNewReportModal .modal-body {
  position: relative;
  padding: 25px 40px;
}
#createNewReportModal .modal-body .row {
  margin-left: -10px;
  margin-right: -10px;
}
#createNewReportModal .modal-footer {
  padding: 20px 40px;
}
#createNewReportModal .report-model-container {
  border: 1px solid #eee;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
#createNewReportModal .report-model-container:hover {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 70, 130, 0.05);
}
#createNewReportModal .report-model-container p {
  text-overflow: ellipsis;
  padding: 6px;
  overflow: hidden;
}
#createNewReportModal .report-model {
  text-align: center;
  cursor: pointer;
  padding: 4px;
  white-space: nowrap;
}
#createNewReportModal .report-model.active .report-model-container {
  background-color: rgba(0, 70, 130, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.jstree ul {
  list-style: none;
  padding-left: 18px;
  margin-left: 0;
}
.jstree ul:first-child {
  padding: 0;
}
.jstree .jstree-icon {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.jstree .jstree-icon.jstree-checkbox:before {
  content: "\f096";
  width: 18px;
  display: inline-block;
}
.jstree .jstree-icon.jstree-checkbox.jstree-undetermined:before {
  content: "\f14a";
  color: rgba(0, 70, 130, 0.15);
}
.jstree .jstree-icon.jstree-ocl:before {
  content: "\f147";
  width: 18px;
  display: inline-block;
  cursor: default;
}
.jstree .jstree-node.jstree-closed .jstree-ocl:before {
  content: "\f196";
}
.jstree .jstree-node.jstree-leaf .jstree-ocl:before {
  content: "";
}
.jstree .jstree-anchor {
  font-size: 13px;
  line-height: 32px;
  color: inherit;
}
.jstree .jstree-anchor:focus {
  outline: none;
  text-decoration: none;
}
.jstree .jstree-anchor:active,
.jstree .jstree-anchor:hover {
  color: #6C81BF;
  text-decoration: none;
}
.jstree .jstree-anchor:hover .dropdown,
.jstree .jstree-anchor:hover .item-actions {
  visibility: visible;
}
.jstree .jstree-anchor.jstree-clicked .jstree-checkbox:before {
  content: "\f046";
}
.jstree .dropdown {
  visibility: hidden;
  float: right;
  position: absolute;
  right: 20px;
  z-index: 1;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
  filter: alpha(opacity = (50));
}
.jstree .dropdown:hover,
.jstree .dropdown.open {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
  visibility: visible;
}
.jstree .dropdown .btn {
  vertical-align: baseline;
  line-height: 1;
  padding: 2px 4px;
  font-size: 10px;
}
.jstree .dropdown .dropdown-menu {
  right: 0;
  left: auto;
  padding: 4px;
}
.jstree .dropdown .dropdown-menu > li > a {
  padding: 3px 8px;
  font-size: 13px;
}
.jstree .dropdown .dropdown-menu i {
  margin-right: 4px;
  min-width: 16px;
}
.jstree .item-actions {
  visibility: hidden;
  float: right;
  position: absolute;
  right: 25px;
  z-index: 1;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
  filter: alpha(opacity = (80));
}
.jstree .item-actions:hover,
.jstree .item-actions.open {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
  visibility: visible;
}
.jstree .item-actions .btn {
  vertical-align: baseline;
  line-height: 1;
  padding: 2px 4px;
  margin-left: 6px;
  font-size: 13px;
  background: none;
  border: none;
  color: #6C81BF;
}
html.superhero-theme body {
  font-weight: 400;
  color: #4B5058;
}
html.superhero-theme #headerGlobal {
  background: #d61f26;
  color: #fff;
}
html.superhero-theme #headerGlobal .user-navigation a.primary {
  background: #a1171d;
}
html.superhero-theme #headerGlobal .user-navigation a:hover,
html.superhero-theme #headerGlobal .user-functions a:hover {
  background: #c11c22;
  color: #fff;
}
html.superhero-theme #headerGlobal .user-functions li.open > a {
  background: #a1171d;
  color: #fff;
}
html.superhero-theme #searchInput,
html.superhero-theme #expandSearchOptionsButton {
  border-color: rgba(255, 255, 255, 0.1);
}
html.superhero-theme #searchInput:hover,
html.superhero-theme #expandSearchOptionsButton:hover,
html.superhero-theme #searchInput:focus,
html.superhero-theme #expandSearchOptionsButton:focus {
  border-color: rgba(255, 255, 255, 0.3);
}
html.superhero-theme #reportsCategoriesHeader .btn-search {
  border-color: rgba(255, 255, 255, 0.2);
}
html.superhero-theme #reportsCategoriesContainer.jstree .jstree-anchor.jstree-clicked:before,
html.superhero-theme #reportsCategoriesContainer.jstree .jstree-anchor.jstree-clicked.jstree-hovered:before {
  background-color: #252931;
}
html.superhero-theme #reportsCategoriesContainer.jstree .jstree-anchor.jstree-hovered:before {
  background-color: rgba(0, 0, 0, 0.1);
}
html.superhero-theme #leftPaneContainer {
  color: #D8DBE0;
  background: #343B46;
}
html.superhero-theme #leftPaneContainer .logo-container {
  background: #d61f26;
  color: #fff;
}
html.contrast-theme body {
  font-weight: 600;
  color: #000;
}
html.contrast-theme #headerGlobal {
  background: #000;
  color: #FFF;
}
html.contrast-theme #headerGlobal .user-navigation a.primary {
  background: transparent;
}
html.contrast-theme #headerGlobal .user-navigation a:hover,
html.contrast-theme #headerGlobal .user-functions a:hover {
  background: #FFF;
  color: #000;
}
html.contrast-theme #headerGlobal .user-functions li.open > a {
  background: transparent;
  color: #FFF;
}
html.contrast-theme #searchInput,
html.contrast-theme #expandSearchOptionsButton {
  border-color: rgba(0, 0, 0, 0.5);
}
html.contrast-theme #searchInput:hover,
html.contrast-theme #expandSearchOptionsButton:hover,
html.contrast-theme #searchInput:focus,
html.contrast-theme #expandSearchOptionsButton:focus {
  border-color: rgba(0, 0, 0, 0.8);
}
html.contrast-theme #reportsCategoriesHeader .btn-search {
  border-color: rgba(0, 0, 0, 0.5);
}
html.contrast-theme #reportsCategoriesContainer.jstree .jstree-anchor.jstree-clicked {
  color: #FFF;
}
html.contrast-theme #reportsCategoriesContainer.jstree .jstree-anchor.jstree-clicked:before,
html.contrast-theme #reportsCategoriesContainer.jstree .jstree-anchor.jstree-clicked.jstree-hovered:before {
  background-color: #000;
}
html.contrast-theme #reportsCategoriesContainer.jstree .jstree-anchor.jstree-hovered:before {
  background-color: rgba(0, 0, 0, 0.1);
}
html.contrast-theme #leftPaneContainer {
  background: #FFF;
  color: #000;
}
html.contrast-theme #leftPaneContainer .logo-container {
  background: #000;
  color: #FFF;
}
html.contrast-theme #centerPaneContainer {
  box-shadow: 0 0 2px #000;
}
html.light-theme body {
  font-weight: 400;
  color: #4B5058;
}
html.light-theme #headerGlobal {
  background: #B4BCC7;
  color: #FFF;
}
html.light-theme #headerGlobal .user-navigation a.primary {
  background: rgba(0, 0, 0, 0.05);
}
html.light-theme #headerGlobal .user-navigation a:hover,
html.light-theme #headerGlobal .user-functions a:hover {
  background: rgba(0, 0, 0, 0.2);
}
html.light-theme #headerGlobal .user-functions li.open > a {
  background: rgba(0, 0, 0, 0.05);
  color: #FFF;
}
html.light-theme #searchInput,
html.light-theme #expandSearchOptionsButton {
  border-color: rgba(0, 0, 0, 0.1);
}
html.light-theme #searchInput:hover,
html.light-theme #expandSearchOptionsButton:hover,
html.light-theme #searchInput:focus,
html.light-theme #expandSearchOptionsButton:focus {
  border-color: rgba(0, 0, 0, 0.3);
}
html.light-theme #reportsCategoriesHeader .btn-search {
  border-color: rgba(0, 0, 0, 0.2);
}
html.light-theme #reportsCategoriesContainer.jstree .jstree-anchor.jstree-clicked {
  color: #4B5058;
}
html.light-theme #reportsCategoriesContainer.jstree .jstree-anchor.jstree-clicked:before,
html.light-theme #reportsCategoriesContainer.jstree .jstree-anchor.jstree-clicked.jstree-hovered:before {
  background-color: #E2E4E6;
}
html.light-theme #reportsCategoriesContainer.jstree .jstree-anchor.jstree-hovered:before {
  background-color: rgba(0, 0, 0, 0.03);
}
html.light-theme #leftPaneContainer {
  background: #FFF;
  color: #4C5356;
}
html.light-theme #leftPaneContainer .logo-container {
  background: #B4BCC7;
  color: #FFF;
}
html.aurora-theme body {
  font-weight: 400;
  color: #000;
}
html.aurora-theme #headerGlobal {
  background: #072E46;
  color: #00E5BE;
}
html.aurora-theme #headerGlobal .user-navigation a.primary {
  background: #075075;
}
html.aurora-theme #headerGlobal .user-navigation a:hover,
html.aurora-theme #headerGlobal .user-functions a:hover {
  background: #00BB9B;
}
html.aurora-theme #headerGlobal .user-functions li.open > a {
  background: #075075;
  color: #00E5BE;
}
html.aurora-theme #searchInput,
html.aurora-theme #expandSearchOptionsButton {
  border-color: rgba(255, 255, 255, 0.1);
}
html.aurora-theme #searchInput:hover,
html.aurora-theme #expandSearchOptionsButton:hover,
html.aurora-theme #searchInput:focus,
html.aurora-theme #expandSearchOptionsButton:focus {
  border-color: rgba(255, 255, 255, 0.6);
}
html.aurora-theme #reportsCategoriesHeader .btn-search {
  border-color: rgba(255, 255, 255, 0.5);
}
html.aurora-theme #reportsCategoriesContainer.jstree .jstree-anchor.jstree-clicked {
  color: #FFF;
}
html.aurora-theme #reportsCategoriesContainer.jstree .jstree-anchor.jstree-clicked:before,
html.aurora-theme #reportsCategoriesContainer.jstree .jstree-anchor.jstree-clicked.jstree-hovered:before {
  background-color: #00BB9B;
}
html.aurora-theme #reportsCategoriesContainer.jstree .jstree-anchor.jstree-hovered:before {
  background-color: rgba(255, 255, 255, 0.1);
}
html.aurora-theme #leftPaneContainer {
  background-image: url(../img/default-theme-pattern.png);
  background-color: #105375;
  color: #FFF;
}
html.aurora-theme #leftPaneContainer .logo-container {
  background: #072E46;
  color: #00E5BE;
}
html.cloudy-theme body {
  font-weight: 400;
  color: #4B5058;
}
html.cloudy-theme #headerGlobal {
  background: #9198A2;
  color: #38424A;
}
html.cloudy-theme #headerGlobal .user-navigation a.primary {
  background: #AFB5BD;
}
html.cloudy-theme #headerGlobal .user-navigation a:hover,
html.cloudy-theme #headerGlobal .user-functions a:hover {
  background: #D3D6D8;
}
html.cloudy-theme #headerGlobal .user-functions li.open > a {
  background: #AFB5BD;
  color: #38424A;
}
html.cloudy-theme #searchInput,
html.cloudy-theme #expandSearchOptionsButton {
  border-color: rgba(0, 0, 0, 0.1);
}
html.cloudy-theme #searchInput:hover,
html.cloudy-theme #expandSearchOptionsButton:hover,
html.cloudy-theme #searchInput:focus,
html.cloudy-theme #expandSearchOptionsButton:focus {
  border-color: rgba(0, 0, 0, 0.3);
}
html.cloudy-theme #reportsCategoriesHeader .btn-search {
  border-color: rgba(0, 0, 0, 0.2);
}
html.cloudy-theme #reportsCategoriesContainer.jstree .jstree-anchor.jstree-clicked {
  color: #fff;
}
html.cloudy-theme #reportsCategoriesContainer.jstree .jstree-anchor.jstree-clicked:before,
html.cloudy-theme #reportsCategoriesContainer.jstree .jstree-anchor.jstree-clicked.jstree-hovered:before {
  background-color: #3896DE;
}
html.cloudy-theme #reportsCategoriesContainer.jstree .jstree-anchor.jstree-hovered:before {
  background-color: rgba(0, 0, 0, 0.03);
}
html.cloudy-theme #leftPaneContainer {
  color: #4C5356;
  background: #F8F8F9;
}
html.cloudy-theme #leftPaneContainer .logo-container {
  background: #9198A2;
  color: #38424A;
}
html.winter-theme body {
  font-weight: 400;
  color: #0A172B;
}
html.winter-theme #headerGlobal {
  background: #055498;
  color: #FFF;
}
html.winter-theme #headerGlobal .user-navigation a.primary {
  background: #5089B7;
}
html.winter-theme #headerGlobal .user-navigation a:hover,
html.winter-theme #headerGlobal .user-functions a:hover {
  background: #FFF;
  color: #055498;
}
html.winter-theme #headerGlobal .user-functions li.open > a {
  background: #5089B7;
  color: #FFF;
}
html.winter-theme #searchInput,
html.winter-theme #expandSearchOptionsButton {
  border-color: rgba(0, 0, 0, 0.1);
}
html.winter-theme #searchInput:hover,
html.winter-theme #expandSearchOptionsButton:hover,
html.winter-theme #searchInput:focus,
html.winter-theme #expandSearchOptionsButton:focus {
  border-color: rgba(0, 0, 0, 0.3);
}
html.winter-theme #reportsCategoriesHeader .btn-search {
  border-color: rgba(0, 0, 0, 0.2);
}
html.winter-theme #reportsCategoriesContainer.jstree .jstree-anchor.jstree-clicked {
  color: #FFF;
}
html.winter-theme #reportsCategoriesContainer.jstree .jstree-anchor.jstree-clicked:before,
html.winter-theme #reportsCategoriesContainer.jstree .jstree-anchor.jstree-clicked.jstree-hovered:before {
  background-color: #6AA8DA;
}
html.winter-theme #reportsCategoriesContainer.jstree .jstree-anchor.jstree-hovered:before {
  background-color: rgba(0, 0, 0, 0.03);
}
html.winter-theme #leftPaneContainer {
  background: #f4f4f4;
  color: #4C5356;
}
html.winter-theme #leftPaneContainer .logo-container {
  background: #055498;
  color: #FFF;
}
html.fresh-theme body {
  font-weight: 400;
  color: #000;
}
html.fresh-theme #headerGlobal {
  background: #2A2A3A;
  color: #FFF;
}
html.fresh-theme #headerGlobal .user-navigation a.primary {
  background: #313146;
}
html.fresh-theme #headerGlobal .user-navigation a:hover,
html.fresh-theme #headerGlobal .user-functions a:hover {
  background: #454562;
}
html.fresh-theme #headerGlobal .user-functions li.open > a {
  background: #313146;
  color: #FFF;
}
html.fresh-theme .search {
  background: #3A3A51;
  padding: 10px;
}
html.fresh-theme #searchInput,
html.fresh-theme #expandSearchOptionsButton {
  border-color: #757586;
  background-color: #484863;
  color: #FFF;
}
html.fresh-theme #searchInput:hover,
html.fresh-theme #expandSearchOptionsButton:hover,
html.fresh-theme #searchInput:focus,
html.fresh-theme #expandSearchOptionsButton:focus {
  border-color: rgba(255, 255, 255, 0.3);
}
html.fresh-theme #reportsCategoriesHeader .btn-search {
  border-color: rgba(255, 255, 255, 0.5);
}
html.fresh-theme #reportsCategoriesContainer.jstree .jstree-anchor.jstree-clicked {
  color: #FFF;
}
html.fresh-theme #reportsCategoriesContainer.jstree .jstree-anchor.jstree-clicked:before,
html.fresh-theme #reportsCategoriesContainer.jstree .jstree-anchor.jstree-clicked.jstree-hovered:before {
  background-color: #2A2A3A;
}
html.fresh-theme #reportsCategoriesContainer.jstree .jstree-anchor.jstree-hovered:before {
  background-color: #454562;
}
html.fresh-theme #leftPaneContainer {
  background-color: #313146;
  color: #FFF;
}
html.fresh-theme #leftPaneContainer .logo-container {
  background: #2A2A3A;
  color: #FFF;
}
html.fresh-theme.logged-out body {
  color: #FFF;
}
html.fresh-theme.logged-out .wrapper {
  background: url(../img/themes/fresh-auth-bg.png) #4E4F63;
  background-size: cover;
  height: 100% !important;
}
html.fresh-theme.logged-out .content {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  color: #fff;
}
html.fresh-theme.logged-out .logo {
  background-image: url(../img/logos/portal-login-logo-light.png);
}
html.fresh-theme.logged-out .form-control {
  border-radius: 0;
  background: rgba(246, 246, 246, 0.6);
  border: 1px solid #CCC;
  color: #FFF;
  height: 36px;
  padding: 8px 12px;
}
html.fresh-theme.logged-out .btn-login,
html.fresh-theme.logged-out .btn-recovery {
  background: #35A8DD;
  border: 0;
}
html.fresh-theme.logged-out .btn-login:hover,
html.fresh-theme.logged-out .btn-recovery:hover {
  background: #2CB0EC;
}
html.fresh-theme.logged-out .guest .btn {
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: #FFF;
}
html.fresh-theme.logged-out a {
  color: #FFF;
}
html.fresh-theme.logged-out a:hover {
  color: #FFF;
  text-decoration: underline;
}
