/*
    Variables for container fluid
*/
/*
    Styles for container-fluid
*/
#cplace #page-content-wrapper > .container-fluid {
  display: flex;
  flex-direction: column;
  transition: margin-left 0s 0.1s, height 0.1s;
  padding: 0;
  flex: 1;
  margin: 0;
}
#cplace #page-content-wrapper > .container-fluid > #content-with-padding {
  flex: 1;
  flex-direction: column;
  padding-right: 16px;
  padding-left: 16px;
}
#cplace #page-content-wrapper > .container-fluid > #content-with-padding.alternate-background {
  display: flex;
  height: 100%;
  width: 100%;
  background: #20293b;
}
#cplace #page-content-wrapper .cplace-inner-content {
  padding-top: 16px;
  flex: 1;
}
#cplace #page-content-wrapper #hui-top-navigation-bar #hui-navbar > .container-fluid {
  padding-right: 0;
}
#cplace:not(.no-sidebar) #page-content-wrapper > .container-fluid {
  margin: 0 0 0 var(--wm-content-width);
}
#cplace:not(.no-sidebar).toggled #page-content-wrapper > .container-fluid {
  margin: 0 0 0 48px;
}
#cplace.toggled #page-content-wrapper > .container-fluid,
#cplace.resizing-wm #page-content-wrapper > .container-fluid,
#cplace.toggled #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top,
#cplace.resizing-wm #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top {
  transition: none;
}
#cplace.toggled hui-content-header,
#cplace.resizing-wm hui-content-header {
  transition: border-color 0.1s, top 0.1s;
}
@media (max-width: 479.98px) {
  #cplace #page-content-wrapper > .container-fluid,
  #cplace.toggled #page-content-wrapper > .container-fluid,
  #cplace:not(.no-sidebar) #page-content-wrapper > .container-fluid,
  #cplace:not(.no-sidebar).toggled #page-content-wrapper > .container-fluid {
    margin-left: 0;
  }
}
@media (min-width: 480px) and (max-width: 991.98px) {
  #cplace:not(.no-sidebar) #page-content-wrapper > .container-fluid {
    margin-left: 240px;
  }
}
@media (max-width: 991.98px) {
  #cplace #page-content-wrapper > .container-fluid.ch-content-section-exists:not(.scrolled) {
    height: calc(100% -  156px );
  }
}
@media (max-width: 1399.98px) {
  #cplace #page-content-wrapper #hui-top-navigation-bar #hui-navbar > .container-fluid {
    padding-left: 8px;
  }
}
@media print {
  #cplace #cplace-content #page-content-wrapper > .container-fluid {
    margin-left: 0 !important;
    height: 100%;
    overflow: initial;
    margin-top: 0 !important;
  }
}
html,
body.fixed-tr-header {
  margin: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
  overflow: auto;
  padding-right: 0 !important;
}
body.fixed-tr-header.navbar-expanded::-webkit-scrollbar {
  width: 0;
}
#cplace {
  display: flex;
  height: 100%;
}
#cplace #page-content-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  height: 100%;
}
#cplace #cplace-main {
  margin-left: 0;
  width: 100%;
  height: 100%;
}
#cplace #cplace-main #cplace-content {
  padding-top: 0;
  display: flex;
  flex-direction: column;
}
#cplace .ellipsis-text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#cplace.no-sidebar {
  flex-direction: column;
}
.hide-after:after {
  content: none !important;
}
.no-transition {
  transition: none !important;
}
.no-height {
  height: 0 !important;
}
.no-transition * {
  transition: none !important;
}
.ink.animate {
  display: none;
}
@media print {
  html,
  body.fixed-tr-header,
  #cplace {
    overflow: initial;
  }
}
#hui-top-navigation-bar {
  height: 60px;
  width: 100%;
  background: #FFFFFF;
  border-bottom: 1px solid #e1e4ea;
  z-index: 1029;
  top: 0;
  position: sticky;
  transition: top 0.1s;
}
#hui-top-navigation-bar.scrolled {
  border-bottom: none;
  top: -60px;
  transition: none;
}
#hui-top-navigation-bar.scrolled #hui-logo {
  position: sticky;
  top: -60px;
}
#hui-top-navigation-bar.logout #hui-navbar.navbar-fixed-top > .container-fluid {
  display: block !important;
}
#hui-top-navigation-bar.logout #hui-navbar.navbar-fixed-top > .container-fluid .navbar-header {
  display: flex;
  float: right;
  margin-right: 0;
}
#hui-top-navigation-bar a.hui-auth-link {
  margin-left: 16px;
}
#hui-top-navigation-bar a.hui-auth-link[data-element="hui-login-btn"] {
  margin-right: 8px;
}
#hui-top-navigation-bar .hui-home-btn {
  display: none;
}
#hui-top-navigation-bar #hui-tnb-left-side-actions > li:first-child:not(.hui-home-btn) {
  padding-left: 8px;
}
#hui-top-navigation-bar #hui-logo {
  top: 0;
  width: 240px;
  padding: 0;
  background: #235181;
  flex-direction: row;
  display: flex;
  position: sticky;
  z-index: 1030;
  height: 60px;
  text-decoration: none;
}
#hui-top-navigation-bar #hui-logo #hui-workspace-menu-toggle-placeholder {
  width: 48px;
  height: inherit;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: #235181;
  color: #FFFFFF;
  display: flex;
}
#hui-top-navigation-bar #hui-logo > img {
  width: calc( 240px  -  48px );
  height: inherit;
  object-fit: cover;
  object-position: left;
}
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top {
  position: absolute;
  left: 240px;
  min-height: 60px;
  max-height: 60px;
  background: #FFFFFF;
  z-index: 1029;
  border-bottom: 1px solid #e1e4ea;
  transition: left 0s .1s;
}
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .hui-navbar-toggle-inner {
  color: #FFFFFF;
  position: absolute;
  top: 16px;
  right: 10px;
  border: none;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .hui-navbar-toggle-inner:hover,
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .hui-navbar-toggle-inner:focus {
  background: #5c96d3;
  color: #FFFFFF;
}
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .navbar-header {
  height: 60px;
  border: none;
  display: flex;
  min-height: 60px;
  justify-content: flex-end;
  align-items: center;
}
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .navbar-header > .navbar-toggle {
  font-size: 20px;
  color: #3070b3;
  justify-content: center;
  align-items: center;
  border: none;
  background: none;
  display: flex;
  margin-right: 0;
  padding: 0 16px 0 8px;
}
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top hr.navbar-horizontal-divider {
  margin: 16px 0;
  border-color: #8693ac;
}
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav.navbar-right::before {
  content: "";
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: 100%;
  height: 60px;
  display: none;
}
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > li[data-type="profile-admin"] > a {
  padding-right: 16px;
}
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > li > a {
  padding: 20px 8px;
  background: none;
  margin: 0;
  display: flex;
  align-items: center;
  line-height: 20px;
  font-size: 16px;
  color: #343C4C;
  user-select: none;
  cursor: pointer;
}
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > li > a[data-element='hui-home-btn'] {
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > li > a.hui-btn.btn-icon {
  color: #3070b3;
}
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > li > a:hover,
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > li > a:focus {
  outline: none;
  color: #5c96d3;
}
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > li > a:hover > i,
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > li > a:focus > i {
  color: #5c96d3;
}
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > li > a:hover.hui-btn.btn-icon,
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > li > a:focus.hui-btn.btn-icon {
  color: #5c96d3;
}
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > li > a:hover.hui-btn.btn-icon > i,
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > li > a:focus.hui-btn.btn-icon > i {
  color: #5c96d3;
}
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > li .hui-top-navigation-bar-link-icon {
  width: 24px;
  display: flex;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  position: relative;
}
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > li .hui-badge {
  position: absolute;
  border-radius: 100%;
  background: #F5BB17;
  font-weight: 900;
  min-width: 12px;
  min-height: 12px;
  display: inline-table;
  justify-content: center;
  align-items: center;
  top: -3px;
  right: 0px;
  font-size: 12px;
}
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > li .hui-badge.with-outline {
  outline: solid 1px #FFFFFF;
}
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > li .hui-top-navigation-bar-link-text {
  margin-left: 12px;
}
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > li .hui-user-menu-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 20px;
  font-size: 14px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  color: #FFFFFF;
  font-weight: bold;
  margin-top: -2px;
}
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .navbar-form.hui-search-bar {
  margin: 0;
}
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .navbar-form.hui-search-bar > .form-group {
  position: relative;
  display: block;
  width: 100%;
}
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .navbar-form.hui-search-bar > .form-group > .hui-search-btn {
  height: 100%;
  width: 48px;
  font-size: 16px;
  color: #235181;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 4px 4px 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  box-shadow: none;
}
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .navbar-form.hui-search-bar > .form-group > .hui-search-btn:hover:not([disabled]),
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .navbar-form.hui-search-bar > .form-group > .hui-search-btn:focus:not([disabled]) {
  background: #5c96d3;
  color: #FFFFFF;
}
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .navbar-form.hui-search-bar > .form-group > .hui-search-btn:focus:not([disabled]) {
  border: 1px #3070b3 solid !important;
}
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .navbar-form.hui-search-bar > .form-group > .hui-search-btn > .hui-search-error-icon {
  display: none;
}
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .navbar-form.hui-search-bar > .form-group > .hui-search-field {
  width: 100%;
  height: 32px;
  border-radius: 4px;
  font-size: 14px;
}
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .navbar-form.hui-search-bar > .form-group > .hui-search-field::-ms-clear {
  display: none;
}
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .navbar-form.hui-search-bar > .form-group > .hui-search-field::placeholder {
  user-select: none;
}
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .navbar-form.hui-search-bar > .form-group > .hui-search-field:-ms-input-placeholder {
  user-select: none;
}
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .navbar-form.hui-search-bar > .form-group > .hui-search-field:focus {
  box-shadow: inset 0 0 0 1px rgba(48, 112, 179, 0.6);
}
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .navbar-form.hui-search-bar > .form-group > .hui-search-field:disabled {
  border-color: transparent;
  background: #e1e4ea;
}
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .navbar-form.hui-search-bar > .form-group #hui-global-search-field {
  background: #FFFFFF;
  border-color: #c3c9d6;
  color: #4c4c4c;
}
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .navbar-form.hui-search-bar > .form-group #hui-global-search-field::placeholder {
  color: #8693ac;
}
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .navbar-form.hui-search-bar > .form-group #hui-global-search-field:-ms-input-placeholder {
  color: #8693ac;
}
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .navbar-form.hui-search-bar > .form-group #hui-global-search-field:focus {
  border-color: #3070b3;
  box-shadow: inset 0 0 0 1px rgba(48, 112, 179, 0.6);
}
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .navbar-form.hui-search-bar.has-error > .form-group > .hui-search-btn > .hui-search-icon {
  display: none;
}
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .navbar-form.hui-search-bar.has-error > .form-group > .hui-search-btn > .hui-search-error-icon {
  display: block;
  color: #bf111d;
}
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .navbar-form.hui-search-bar.has-error > .form-group > .hui-search-btn:hover,
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .navbar-form.hui-search-bar.has-error > .form-group > .hui-search-btn:focus {
  background: #bf111d;
}
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .navbar-form.hui-search-bar.has-error > .form-group > .hui-search-btn:hover > .hui-search-error-icon,
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .navbar-form.hui-search-bar.has-error > .form-group > .hui-search-btn:focus > .hui-search-error-icon {
  color: #FFFFFF;
}
#hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .navbar-form.hui-search-bar.has-error > .form-group > .hui-search-field {
  border-color: #bf111d;
}
#cplace:not(.no-sidebar) #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top {
  left: var(--wm-content-width);
}
#cplace:not(.no-sidebar).toggled #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top {
  left: 48px;
}
#cplace.toggled:not(.no-sidebar) #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top {
  left: 48px;
}
@media (max-width: 479.98px) {
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top {
    z-index: 1031;
    left: 48px;
  }
  #hui-top-navigation-bar > #hui-logo {
    width: 48px;
  }
  #hui-top-navigation-bar > #hui-logo > span {
    display: none;
  }
}
@media (max-width: 767.98px) {
  #hui-top-navigation-bar.expanded,
  #hui-navbar.navbar-fixed-top.expanded {
    z-index: 1031;
    height: 100vh;
  }
  #hui-navbar.navbar-fixed-top.expanded #hui-navbar-collapse.navbar-collapse {
    min-height: 100%;
  }
  #hui-navbar.navbar-fixed-top #hui-navbar-collapse.navbar-collapse {
    max-height: 0;
    height: auto !important;
    margin: 0;
    padding: 0 15px;
    background: #1a1e26;
    overflow-y: auto;
    border: none;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: block;
    transition: all linear 0.2s;
  }
  #hui-navbar.navbar-fixed-top #hui-navbar-collapse.navbar-collapse[aria-expanded="true"] {
    max-height: unset;
    padding: 60px 16px 0px 16px;
    height: 100%;
  }
  #hui-navbar.navbar-fixed-top #hui-navbar-collapse.navbar-collapse.collapsing {
    overflow: hidden;
  }
  #hui-navbar.navbar-fixed-top #hui-navbar-collapse.navbar-collapse.collapsing * {
    pointer-events: none;
  }
  #hui-navbar.navbar-fixed-top #hui-navbar-collapse.navbar-collapse > .nav.navbar-nav {
    margin: 0;
  }
  #hui-navbar.navbar-fixed-top #hui-navbar-collapse.navbar-collapse > .nav.navbar-nav > li[data-element="hui-new-page-li"] > a,
  #hui-navbar.navbar-fixed-top #hui-navbar-collapse.navbar-collapse > .nav.navbar-nav li[data-element="hui-notifications-li"] > a {
    text-transform: uppercase;
    margin: 0 0 8px 0;
    padding: 6px 16px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    height: 32px;
    border-radius: 4px;
    align-items: center;
    display: flex;
    text-decoration: none;
  }
  #hui-navbar.navbar-fixed-top #hui-navbar-collapse.navbar-collapse > .nav.navbar-nav > li[data-element="hui-new-page-li"] > a:hover,
  #hui-navbar.navbar-fixed-top #hui-navbar-collapse.navbar-collapse > .nav.navbar-nav li[data-element="hui-notifications-li"] > a:hover,
  #hui-navbar.navbar-fixed-top #hui-navbar-collapse.navbar-collapse > .nav.navbar-nav > li[data-element="hui-new-page-li"] > a:focus,
  #hui-navbar.navbar-fixed-top #hui-navbar-collapse.navbar-collapse > .nav.navbar-nav li[data-element="hui-notifications-li"] > a:focus {
    outline: none;
    background: #5c96d3;
    color: #FFFFFF;
  }
  #hui-navbar.navbar-fixed-top #hui-navbar-collapse.navbar-collapse > .nav.navbar-nav > li[data-element="hui-new-page-li"] > a:hover > i,
  #hui-navbar.navbar-fixed-top #hui-navbar-collapse.navbar-collapse > .nav.navbar-nav li[data-element="hui-notifications-li"] > a:hover > i,
  #hui-navbar.navbar-fixed-top #hui-navbar-collapse.navbar-collapse > .nav.navbar-nav > li[data-element="hui-new-page-li"] > a:focus > i,
  #hui-navbar.navbar-fixed-top #hui-navbar-collapse.navbar-collapse > .nav.navbar-nav li[data-element="hui-notifications-li"] > a:focus > i {
    color: #FFFFFF;
  }
  #hui-navbar.navbar-fixed-top #hui-navbar-collapse.navbar-collapse > .nav.navbar-nav > li[data-element="hui-new-page-li"] > a > i,
  #hui-navbar.navbar-fixed-top #hui-navbar-collapse.navbar-collapse > .nav.navbar-nav li[data-element="hui-notifications-li"] > a > i {
    color: #FFFFFF;
  }
  #hui-navbar.navbar-fixed-top #hui-navbar-collapse.navbar-collapse > .nav.navbar-nav > li[data-element="hui-new-page-li"] > a:hover,
  #hui-navbar.navbar-fixed-top #hui-navbar-collapse.navbar-collapse > .nav.navbar-nav li[data-element="hui-notifications-li"] > a:hover,
  #hui-navbar.navbar-fixed-top #hui-navbar-collapse.navbar-collapse > .nav.navbar-nav > li[data-element="hui-new-page-li"] > a:focus,
  #hui-navbar.navbar-fixed-top #hui-navbar-collapse.navbar-collapse > .nav.navbar-nav li[data-element="hui-notifications-li"] > a:focus {
    outline: none;
    background: #5c96d3;
    color: #FFFFFF;
  }
  #hui-navbar.navbar-fixed-top #hui-navbar-collapse.navbar-collapse > .nav.navbar-nav > li[data-element="hui-new-page-li"] > a:hover > i,
  #hui-navbar.navbar-fixed-top #hui-navbar-collapse.navbar-collapse > .nav.navbar-nav li[data-element="hui-notifications-li"] > a:hover > i,
  #hui-navbar.navbar-fixed-top #hui-navbar-collapse.navbar-collapse > .nav.navbar-nav > li[data-element="hui-new-page-li"] > a:focus > i,
  #hui-navbar.navbar-fixed-top #hui-navbar-collapse.navbar-collapse > .nav.navbar-nav li[data-element="hui-notifications-li"] > a:focus > i {
    color: #FFFFFF;
  }
  #hui-navbar.navbar-fixed-top #hui-navbar-collapse.navbar-collapse > .nav.navbar-nav > li[data-element="hui-new-page-li"] > a > i,
  #hui-navbar.navbar-fixed-top #hui-navbar-collapse.navbar-collapse > .nav.navbar-nav li[data-element="hui-notifications-li"] > a > i {
    color: #FFFFFF;
  }
  #hui-navbar.navbar-fixed-top #hui-navbar-collapse.navbar-collapse > .nav.navbar-nav > li > a .hui-badge {
    display: flex !important;
    margin-left: auto;
    position: static;
    margin-right: 2px;
    top: 0;
  }
  #hui-navbar.navbar-fixed-top #hui-navbar-collapse.navbar-collapse hr.navbar-horizontal-divider.hidden {
    display: none !important;
  }
  #hui-navbar.navbar-fixed-top #hui-navbar-collapse.navbar-collapse > .nav.navbar-right hr.navbar-horizontal-divider:first-child {
    display: none !important;
  }
  #hui-navbar.navbar-fixed-top .navbar-header #hui-global-search-bar.navbar-form.hui-search-bar {
    position: absolute;
    top: 0;
    right: 50px;
    border-width: 0;
    margin: 0;
    bottom: 0;
    height: 60px !important;
    display: flex;
    align-items: center;
    width: auto;
    padding-right: 0;
    padding-left: 0;
  }
  #hui-navbar.navbar-fixed-top .navbar-header #hui-global-search-bar.navbar-form.hui-search-bar > .form-group > #hui-global-search-field {
    width: 48px;
    padding-right: 0;
    border-color: transparent;
    box-shadow: none;
    transition: border 0.1s ease-out, width 0.1s ease-out;
    color: transparent;
    cursor: pointer;
  }
  #hui-navbar.navbar-fixed-top .navbar-header #hui-global-search-bar.navbar-form.hui-search-bar > .form-group > #hui-global-search-field:not(.focused):-ms-input-placeholder {
    color: transparent;
  }
  #hui-navbar.navbar-fixed-top .navbar-header #hui-global-search-bar.navbar-form.hui-search-bar > .form-group > #hui-global-search-field:not(.focused)::placeholder {
    color: transparent;
  }
  #hui-navbar.navbar-fixed-top .navbar-header #hui-global-search-bar.navbar-form.hui-search-bar > .form-group > #hui-global-search-field.focused:not([disabled]) {
    padding-right: 50px;
    border-color: #3070b3;
    color: #4c4c4c;
    transition: border 0.1s ease-in, width 0.1s ease-in;
    box-shadow: inset 0 0 0 1px rgba(48, 112, 179, 0.6);
  }
  #hui-navbar.navbar-fixed-top .navbar-header #hui-global-search-bar.navbar-form.hui-search-bar > .form-group > #hui-global-search-field.focused:not([disabled]) + #hui-global-search-btn {
    pointer-events: all;
  }
  #hui-navbar.navbar-fixed-top .navbar-header #hui-global-search-bar.navbar-form.hui-search-bar > .form-group > #hui-global-search-field.focused:not([disabled]) + #hui-global-search-btn:hover:not([disabled]),
  #hui-navbar.navbar-fixed-top .navbar-header #hui-global-search-bar.navbar-form.hui-search-bar > .form-group > #hui-global-search-field.focused:not([disabled]) + #hui-global-search-btn:focus:not([disabled]) {
    background: #5c96d3;
    color: #FFFFFF;
  }
  #hui-navbar.navbar-fixed-top .navbar-header #hui-global-search-bar.navbar-form.hui-search-bar > .form-group > #hui-global-search-btn {
    pointer-events: none;
    font-size: 20px;
    background: none;
    color: #235181;
  }
  #hui-navbar.navbar-fixed-top .navbar-header #hui-global-search-bar.navbar-form.hui-search-bar.has-error > .form-group > input#hui-global-search-field.focused:not([disabled]) {
    border-color: #bf111d;
  }
  #hui-navbar.navbar-fixed-top .navbar-header #hui-global-search-bar.navbar-form.hui-search-bar.has-error > .form-group > input#hui-global-search-field.focused:not([disabled]) + button#hui-global-search-btn:not([disabled]) {
    background: #bf111d;
  }
  #hui-navbar.navbar-fixed-top .navbar-header #hui-global-search-bar.navbar-form.hui-search-bar.has-error > .form-group > input#hui-global-search-field.focused:not([disabled]) + button#hui-global-search-btn:not([disabled]) > .hui-search-error-icon {
    color: #FFFFFF;
  }
  #hui-navbar.navbar-fixed-top .navbar-header #hui-global-search-bar.navbar-form.hui-search-bar.has-error > .form-group > input#hui-global-search-field.focused:not([disabled]) + button#hui-global-search-btn:not([disabled]):hover,
  #hui-navbar.navbar-fixed-top .navbar-header #hui-global-search-bar.navbar-form.hui-search-bar.has-error > .form-group > input#hui-global-search-field.focused:not([disabled]) + button#hui-global-search-btn:not([disabled]):focus {
    background: #bf111d;
  }
  #hui-navbar.navbar-fixed-top .navbar-header #hui-global-search-bar.navbar-form.hui-search-bar.has-error > .form-group > input#hui-global-search-field.focused:not([disabled]) + button#hui-global-search-btn:not([disabled]):hover > .hui-search-error-icon,
  #hui-navbar.navbar-fixed-top .navbar-header #hui-global-search-bar.navbar-form.hui-search-bar.has-error > .form-group > input#hui-global-search-field.focused:not([disabled]) + button#hui-global-search-btn:not([disabled]):focus > .hui-search-error-icon {
    color: #FFFFFF;
  }
  #hui-navbar.navbar-fixed-top .navbar-header #hui-global-search-bar.navbar-form.hui-search-bar.has-error > .form-group > button#hui-global-search-btn > .hui-search-icon {
    display: none;
  }
  #hui-navbar.navbar-fixed-top .navbar-header #hui-global-search-bar.navbar-form.hui-search-bar.has-error > .form-group > button#hui-global-search-btn > .hui-search-error-icon {
    display: block;
    color: #bf111d;
  }
  #hui-navbar.navbar-fixed-top .navbar-header #hui-global-search-bar.navbar-form.hui-search-bar.logout {
    right: 138px;
  }
  #hui-navbar.navbar-fixed-top .navbar-header #hui-global-search-bar.navbar-form.hui-search-bar.logout.no-registration-btn {
    right: 95px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  #cplace.no-sidebar #hui-navbar-collapse.navbar-collapse.collapse > #hui-global-search-bar {
    width: 100vw;
    left: -240px;
    height: 49px;
  }
  #hui-navbar-collapse.navbar-collapse.collapse > #hui-global-search-bar > .form-group > #hui-global-search-btn {
    height: calc(100% - 16px);
    top: 8px;
    right: 4px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  #hui-tnb-left-side-actions .hui-home-btn + li {
    padding-left: 8px;
  }
}
@media (min-width: 480px) and (max-width: 991.98px) {
  #cplace:not(.no-sidebar) #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top {
    left: 240px;
  }
}
@media (min-width: 768px) {
  #hui-navbar-collapse.navbar-collapse.collapse {
    display: flex !important;
    max-height: none;
  }
  #hui-navbar-collapse.navbar-collapse.collapse > .navbar-right {
    flex-shrink: 1;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 0;
  }
  #hui-navbar-collapse.navbar-collapse.collapse > .navbar-nav {
    flex-shrink: 1;
  }
  #hui-navbar-collapse.navbar-collapse.collapse > #hui-global-search-bar {
    position: absolute;
    top: 100%;
    background: #1a1e26;
    width: 100%;
    left: 0;
  }
  #hui-navbar-collapse.navbar-collapse.collapse > #hui-global-search-bar > .form-group {
    padding: 8px 4px;
  }
  #hui-navbar-collapse.navbar-collapse.collapse > #hui-global-search-bar > .form-group > #hui-global-search-field {
    padding-right: 12px;
  }
  .navbar-header {
    display: none;
  }
  .navbar-header .navbar-toggle {
    display: none !important;
  }
  .nav.navbar-nav {
    height: 60px;
  }
}
@media (min-width: 1200px) {
  #hui-navbar-collapse.navbar-collapse.collapse > #hui-global-search-bar {
    display: flex !important;
    align-items: center;
    position: relative;
    height: auto !important;
    background: none;
    padding: 10px 8px;
    order: 2;
    flex-grow: 100;
    flex-shrink: 0;
    max-width: 620px;
    width: auto;
  }
  #hui-navbar-collapse.navbar-collapse.collapse > #hui-global-search-bar > .form-group {
    padding: 0;
  }
  #hui-navbar-collapse.navbar-collapse.collapse > #hui-global-search-bar > .form-group > #hui-global-search-field {
    padding-right: 50px;
  }
  #hui-navbar-collapse.navbar-collapse.collapse > #hui-global-search-bar.logout {
    flex-grow: 100;
    flex-shrink: 0;
    max-width: 620px;
    width: auto;
  }
  #hui-navbar-collapse.navbar-collapse.collapse > .navbar-nav {
    flex-shrink: 1;
    flex-grow: 1;
    order: 1;
  }
  #hui-navbar-collapse.navbar-collapse.collapse > .navbar-nav.navbar-right {
    flex-shrink: 1;
    flex-grow: 1;
    order: 3;
  }
  #hui-navbar-collapse.navbar-collapse.collapse > .navbar-nav.navbar-right.logout {
    flex-grow: 1;
  }
  #hui-navbar-collapse.navbar-collapse.collapse > .navbar-nav.navbar-right::before {
    display: block !important;
  }
  #hui-navbar-collapse.navbar-collapse.collapse > .navbar-nav.logout {
    flex-grow: 1;
  }
}
@media (min-width: 1400px) {
  #hui-top-navigation-bar .hui-home-btn {
    display: block;
  }
}
@media print {
  #hui-top-navigation-bar {
    display: none;
  }
}
@keyframes spinRight {
  from {
    transform: rotate(-90deg);
  }
  to {
    transform: rotate(0deg);
  }
}
#hui-workspace-menu {
  z-index: 1030;
  top: 0;
  height: 100%;
  transition: width 0.1s ease-out, box-shadow 0.1s ease-out, top 0.1s;
  box-shadow: none;
  position: fixed;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  font-size: 14px;
}
#hui-workspace-menu .hui-workspace-menu-content-resizer {
  height: 100%;
  background-color: #5c96d3;
  width: 3px;
  z-index: 999;
  right: 0;
  position: absolute;
}
#hui-workspace-menu .hui-workspace-menu-content-resizer.toggled {
  background-color: transparent;
}
#hui-workspace-menu .hui-workspace-menu-content-resizer.toggled > .hui-workspace-menu-content-resize-handle {
  display: none;
}
#hui-workspace-menu .hui-workspace-menu-content-resizer > .hui-workspace-menu-content-resize-handle {
  position: absolute;
  top: calc(50% -  8px );
  display: flex;
  height: 16px;
  width: 16px;
  border-radius: 100%;
  background-color: #FFFFFF;
  color: #1a1e26;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 4px #1a1e26;
  cursor: ew-resize;
  left: -6px;
}
#hui-workspace-menu .hui-workspace-menu-content-resizer > .hui-workspace-menu-content-resize-handle.left > .hui-caret-right {
  display: none;
}
#hui-workspace-menu .hui-workspace-menu-content-resizer > .hui-workspace-menu-content-resize-handle.left > .hui-caret-left {
  margin-right: 0;
}
#hui-workspace-menu .hui-workspace-menu-content-resizer > .hui-workspace-menu-content-resize-handle.right > .hui-caret-left {
  display: none;
  margin-right: 0;
}
#hui-workspace-menu .hui-workspace-menu-content-resizer > .hui-workspace-menu-content-resize-handle.moving-right > .hui-caret-right {
  color: #3070b3;
}
#hui-workspace-menu .hui-workspace-menu-content-resizer > .hui-workspace-menu-content-resize-handle.moving-left > .hui-caret-left {
  color: #3070b3;
}
#hui-workspace-menu .hui-workspace-menu-content-resizer > .hui-workspace-menu-content-resize-handle > .hui-caret-left {
  margin-right: -7px;
}
#hui-workspace-menu #hui-logo-section {
  width: 100%;
  height: 60px;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}
#hui-workspace-menu #hui-logo-section #hui-workspace-menu-toggle {
  min-width: 48px;
  height: 60px;
  background: #235181;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
#hui-workspace-menu #hui-logo-section #hui-workspace-menu-toggle > .hui-workspace-menu-toggle-close-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: flex;
  animation: none 0.1s ease-out;
  font-size: 20px;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
}
#hui-workspace-menu #hui-logo-section #hui-workspace-menu-toggle > .hui-workspace-menu-toggle-close-icon.animated {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: flex;
  animation: spinRight 0.1s ease-out;
  font-size: 20px;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
}
#hui-workspace-menu #hui-logo-section #hui-workspace-menu-toggle > .hui-workspace-menu-toggle-open-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: none;
  animation: none 0.1s ease-out;
  font-size: 20px;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
}
#hui-workspace-menu #hui-logo-section #hui-logo {
  height: 100%;
  z-index: 0;
  background: #235181;
  width: calc(100% -  48px );
  transition: width 0.1s ease-out;
}
#hui-workspace-menu #hui-logo-section #hui-logo > .hui-logo-img {
  width: 192px;
  height: inherit;
  object-fit: cover;
  object-position: left;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.1s ease-out, visibility 0.1s ease-out;
}
#hui-workspace-menu #hui-workspace-menu-content {
  background: #235181;
  height: calc(100% -  60px );
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: -6px;
}
#hui-workspace-menu #hui-workspace-menu-content #hui-workspace-menu-scrollable-content {
  height: 100%;
}
#hui-workspace-menu #hui-workspace-menu-content #hui-workspace-menu-scrollable-content .os-scrollbar-vertical {
  top: 48px;
  z-index: 101;
}
#hui-workspace-menu #hui-workspace-menu-content #hui-workspace-menu-scrollable-content .hui-workspace-menu-skeleton {
  background: linear-gradient(to bottom, #3376bd 100%, #235181);
  mask-image: url("../img/workspace-menu-skeleton.svg");
  -webkit-mask-image: url("../img/workspace-menu-skeleton.svg");
  animation: skeletonAnimation 1s infinite ease-in-out;
  height: 550px;
  width: 240px;
}
@keyframes skeletonAnimation {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
/*
    Styles for toggled sidenav
*/
#cplace.toggled:not(.hovered) #hui-workspace-menu {
  width: 48px;
}
#cplace.toggled:not(.hovered) #hui-workspace-menu #hui-logo-section #hui-logo > .hui-logo-img {
  visibility: hidden;
  opacity: 0;
}
#cplace.toggled.hovered #hui-workspace-menu {
  box-shadow: 0 0 8px black;
}
#cplace.toggled #hui-logo-section #hui-workspace-menu-toggle > .hui-workspace-menu-toggle-open-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: flex;
  animation: none 0.1s ease-out;
  font-size: 20px;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
}
#cplace.toggled #hui-logo-section #hui-workspace-menu-toggle > .hui-workspace-menu-toggle-close-icon,
#cplace.toggled #hui-logo-section #hui-workspace-menu-toggle .hui-workspace-menu-toggle-close-icon.animated {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: none;
  animation: none 0.1s ease-out;
  font-size: 20px;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
}
@media (max-width: 479.98px) {
  #hui-workspace-menu {
    width: 0;
    visibility: hidden;
  }
  #hui-workspace-menu #hui-logo-section {
    width: 48px;
  }
  #cplace[data-workspace-menu-toggled] #hui-workspace-menu {
    width: 100%;
    visibility: visible;
  }
  #cplace.toggled #hui-workspace-menu,
  #cplace.toggled[data-workspace-menu-toggled="true"] #hui-workspace-menu {
    width: 0 !important;
  }
  #cplace.toggled #hui-workspace-menu.scrolled,
  #cplace.toggled[data-workspace-menu-toggled="true"] #hui-workspace-menu.scrolled {
    position: sticky;
    top: -60px;
  }
  #hui-workspace-menu.page-tree-loading {
    width: 0 !important;
  }
  #cplace:not(.toggled) #hui-workspace-menu {
    z-index: 1032;
  }
  #cplace:not(.toggled) #hui-workspace-menu #hui-logo-section {
    width: 100%;
  }
  #cplace:not(.toggled) #hui-workspace-menu #hui-logo-section #hui-logo {
    width: 100%;
  }
  #cplace:not(.toggled) #hui-workspace-menu #hui-logo-section #hui-logo > .hui-logo-img {
    width: auto;
  }
}
@media (max-width: 991.98px) {
  #hui-workspace-menu {
    z-index: 1031;
  }
}
/*
    Variables used to style the page-tree
*/
/* level1 overrides START */
/* level1 overrides END */
/* auxiliary tree header variables */
#hui-page-tree {
  position: relative;
  overflow: hidden;
}
#hui-page-tree ul.jqtree-tree {
  list-style: none outside;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
}
#hui-page-tree ul.jqtree-tree ul.jqtree_common {
  list-style: none outside;
  margin-left: 12px;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  display: block;
}
#hui-page-tree ul.jqtree-tree li.jqtree-closed > ul.jqtree_common {
  display: none;
}
#hui-page-tree ul.jqtree-tree li.jqtree_common {
  clear: both;
  list-style-type: none;
}
#hui-page-tree ul.jqtree-tree .jqtree-toggler {
  border-bottom: none;
  color: #333;
  text-decoration: none;
  vertical-align: middle;
}
#hui-page-tree ul.jqtree-tree .jqtree-toggler:hover {
  color: #000;
  text-decoration: none;
}
#hui-page-tree ul.jqtree-tree .jqtree-toggler.jqtree-closed {
  background-position: 0 0;
}
#hui-page-tree ul.jqtree-tree .jqtree-toggler.jqtree-toggler-left {
  margin-right: 0.5em;
}
#hui-page-tree ul.jqtree-tree .jqtree-toggler.jqtree-toggler-right {
  margin-left: 0.5em;
}
#hui-page-tree ul.jqtree-tree .jqtree-element {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: flex;
}
#hui-page-tree ul.jqtree-tree .jqtree-title {
  color: #1C4257;
  vertical-align: middle;
  margin-left: 1.5em;
}
#hui-page-tree ul.jqtree-tree .jqtree-title.jqtree-title-folder {
  margin-left: 0;
}
#hui-page-tree ul.jqtree-tree li.jqtree-folder {
  margin-bottom: 4px;
}
#hui-page-tree ul.jqtree-tree li.jqtree-folder.jqtree-closed {
  margin-bottom: 1px;
}
#hui-page-tree ul.jqtree-tree li.jqtree-ghost {
  position: relative;
  z-index: 10;
  margin-right: 10px;
}
#hui-page-tree ul.jqtree-tree li.jqtree-ghost span {
  display: block;
}
#hui-page-tree ul.jqtree-tree li.jqtree-ghost span.jqtree-circle {
  border: solid 2px #0000ff;
  border-radius: 100px;
  height: 8px;
  width: 8px;
  position: absolute;
  top: -4px;
  left: -6px;
  box-sizing: border-box;
}
#hui-page-tree ul.jqtree-tree li.jqtree-ghost span.jqtree-line {
  background-color: #0000ff;
  height: 2px;
  padding: 0;
  position: absolute;
  top: -1px;
  left: 2px;
  width: 100%;
}
#hui-page-tree ul.jqtree-tree li.jqtree-ghost.jqtree-inside {
  margin-left: 48px;
}
#hui-page-tree ul.jqtree-tree span.jqtree-border {
  position: absolute;
  display: block;
  left: -2px;
  top: 0;
  border: solid 2px #0000ff;
  border-radius: 6px;
  margin: 0;
  box-sizing: content-box;
}
#hui-page-tree ul.jqtree-tree li.jqtree-selected > .jqtree-element,
#hui-page-tree ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover {
  background-color: #97BDD6;
  background: -webkit-gradient(linear, left top, left bottom, from(#BEE0F5), to(#89AFCA));
  background: linear-gradient(#BEE0F5, #89AFCA);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}
#hui-page-tree ul.jqtree-tree .jqtree-moving > .jqtree-element .jqtree-title {
  outline: dashed 1px #0000ff;
}
#hui-page-tree ul.jqtree-tree.jqtree-rtl {
  direction: rtl;
}
#hui-page-tree ul.jqtree-tree.jqtree-rtl ul.jqtree_common {
  margin-left: 0;
  margin-right: 12px;
}
#hui-page-tree ul.jqtree-tree.jqtree-rtl .jqtree-toggler {
  margin-left: 0.5em;
  margin-right: 0;
}
#hui-page-tree ul.jqtree-tree.jqtree-rtl .jqtree-title {
  margin-left: 0;
  margin-right: 1.5em;
}
#hui-page-tree ul.jqtree-tree.jqtree-rtl .jqtree-title.jqtree-title-folder {
  margin-right: 0;
}
#hui-page-tree ul.jqtree-tree.jqtree-rtl li.jqtree-ghost {
  margin-right: 0;
  margin-left: 10px;
}
#hui-page-tree ul.jqtree-tree.jqtree-rtl li.jqtree-ghost span.jqtree-circle {
  right: -6px;
}
#hui-page-tree ul.jqtree-tree.jqtree-rtl li.jqtree-ghost span.jqtree-line {
  right: 2px;
}
#hui-page-tree ul.jqtree-tree.jqtree-rtl li.jqtree-ghost.jqtree-inside {
  margin-left: 0;
  margin-right: 48px;
}
#hui-page-tree ul.jqtree-tree.jqtree-rtl span.jqtree-border {
  right: -2px;
}
#hui-page-tree span.jqtree-dragging {
  color: #fff;
  background: #000;
  opacity: 0.6;
  cursor: pointer;
  padding: 2px 8px;
}
#hui-page-tree > ul.jqtree-tree a {
  text-decoration: none;
}
#hui-page-tree > ul.jqtree-tree > li {
  display: table;
  min-height: 48px;
}
#hui-page-tree > ul.jqtree-tree > li#hui-workspace-tree,
#hui-page-tree > ul.jqtree-tree > li#hui-auxiliary-tree {
  margin-bottom: 24px;
  transition: margin-bottom 0.1s ease;
  display: block;
}
#hui-page-tree > ul.jqtree-tree li.jqtree-moving > .jqtree-element .jqtree-title {
  outline: none;
}
#hui-page-tree > ul.jqtree-tree li.jqtree-ghost span.jqtree-line {
  background: rgba(48, 112, 179, 0.4);
  height: 1px;
  left: -4px;
}
#hui-page-tree > ul.jqtree-tree li.jqtree-ghost span.jqtree-circle {
  border: solid 1px rgba(48, 112, 179, 0.4);
  top: -5px;
  left: -10.8px;
}
#hui-page-tree > ul.jqtree-tree ul.jqtree_common {
  margin-left: 16px;
  position: relative;
}
#hui-page-tree > ul.jqtree-tree ul.jqtree_common ul a.jqtree-element {
  margin-left: 0;
  margin-right: 0;
}
#hui-page-tree > ul.jqtree-tree li li.jqtree_common.active > a {
  background: #3070b3;
  border-radius: 4px;
}
#hui-page-tree > ul.jqtree-tree li li.jqtree_common.active > a > .jqtree-toggler > .element-toggler {
  color: #FFFFFF;
}
#hui-page-tree > ul.jqtree-tree li li.jqtree_common.active > a > .node-level {
  color: #FFFFFF;
}
#hui-page-tree > ul.jqtree-tree li li.jqtree_common.active > a > .element-no-children-icon::before {
  color: #FFFFFF;
}
#hui-page-tree > ul.jqtree-tree li li.jqtree_common.active > a > .jqtree-title {
  color: #FFFFFF;
}
#hui-page-tree > ul.jqtree-tree li li.jqtree_common.active > a .element-title-presentation-icon::before {
  color: #FFFFFF;
}
#hui-page-tree > ul.jqtree-tree #hui-auxiliary-tree > .hui-auxiliary-tree-header {
  padding: 0 12px;
  margin-top: 0;
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  transition: opacity 0.1s ease-in, visibility 0.1s ease-in;
  opacity: 1;
}
#hui-page-tree > ul.jqtree-tree #hui-auxiliary-tree > .hui-auxiliary-tree-header > .hui-auxiliary-tree-title {
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
}
#hui-page-tree > ul.jqtree-tree #hui-auxiliary-tree > .hui-auxiliary-tree-header > .hui-auxiliary-tree-divider {
  margin: 8px 0;
  border-color: #FFFFFF;
  min-width: calc( 240px  - (2*  12px ));
}
#hui-page-tree > ul.jqtree-tree #hui-auxiliary-tree.jqtree-closed .jqtree-element.tree-level-1::after {
  bottom: 12px;
  height: 0;
}
#hui-page-tree > ul.jqtree-tree #hui-auxiliary-tree.active .jqtree-element.tree-level-1 {
  background: #3070b3;
  color: #FFFFFF;
}
#hui-page-tree > ul.jqtree-tree #hui-auxiliary-tree.active .jqtree-element.tree-level-1 .element-title-presentation-icon,
#hui-page-tree > ul.jqtree-tree #hui-auxiliary-tree.active .jqtree-element.tree-level-1 .jqtree-title,
#hui-page-tree > ul.jqtree-tree #hui-auxiliary-tree.active .jqtree-element.tree-level-1 .jqtree-toggler > .element-toggler,
#hui-page-tree > ul.jqtree-tree #hui-auxiliary-tree.active .jqtree-element.tree-level-1 .element-title-presentation-icon:before,
#hui-page-tree > ul.jqtree-tree #hui-auxiliary-tree.active .jqtree-element.tree-level-1 .jqtree-toggler > .element-toggler:before {
  background: #3070b3;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
#hui-page-tree > ul.jqtree-tree #hui-auxiliary-tree .jqtree-element.tree-level-1 {
  background: none;
  position: relative;
  top: 0;
  transition: top 0.1s ease;
  z-index: 100;
}
#hui-page-tree > ul.jqtree-tree #hui-auxiliary-tree .jqtree-element.tree-level-1:hover {
  background: #5c96d3;
  color: #FFFFFF;
}
#hui-page-tree > ul.jqtree-tree #hui-auxiliary-tree .jqtree-element.tree-level-1:hover .element-title-presentation-icon,
#hui-page-tree > ul.jqtree-tree #hui-auxiliary-tree .jqtree-element.tree-level-1:hover .jqtree-title,
#hui-page-tree > ul.jqtree-tree #hui-auxiliary-tree .jqtree-element.tree-level-1:hover .jqtree-toggler > .element-toggler,
#hui-page-tree > ul.jqtree-tree #hui-auxiliary-tree .jqtree-element.tree-level-1:hover .element-title-presentation-icon:before,
#hui-page-tree > ul.jqtree-tree #hui-auxiliary-tree .jqtree-element.tree-level-1:hover .jqtree-toggler > .element-toggler:before {
  background: #5c96d3;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
#hui-page-tree > ul.jqtree-tree #hui-auxiliary-tree .jqtree-element.tree-level-1 .element-title-presentation-icon {
  padding: 1px;
  background: #235181;
  border: 1px solid #FFFFFF;
  border-radius: 15%;
  position: relative;
  line-height: inherit;
  min-width: 28px;
  min-height: 28px;
  margin: calc(( 48px  -  28px ) / 2);
}
#hui-page-tree > ul.jqtree-tree #hui-auxiliary-tree .jqtree-element.tree-level-1 .element-title-presentation-icon::before {
  color: #FFFFFF;
}
#hui-page-tree > ul.jqtree-tree #hui-auxiliary-tree .jqtree-element.tree-level-1 .jqtree-title {
  padding-right: 0;
  min-width: calc( 240px  -  48px  -  41px  -  7px );
}
#hui-page-tree > ul.jqtree-tree #hui-auxiliary-tree .jqtree-element.tree-level-1 .jqtree-toggler {
  padding-left: 7px;
  min-width: 41px;
}
#hui-page-tree > ul.jqtree-tree #hui-auxiliary-tree .jqtree-element.tree-level-1 > .jqtree-title,
#hui-page-tree > ul.jqtree-tree #hui-auxiliary-tree .jqtree-element.tree-level-1 .jqtree-toggler > .element-toggler {
  color: #FFFFFF;
  background: #235181;
}
#hui-page-tree > ul.jqtree-tree #hui-auxiliary-tree .jqtree-element.tree-level-1::after {
  display: none;
}
#hui-page-tree > ul.jqtree-tree #hui-auxiliary-tree .jqtree-element.tree-level-1 + ul.jqtree_common[role="group"] {
  transition: opacity 0.1s ease-in, visibility 0.1s ease-in;
  width: calc(100% -  22px );
  margin-top: 20px;
  padding-top: 11px;
  margin-left: 22px;
  padding-right: 12px;
  padding-left: 2px;
  top: -22px;
  position: relative;
}
#hui-page-tree > ul.jqtree-tree #hui-auxiliary-tree .jqtree-element.tree-level-1 + ul.jqtree_common[role="group"] > li::before {
  height: calc(100% +  22px );
  top: -20px;
}
#hui-page-tree > ul.jqtree-tree #hui-auxiliary-tree .jqtree-element.tree-level-1 + ul.jqtree_common[role="group"] > li > a.jqtree-element::before {
  height: calc(70% +  6px );
  top: auto;
  bottom: 50%;
}
#hui-page-tree > ul.jqtree-tree #hui-auxiliary-tree .jqtree-element.tree-level-1 + ul.jqtree_common[role="group"] > li:only-child > a.jqtree-element::before {
  top: -24px;
  height: 40px;
}
#hui-page-tree > ul.jqtree-tree .jqtree-element.tree-level-1 {
  background: #3070b3;
  height: 48px;
  align-items: center;
  width: 240px;
  transition: all 0.1s ease-out;
  top: 60px;
  z-index: 101;
  position: fixed;
}
#hui-page-tree > ul.jqtree-tree .jqtree-element.tree-level-1.no-transition::after {
  transition: none !important;
}
#hui-page-tree > ul.jqtree-tree .jqtree-element.tree-level-1 .element-title-presentation-icon {
  font-size: 16px;
  order: 1;
  margin: 0;
  min-width: 48px;
}
#hui-page-tree > ul.jqtree-tree .jqtree-element.tree-level-1 .element-title-presentation-icon::before {
  color: #FFFFFF;
}
#hui-page-tree > ul.jqtree-tree .jqtree-element.tree-level-1 .jqtree-toggler {
  order: 3;
  min-width: 22px;
  height: 100%;
  display: table;
  opacity: 1;
  transition: opacity 0.1s ease-in, visibility 0.1s ease-in;
}
#hui-page-tree > ul.jqtree-tree .jqtree-element.tree-level-1 .jqtree-toggler > .element-toggler {
  font-size: 16px;
  color: #FFFFFF;
  left: 0;
  right: 0;
  margin: auto;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}
#hui-page-tree > ul.jqtree-tree .jqtree-element.tree-level-1 + ul.jqtree_common[role="group"] {
  transition: opacity 0.1s ease-in, visibility 0.1s ease-in;
  width: calc(100% -  22px );
  margin-top: 64px;
  margin-left: 22px;
  padding-right: 12px;
  padding-left: 2px;
  position: relative;
}
#hui-page-tree > ul.jqtree-tree .jqtree-element.tree-level-1::after {
  content: "";
  position: absolute;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #3070b3;
  bottom: -12px;
  left: 12px;
  transition: bottom 0.1s ease-out, height 0.1s ease-out;
}
#hui-page-tree > ul.jqtree-tree .jqtree-element.tree-level-1 > .jqtree-title {
  transition: opacity 0.1s ease-in, visibility 0.1s ease-in;
  margin-left: 0px;
  color: #FFFFFF;
  font-stretch: normal;
  font-weight: 700;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.3em;
  max-height: 2.6em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-right: 7px;
  order: 2;
  flex-grow: 1;
}
#hui-page-tree > ul.jqtree-tree .jqtree-element {
  font-stretch: condensed;
  align-items: flex-start;
  flex-direction: row;
  padding: 6px 0;
}
#hui-page-tree > ul.jqtree-tree .jqtree-element .element-title-presentation-icon {
  display: table;
  min-height: 20px;
  min-width: 16px;
  margin: -6px 0 0 0;
  order: 2;
  margin: 0 4px 0 0;
}
#hui-page-tree > ul.jqtree-tree .jqtree-element .element-title-presentation-icon::before {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  color: #FFFFFF;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
#hui-page-tree > ul.jqtree-tree .jqtree-element > .jqtree-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.5em;
  max-height: 3em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
  order: 3;
  color: #FFFFFF;
  margin-left: 0;
  width: 100%;
  word-wrap: break-word;
}
#hui-page-tree > ul.jqtree-tree .jqtree-element > .element-no-children-icon {
  display: table;
  min-height: 16px;
  min-width: 16px;
  margin: 2px 0 0 0;
  order: 1;
  margin-right: 8px;
}
#hui-page-tree > ul.jqtree-tree .jqtree-element > .element-no-children-icon::before {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  color: #FFFFFF;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
#hui-page-tree > ul.jqtree-tree .jqtree-element > .node-level {
  margin-left: 6px;
  color: #FFFFFF;
}
#hui-page-tree > ul.jqtree-tree .jqtree-element > .drag-handle {
  position: absolute;
  color: #FFFFFF;
  width: 15px;
  height: 100%;
  text-align: center;
  top: 0;
  bottom: 0;
  cursor: move;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-radius: 4px;
}
#hui-page-tree > ul.jqtree-tree .jqtree-element > .drag-handle:hover {
  background: #5c96d3;
  color: #FFFFFF;
}
#hui-page-tree > ul.jqtree-tree .jqtree-element > span.jqtree-border {
  border: solid 1px #5c96d3;
  width: 100% !important;
  background: #3070b3;
  opacity: 0.2;
  color: #FFFFFF;
}
#hui-page-tree > ul.jqtree-tree .jqtree-element:hover:not(.tree-level-1) {
  background: #5c96d3;
  border-radius: 4px;
}
#hui-page-tree > ul.jqtree-tree .jqtree-element:hover:not(.tree-level-1) > .jqtree-toggler > .element-toggler {
  color: #FFFFFF;
}
#hui-page-tree > ul.jqtree-tree .jqtree-element:hover:not(.tree-level-1) > .node-level {
  color: #FFFFFF;
}
#hui-page-tree > ul.jqtree-tree .jqtree-element:hover:not(.tree-level-1) > .element-no-children-icon::before {
  color: #FFFFFF;
}
#hui-page-tree > ul.jqtree-tree .jqtree-element:hover:not(.tree-level-1) > .drag-handle {
  opacity: 1;
}
#hui-page-tree > ul.jqtree-tree .jqtree-element:hover:not(.tree-level-1) > .jqtree-title {
  color: #FFFFFF;
}
#hui-page-tree > ul.jqtree-tree .jqtree-element:hover:not(.tree-level-1) .element-title-presentation-icon::before {
  color: #FFFFFF;
}
#hui-page-tree > ul.jqtree-tree > #hui-auxiliary-tree > ul > li.jqtree-ghost span.jqtree-line,
#hui-page-tree > ul.jqtree-tree #hui-workspace-tree > ul > li.jqtree-ghost span.jqtree-line {
  left: 4px;
}
#hui-page-tree > ul.jqtree-tree > #hui-auxiliary-tree > ul > li.jqtree-ghost span.jqtree-circle,
#hui-page-tree > ul.jqtree-tree #hui-workspace-tree > ul > li.jqtree-ghost span.jqtree-circle {
  left: -2.8px;
}
#hui-page-tree > ul.jqtree-tree > #hui-auxiliary-tree > ul.jqtree_common[role="group"] > li,
#hui-page-tree > ul.jqtree-tree #hui-workspace-tree > ul.jqtree_common[role="group"] > li {
  position: relative;
}
#hui-page-tree > ul.jqtree-tree > #hui-auxiliary-tree > ul.jqtree_common[role="group"] > li::before,
#hui-page-tree > ul.jqtree-tree #hui-workspace-tree > ul.jqtree_common[role="group"] > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-left: 1px solid #FFFFFF;
  height: calc(100% +  6px );
}
#hui-page-tree > ul.jqtree-tree > #hui-auxiliary-tree > ul.jqtree_common[role="group"] > li:last-child::before,
#hui-page-tree > ul.jqtree-tree #hui-workspace-tree > ul.jqtree_common[role="group"] > li:last-child::before {
  content: none;
}
#hui-page-tree > ul.jqtree-tree > #hui-auxiliary-tree > ul.jqtree_common[role="group"] > li:last-child > a.jqtree-element.cplace-pjax-link::before,
#hui-page-tree > ul.jqtree-tree #hui-workspace-tree > ul.jqtree_common[role="group"] > li:last-child > a.jqtree-element.cplace-pjax-link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #FFFFFF;
  left: -24px;
  height: 16px;
}
#hui-page-tree > ul.jqtree-tree > #hui-auxiliary-tree > ul.jqtree_common[role="group"] > li > .jqtree-element,
#hui-page-tree > ul.jqtree-tree #hui-workspace-tree > ul.jqtree_common[role="group"] > li > .jqtree-element {
  margin-left: 24px;
  align-items: flex-start;
}
#hui-page-tree > ul.jqtree-tree > #hui-auxiliary-tree > ul.jqtree_common[role="group"] > li > .jqtree-element > .element-title-presentation-icon,
#hui-page-tree > ul.jqtree-tree #hui-workspace-tree > ul.jqtree_common[role="group"] > li > .jqtree-element > .element-title-presentation-icon {
  display: table;
}
#hui-page-tree > ul.jqtree-tree > #hui-auxiliary-tree > ul.jqtree_common[role="group"] > li > .jqtree-element > .jqtree-toggler,
#hui-page-tree > ul.jqtree-tree #hui-workspace-tree > ul.jqtree_common[role="group"] > li > .jqtree-element > .jqtree-toggler {
  padding-right: 4px;
}
#hui-page-tree > ul.jqtree-tree > #hui-auxiliary-tree > ul.jqtree_common[role="group"] > li > .jqtree-element > .element-no-children-icon,
#hui-page-tree > ul.jqtree-tree #hui-workspace-tree > ul.jqtree_common[role="group"] > li > .jqtree-element > .element-no-children-icon {
  margin-right: 4px;
}
#hui-page-tree > ul.jqtree-tree > #hui-auxiliary-tree > ul.jqtree_common[role="group"] > li > .jqtree-element::after,
#hui-page-tree > ul.jqtree-tree #hui-workspace-tree > ul.jqtree_common[role="group"] > li > .jqtree-element::after {
  content: "";
  position: absolute;
  left: -24px;
  top: 16px;
  bottom: 0;
  border-top: 1px solid #FFFFFF;
  width: 16px;
}
#hui-page-tree > ul.jqtree-tree > #hui-auxiliary-tree > ul.jqtree_common[role="group"] > li > ul > li,
#hui-page-tree > ul.jqtree-tree #hui-workspace-tree > ul.jqtree_common[role="group"] > li > ul > li {
  margin-left: 24px;
}
#hui-page-tree > ul.jqtree-tree > #hui-auxiliary-tree > ul.jqtree_common[role="group"] > li > ul > li > .tree-level-3 > .jqtree-toggler,
#hui-page-tree > ul.jqtree-tree #hui-workspace-tree > ul.jqtree_common[role="group"] > li > ul > li > .tree-level-3 > .jqtree-toggler,
#hui-page-tree > ul.jqtree-tree > #hui-auxiliary-tree > ul.jqtree_common[role="group"] > li > ul > li > ul > li > .tree-level-4 > .jqtree-toggler,
#hui-page-tree > ul.jqtree-tree #hui-workspace-tree > ul.jqtree_common[role="group"] > li > ul > li > ul > li > .tree-level-4 > .jqtree-toggler {
  padding-right: 4px;
}
#hui-page-tree > ul.jqtree-tree > #hui-auxiliary-tree > ul.jqtree_common[role="group"] > li > ul > li > .tree-level-3 > .element-no-children-icon,
#hui-page-tree > ul.jqtree-tree #hui-workspace-tree > ul.jqtree_common[role="group"] > li > ul > li > .tree-level-3 > .element-no-children-icon,
#hui-page-tree > ul.jqtree-tree > #hui-auxiliary-tree > ul.jqtree_common[role="group"] > li > ul > li > ul > li > .tree-level-4 > .element-no-children-icon,
#hui-page-tree > ul.jqtree-tree #hui-workspace-tree > ul.jqtree_common[role="group"] > li > ul > li > ul > li > .tree-level-4 > .element-no-children-icon {
  margin-right: 4px;
}
#hui-page-tree > ul.jqtree-tree li.jqtree-folder {
  position: relative;
  margin-bottom: 0;
}
#hui-page-tree > ul.jqtree-tree li.jqtree-folder.jqtree-closed {
  margin-bottom: 0;
}
#hui-page-tree > ul.jqtree-tree li.jqtree-folder.jqtree-closed > a.tree-level-1::after {
  bottom: 0;
}
#hui-page-tree > ul.jqtree-tree li.jqtree-folder .jqtree-folder > ul > .jqtree-folder:not(.jqtree-closed) > ul::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 0;
  bottom: 4px;
  border-left: 1px solid #FFFFFF;
}
#hui-page-tree > ul.jqtree-tree li.jqtree-folder ul li {
  position: relative;
}
#hui-page-tree > ul.jqtree-tree li.jqtree-folder ul li .jqtree-toggler {
  display: table;
  min-height: 16px;
  min-width: 16px;
  margin: -6px 0 0 0;
  padding: 8px 8px 0 0;
}
#hui-page-tree > ul.jqtree-tree li.jqtree-folder ul li .jqtree-toggler > .element-toggler {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  color: #FFFFFF;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
#hui-page-tree > ul.jqtree-tree li.jqtree-folder ul li ul ul ul .element-title-presentation-icon {
  display: none;
}
/*
    Styles used when the jqTree (sidenav) is toggled
*/
#cplace.toggled:not(.hovered) #hui-workspace-tree,
#cplace.toggled:not(.hovered) #hui-auxiliary-tree {
  margin-bottom: 0;
}
#cplace.toggled:not(.hovered) #hui-workspace-tree .jqtree-element.tree-level-1,
#cplace.toggled:not(.hovered) #hui-auxiliary-tree .jqtree-element.tree-level-1 {
  width: 48px;
}
#cplace.toggled:not(.hovered) #hui-workspace-tree .jqtree-element.tree-level-1 > .jqtree-title,
#cplace.toggled:not(.hovered) #hui-auxiliary-tree .jqtree-element.tree-level-1 > .jqtree-title {
  transition: opacity 0.1s ease-out, visibility 0.1s ease-out;
}
#cplace.toggled:not(.hovered) #hui-workspace-tree .jqtree-element.tree-level-1::after,
#cplace.toggled:not(.hovered) #hui-auxiliary-tree .jqtree-element.tree-level-1::after {
  bottom: 0;
}
#cplace.toggled:not(.hovered) #hui-workspace-tree .jqtree-element.tree-level-1 .jqtree-toggler,
#cplace.toggled:not(.hovered) #hui-auxiliary-tree .jqtree-element.tree-level-1 .jqtree-toggler {
  transition: none;
  opacity: 0;
  visibility: hidden;
}
#cplace.toggled:not(.hovered) #hui-workspace-tree ul.jqtree_common[role="group"],
#cplace.toggled:not(.hovered) #hui-auxiliary-tree ul.jqtree_common[role="group"],
#cplace.toggled:not(.hovered) #hui-workspace-tree .jqtree-title,
#cplace.toggled:not(.hovered) #hui-auxiliary-tree .jqtree-title {
  transition: opacity 0.1s ease-out, visibility 0.1s ease-out;
  visibility: hidden;
  opacity: 0;
}
#cplace.toggled:not(.hovered) #hui-auxiliary-tree > .hui-auxiliary-tree-header {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s ease-out, visibility 0.1s ease-out;
}
#cplace.toggled:not(.hovered) #hui-auxiliary-tree .jqtree-element.tree-level-1 {
  width: auto;
}
@media (max-width: 479.98px) {
  #hui-page-tree > ul.jqtree-tree #hui-auxiliary-tree > .hui-auxiliary-tree-header .hui-auxiliary-tree-divider {
    min-width: calc(100vw -  22px );
  }
  #hui-page-tree > ul.jqtree-tree #hui-auxiliary-tree .jqtree-element.tree-level-1,
  #hui-page-tree > ul.jqtree-tree #hui-workspace-tree .jqtree-element.tree-level-1 {
    width: 100%;
  }
  #hui-page-tree > ul.jqtree-tree #hui-auxiliary-tree .jqtree-element.tree-level-1 + ul.jqtree_common[role="group"],
  #hui-page-tree > ul.jqtree-tree #hui-workspace-tree .jqtree-element.tree-level-1 + ul.jqtree_common[role="group"] {
    width: calc(100vw -  22px );
  }
  #cplace.toggled #hui-page-tree > ul.jqtree-tree .jqtree-element.tree-level-1 {
    width: 0;
    left: 100%;
  }
}
@media (max-width: 767.98px) {
  #hui-page-tree > ul.jqtree-tree .jqtree-element > .drag-handle {
    display: none;
  }
}
#hui-types {
  padding: 12px;
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
}
#hui-types > .hui-types-title {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 700;
}
#hui-types > .hui-types-divider {
  margin: 8px 0;
  border-color: #FFFFFF;
  min-width: calc( 240px  - (2*  12px ));
}
#hui-types > .hui-types-divider,
#hui-types .hui-types-title {
  transition: opacity 0.1s ease-in, visibility 0.1s ease-in;
  visibility: visible;
  opacity: 1;
}
#cplace.toggled:not(.hovered) #hui-types > .hui-types-divider,
#cplace.toggled:not(.hovered) #hui-types .hui-types-title {
  transition: opacity 0.1s ease-out, visibility 0.1s ease-out;
  opacity: 0;
}
/*
    Variables for the workspace settings
*/
#hui-workspace-settings {
  opacity: 1;
  visibility: visible;
  transition: width 0.1s ease-out;
  position: fixed;
  bottom: 0;
  width: 240px;
  z-index: 100;
  text-overflow: clip;
  white-space: nowrap;
  font-stretch: condensed;
}
/*
    Styles applied when workspace settings are toggled
*/
#cplace.toggled:not(.hovered) #hui-workspace-settings {
  width: 48px;
  pointer-events: none;
}
/*
    Styles applied on the phone resolution
*/
@media (max-width: 479.98px) {
  #cplace:not(.toggled) #hui-workspace-menu #hui-workspace-settings {
    width: 100%;
  }
  #cplace.toggled #hui-workspace-menu #hui-workspace-settings {
    width: 0;
  }
}
/* ------------ types overflow-menu variables START ------------------ */
/* ------------ types overflow-menu variables END ------------------ */
/* ------------ workspace-settings overflow-menu variables START ------------------ */
/* ------------ workspace-settings overflow-menu variables END ------------------ */
/* ------------ profile-admin overflow-menu variables START ------------------ */
/* ------------ profile-admin overflow-menu variables END ------------------ */
/* ------------ favorites overflow-menu variables START ------------------ */
/* ------------ routes overflow-menu variables END ------------------ */
.hui-overflow-menu > .dropdown-backdrop {
  display: none;
}
.hui-overflow-menu.dropdown.open .hui-overflow-menu-list.dropdown-menu.hui-overflow-menu-list-right {
  right: auto;
  left: calc(100% - 44px);
}
.hui-overflow-menu.open .hui-overflow-menu-list.dropdown-menu {
  background: #1a1e26;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  padding: 14px;
  box-shadow: none;
  border-style: none;
  border-radius: 4px;
  left: auto;
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 320px;
  min-width: 250px;
}
.hui-overflow-menu.open .hui-overflow-menu-list.dropdown-menu .scroll-wrapper {
  display: block;
  height: 100%;
  width: 100%;
}
.hui-overflow-menu.open .hui-overflow-menu-list.dropdown-menu li a {
  line-height: 32px;
  padding: 0 8px !important;
  transition: none;
  outline: none;
  display: flex;
  align-items: center;
  text-decoration: none;
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
  height: 32px;
  font-stretch: condensed;
  font-size: 14px;
  cursor: pointer;
}
.hui-overflow-menu.open .hui-overflow-menu-list.dropdown-menu li a .hui-overflow-menu-page-icon {
  height: 14px;
  min-width: 24px;
  font-size: 14px;
  text-align: left;
}
.hui-overflow-menu.open .hui-overflow-menu-list.dropdown-menu li.hui-route a {
  color: #FFFFFF;
}
.hui-overflow-menu.open .hui-overflow-menu-list.dropdown-menu li.hui-route a:hover,
.hui-overflow-menu.open .hui-overflow-menu-list.dropdown-menu li.hui-route a:focus {
  color: #FFFFFF;
  background: #5c96d3;
  border-radius: 4px;
}
.hui-overflow-menu.open .hui-overflow-menu-list.dropdown-menu .hui-overflow-menu-title-li {
  display: flex;
}
.hui-overflow-menu.open .hui-overflow-menu-list.dropdown-menu .hui-overflow-menu-title-li > .hui-overflow-menu-title {
  pointer-events: none;
  font-size: 14px;
  color: #8693ac;
  text-transform: uppercase;
  font-weight: 700;
  font-stretch: normal;
  flex: 1;
}
.hui-overflow-menu.open .hui-overflow-menu-list.dropdown-menu .hui-overflow-menu-title-li > .hui-btn {
  margin-left: auto;
  text-decoration: none;
  padding: 0 8px;
}
.hui-overflow-menu.open .hui-overflow-menu-list.dropdown-menu .hui-btn:not(:hover) {
  color: #FFFFFF;
}
.hui-overflow-menu.open .hui-overflow-menu-list.dropdown-menu .hui-btn:not(:hover).btn-secondary {
  border-color: #FFFFFF;
}
.hui-overflow-menu hr.hui-overflow-menu-divider {
  margin: 8px 0;
  border-top: solid 1px #8693ac;
}
.hui-overflow-menu .hui-overflow-menu-skeleton.recents {
  background: linear-gradient(to bottom, #b4bccb 100%, #8693ac);
  mask-image: url("../img/tnb-overflow-recents-skeleton.svg");
  -webkit-mask-image: url("../img/tnb-overflow-recents-skeleton.svg");
  animation: skeletonAnimation 1s infinite ease-in-out;
  height: 355px;
  width: 100%;
}
@keyframes skeletonAnimation {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
.hui-overflow-menu .hui-overflow-menu-skeleton.workspaces {
  background: linear-gradient(to bottom, #b4bccb 100%, #8693ac);
  mask-image: url("../img/tnb-overflow-workspaces-skeleton.svg");
  -webkit-mask-image: url("../img/tnb-overflow-workspaces-skeleton.svg");
  animation: skeletonAnimation 1s infinite ease-in-out;
  height: 322px;
  width: 100%;
}
@keyframes skeletonAnimation {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
.hui-overflow-menu .hui-overflow-menu-skeleton.favorites {
  background: linear-gradient(to bottom, #b4bccb 100%, #8693ac);
  mask-image: url("../img/tnb-overflow-favorites-skeleton.svg");
  -webkit-mask-image: url("../img/tnb-overflow-favorites-skeleton.svg");
  animation: skeletonAnimation 1s infinite ease-in-out;
  height: 356px;
  width: 100%;
}
@keyframes skeletonAnimation {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
.overflow-menu-wrapper {
  background-color: #235181;
  margin-bottom: 0;
  height: 100%;
}
/* ------------ types overflow-menu variables START ------------------ */
/* ------------ types overflow-menu variables END ------------------ */
/* ------------ workspace-settings overflow-menu variables START ------------------ */
/* ------------ workspace-settings overflow-menu variables END ------------------ */
/* ------------ profile-admin overflow-menu variables START ------------------ */
/* ------------ profile-admin overflow-menu variables END ------------------ */
/* ------------ favorites overflow-menu variables START ------------------ */
/* ------------ routes overflow-menu variables END ------------------ */
/*
    Styles for the types overflow-menu
*/
.hui-overflow-menu[data-type="types"]:last-child {
  margin-bottom: 16px;
}
.hui-overflow-menu[data-type="types"]:last-child > .hui-overflow-menu-list.dropdown-menu {
  margin-bottom: 16px;
}
.hui-overflow-menu[data-type="types"] .hui-overflow-menu-toggle.dropdown-toggle {
  color: #FFFFFF;
  line-height: 32px;
  text-decoration: none;
  display: flex;
  align-items: center;
  min-width: calc( 240px  - ( 12px  * 2));
  flex-direction: row;
  padding: 0 8px;
  transition: opacity 0.1s ease-in, visibility 0.1s ease-in;
  visibility: visible;
  opacity: 1;
  border-radius: 4px;
}
.hui-overflow-menu[data-type="types"] .hui-overflow-menu-toggle.dropdown-toggle > .overflow-menu-toggle-icon {
  font-size: 12px;
  margin-right: 8px;
}
.hui-overflow-menu[data-type="types"] .hui-overflow-menu-toggle.dropdown-toggle > .overflow-menu-toggle-title {
  font-stretch: condensed;
  flex-grow: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hui-overflow-menu[data-type="types"] .hui-overflow-menu-toggle.dropdown-toggle > .overflow-menu-toggle-caret {
  font-size: 12px;
}
.hui-overflow-menu[data-type="types"] .hui-overflow-menu-toggle.dropdown-toggle:hover,
.hui-overflow-menu[data-type="types"] .hui-overflow-menu-toggle.dropdown-toggle:focus {
  color: #FFFFFF;
  background: #5c96d3;
}
.hui-overflow-menu[data-type="types"].open > .hui-overflow-menu-toggle.dropdown-toggle {
  color: #FFFFFF;
  background: #3070b3;
}
.hui-overflow-menu[data-type="types"].open > .hui-overflow-menu-toggle.dropdown-toggle:hover {
  color: #FFFFFF;
  background: #5c96d3;
}
.hui-overflow-menu[data-type="types"].open > .hui-overflow-menu-list.dropdown-menu {
  left: 240px;
  right: auto;
  top: auto;
  bottom: auto;
  max-width: 340px;
  min-width: 160px;
  position: fixed;
}
.hui-overflow-menu[data-type="types"].open > .hui-overflow-menu-list.dropdown-menu::before {
  content: "";
  position: absolute;
  border-top: solid 12px transparent;
  border-bottom: solid 12px transparent;
  border-right: solid 12px #1a1e26;
  left: -12px;
  top: 17px;
}
.hui-overflow-menu[data-type="types"].open > .hui-overflow-menu-list.dropdown-menu.pull-top::before {
  top: calc(100% - ( 12px  * 2) -  17px );
}
.hui-overflow-menu[data-type="types"].open > .hui-overflow-menu-list.dropdown-menu.pull-animation {
  transition: top 0.5s ease-in;
}
.hui-overflow-menu[data-type="types"].open > .hui-overflow-menu-list.dropdown-menu.pull-animation::before {
  transition: top 0.5s ease-in-out;
}
/*
    Styles for the workspace-settings overflow-menu
*/
.hui-overflow-menu[data-type="workspace-settings"] {
  background: rgba(92, 150, 211, 0.8);
  overflow: hidden;
}
.hui-overflow-menu[data-type="workspace-settings"] .hui-overflow-menu-toggle.dropdown-toggle {
  color: #FFFFFF;
  height: 48px;
  text-decoration: none;
  display: flex;
  align-items: center;
  min-width: 240px;
  flex-direction: row;
  padding: 0 16px;
}
.hui-overflow-menu[data-type="workspace-settings"] .hui-overflow-menu-toggle.dropdown-toggle > .overflow-menu-toggle-icon {
  font-size: 16px;
  margin-right: 12px;
}
.hui-overflow-menu[data-type="workspace-settings"] .hui-overflow-menu-toggle.dropdown-toggle > .overflow-menu-toggle-title {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.1s ease-in, visibility 0.1s ease-in;
  flex-grow: 2;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hui-overflow-menu[data-type="workspace-settings"] .hui-overflow-menu-toggle.dropdown-toggle > .overflow-menu-toggle-caret {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.1s ease-in, visibility 0.1s ease-in;
  font-size: 12px;
  margin-right: 6px;
}
.hui-overflow-menu[data-type="workspace-settings"] .hui-overflow-menu-toggle.dropdown-toggle:hover,
.hui-overflow-menu[data-type="workspace-settings"] .hui-overflow-menu-toggle.dropdown-toggle:focus {
  color: #FFFFFF;
  background: #5c96d3;
  border-radius: 0;
}
.hui-overflow-menu[data-type="workspace-settings"].open .hui-overflow-menu-toggle.dropdown-toggle {
  color: #FFFFFF;
  background: #3070b3;
  border-radius: 0;
}
.hui-overflow-menu[data-type="workspace-settings"].open .hui-overflow-menu-toggle.dropdown-toggle:hover,
.hui-overflow-menu[data-type="workspace-settings"].open .hui-overflow-menu-toggle.dropdown-toggle:focus {
  color: #FFFFFF;
  background: #5c96d3;
  border-radius: 0;
}
.hui-overflow-menu[data-type="workspace-settings"].open > .hui-overflow-menu-list.dropdown-menu {
  left: 240px;
  right: auto;
  top: auto;
  bottom: auto;
  max-width: 340px;
  min-width: 200px;
  position: fixed;
}
.hui-overflow-menu[data-type="workspace-settings"].open > .hui-overflow-menu-list.dropdown-menu::before {
  content: "";
  position: absolute;
  border-top: solid 12px transparent;
  border-bottom: solid 12px transparent;
  border-right: solid 12px #1a1e26;
  left: -12px;
  bottom: 11px;
}
/**
    Styles for the "profile-admin" overflow-menu
*/
.hui-overflow-menu[data-type="profile-admin"].open:not(.single) > .hui-overflow-menu-list.dropdown-menu {
  max-width: 525px;
  min-width: 450px;
}
.hui-overflow-menu[data-type="profile-admin"].open > .hui-overflow-menu-list.dropdown-menu {
  max-height: 80vh;
  right: 0;
  overflow-y: auto;
}
.hui-overflow-menu[data-type="profile-admin"].open > .hui-overflow-menu-list.dropdown-menu .scroll-wrapper {
  display: flex;
}
.hui-overflow-menu[data-type="profile-admin"].open > .hui-overflow-menu-list.dropdown-menu .scroll-wrapper .dropdown {
  max-height: unset;
}
.hui-overflow-menu[data-type="profile-admin"].open > .hui-overflow-menu-list.dropdown-menu .scroll-wrapper .dropdown.profile-overflow-menu {
  width: 50%;
  order: 2;
  border-left: solid 1px #8693ac;
  padding-left: 14px;
  height: 100%;
}
.hui-overflow-menu[data-type="profile-admin"].open > .hui-overflow-menu-list.dropdown-menu .scroll-wrapper .dropdown.admin-overflow-menu {
  width: 50%;
  order: 1;
  padding-right: 14px;
}
.hui-overflow-menu[data-type="profile-admin"].open > .hui-overflow-menu-list.dropdown-menu .scroll-wrapper .dropdown > .hui-overflow-menu-toggle.dropdown-toggle {
  pointer-events: none;
  font-size: 14px;
  color: #8693ac;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 700;
  font-stretch: condensed;
}
.hui-overflow-menu[data-type="profile-admin"].open > .hui-overflow-menu-list.dropdown-menu .scroll-wrapper .dropdown > .hui-overflow-menu-list.dropdown-menu {
  top: 0;
  display: block;
  position: relative;
  background: inherit;
  box-shadow: none;
  padding: 0;
  border: none;
  width: 100%;
  overflow: hidden;
  min-width: auto;
}
.hui-overflow-menu[data-type="profile-admin"].open > .hui-overflow-menu-list.dropdown-menu .scroll-wrapper .dropdown .hui-overflow-menu-divider {
  border: none;
}
.hui-overflow-menu[data-type="profile-admin"].open > .hui-overflow-menu-list.dropdown-menu .scroll-wrapper .dropdown .hui-badge {
  position: static !important;
  margin-left: auto;
}
.hui-overflow-menu[data-type="profile-admin"].dropdown.single.open > .hui-overflow-menu-list.dropdown-menu {
  max-width: 35vw;
}
.hui-overflow-menu[data-type="profile-admin"].dropdown.single.open > .hui-overflow-menu-list.dropdown-menu .scroll-wrapper {
  display: block;
}
.hui-overflow-menu[data-type="profile-admin"].dropdown.single > .hui-overflow-menu-list.dropdown-menu .scroll-wrapper .profile-overflow-menu {
  width: 100%;
  padding-left: 0;
  border-left: none;
}
.hui-overflow-menu[data-type="profile-admin"].dropdown.single > .hui-overflow-menu-list.dropdown-menu .scroll-wrapper .admin-overflow-menu {
  display: none;
}
.hui-overflow-menu[data-type="profile-admin"] > .hui-overflow-menu-list.dropdown-menu .dropdown .overflow-menu-toggle-caret {
  margin-left: 8px;
  font-size: 16px;
  color: #c3c9d6;
}
.hui-overflow-menu[data-type="profile-admin"] .hui-logout-btn {
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
.hui-overflow-menu[data-type="profile-admin"] .hui-logout-btn > .hui-logout-btn-text {
  margin-left: 10px;
}
.hui-overflow-menu[data-type="profile-admin"] .hui-logout-btn > .hui-logout-btn-icon {
  font-size: 16px;
}
/*
    Styles for the routes overflow-menu
*/
.hui-overflow-menu[data-type="routes"] ul {
  list-style: none;
  padding: 0;
}
.hui-overflow-menu[data-type="routes"] > .hui-overflow-menu-toggle.dropdown-toggle > .overflow-menu-toggle-caret {
  margin-left: 8px;
  font-size: 16px;
  color: #c3c9d6;
}
.hui-overflow-menu[data-type="routes"] > .hui-overflow-menu-toggle.dropdown-toggle.btn-icon > .overflow-menu-toggle-caret {
  margin-left: 0;
}
.hui-overflow-menu[data-type="routes"].hui-overflow-menu[data-element="hui-overflow-menu-recents"] > .hui-overflow-menu-list,
.hui-overflow-menu[data-type="routes"].hui-overflow-menu[data-element="hui-overflow-menu-favorites"] > .hui-overflow-menu-list {
  width: 320px;
}
.hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-list.dropdown-menu {
  border-radius: 4px;
  left: auto;
  right: -12px;
  max-height: 80vh;
}
.hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-list.dropdown-menu .hui-routes-no-search-results {
  font-style: italic;
  pointer-events: none;
  color: #FFFFFF;
}
.hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-list.dropdown-menu .hui-routes-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  padding: 25%;
}
.hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-list.dropdown-menu .hui-routes-empty-state > i {
  font-size: 40px;
  padding-bottom: 16px;
}
.hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-list.dropdown-menu .hui-routes-empty-state > span {
  line-height: 20px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-list.dropdown-menu .hui-routes-search-bar {
  padding: 8px 0 15px 0px;
  border: none;
  box-shadow: none;
  pointer-events: none;
}
.hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-list.dropdown-menu .hui-routes-search-bar .hui-routes-search-clear-btn {
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: all;
  border-radius: 0 4px 4px 0;
  width: 30px;
  background: transparent;
  color: #4c4c4c;
}
.hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-list.dropdown-menu .hui-routes-search-bar .hui-routes-search-clear-btn:hover,
.hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-list.dropdown-menu .hui-routes-search-bar .hui-routes-search-clear-btn:focus {
  background: #5c96d3;
  color: #FFFFFF;
}
.hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-list.dropdown-menu .hui-routes-search-bar .hui-routes-search-field {
  pointer-events: all;
  background: #FFFFFF;
  border-color: #c3c9d6;
  color: #4c4c4c;
}
.hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-list.dropdown-menu .hui-routes-search-bar .hui-routes-search-field.clear-padding {
  padding-right: 35px;
}
.hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-list.dropdown-menu .hui-routes-search-bar .hui-routes-search-field::placeholder {
  color: #8693ac;
}
.hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-list.dropdown-menu .hui-routes-search-bar .hui-routes-search-field:-ms-input-placeholder {
  color: #8693ac;
}
.hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-list.dropdown-menu .hui-routes-search-bar .hui-routes-search-field:focus {
  border-color: #3070b3;
  box-shadow: inset 0 0 0 1px rgba(48, 112, 179, 0.6);
}
.hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-list.dropdown-menu .hui-favorites-overflow-menu-favorite-toggle-btn {
  margin-top: 14px;
}
.hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-list.dropdown-menu .hui-recents-timestamp-label {
  color: #8693ac;
  font-size: 14px;
  line-height: 32px;
  padding-right: 8px;
}
.hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-list.dropdown-menu .hui-recents-group:last-child .hui-overflow-menu-divider {
  display: none;
}
.hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-list.dropdown-menu .hui-recents-group > .hui-overflow-menu-title-li > .hui-overflow-menu-title {
  display: block;
}
.hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-list.dropdown-menu .hui-recents-route-name {
  flex-grow: 1;
}
.hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-list.dropdown-menu .hui-recents-route-name-margin {
  margin-right: 16px;
}
.hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-list.dropdown-menu .hui-recents-child-route {
  margin-left: 24px;
  padding-left: 0 !important;
}
.hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-list.dropdown-menu .hui-recents-child-route .hui-overflow-menu-page-icon {
  min-width: 16px;
  padding-left: 2px;
  margin-right: 4px;
}
.hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-list.dropdown-menu .hui-favorites-workspaces-overflow-menu-list {
  list-style: none;
  padding: 0;
  overflow-y: scroll;
  max-height: calc(65vh - 120px);
  margin-right: -14px;
  padding-right: 14px;
}
.hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-list.dropdown-menu .hui-favorites-workspaces-overflow-menu-list .hui-favorites-overflow-menu-favorite-li {
  pointer-events: none;
}
.hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-list.dropdown-menu .hui-favorites-workspaces-overflow-menu-list .hui-favorites-overflow-menu-favorite-li > a {
  position: relative;
}
.hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-list.dropdown-menu .hui-favorites-workspaces-overflow-menu-list .hui-favorites-overflow-menu-favorite-li > a > .ellipsis-text-overflow {
  margin-right: 25px;
}
.hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-list.dropdown-menu .hui-favorites-workspaces-overflow-menu-list .hui-favorites-overflow-menu-favorite-li > a::after {
  content: "\e912";
  position: absolute;
  top: 0;
  font-family: "helles-utility-icons";
  right: 8px;
  font-size: 18px;
  color: #235181;
}
#cplace.toggled:not(.hovered) .dropdown[data-type="workspace-settings"] > .hui-overflow-menu-toggle.dropdown-toggle > .overflow-menu-toggle-title,
#cplace.toggled:not(.hovered) .dropdown[data-type="workspace-settings"] > .hui-overflow-menu-toggle.dropdown-toggle > .overflow-menu-toggle-caret {
  transition: opacity 0.1s ease-out, visibility 0.1s ease-out;
  visibility: hidden;
  opacity: 0;
}
#cplace.toggled:not(.hovered) .dropdown[data-type="types"] > .hui-overflow-menu-toggle.dropdown-toggle {
  transition: opacity 0.1s ease-out, visibility 0.1s ease-out;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 479.98px) {
  .hui-overflow-menu.dropdown.open .overflow-menu-toggle-caret {
    transform: rotate(90deg);
  }
  .hui-overflow-menu.dropdown.open > .hui-overflow-menu-list.dropdown-menu {
    position: relative;
    left: 0;
    min-width: 100%;
    margin-top: auto !important;
    top: auto !important;
    background: #343C4C;
    border-radius: 0 0 4px 4px;
    margin-bottom: 8px;
  }
  .hui-overflow-menu.dropdown.open > .hui-overflow-menu-list.dropdown-menu li.hui-route > a {
    color: #FFFFFF;
  }
  .hui-overflow-menu.dropdown.open > .hui-overflow-menu-list.dropdown-menu li.hui-route > a:hover {
    background: #5c96d3;
    color: #FFFFFF;
  }
  .hui-overflow-menu.dropdown.open > .hui-overflow-menu-list.dropdown-menu::before {
    content: none;
  }
  .hui-overflow-menu.dropdown.open > .hui-overflow-menu-toggle.dropdown-toggle {
    background: #3070b3;
    color: #FFFFFF;
    border-radius: 4px 4px 0 0;
  }
  .hui-overflow-menu.dropdown.open > .hui-overflow-menu-toggle.dropdown-toggle:hover {
    background: #5c96d3;
    color: #FFFFFF;
  }
  .hui-overflow-menu.dropdown > .hui-overflow-menu-toggle.dropdown-toggle:hover {
    background: initial;
  }
  .hui-overflow-menu[data-type="workspace-settings"].open > .hui-overflow-menu-list.dropdown-menu {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="profile-admin"] > .hui-overflow-menu-list.dropdown-menu {
    display: flex;
    flex-direction: column;
    box-shadow: none;
    min-width: 100%;
    max-width: 100%;
    border: none;
    background: transparent;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="profile-admin"] > .hui-overflow-menu-list.dropdown-menu li.hui-route > a {
    color: #FFFFFF;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="profile-admin"] > .hui-overflow-menu-list.dropdown-menu .dropdown.open > .hui-overflow-menu-toggle.dropdown-toggle {
    border-radius: 4px 4px 0px 0px;
    margin: 0;
    background: #3070b3;
    color: #FFFFFF;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="profile-admin"] > .hui-overflow-menu-list.dropdown-menu .dropdown.open > .hui-overflow-menu-toggle.dropdown-toggle > i {
    color: #FFFFFF;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="profile-admin"] > .hui-overflow-menu-list.dropdown-menu .dropdown.open > .hui-overflow-menu-toggle.dropdown-toggle > .overflow-menu-toggle-caret {
    transform: rotate(90deg);
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="profile-admin"] > .hui-overflow-menu-list.dropdown-menu .dropdown.open > .hui-overflow-menu-toggle.dropdown-toggle:hover,
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="profile-admin"] > .hui-overflow-menu-list.dropdown-menu .dropdown.open > .hui-overflow-menu-toggle.dropdown-toggle:focus {
    background: #5c96d3;
    color: #FFFFFF;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="profile-admin"] > .hui-overflow-menu-list.dropdown-menu .dropdown.open > .hui-overflow-menu-toggle.dropdown-toggle:hover > i,
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="profile-admin"] > .hui-overflow-menu-list.dropdown-menu .dropdown.open > .hui-overflow-menu-toggle.dropdown-toggle:focus > i {
    color: #FFFFFF;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="profile-admin"] > .hui-overflow-menu-list.dropdown-menu .dropdown.open > .hui-overflow-menu-list.dropdown-menu {
    background: #343C4C;
    min-width: 100%;
    max-width: 100%;
    left: 0;
    filter: none;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="profile-admin"] > .hui-overflow-menu-list.dropdown-menu .dropdown.open > .hui-overflow-menu-list.dropdown-menu li.hui-route a {
    color: #FFFFFF;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="profile-admin"] > .hui-overflow-menu-list.dropdown-menu .dropdown.open > .hui-overflow-menu-list.dropdown-menu li.hui-route a:hover,
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="profile-admin"] > .hui-overflow-menu-list.dropdown-menu .dropdown.open > .hui-overflow-menu-list.dropdown-menu li.hui-route a:focus {
    color: #FFFFFF;
    background: #5c96d3;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="profile-admin"] > .hui-overflow-menu-list.dropdown-menu .dropdown > .hui-overflow-menu-toggle.dropdown-toggle {
    text-transform: uppercase;
    margin: 0 0 8px 0;
    padding: 6px 16px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    height: 32px;
    border-radius: 4px;
    align-items: center;
    display: flex;
    text-decoration: none;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="profile-admin"] > .hui-overflow-menu-list.dropdown-menu .dropdown > .hui-overflow-menu-toggle.dropdown-toggle:hover,
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="profile-admin"] > .hui-overflow-menu-list.dropdown-menu .dropdown > .hui-overflow-menu-toggle.dropdown-toggle:focus {
    outline: none;
    background: #5c96d3;
    color: #FFFFFF;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="profile-admin"] > .hui-overflow-menu-list.dropdown-menu .dropdown > .hui-overflow-menu-toggle.dropdown-toggle:hover > i,
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="profile-admin"] > .hui-overflow-menu-list.dropdown-menu .dropdown > .hui-overflow-menu-toggle.dropdown-toggle:focus > i {
    color: #FFFFFF;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="profile-admin"] > .hui-overflow-menu-list.dropdown-menu .dropdown > .hui-overflow-menu-toggle.dropdown-toggle > i {
    color: #FFFFFF;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="profile-admin"] > .hui-overflow-menu-list.dropdown-menu .dropdown > .hui-overflow-menu-toggle.dropdown-toggle:hover,
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="profile-admin"] > .hui-overflow-menu-list.dropdown-menu .dropdown > .hui-overflow-menu-toggle.dropdown-toggle:focus {
    outline: none;
    background: #5c96d3;
    color: #FFFFFF;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="profile-admin"] > .hui-overflow-menu-list.dropdown-menu .dropdown > .hui-overflow-menu-toggle.dropdown-toggle:hover > i,
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="profile-admin"] > .hui-overflow-menu-list.dropdown-menu .dropdown > .hui-overflow-menu-toggle.dropdown-toggle:focus > i {
    color: #FFFFFF;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="profile-admin"] > .hui-overflow-menu-list.dropdown-menu .dropdown > .hui-overflow-menu-toggle.dropdown-toggle > i {
    color: #FFFFFF;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="profile-admin"] > .hui-overflow-menu-list.dropdown-menu .dropdown > .hui-overflow-menu-toggle.dropdown-toggle > .overflow-menu-toggle-caret {
    margin-left: auto;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-toggle.dropdown-toggle {
    border-radius: 4px 4px 0px 0px;
    margin: 0;
    background: #3070b3;
    color: #FFFFFF;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-toggle.dropdown-toggle > i {
    color: #FFFFFF;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-toggle.dropdown-toggle > .overflow-menu-toggle-caret {
    transform: rotate(90deg);
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-toggle.dropdown-toggle:hover,
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-toggle.dropdown-toggle:focus {
    background: #5c96d3;
    color: #FFFFFF;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-toggle.dropdown-toggle:hover > i,
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-toggle.dropdown-toggle:focus > i {
    color: #FFFFFF;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-list.dropdown-menu {
    background: #343C4C;
    min-width: 100%;
    max-width: 100%;
    left: 0;
    filter: none;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-list.dropdown-menu li.hui-route a {
    color: #FFFFFF;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-list.dropdown-menu li.hui-route a:hover,
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-list.dropdown-menu li.hui-route a:focus {
    color: #FFFFFF;
    background: #5c96d3;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="routes"] > .hui-overflow-menu-toggle.dropdown-toggle {
    text-transform: uppercase;
    margin: 0 0 8px 0;
    padding: 6px 16px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    height: 32px;
    border-radius: 4px;
    align-items: center;
    display: flex;
    text-decoration: none;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="routes"] > .hui-overflow-menu-toggle.dropdown-toggle:hover,
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="routes"] > .hui-overflow-menu-toggle.dropdown-toggle:focus {
    outline: none;
    background: #5c96d3;
    color: #FFFFFF;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="routes"] > .hui-overflow-menu-toggle.dropdown-toggle:hover > i,
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="routes"] > .hui-overflow-menu-toggle.dropdown-toggle:focus > i {
    color: #FFFFFF;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="routes"] > .hui-overflow-menu-toggle.dropdown-toggle > i {
    color: #FFFFFF;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="routes"] > .hui-overflow-menu-toggle.dropdown-toggle:hover,
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="routes"] > .hui-overflow-menu-toggle.dropdown-toggle:focus {
    outline: none;
    background: #5c96d3;
    color: #FFFFFF;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="routes"] > .hui-overflow-menu-toggle.dropdown-toggle:hover > i,
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="routes"] > .hui-overflow-menu-toggle.dropdown-toggle:focus > i {
    color: #FFFFFF;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="routes"] > .hui-overflow-menu-toggle.dropdown-toggle > i {
    color: #FFFFFF;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="routes"] > .hui-overflow-menu-toggle.dropdown-toggle > .overflow-menu-toggle-caret {
    margin-left: auto;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-list.dropdown-menu {
    min-width: 100%;
    max-height: 100%;
    filter: none;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-list.dropdown-menu > .hui-favorites-workspaces-overflow-menu-list {
    max-height: 100%;
    overflow: hidden;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-list.dropdown-menu > .hui-favorites-workspaces-overflow-menu-list .hui-favorites-overflow-menu-favorite-li > a::after {
    color: #235181;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-list.dropdown-menu .hui-routes-overflow-menu-title-li .hui-routes-title-btn {
    margin-left: 0;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-list.dropdown-menu .hui-routes-search-bar .hui-routes-search-clear-btn {
    background: transparent;
    color: #4c4c4c;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-list.dropdown-menu .hui-routes-search-bar .hui-routes-search-clear-btn:hover,
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-list.dropdown-menu .hui-routes-search-bar .hui-routes-search-clear-btn:focus {
    background: #5c96d3;
    color: #FFFFFF;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-list.dropdown-menu .hui-routes-search-bar .hui-routes-search-field {
    background: #FFFFFF;
    border-color: #c3c9d6;
    color: #4c4c4c;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-list.dropdown-menu .hui-routes-search-bar .hui-routes-search-field:-ms-input-placeholder {
    color: #8693ac;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-list.dropdown-menu .hui-routes-search-bar .hui-routes-search-field::placeholder {
    color: #8693ac;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-list.dropdown-menu .hui-routes-search-bar .hui-routes-search-field:focus {
    border-color: #3070b3;
    box-shadow: inset 0 0 0 1px rgba(48, 112, 179, 0.6);
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-list.dropdown-menu .hui-routes-no-search-results {
    color: #FFFFFF;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu > .hui-overflow-menu-list.dropdown-menu li.hui-overflow-menu-title-li > a.hui-overflow-menu-title,
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu > .hui-overflow-menu-list.dropdown-menu li.hui-route > span.hui-overflow-menu-title-li > a.hui-overflow-menu-title,
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu > .hui-overflow-menu-list.dropdown-menu .hui-recents-timestamp-label {
    color: #8693ac;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu > .hui-overflow-menu-list.dropdown-menu .hui-btn {
    margin-left: 0;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu > .hui-overflow-menu-list.dropdown-menu .hui-btn:not(:hover) {
    color: #FFFFFF;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu > .hui-overflow-menu-list.dropdown-menu .hui-btn:not(:hover).btn-secondary {
    border-color: #FFFFFF;
  }
  .hui-overflow-menu hr.hui-overflow-menu-divider {
    border-top: solid 1px #8693ac;
  }
}
@media (min-width: 768px) {
  .hui-overflow-menu.dropdown.open .hui-overflow-menu-list.dropdown-menu {
    margin: 0;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="profile-admin"].open > .hui-overflow-menu-toggle.dropdown-toggle[aria-expanded="true"]::before,
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="profile-admin"].open > .hui-overflow-menu-toggle.dropdown-toggle[aria-expanded="true"]::after {
    content: "";
    top: calc(100% -  12px );
    right: 16px;
    border-style: solid;
    border-width: 0 12px 12px;
    position: absolute;
    border-color: transparent transparent #1a1e26;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="profile-admin"].open > .hui-overflow-menu-toggle.dropdown-toggle[aria-expanded="true"]::after {
    filter: none;
    z-index: 1001;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-toggle.dropdown-toggle:not(:hover) {
    color: #5c96d3;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-toggle.dropdown-toggle:not(:hover) > i {
    color: #5c96d3;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-toggle.dropdown-toggle:not(:hover).hui-btn.btn-icon {
    color: #5c96d3;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-toggle.dropdown-toggle:not(:hover).hui-btn.btn-icon > i {
    color: #5c96d3;
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-toggle.dropdown-toggle[aria-expanded="true"]::before,
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-toggle.dropdown-toggle[aria-expanded="true"]::after {
    content: "";
    top: calc(100% -  12px );
    right: 4px;
    border-style: solid;
    border-width: 0 12px 12px;
    position: absolute;
    border-color: transparent transparent #1a1e26;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  }
  #hui-top-navigation-bar > #hui-navbar.navbar-fixed-top .nav > .hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-toggle.dropdown-toggle[aria-expanded="true"]::after {
    filter: none;
    z-index: 1001;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hui-overflow-menu[data-type="routes"].hui-overflow-menu[data-element="hui-overflow-menu-recents"] > .hui-overflow-menu-list {
    width: 291px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .hui-overflow-menu[data-type="routes"].open > .hui-overflow-menu-list.dropdown-menu .hui-favorites-workspaces-overflow-menu-list {
    padding-right: 14px;
    -webkit-padding-end: 3px;
  }
}
.hui-btn.btn {
  border: none;
}
.hui-btn.btn.btn-secondary {
  background: none;
  justify-content: center;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
}
.hui-btn.btn.btn-secondary:hover,
.hui-btn.btn.btn-secondary:focus {
  border-color: #5c96d3;
  color: #FFFFFF;
  background: #5c96d3;
}
.hui-btn.btn.btn-secondary[disabled="disabled"] {
  background: #e1e4ea;
  pointer-events: none;
  color: #4c4c4c !important;
}
.hui-btn.btn.btn-primary {
  background: #3070b3;
}
.hui-btn.btn.btn-primary:hover,
.hui-btn.btn.btn-primary:focus,
.hui-btn.btn.btn-primary:active {
  outline: none;
  background: #5c96d3;
  border: none !important;
  color: #FFFFFF;
}
.hui-btn.btn.btn-sm {
  height: 24px;
  padding: 2px 8px;
}
.hui-btn.btn.btn-icon {
  background: none;
  border: none;
  display: flex;
  justify-content: center;
  box-shadow: none;
}
.hui-btn.btn.btn-icon:hover,
.hui-btn.btn.btn-icon:focus,
.hui-btn.btn.btn-icon:active {
  box-shadow: none;
  border-color: transparent;
  outline: none;
  color: #5c96d3;
  background: none;
  cursor: pointer;
}
.hui-btn.btn.btn-icon[disabled="disabled"] {
  color: #4c4c4c;
  pointer-events: none;
}
.hui-btn.btn.btn-tertiary {
  box-shadow: none;
  border-color: transparent;
  background: none;
  color: #4c4c4c;
}
.hui-btn.btn.btn-tertiary:hover,
.hui-btn.btn.btn-tertiary:focus,
.hui-btn.btn.btn-tertiary:active {
  box-shadow: none;
  border-color: transparent;
  outline: none;
  color: #5c96d3;
  background: none;
}
.hui-btn.btn.btn-dropdown {
  display: flex;
  align-items: center;
  box-shadow: none;
  border-color: transparent;
  background: none;
  color: #4c4c4c;
  height: 32px;
  padding: 6px;
}
.hui-btn.btn.btn-dropdown:not(.btn-icon) > i {
  margin-left: 10px;
  font-size: 18px;
}
.hui-btn.btn:hover,
.hui-btn.btn:focus,
.hui-btn.btn:active {
  outline: none;
  background: #5c96d3;
  border-color: transparent !important;
  color: #FFFFFF;
}
.hui-btn.btn > .ink.animate {
  display: none;
}
hui-content-header {
  display: block;
  left: 0;
  width: 100%;
  position: sticky;
  top: 60px;
  z-index: 1028;
  border-color: rgba(255, 255, 255, 0);
  transition: border-color 0.1s, top 0.1s, left 0s 0.1s, width 0s 0.1s;
}
hui-content-header.scrolled {
  transition: none !important;
  top: 0;
  border-bottom: 1px solid #e1e4ea;
}
hui-content-header .hui-content-header {
  width: 100%;
  background-color: #f3f4f7;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #343C4C;
}
hui-content-header .hui-content-header > .hui-ch-page-section {
  flex-grow: 1;
  height: 48px;
  transition: height 0.1s;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: 12px;
}
hui-content-header .hui-content-header > .hui-ch-page-section .hui-ch-page-btn,
hui-content-header .hui-content-header > .hui-ch-page-section .hui-ch-zoom-out-btn {
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #4c4c4c;
  font-size: 16px;
  text-decoration: none;
  cursor: auto;
}
hui-content-header .hui-content-header > .hui-ch-page-section .hui-ch-page-btn.disabled,
hui-content-header .hui-content-header > .hui-ch-page-section .hui-ch-zoom-out-btn.disabled {
  color: #4c4c4c;
}
hui-content-header .hui-content-header > .hui-ch-page-section .hui-ch-zoom-out-btn:hover {
  color: #5c96d3;
}
hui-content-header .hui-content-header > .hui-ch-page-section > .hui-ch-page-name {
  font-size: 20px;
  font-weight: 700;
  color: #4c4c4c;
  display: grid;
  min-width: 40px;
}
hui-content-header .hui-content-header > .hui-ch-page-section > .hui-ch-page-name.padding-left {
  padding-left: 12px;
}
hui-content-header .hui-content-header > .hui-ch-page-section > .hui-ch-zoom-out {
  display: flex;
  flex-direction: row;
  align-items: center;
}
hui-content-header .hui-content-header > .hui-ch-page-section > .hui-ch-zoom-out > .hui-ch-zoom-out-split-icon {
  font-size: 16px;
  color: #4c4c4c;
  margin: 0 4px;
}
hui-content-header .hui-content-header .hui-ch-content-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 48px;
}
hui-content-header .hui-content-header .hui-ch-content-section #hui-ch-custom-actions-dropdown .hui-dropdown-toggle-caret {
  display: none;
}
hui-content-header .hui-content-header .hui-ch-content-section .hui-ch-views-scroller {
  display: none;
  height: 32px;
  width: 32px;
  align-items: center;
  justify-content: center;
  color: #343C4C;
}
hui-content-header .hui-content-header .hui-ch-content-section .hui-ch-content-context-views {
  display: flex;
  flex-direction: row;
  flex: 1;
  align-items: center;
  max-width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
hui-content-header .hui-content-header .hui-ch-content-section .hui-ch-content-context-views.default-actions-showing {
  max-width: calc(100% - 90px);
}
hui-content-header .hui-content-header .hui-ch-content-section .hui-ch-content-context-views.default-actions-showing:not(.close-views-btn-showing, .views-collapsable) {
  max-width: calc(100% - 60px);
}
hui-content-header .hui-content-header .hui-ch-content-section .hui-ch-content-context-views::-webkit-scrollbar {
  display: none;
}
hui-content-header .hui-content-header .hui-ch-content-section .hui-ch-content-context-views > .hui-ch-content-context-views-inner {
  display: flex;
  position: relative;
  align-items: center;
}
hui-content-header .hui-content-header .hui-ch-content-section .hui-ch-content-context-btn {
  padding: 6px;
  font-size: 14px;
  border: none;
  height: 32px;
  margin: 4px;
}
hui-content-header .hui-content-header .hui-ch-content-section .hui-ch-content-context-btn:hover {
  background-color: rgba(92, 150, 211, 0.6);
  color: #FFFFFF;
}
hui-content-header .hui-content-header .hui-ch-content-section .hui-ch-content-context-btn.btn-primary {
  background-color: #5c96d3;
  color: #FFFFFF;
  box-shadow: none;
}
hui-content-header .hui-content-header .hui-ch-content-section .hui-ch-views-close-btn {
  box-sizing: content-box;
  color: #4c4c4c;
  padding: 6px 8px 6px 8px;
  cursor: pointer;
  width: 20px;
}
hui-content-header .hui-content-header .hui-ch-content-section .hui-ch-views-close-btn:hover {
  background-color: rgba(92, 150, 211, 0.6);
  color: #FFFFFF;
}
hui-content-header .hui-content-header .hui-ch-content-section .hui-ch-views-open-btn {
  font-size: 14px;
  padding: 6px 8px;
}
hui-content-header .hui-content-header .hui-ch-content-section .hui-ch-views-open-btn:hover {
  background-color: rgba(92, 150, 211, 0.6);
  color: #FFFFFF;
}
hui-content-header .hui-content-header .hui-ch-content-section .hui-ch-views-and-default-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  width: 100%;
  height: 100%;
}
hui-content-header .hui-content-header .hui-ch-content-section .hui-ch-content-context-divider {
  height: 24px;
  min-width: 1px;
  background: #c3c9d6;
  margin: 0 6px;
}
hui-content-header .hui-content-header .hui-ch-content-section .hui-ch-content-context {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
hui-content-header .hui-content-header .hui-ch-content-section .hui-ch-content-context.opened {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 48px;
  margin: 0 0 0 6px;
}
hui-content-header .hui-content-header .hui-ch-content-section .hui-ch-content-default-actions-dropdown {
  padding-right: 12px;
}
hui-content-header .hui-content-header .hui-ch-content-section .hui-ch-content-default-actions-dropdown .hui-dropdown-toggle {
  transform: rotate(90deg);
  padding: 6px;
  height: 32px;
}
hui-content-header .hui-content-header .hui-ch-content-section .hui-ch-content-default-actions-dropdown .hui-dropdown-toggle:hover {
  background-color: rgba(92, 150, 211, 0.6);
  color: #FFFFFF;
}
hui-content-header .hui-content-header .hui-ch-content-section .hui-ch-content-default-actions-dropdown .hui-dropdown.open .hui-dropdown-toggle {
  background-color: #5c96d3;
  color: #FFFFFF;
}
hui-content-header .hui-content-header .hui-ch-content-section .hui-ch-content-context {
  flex: 1;
  justify-content: space-between;
  position: relative;
  width: 0;
}
hui-content-header .hui-content-header .hui-ch-content-section .hui-ch-content-context .hui-ch-content-context-views {
  overflow-x: auto;
  height: 100%;
}
hui-content-header .hui-content-header .hui-ch-content-section .hui-ch-content-context .hui-ch-content-context-views .filler {
  display: flex;
  min-width: 8px;
  height: 40px;
}
hui-content-header .hui-content-header .hui-ch-content-section .hui-ch-content-context .hui-ch-content-context-views > .hui-ch-content-context-views-sticky {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  height: 40px;
}
hui-content-header .hui-content-header .hui-ch-content-section .overlay-fade {
  width: 12px;
  height: 48px;
  left: 0;
  z-index: 1;
  position: absolute;
  pointer-events: none;
  background: linear-gradient(270deg, rgba(243, 244, 247, 0), #f3f4f7);
}
hui-content-header .hui-content-header .hui-ch-content-section .overlay-fade.right {
  right: 0;
  left: auto;
  background: linear-gradient(90deg, rgba(243, 244, 247, 0), #f3f4f7);
}
hui-content-header .hui-content-header .hui-ch-content-section .overlay-fade.right.close-views-btn-showing {
  right: 89px;
}
hui-content-header .hui-content-header .hui-ch-content-section .overlay-fade.right.default-actions-showing:not(.close-views-btn-showing) {
  right: 60px;
}
hui-content-header.scrolled .hui-content-header > .hui-ch-page-section {
  height: 60px;
}
@media (min-width: 480px) {
  #cplace:not(.no-sidebar) hui-content-header {
    left: 240px;
    width: calc(100% -  240px );
  }
  #cplace:not(.no-sidebar).toggled hui-content-header {
    left: 48px;
    width: calc(100% -  48px );
  }
}
@media (min-width: 992px) {
  #cplace:not(.no-sidebar) hui-content-header {
    left: var(--wm-content-width);
    width: calc(100% - var(--wm-content-width));
  }
  hui-content-header .hui-content-header {
    flex-direction: row;
  }
  hui-content-header .hui-content-header > .hui-ch-page-section {
    min-width: 40%;
  }
  hui-content-header .hui-content-header > .hui-ch-content-section {
    min-width: 60%;
    padding-right: 12px;
    flex: 1;
  }
  hui-content-header .hui-content-header > .hui-ch-content-section #hui-ch-custom-actions-dropdown .hui-dropdown-toggle-caret {
    display: flex;
  }
  hui-content-header .hui-content-header > .hui-ch-content-section .hui-ch-views-close-btn {
    box-sizing: border-box;
    width: auto;
  }
  hui-content-header .hui-content-header > .hui-ch-content-section .hui-ch-content-default-actions-dropdown {
    padding-right: 0;
  }
  hui-content-header .hui-content-header > .hui-ch-content-section .hui-ch-content-context {
    justify-content: flex-end;
  }
  hui-content-header .hui-content-header > .hui-ch-content-section .hui-ch-content-context .hui-ch-views-scroller {
    display: flex;
  }
  hui-content-header .hui-content-header > .hui-ch-content-section .hui-ch-content-context .hui-ch-content-context-views {
    overflow: initial;
    flex-wrap: wrap;
    flex: initial;
    max-width: 100%;
  }
  hui-content-header .hui-content-header > .hui-ch-content-section .hui-ch-content-context .hui-ch-content-context-views ::-webkit-scrollbar {
    display: none;
  }
  hui-content-header .hui-content-header > .hui-ch-content-section .hui-ch-content-context .hui-ch-content-context-views > .hui-ch-content-context-views-inner {
    display: flex;
    flex-direction: row;
    overflow: auto;
    flex: 1;
    scrollbar-width: none;
  }
  hui-content-header .hui-content-header > .hui-ch-content-section .hui-ch-content-context .hui-ch-content-context-views > .hui-ch-content-context-views-sticky {
    position: initial;
    right: 0;
    background-color: none;
  }
  hui-content-header .hui-content-header > .hui-ch-content-section .overlay-fade {
    left: 30px;
  }
  hui-content-header .hui-content-header > .hui-ch-content-section .overlay-fade.default-actions-showing:not(.close-views-btn-showing) {
    left: 92px;
  }
  hui-content-header .hui-content-header > .hui-ch-content-section .overlay-fade.custom-actions-showing:not(.close-views-btn-showing) {
    left: 188px;
  }
  hui-content-header .hui-content-header > .hui-ch-content-section .overlay-fade.custom-actions-showing.close-views-btn-showing {
    left: 128px;
  }
  hui-content-header .hui-content-header > .hui-ch-content-section .overlay-fade.right {
    right: 30px;
    left: auto;
  }
  hui-content-header .hui-content-header > .hui-ch-content-section .overlay-fade.right.close-views-btn-showing {
    right: 100px;
    left: auto;
  }
  hui-content-header .hui-content-header > .hui-ch-content-section .overlay-fade.right.default-actions-showing:not(.close-views-btn-showing) {
    right: 75px;
    left: auto;
  }
}
@media (min-width: 1400px) {
  #cplace hui-content-header .hui-content-header {
    flex-direction: row;
  }
  #cplace hui-content-header .hui-content-header > .hui-ch-page-section {
    min-width: auto;
  }
  #cplace hui-content-header .hui-content-header > .hui-ch-content-section {
    min-width: auto;
    flex: 0;
  }
  #cplace hui-content-header .hui-content-header > .hui-ch-content-section .hui-ch-content-context {
    width: auto;
  }
  #cplace hui-content-header .hui-content-header > .hui-ch-content-section .hui-ch-content-context .hui-ch-content-context-views {
    max-width: initial !important;
    flex-wrap: initial;
  }
  #cplace hui-content-header .hui-content-header > .hui-ch-content-section .hui-ch-content-context .hui-ch-content-context-views .filler {
    display: none;
  }
}
@media print {
  hui-content-header {
    position: static;
  }
  hui-content-header.scrolled {
    border-bottom: none;
  }
  hui-content-header .hui-content-header > .hui-ch-page-section {
    height: 48px;
  }
}
.dropdown.hui-dropdown.open .dropdown-toggle.hui-dropdown-toggle {
  background-color: #8693ac;
  color: #FFFFFF;
}
.dropdown.hui-dropdown.open .dropdown-toggle.hui-dropdown-toggle:hover,
.dropdown.hui-dropdown.open .dropdown-toggle.hui-dropdown-toggle:focus {
  background-color: #5c96d3;
  color: #FFFFFF;
}
.dropdown.hui-dropdown.open .dropdown-toggle.hui-dropdown-toggle .hui-dropdown-toggle-caret {
  transform: rotate(180deg);
}
.dropdown.hui-dropdown .dropdown-toggle.hui-dropdown-toggle {
  font-size: 14px;
}
.dropdown.hui-dropdown .dropdown-toggle.hui-dropdown-toggle.no-focus {
  border-color: transparent;
  background: none;
  color: #4c4c4c;
}
.dropdown.hui-dropdown .dropdown-toggle.hui-dropdown-toggle .hui-dropdown-toggle-icon {
  font-size: 18px;
}
.dropdown.hui-dropdown .dropdown-menu.hui-dropdown-menu {
  border-radius: 4px;
  background-color: #FFFFFF;
  padding: 8px;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.45));
  border: none;
  max-width: 320px;
}
.dropdown.hui-dropdown .dropdown-menu.hui-dropdown-menu .hui-dropdown-menu-link {
  line-height: 32px;
  padding: 0 8px;
  transition: none;
  outline: none;
  display: flex;
  align-items: center;
  text-decoration: none;
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
  height: 32px;
  font-size: 14px;
  font-stretch: condensed;
  cursor: pointer;
  color: #4c4c4c;
}
.dropdown.hui-dropdown .dropdown-menu.hui-dropdown-menu .hui-dropdown-menu-link:hover,
.dropdown.hui-dropdown .dropdown-menu.hui-dropdown-menu .hui-dropdown-menu-link a:focus {
  color: #FFFFFF;
  background: #5c96d3;
  border-radius: 4px;
}
.dropdown.hui-dropdown .dropdown-menu.hui-dropdown-menu .hui-dropdown-menu-link .hui-dropdown-menu-link-icon {
  margin-right: 10px;
}
/*
 CSS classes to change the scrollbar on elements similar to the OS scroll but without the DOM+JS jazz.
 'scrollbar' keyword is for FF the rest for WebKit-based browsers (Chrome, Edge, Safari, etc.)
 */
@media (hover: hover) and (pointer: fine) {
  .hui-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  }
  .hui-scrollbar::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0);
  }
  .hui-scrollbar::-webkit-scrollbar-thumb {
    display: none;
    border-radius: 12px;
    border: 3px solid rgba(0, 0, 0, 0);
  }
  .hui-scrollbar:hover::-webkit-scrollbar-thumb {
    display: block;
  }
  .hui-scrollbar.dark::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 0 12px rgba(52, 60, 76, 0.45);
  }
  .hui-scrollbar.dark::-webkit-scrollbar-thumb:hover {
    box-shadow: inset 0 0 0 12px rgba(52, 60, 76, 0.6);
  }
  .hui-scrollbar.dark::-webkit-scrollbar-thumb:active {
    box-shadow: inset 0 0 0 12px rgba(52, 60, 76, 0.75);
  }
  .hui-scrollbar.dark:hover {
    scrollbar-color: rgba(52, 60, 76, 0.45) rgba(0, 0, 0, 0);
  }
  .hui-scrollbar.light::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 0 12px rgba(255, 255, 255, 0.4);
  }
  .hui-scrollbar.light::-webkit-scrollbar-thumb:hover {
    box-shadow: inset 0 0 0 12px rgba(255, 255, 255, 0.55);
  }
  .hui-scrollbar.light::-webkit-scrollbar-thumb:active {
    box-shadow: inset 0 0 0 12px rgba(255, 255, 255, 0.7);
  }
  .hui-scrollbar.light:hover {
    scrollbar-color: rgba(255, 255, 255, 0.4) rgba(0, 0, 0, 0);
  }
  .hui-scrollbar.disable-hiding::-webkit-scrollbar-thumb {
    display: block;
  }
  .hui-scrollbar.disable-hiding.dark {
    scrollbar-color: rgba(52, 60, 76, 0.45) rgba(0, 0, 0, 0);
  }
  .hui-scrollbar.disable-hiding.light {
    scrollbar-color: rgba(255, 255, 255, 0.4) rgba(0, 0, 0, 0);
  }
  .hui-scrollbar.body-scrollbar::-webkit-scrollbar {
    border-left: 1px solid #e1e4ea;
    border-top: 1px solid #e1e4ea;
    background-color: #f4f4f4;
  }
  .hui-scrollbar.body-scrollbar::-webkit-scrollbar-thumb {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid rgba(0, 0, 0, 0);
  }
}
/* this must be the last import - this one will contain the substituted variables */
/* Mixins */
/**
    Be as precise as possible when applying this style!
    overflow: hidden; used here will cause the element to get its own render layer.
    This is a huge performance drawback when applied to a lot of elements in the table!
 */
@font-face {
  font-family: 'Open Sans';
  src: url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-Light-webfont.eot');
  src: url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-Light-webfont.eot?iefix') format('eot'), url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-Light-webfont.woff') format('woff'), url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-Light-webfont.ttf') format('truetype'), url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-Light-webfont.svg#webfont') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-LightItalic-webfont.eot');
  src: url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-LightItalic-webfont.eot?iefix') format('eot'), url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-LightItalic-webfont.woff') format('woff'), url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-LightItalic-webfont.ttf') format('truetype'), url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-LightItalic-webfont.svg#webfont') format('svg');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-Regular-webfont.eot');
  src: url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-Regular-webfont.eot?iefix') format('eot'), url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-Regular-webfont.woff') format('woff'), url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-Regular-webfont.ttf') format('truetype'), url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-Regular-webfont.svg#webfont') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-Italic-webfont.eot');
  src: url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-Italic-webfont.eot?iefix') format('eot'), url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-Italic-webfont.woff') format('woff'), url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-Italic-webfont.ttf') format('truetype'), url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-Italic-webfont.svg#webfont') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-Semibold-webfont.eot');
  src: url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-Semibold-webfont.eot?iefix') format('eot'), url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-Semibold-webfont.woff') format('woff'), url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-Semibold-webfont.ttf') format('truetype'), url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-Semibold-webfont.svg#webfont') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-SemiboldItalic-webfont.eot');
  src: url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-SemiboldItalic-webfont.eot?iefix') format('eot'), url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-SemiboldItalic-webfont.woff') format('woff'), url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'), url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-SemiboldItalic-webfont.svg#webfont') format('svg');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-Bold-webfont.eot');
  src: url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-Bold-webfont.eot?iefix') format('eot'), url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-Bold-webfont.woff') format('woff'), url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-Bold-webfont.ttf') format('truetype'), url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-Bold-webfont.svg#webfont') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-BoldItalic-webfont.eot');
  src: url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-BoldItalic-webfont.eot?iefix') format('eot'), url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-BoldItalic-webfont.woff') format('woff'), url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-BoldItalic-webfont.ttf') format('truetype'), url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-BoldItalic-webfont.svg#webfont') format('svg');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-ExtraBold-webfont.eot');
  src: url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-ExtraBold-webfont.eot?iefix') format('eot'), url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-ExtraBold-webfont.woff') format('woff'), url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-ExtraBold-webfont.ttf') format('truetype'), url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-ExtraBold-webfont.svg#webfont') format('svg');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-ExtraBoldItalic-webfont.eot');
  src: url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-ExtraBoldItalic-webfont.eot?iefix') format('eot'), url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-ExtraBoldItalic-webfont.woff') format('woff'), url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-ExtraBoldItalic-webfont.ttf') format('truetype'), url('../3rdParty/unmodified/fonts/OpenSans/OpenSans-ExtraBoldItalic-webfont.svg#webfont') format('svg');
  font-weight: 800;
  font-style: italic;
}
/**
    Some utility classes for working with flex-box model.
 */
.cplace-flex-row {
  display: flex;
  flex-direction: row;
}
.cplace-flex-column {
  display: flex;
  flex-direction: column;
}
.cplace-flex-row > .cplace-flex,
.cplace-flex-column > .cplace-flex {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}
.cplace-flex-row.cplace-flex-stretch,
.cplace-flex-column.cplace-flex-stretch {
  align-items: stretch;
}
.cplace-flex-row > .cplace-flex-stretch,
.cplace-flex-column > .cplace-flex-stretch {
  align-self: stretch;
}
.cplace-flex-row.cplace-flex-center,
.cplace-flex-column.cplace-flex-center {
  align-items: center;
}
.cplace-flex-row > .cplace-flex-center,
.cplace-flex-column > .cplace-flex-center {
  align-self: center;
}
.cplace-flex-row.cplace-flex-middle,
.cplace-flex-column.cplace-flex-middle {
  justify-content: center;
}
.cplace-flex-row > .cplace-flex-middle,
.cplace-flex-column > .cplace-flex-middle {
  justify-self: center;
}
@media (max-width: 450px) {
  .tricia-search-input-submit {
    border: none !important;
    margin-top: 0px !important;
    height: 44px !important;
    padding: 13px 12px !important;
    border-bottom-left-radius: 4px !important;
    border-rop-right-radius: 0px !important;
  }
}
@media (min-width: 516px) and (max-width: 630px) {
  .tricia-search-input-submit {
    border: none !important;
    margin-top: 0px !important;
    height: 44px !important;
    padding: 13px 12px !important;
    border-bottom-left-radius: 4px !important;
    border-rop-right-radius: 0px !important;
  }
}
@media (max-width: 900px) {
  .hidden-below-900 {
    display: none !important;
  }
}
@media (max-width: 800px) {
  .hidden-below-800 {
    display: none !important;
  }
}
@media (max-width: 700px) {
  .hidden-below-700 {
    display: none !important;
  }
}
@media (min-width: 676px) {
  .hidden-above-676 {
    display: none !important;
  }
}
@media (max-width: 675px) {
  .hidden-below-675 {
    display: none !important;
  }
}
@media (min-width: 516px) and (max-width: 630px) {
  .hidden-between-516-and-630 {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .hidden-below-600 {
    display: none !important;
  }
}
@media (max-width: 550px) {
  .hidden-below-550 {
    display: none !important;
  }
}
@media (max-width: 530px) {
  .hidden-below-530 {
    display: none !important;
  }
}
@media (min-width: 516px) {
  .hidden-above-516 {
    display: none !important;
  }
}
@media (max-width: 515px) {
  .hidden-below-515 {
    display: none !important;
  }
}
@media (max-width: 500px) {
  .hidden-below-500 {
    display: none !important;
  }
}
@media (max-width: 495px) {
  .hidden-below-495 {
    display: none !important;
  }
}
@media (max-width: 450px) {
  .hidden-below-450 {
    display: none !important;
  }
}
@media (max-width: 435px) {
  .hidden-below-435 {
    display: none !important;
  }
}
@media (max-width: 415px) {
  .hidden-below-415 {
    display: none !important;
  }
}
@media (max-width: 400px) {
  .hidden-below-400 {
    display: none !important;
  }
}
@media (max-width: 395px) {
  .hidden-below-395 {
    display: none !important;
  }
}
@media (max-width: 375px) {
  .hidden-below-375 {
    display: none !important;
  }
}
@media (max-width: 370px) {
  .hidden-below-370 {
    display: none !important;
  }
}
@media (max-width: 360px) {
  .hidden-below-360 {
    display: none !important;
  }
}
@media (min-width: 346px) {
  .hidden-above-346 {
    display: none !important;
  }
}
@media (max-width: 345px) {
  .hidden-below-345 {
    display: none !important;
  }
}
.padding-left-right-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-top-margin {
  margin-top: 0 !important;
}
.p-bottom-margin {
  margin-bottom: 10px !important;
}
.cplace-padding-25 {
  padding: 25px;
}
.cplace-padding-20 {
  padding: 20px;
}
.cplace-padding-15 {
  padding: 15px;
}
.cplace-padding-10 {
  padding: 10px;
}
.cplace-padding-5 {
  padding: 5px;
}
.unselectable-text {
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.cplace-cursor-pointer {
  cursor: pointer;
}
.cplace-font-red {
  color: #bf111d;
}
.cplace-font-amber {
  color: #e2a336;
}
.cplace-font-green {
  color: #34c049;
}
.fa-rotate-45 {
  transform: rotate(45deg);
}
.fa-rotate-135 {
  transform: rotate(135deg);
}
.fa-rotate-225 {
  transform: rotate(225deg);
}
.fa-rotate-315 {
  transform: rotate(315deg);
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Roboto", Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  line-height: 1.53846154;
  color: #4c4c4c;
  background-color: #f4f4f4;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #3071b3;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #204b77;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 5px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.53846154;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 24px;
}
h2,
.h2 {
  font-size: 19px;
}
h3,
.h3 {
  font-size: 16px;
}
h4,
.h4 {
  font-size: 13px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}
small,
.small {
  font-size: 92%;
}
mark,
.mark {
  background-color: #f2d6a5;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #3070b3;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #25578b;
}
.text-success {
  color: #195c23;
}
a.text-success:hover,
a.text-success:focus {
  color: #0e3414;
}
.text-info {
  color: #566267;
}
a.text-info:hover,
a.text-info:focus {
  color: #3f474b;
}
.text-warning {
  color: #855b13;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #593d0d;
}
.text-danger {
  color: #61090f;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #330408;
}
.bg-primary {
  color: #fff;
  background-color: #3070b3;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #25578b;
}
.bg-success {
  background-color: #92e19e;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #6ad77a;
}
.bg-info {
  background-color: #a5b5bd;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #889da7;
}
.bg-warning {
  background-color: #f2d6a5;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #ecc279;
}
.bg-danger {
  background-color: #ef4753;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #ea1927;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.53846154;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 13px;
  border-left: 5px solid #e1e4ea;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.53846154;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #e1e4ea;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.53846154;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 3px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.53846154;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.53846154;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #f4f4f4;
}
.table .unsupported-lang {
  color: #A8ACB9;
}
.table .unsupported-lang .active-info {
  color: #0045AC;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: rgba(0, 0, 0, 0.12);
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: rgba(0, 0, 0, 0.12);
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #92e19e;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #7edc8c;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #a5b5bd;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #96a9b2;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #f2d6a5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #efcc8f;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #ef4753;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ed303d;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767.98px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.53846154;
  color: #4c4c4c;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.53846154;
  color: #4c4c4c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #3070b3;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(48, 112, 179, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(48, 112, 179, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #e1e4ea;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 42px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 33px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 0px;
}
select.input-lg {
  height: 42px;
  line-height: 42px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.form-group-lg select.form-control {
  height: 42px;
  line-height: 42px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 42px;
  min-height: 35px;
  padding: 11px 16px;
  font-size: 15px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 42px;
  height: 42px;
  line-height: 42px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #195c23;
}
.has-success .form-control {
  border-color: #195c23;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #0e3414;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #2fac41;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #2fac41;
}
.has-success .input-group-addon {
  color: #195c23;
  border-color: #195c23;
  background-color: #92e19e;
}
.has-success .form-control-feedback {
  color: #195c23;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #855b13;
}
.has-warning .form-control {
  border-color: #855b13;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #593d0d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #de9920;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #de9920;
}
.has-warning .input-group-addon {
  color: #855b13;
  border-color: #855b13;
  background-color: #f2d6a5;
}
.has-warning .form-control-feedback {
  color: #855b13;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #61090f;
}
.has-error .form-control {
  border-color: #61090f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #330408;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #bf111d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #bf111d;
}
.has-error .input-group-addon {
  color: #61090f;
  border-color: #61090f;
  background-color: #ef4753;
}
.has-error .form-control-feedback {
  color: #61090f;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #8c8c8c;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.53846154;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #4c4c4c;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #4c4c4c;
  background-color: #FFFFFF;
}
.btn-default:focus,
.btn-default.focus {
  color: #4c4c4c;
  background-color: #FFFFFF;
  border: 2px solid #5c96d3 !important;
}
.btn-default:hover {
  color: #5c96d3;
  background-color: #FFFFFF;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #4c4c4c;
  background-color: #FFFFFF;
  border: 2px solid #3070b3 !important;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #4c4c4c;
  background-color: #FFFFFF;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #FFFFFF;
  color: #4c4c4c;
  border: 2px solid transparent !important;
}
.btn-default .badge {
  color: #FFFFFF;
  background-color: #4c4c4c;
}
.btn-primary {
  color: #FFFFFF;
  background-color: #3070b3;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #FFFFFF;
  background-color: #235181;
  border: 2px solid #5c96d3 !important;
}
.btn-primary:hover {
  color: #FFFFFF;
  background-color: #5c96d3;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #FFFFFF;
  background-color: #235181;
  border: 2px solid #5c96d3 !important;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #FFFFFF;
  background-color: #235181;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #3070b3;
  color: #FFFFFF;
  border: 2px solid transparent !important;
}
.btn-primary .badge {
  color: #3070b3;
  background-color: #FFFFFF;
}
.btn-success {
  color: #FFFFFF;
  background-color: #34c049;
}
.btn-success:focus,
.btn-success.focus {
  color: #FFFFFF;
  background-color: #268e36;
  border: 2px solid #6ad77a !important;
}
.btn-success:hover {
  color: #4c4c4c;
  background-color: #6ad77a;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #FFFFFF;
  background-color: #268e36;
  border: 2px solid #6ad77a !important;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #FFFFFF;
  background-color: #268e36;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #34c049;
  color: #FFFFFF;
  border: 2px solid transparent !important;
}
.btn-success .badge {
  color: #34c049;
  background-color: #FFFFFF;
}
.btn-info {
  color: #4c4c4c;
  background-color: #a5b5bd;
}
.btn-info:focus,
.btn-info.focus {
  color: #FFFFFF;
  background-color: #8097a2;
  border: 2px solid #d1d9dd !important;
}
.btn-info:hover {
  color: #4c4c4c;
  background-color: #d1d9dd;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #FFFFFF;
  background-color: #8097a2;
  border: 2px solid #d1d9dd !important;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #FFFFFF;
  background-color: #8097a2;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #a5b5bd;
  color: #4c4c4c;
  border: 2px solid transparent !important;
}
.btn-info .badge {
  color: #a5b5bd;
  background-color: #4c4c4c;
}
.btn-warning {
  color: #FFFFFF;
  background-color: #e2a336;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #FFFFFF;
  background-color: #bd821b;
  border: 2px solid #ecc279 !important;
}
.btn-warning:hover {
  color: #4c4c4c;
  background-color: #ecc279;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #FFFFFF;
  background-color: #bd821b;
  border: 2px solid #ecc279 !important;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #FFFFFF;
  background-color: #bd821b;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #e2a336;
  color: #FFFFFF;
  border: 2px solid transparent !important;
}
.btn-warning .badge {
  color: #e2a336;
  background-color: #FFFFFF;
}
.btn-danger {
  color: #FFFFFF;
  background-color: #bf111d;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #FFFFFF;
  background-color: #840c14;
  border: 2px solid #ed303d !important;
}
.btn-danger:hover {
  color: #FFFFFF;
  background-color: #ed303d;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #FFFFFF;
  background-color: #840c14;
  border: 2px solid #ed303d !important;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #FFFFFF;
  background-color: #840c14;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #bf111d;
  color: #FFFFFF;
  border: 2px solid transparent !important;
}
.btn-danger .badge {
  color: #bf111d;
  background-color: #FFFFFF;
}
.btn-link {
  color: #3071b3;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #204b77;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 5px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  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: 13px;
  text-align: left;
  background-color: #FFFFFF;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -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;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.53846154;
  color: #4c4c4c;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #5c96d3;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #3070b3;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.53846154;
  color: #687898;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 0px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 42px;
  line-height: 42px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #4c4c4c;
  text-align: center;
  background-color: #f3f4f7;
  border: 1px solid #ccc;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 15px;
  border-radius: 0px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #3071b3;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.53846154;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #4c4c4c;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #f4f4f4;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 3px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #3070b3;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f4f4f4;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 60px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 20px 15px;
  font-size: 15px;
  line-height: 20px;
  height: 60px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 13px;
  margin-bottom: 13px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 10px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767.98px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767.98px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 12px;
  margin-bottom: 12px;
}
.navbar-btn.btn-sm {
  margin-top: 15px;
  margin-bottom: 15px;
}
.navbar-btn.btn-xs {
  margin-top: 19px;
  margin-bottom: 19px;
}
.navbar-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #FFFFFF;
  border-color: #e1e4ea;
}
.navbar-default .navbar-brand {
  color: #3070b3;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #25578b;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #3070b3;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #5c96d3;
  background-color: #f2f2f2;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #357dc7;
  background-color: #e6e6e6;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e1e4ea;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e6e6e6;
  color: #357dc7;
}
@media (max-width: 767.98px) {
  .navbar-default .navbar-nav .open .dropdown-menu:not(.hui-overflow-menu-list) > li > a {
    color: #3070b3;
  }
  .navbar-default .navbar-nav .open .dropdown-menu:not(.hui-overflow-menu-list) > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu:not(.hui-overflow-menu-list) > li > a:focus {
    color: #5c96d3;
    background-color: #f2f2f2;
  }
  .navbar-default .navbar-nav .open .dropdown-menu:not(.hui-overflow-menu-list) > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu:not(.hui-overflow-menu-list) > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu:not(.hui-overflow-menu-list) > .active > a:focus {
    color: #357dc7;
    background-color: #e6e6e6;
  }
  .navbar-default .navbar-nav .open .dropdown-menu:not(.hui-overflow-menu-list) > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu:not(.hui-overflow-menu-list) > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu:not(.hui-overflow-menu-list) > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #3070b3;
}
.navbar-default .navbar-link:hover {
  color: #5c96d3;
}
.navbar-default .btn-link {
  color: #3070b3;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #5c96d3;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767.98px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #3070b3;
  border-radius: 3px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "\00bb\00a0";
  padding: 0 5px;
  color: #FFFFFF;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 3px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.53846154;
  text-decoration: none;
  color: #3071b3;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #204b77;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #3070b3;
  border-color: #3070b3;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #3070b3;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #25578b;
}
.label-success {
  background-color: #34c049;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #29983a;
}
.label-info {
  background-color: #a5b5bd;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #889da7;
}
.label-warning {
  background-color: #e2a336;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #c8891d;
}
.label-danger {
  background-color: #bf111d;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #900d16;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #3071b3;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 59px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.53846154;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #3071b3;
}
.thumbnail .caption {
  padding: 9px;
  color: #4c4c4c;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close,
.alert-dismissable cplace-modal-toggle-fullscreen-button,
.alert-dismissible cplace-modal-toggle-fullscreen-button {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #92e19e;
  border-color: #3cca3a;
  color: #195c23;
}
.alert-success hr {
  border-top-color: #34b832;
}
.alert-success .alert-link {
  color: #0e3414;
}
.alert-info {
  background-color: #a5b5bd;
  border-color: #709096;
  color: #566267;
}
.alert-info hr {
  border-top-color: #648289;
}
.alert-info .alert-link {
  color: #3f474b;
}
.alert-warning {
  background-color: #f2d6a5;
  border-color: #eeb686;
  color: #855b13;
}
.alert-warning hr {
  border-top-color: #eaa970;
}
.alert-warning .alert-link {
  color: #593d0d;
}
.alert-danger {
  background-color: #ef4753;
  border-color: #c8123d;
  color: #61090f;
}
.alert-danger hr {
  border-top-color: #b11036;
}
.alert-danger .alert-link {
  color: #330408;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f3f4f7;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #FFFFFF;
  text-align: center;
  background-color: #3070b3;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #34c049;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #607783;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #e2a336;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #bf111d;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #3070b3;
  border-color: #3070b3;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c1d7ee;
}
.list-group-item-success {
  color: #195c23;
  background-color: #92e19e;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #195c23;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #195c23;
  background-color: #7edc8c;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #195c23;
  border-color: #195c23;
}
.list-group-item-info {
  color: #566267;
  background-color: #a5b5bd;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #566267;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #566267;
  background-color: #96a9b2;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #566267;
  border-color: #566267;
}
.list-group-item-warning {
  color: #855b13;
  background-color: #f2d6a5;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #855b13;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #855b13;
  background-color: #efcc8f;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #855b13;
  border-color: #855b13;
}
.list-group-item-danger {
  color: #61090f;
  background-color: #ef4753;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #61090f;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #61090f;
  background-color: #ed303d;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #61090f;
  border-color: #61090f;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 2px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 2px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 3px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #3070b3;
}
.panel-primary > .panel-heading {
  color: #FFFFFF;
  background-color: #3070b3;
  border-color: #3070b3;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3070b3;
}
.panel-primary > .panel-heading .badge {
  color: #3070b3;
  background-color: #FFFFFF;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3070b3;
}
.panel-success {
  border-color: #3cca3a;
}
.panel-success > .panel-heading {
  color: #195c23;
  background-color: #92e19e;
  border-color: #3cca3a;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3cca3a;
}
.panel-success > .panel-heading .badge {
  color: #92e19e;
  background-color: #195c23;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3cca3a;
}
.panel-info {
  border-color: #709096;
}
.panel-info > .panel-heading {
  color: #566267;
  background-color: #a5b5bd;
  border-color: #709096;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #709096;
}
.panel-info > .panel-heading .badge {
  color: #a5b5bd;
  background-color: #566267;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #709096;
}
.panel-warning {
  border-color: #eeb686;
}
.panel-warning > .panel-heading {
  color: #855b13;
  background-color: #f2d6a5;
  border-color: #eeb686;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eeb686;
}
.panel-warning > .panel-heading .badge {
  color: #f2d6a5;
  background-color: #855b13;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #eeb686;
}
.panel-danger {
  border-color: #c8123d;
}
.panel-danger > .panel-heading {
  color: #61090f;
  background-color: #ef4753;
  border-color: #c8123d;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #c8123d;
}
.panel-danger > .panel-heading .badge {
  color: #ef4753;
  background-color: #61090f;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #c8123d;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f3f4f7;
  border: 1px solid #dee1e8;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 5px;
}
.well-sm {
  padding: 9px;
  border-radius: 2px;
}
.close,
cplace-modal-toggle-fullscreen-button {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus,
cplace-modal-toggle-fullscreen-button:hover,
cplace-modal-toggle-fullscreen-button:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close,
buttoncplace-modal-toggle-fullscreen-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #f4f4f4;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close,
.modal-header cplace-modal-toggle-fullscreen-button {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.53846154;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 605px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Roboto", Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.53846154;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Roboto", Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.53846154;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 4px 4px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767.98px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767.98px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767.98px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767.98px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767.98px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.alert {
  padding: 10px 16px;
}
.alert.alert-p > p {
  margin-bottom: 8px;
}
.alert.alert-info {
  border: none;
  border-left: 5px solid transparent;
  border-left-color: #566267;
}
.alert.alert-info a:not(.btn) {
  color: #566267;
  font-weight: bold;
}
.alert.alert-success {
  border: none;
  border-left: 5px solid transparent;
  border-left-color: #195c23;
}
.alert.alert-success a:not(.btn) {
  color: #195c23;
  font-weight: bold;
}
.alert.alert-warning {
  border: none;
  border-left: 5px solid transparent;
  border-left-color: #855b13;
}
.alert.alert-warning a:not(.btn) {
  color: #855b13;
  font-weight: bold;
}
.alert.alert-danger {
  border: none;
  border-left: 5px solid transparent;
  border-left-color: #61090f;
}
.alert.alert-danger a:not(.btn) {
  color: #61090f;
  font-weight: bold;
}
.alert > h1:first-child,
.alert > h2:first-child,
.alert > h3:first-child,
.alert > h4:first-child,
.alert > h5:first-child,
.alert > h6:first-child {
  margin-top: 0 !important;
}
.alert-dismissable .close,
.alert-dismissible .close,
.alert-dismissable cplace-modal-toggle-fullscreen-button,
.alert-dismissible cplace-modal-toggle-fullscreen-button {
  top: 0;
  right: -5px;
}
.badge {
  position: relative;
  top: -2px;
}
.badge.badge-primary {
  background: #3070b3;
  color: #FFFFFF;
}
button:hover,
.btn:hover,
button:active,
.btn:active,
button:focus,
.btn:focus,
button.active,
.btn.active,
button.focus,
.btn.focus,
button:hover:active,
.btn:hover:active,
button:active:active,
.btn:active:active,
button:focus:active,
.btn:focus:active,
button.active:active,
.btn.active:active,
button.focus:active,
.btn.focus:active,
button:hover:hover,
.btn:hover:hover,
button:active:hover,
.btn:active:hover,
button:focus:hover,
.btn:focus:hover,
button.active:hover,
.btn.active:hover,
button.focus:hover,
.btn.focus:hover {
  outline: none !important;
}
.btn:not(.btn-link) {
  border: 2px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  transition: border 0.2s, box-shadow 0.2s;
}
.btn.btn-default {
  transition: box-shadow 0.2s;
}
.btn.btn-default.active,
.btn.btn-default:active {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.btn.btn-default:focus {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn.btn-primary {
  transition: box-shadow 0.2s;
}
.btn.btn-primary.active,
.btn.btn-primary:active {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.btn.btn-primary:focus {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn.btn-success {
  transition: box-shadow 0.2s;
}
.btn.btn-success.active,
.btn.btn-success:active {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.btn.btn-success:focus {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn.btn-info {
  transition: box-shadow 0.2s;
}
.btn.btn-info.active,
.btn.btn-info:active {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.btn.btn-info:focus {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn.btn-warning {
  transition: box-shadow 0.2s;
}
.btn.btn-warning.active,
.btn.btn-warning:active {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.btn.btn-warning:focus {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn.btn-danger {
  transition: box-shadow 0.2s;
}
.btn.btn-danger.active,
.btn.btn-danger:active {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.btn.btn-danger:focus {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
}
.dropdown-menu {
  border-radius: 0;
}
.dropdown-menu > li > a {
  transition: background-color 0.2s ease, color 0.2s ease;
}
.dropdown-menu > li > a:focus {
  outline: none;
}
.dropdown-menu.multi-column {
  display: none;
  float: none;
  padding: 0;
}
.open > .dropdown-menu.multi-column {
  display: flex !important;
  min-width: 450px;
}
@media screen and (max-width: 767.98px) {
  .open > .dropdown-menu.multi-column {
    min-width: 200px;
    flex-direction: column;
  }
}
.dropdown-menu.multi-column .dropdown-menu {
  position: relative;
  display: block;
  flex: 1 0 auto;
  float: none;
  margin: 0;
  border: none;
  box-shadow: none;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-menu.multi-column .dropdown-menu:first-child {
  border-left: none;
}
@media screen and (max-width: 767.98px) {
  .dropdown-menu.multi-column .dropdown-menu {
    border-left: none;
  }
}
.input-group .input-group-btn:last-child > .btn {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.input-group.input-group-sm .input-group-btn:last-child > .btn {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.input-group.input-group-lg .input-group-btn:last-child > .btn {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
input::-ms-clear {
  display: none;
}
label {
  font-weight: normal;
}
textarea.form-control {
  resize: vertical;
}
.label {
  position: relative;
  bottom: -1px;
}
.modal {
  overflow: hidden;
}
.modal .modal-dialog {
  margin: 20px auto;
}
.modal .modal-content {
  background: none;
  border-radius: 5px;
}
.modal .modal-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.modal .modal-header h1,
.modal .modal-header h2,
.modal .modal-header h3,
.modal .modal-header h4,
.modal .modal-header h5,
.modal .modal-header h6 {
  margin: 10px 0;
}
.modal .modal-header {
  background-color: #f4f4f4;
}
.modal .modal-body {
  height: 100%;
  background-color: #f4f4f4;
}
.modal .modal-body.alert-info {
  background-color: #a5b5bd;
}
.modal .modal-body.alert-success {
  background-color: #92e19e;
}
.modal .modal-body.alert-warning {
  background-color: #f2d6a5;
}
.modal .modal-body.alert-danger {
  background-color: #ef4753;
}
.modal .modal-body:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.modal .modal-body:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.modal .modal-footer {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: 0;
}
.modal .modal-footer {
  background-color: #f4f4f4;
}
.nav-tabs,
.nav-tabs.nav-justified {
  margin-bottom: 10px;
  font-size: 14px;
}
.nav-tabs > li,
.nav-tabs.nav-justified > li,
.nav-tabs > li.open,
.nav-tabs.nav-justified > li.open {
  transition: border-bottom-color 0.2s;
  border-bottom: 1px solid transparent;
}
.nav-tabs > li > a,
.nav-tabs.nav-justified > li > a,
.nav-tabs > li.open > a,
.nav-tabs.nav-justified > li.open > a {
  padding: 5px 10px;
  color: #515151;
  transition: color 0.2s;
}
.nav-tabs > li > a,
.nav-tabs.nav-justified > li > a,
.nav-tabs > li.open > a,
.nav-tabs.nav-justified > li.open > a,
.nav-tabs > li > a:focus,
.nav-tabs.nav-justified > li > a:focus,
.nav-tabs > li.open > a:focus,
.nav-tabs.nav-justified > li.open > a:focus,
.nav-tabs > li > a:active,
.nav-tabs.nav-justified > li > a:active,
.nav-tabs > li.open > a:active,
.nav-tabs.nav-justified > li.open > a:active {
  border: 1px solid transparent;
  background-color: transparent;
}
.nav-tabs > li > a:focus,
.nav-tabs.nav-justified > li > a:focus,
.nav-tabs > li.open > a:focus,
.nav-tabs.nav-justified > li.open > a:focus,
.nav-tabs > li > a:active,
.nav-tabs.nav-justified > li > a:active,
.nav-tabs > li.open > a:active,
.nav-tabs.nav-justified > li.open > a:active {
  color: #4c4c4c;
}
.nav-tabs > li:hover,
.nav-tabs.nav-justified > li:hover,
.nav-tabs > li.open:hover,
.nav-tabs.nav-justified > li.open:hover,
.nav-tabs > li.active,
.nav-tabs.nav-justified > li.active,
.nav-tabs > li.open.active,
.nav-tabs.nav-justified > li.open.active {
  border-bottom: 1px solid #4c4c4c;
}
.nav-tabs > li:hover > a,
.nav-tabs.nav-justified > li:hover > a,
.nav-tabs > li.open:hover > a,
.nav-tabs.nav-justified > li.open:hover > a,
.nav-tabs > li.active > a,
.nav-tabs.nav-justified > li.active > a,
.nav-tabs > li.open.active > a,
.nav-tabs.nav-justified > li.open.active > a,
.nav-tabs > li:hover > a:hover,
.nav-tabs.nav-justified > li:hover > a:hover,
.nav-tabs > li.open:hover > a:hover,
.nav-tabs.nav-justified > li.open:hover > a:hover,
.nav-tabs > li.active > a:hover,
.nav-tabs.nav-justified > li.active > a:hover,
.nav-tabs > li.open.active > a:hover,
.nav-tabs.nav-justified > li.open.active > a:hover,
.nav-tabs > li:hover > a:focus,
.nav-tabs.nav-justified > li:hover > a:focus,
.nav-tabs > li.open:hover > a:focus,
.nav-tabs.nav-justified > li.open:hover > a:focus,
.nav-tabs > li.active > a:focus,
.nav-tabs.nav-justified > li.active > a:focus,
.nav-tabs > li.open.active > a:focus,
.nav-tabs.nav-justified > li.open.active > a:focus,
.nav-tabs > li:hover > a:active,
.nav-tabs.nav-justified > li:hover > a:active,
.nav-tabs > li.open:hover > a:active,
.nav-tabs.nav-justified > li.open:hover > a:active,
.nav-tabs > li.active > a:active,
.nav-tabs.nav-justified > li.active > a:active,
.nav-tabs > li.open.active > a:active,
.nav-tabs.nav-justified > li.open.active > a:active {
  border: 1px solid transparent;
  background-color: transparent;
  color: #4c4c4c;
}
.nav-tabs > li.active > a,
.nav-tabs.nav-justified > li.active > a,
.nav-tabs > li.open.active > a,
.nav-tabs.nav-justified > li.open.active > a {
  font-weight: bold;
}
.nav-tabs > li.open,
.nav-tabs.nav-justified > li.open {
  border-bottom: 1px solid #4c4c4c;
}
.nav-tabs > li.open > a,
.nav-tabs.nav-justified > li.open > a,
.nav-tabs > li.open:hover > a,
.nav-tabs.nav-justified > li.open:hover > a,
.nav-tabs > li.open.active > a,
.nav-tabs.nav-justified > li.open.active > a,
.nav-tabs > li.open > a:focus,
.nav-tabs.nav-justified > li.open > a:focus,
.nav-tabs > li.open:hover > a:focus,
.nav-tabs.nav-justified > li.open:hover > a:focus,
.nav-tabs > li.open.active > a:focus,
.nav-tabs.nav-justified > li.open.active > a:focus,
.nav-tabs > li.open > a:active,
.nav-tabs.nav-justified > li.open > a:active,
.nav-tabs > li.open:hover > a:active,
.nav-tabs.nav-justified > li.open:hover > a:active,
.nav-tabs > li.open.active > a:active,
.nav-tabs.nav-justified > li.open.active > a:active {
  color: #4c4c4c;
}
.nav-tabs > li.open .dropdown-menu,
.nav-tabs.nav-justified > li.open .dropdown-menu {
  font-size: 13px;
  margin-top: 0;
}
.navbar {
  font-size: 16px;
}
.navbar.navbar-default {
  border: none;
  border-bottom: 0px solid #e1e4ea;
}
.navbar > .container,
.navbar > .container-fluid {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex !important;
    flex-direction: row;
    align-items: center;
  }
  .navbar > .container .navbar-form,
  .navbar > .container-fluid .navbar-form {
    margin: 0;
  }
  .navbar > .container .navbar-btn,
  .navbar > .container-fluid .navbar-btn {
    margin: 0 15px;
  }
  .navbar > .container .navbar-btn + .navbar-btn,
  .navbar > .container-fluid .navbar-btn + .navbar-btn {
    margin-left: 0;
  }
  .navbar > .container .navbar-nav,
  .navbar > .container-fluid .navbar-nav {
    float: none;
  }
  .navbar > .container .navbar-left,
  .navbar > .container-fluid .navbar-left {
    margin-left: 0;
  }
  .navbar > .container .navbar-right,
  .navbar > .container-fluid .navbar-right {
    float: none;
    justify-self: flex-end;
    margin-left: auto;
    margin-right: 0;
  }
}
.navbar > .container .navbar-header,
.navbar > .container-fluid .navbar-header {
  margin: 0;
}
.navbar > .container .navbar-collapse,
.navbar > .container-fluid .navbar-collapse {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .navbar > .container .navbar-collapse,
  .navbar > .container-fluid .navbar-collapse {
    flex: 1 1 auto;
  }
}
@media screen and (min-width: 768px) {
  .navbar > .container .navbar-collapse,
  .navbar > .container-fluid .navbar-collapse {
    display: flex !important;
    flex-direction: row;
    align-items: center;
  }
  .navbar > .container .navbar-collapse .navbar-form,
  .navbar > .container-fluid .navbar-collapse .navbar-form {
    margin: 0;
  }
  .navbar > .container .navbar-collapse .navbar-btn,
  .navbar > .container-fluid .navbar-collapse .navbar-btn {
    margin: 0 15px;
  }
  .navbar > .container .navbar-collapse .navbar-btn + .navbar-btn,
  .navbar > .container-fluid .navbar-collapse .navbar-btn + .navbar-btn {
    margin-left: 0;
  }
  .navbar > .container .navbar-collapse .navbar-nav,
  .navbar > .container-fluid .navbar-collapse .navbar-nav {
    float: none;
  }
  .navbar > .container .navbar-collapse .navbar-left,
  .navbar > .container-fluid .navbar-collapse .navbar-left {
    margin-left: 0;
  }
  .navbar > .container .navbar-collapse .navbar-right,
  .navbar > .container-fluid .navbar-collapse .navbar-right {
    float: none;
    justify-self: flex-end;
    margin-left: auto;
    margin-right: 0;
  }
}
.navbar .navbar-nav > li > .dropdown-menu {
  margin-top: -5px;
}
.panel-title > a {
  display: block;
}
.table thead td,
.table thead th {
  background-color: #f5f5f5;
  background-clip: padding-box;
}
.table > tbody + tbody {
  border-top: none;
}
blockquote {
  border: 1px solid #e1e4ea;
  border-left-width: 5px;
}
blockquote.blockquote-reverse {
  border-left: 1px solid #e1e4ea;
}
pre {
  word-break: normal;
}
a:focus {
  outline: none;
}
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.fast {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-moz-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.animated.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.animated.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.animated.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }
  10%,
  20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-o-keyframes tada {
  0% {
    -o-transform: scale(1);
  }
  10%,
  20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.animated.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.animated.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.animated.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.animated.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.animated.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.animated.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.animated.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.animated.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animated.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animated.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animated.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animated.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.animated.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.animated.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.animated.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.animated.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.animated.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.animated.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.animated.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.animated.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.animated.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slideInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes slideInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  -moz-animation-name: slideInDown;
  -o-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slideInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes slideInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  -moz-animation-name: slideInLeft;
  -o-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slideInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes slideInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  -moz-animation-name: slideInRight;
  -o-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes slideOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes slideOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  -moz-animation-name: slideOutLeft;
  -o-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes slideOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes slideOutRight {
  0% {
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  -moz-animation-name: slideOutRight;
  -o-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes slideOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes slideOutUp {
  0% {
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  -moz-animation-name: slideOutUp;
  -o-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.animated.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.animated.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.animated.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.animated.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.animated.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}
@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.animated.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.animated.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.animated.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.animated.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.animated.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.animated.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.animated.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animated.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animated.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.animated.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.animated.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.animated.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.animated.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.animated.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.animated.lightSpeedIn {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: 0.5s;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.animated.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.animated.lightSpeedOut {
  -webkit-animation-duration: .25s;
  -moz-animation-duration: .25s;
  -o-animation-duration: .25s;
  animation-duration: 0.25s;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -moz-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity 0.15s linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.bootstrap-growl {
  margin-top: -20px !important;
  right: 0 !important;
  min-height: 50px;
  height: auto;
  width: 100% !important;
  opacity: 0.95;
  font-size: 16px;
  padding-top: 16px !important;
  text-align: center;
  border-left: 0;
  border-bottom-width: 4px !important;
}
.bootstrap-tagsinput {
  display: block;
  width: 100%;
  min-height: 32px;
  padding: 1px 3px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 0;
}
.bootstrap-tagsinput > span {
  border-radius: 0px !important;
  font-weight: normal;
  padding: 3px 28px 4px 8px;
  font-size: 13px;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: auto !important;
  max-width: inherit;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  color: #FFF;
  position: relative;
  margin: 3px 0 3px 2px;
  display: inline-block;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  display: block;
  top: -1px;
  right: 0px;
  padding: 3px 4px 3px 5px;
  width: 23px;
  height: 22px;
  position: absolute;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  background: rgba(0, 0, 0, 0.3);
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "\f057";
  font-family: fontAwesome;
  padding: 2px 1px;
  line-height: 17px;
  font-size: 15px;
  text-align: center;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.CodeMirror {
  height: auto;
  min-height: 12em;
  border: 1px solid #DADFE3;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.CodeMirror .CodeMirror-foldmarker {
  color: #536079;
  font-size: 1.2em;
  background-color: rgba(134, 147, 172, 0.4);
  line-height: .3;
  cursor: pointer;
  padding: 0 .2em;
}
.CodeMirror .CodeMirror-sizer {
  min-height: 12em !important;
}
.CodeMirror .CodeMirror-foldgutter {
  width: .7em;
}
.CodeMirror .CodeMirror-foldgutter-open,
.CodeMirror .CodeMirror-foldgutter-folded {
  cursor: pointer;
}
.CodeMirror .CodeMirror-foldgutter-open:after {
  content: "\25BE";
}
.CodeMirror .CodeMirror-foldgutter-folded:after {
  content: "\25B8";
}
.CodeMirror .cm-cplacejs {
  color: #0078BD;
}
.colorpicker {
  z-index: 1050;
}
/*!
 * Colorpicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url("../img/saturation.png");
  cursor: crosshair;
  float: left;
}
.colorpicker-saturation i {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #000;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}
.colorpicker-saturation i b {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
}
.colorpicker-hue,
.colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}
.colorpicker-hue i,
.colorpicker-alpha i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}
.colorpicker-hue {
  background-image: url("../img/hue.png");
}
.colorpicker-alpha {
  background-image: url("../img/alpha.png");
  display: none;
}
.colorpicker {
  top: 0;
  left: 0;
  padding: 4px;
  min-width: 120px;
  margin-top: 1px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.colorpicker:before,
.colorpicker:after {
  content: " ";
  display: table;
}
.colorpicker:after {
  clear: both;
}
.colorpicker:before,
.colorpicker:after {
  content: " ";
  display: table;
}
.colorpicker:after {
  clear: both;
}
.colorpicker: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;
}
.colorpicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.colorpicker div {
  position: relative;
}
.colorpicker.alpha {
  min-width: 140px;
}
.colorpicker.alpha .colorpicker-alpha {
  display: block;
}
.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-image: url("../img/alpha.png");
  background-position: 0 100%;
}
.colorpicker-color div {
  height: 10px;
}
.input-append.color .add-on i,
.input-prepend.color .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.d3-tip {
  line-height: 1;
  padding: 7px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 3px;
  pointer-events: none;
  font-size: 12px;
}
.d3-tip strong {
  display: inline-block;
  width: 35px;
}
/* Creates a small triangle extender for the tooltip */
.d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  position: absolute;
  pointer-events: none;
}
/* Northward tooltips */
.d3-tip.n:after {
  content: "\25BC";
  margin: -4px 0 0 0;
  top: 100%;
  left: 0;
  text-align: center;
}
/* Eastward tooltips */
.d3-tip.e:after {
  content: "\25C0";
  margin: -4px 0 0 0;
  top: 50%;
  left: -8px;
}
/* Southward tooltips */
.d3-tip.s:after {
  content: "\25B2";
  margin: 0 0 1px 0;
  top: -8px;
  left: 0;
  text-align: center;
}
/* Westward tooltips */
.d3-tip.w:after {
  content: "\25B6";
  margin: -4px 0 0 -1px;
  top: 50%;
  left: 100%;
}
/*
 * Copyright 2018, collaboration Factory AG. All rights reserved.
 */
.ui-widget {
  font-family: "Roboto", Arial, Helvetica, Sans-Serif;
  font-size: 13px;
}
.ui-sortable,
.ui-draggable {
  -ms-touch-action: none !important;
}
.ui-autocomplete.ui-menu {
  padding: 0;
  overflow-y: auto;
  border-color: rgba(0, 0, 0, 0.15);
  background: #FFFFFF;
  font-family: "Roboto", Arial, Helvetica, Sans-Serif;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.ui-autocomplete.ui-menu.ui-corner-all {
  border-radius: 0px;
}
.cplace-quick-search-wrapper .ui-autocomplete.ui-menu {
  z-index: 1040 !important;
}
.ui-autocomplete.ui-menu .cplace-search-result-hit-count {
  padding: 5px 5px;
  line-height: 2em;
  text-align: right;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  color: #4c4c4c;
}
.ui-autocomplete.ui-menu .cplace-search-result-hit-count button {
  margin-left: 12px;
}
.ui-autocomplete.ui-menu .cplace-search-result-hit-count button.pull-left {
  margin-left: 0;
  margin-right: 12px;
}
.ui-autocomplete.ui-menu .cplace-search-result-hit-count .apply {
  padding-left: 10px;
  padding-right: 10px;
}
.ui-autocomplete.ui-menu .ui-menu-item {
  word-break: break-word;
  list-style-image: none;
  border: none;
}
.ui-autocomplete.ui-menu .ui-menu-item.ui-corner-all {
  border-radius: 0;
}
.ui-autocomplete.ui-menu .ui-menu-item.ui-state-focus {
  border: none;
  color: #FFFFFF;
  background: transparent;
}
.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-focus {
  white-space: normal;
}
.ui-autocomplete.ui-menu .ui-menu-item > a.cplace-autocomplete-hit-result {
  padding: 3px 20px;
  border: none;
  color: #4c4c4c;
  cursor: pointer;
}
.ui-autocomplete.ui-menu .ui-menu-item > a.cplace-autocomplete-hit-result.ui-corner-all {
  border-radius: 0;
}
.ui-autocomplete.ui-menu .ui-menu-item > a.cplace-autocomplete-hit-result.ui-state-focus {
  margin: 0;
  color: #FFFFFF;
  background: #5c96d3;
}
.ui-autocomplete.ui-menu .ui-menu-item > a.cplace-autocomplete-hit-result.ui-state-focus .cplace-autocomplete-hit-disambiguation {
  color: #FFFFFF;
}
.ui-autocomplete.ui-menu .ui-menu-item > a.cplace-autocomplete-hit-result .cplace-autocomplete-hit-disambiguation {
  color: #3070b3;
}
html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
html {
  overflow: hidden !important;
  background: none;
}
body {
  padding-top: 60px;
  direction: ltr;
}
body.nooverflow {
  height: 100%;
}
body.x-body {
  overflow: initial !important;
}
body.x-body > #cplace-pjax-content-wrapper {
  overflow: auto;
}
#cplace-pjax-content-wrapper,
#cplace-pjax-content-inner-wrapper,
#cplace-main {
  height: 100%;
}
#cplace-pjax-content-inner-wrapper {
  overflow: hidden;
}
div[cplace-pjax-content] > nav {
  margin-top: 60px;
}
#cplace.has-custom-content-header #cplace-main {
  overflow: auto !important;
}
#cplace.has-custom-content-header #cplace-main #cplace-content {
  display: flex;
  flex-direction: column;
}
#cplace.has-custom-content-header #cplace-main #cplace-content #hui-top-navigation-bar {
  height: 0;
  border-bottom: none;
  position: fixed;
}
#cplace.has-custom-content-header #cplace-main #cplace-content #page-content-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}
#cplace.has-custom-content-header #cplace-main #cplace-content #page-content-wrapper > .container-fluid {
  flex: 1;
  width: 100%;
  margin-top: 0;
}
#cplace-main {
  position: relative;
  display: block;
  padding-left: 0;
  height: 100%;
  transition: all 0.5s ease;
}
.no-sidebar #cplace-main {
  margin-left: 0;
}
#cplace-content {
  position: relative;
  min-height: 100%;
}
#cplace-content > .tab-content {
  margin-bottom: 10px;
}
.cplace-inner-content {
  padding-top: 16px;
}
#cplace-footer {
  line-height: 26px;
  text-align: center;
  border-top: 1px solid #eeeeee;
  width: 100%;
}
#cplace-pjax-content-loading-indicator {
  display: none;
  overflow: hidden;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 2;
}
#cplace-pjax-content-loading-indicator ul {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  margin: 0;
  padding: 0;
}
#cplace-pjax-content-loading-indicator li {
  background-color: #548ac2;
  border-radius: 5px;
  display: inline-block;
  margin: 7px;
  height: 20px;
  width: 20px;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  border: 1px solid #25578b;
}
#cplace-pjax-content-loading-indicator li:nth-child(1) {
  animation-name: cominion-scale-small;
  animation-delay: 0s;
}
#cplace-pjax-content-loading-indicator li:nth-child(2) {
  animation-name: cominion-scale-big;
  background-color: #3070b3;
  animation-delay: 0s;
}
#cplace-pjax-content-loading-indicator li:nth-child(3) {
  animation-name: cominion-scale-small;
  background-color: #427dba;
  animation-delay: 0.2s;
}
@keyframes cominion-scale-small {
  20% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.25);
  }
  60% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes cominion-scale-big {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.5);
  }
  70% {
    transform: scale(1.5);
  }
  90% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes cominion-scale-small {
  20% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.25);
  }
  60% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes cominion-scale-big {
  0% {
    -webkit-transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.5);
  }
  70% {
    -webkit-transform: scale(1.5);
  }
  90% {
    -webkit-transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
/*
    Styling for widget layout (e.g. on Page / TypeDefinition)
 */
.cplace-jarviswidget-layout-row article.sortable-grid {
  min-height: 30px;
}
.cplace-dummy-configuration-layout h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cplace-dummy-configuration-layout .cplace-jarviswidget-layout-row {
  padding: 5px 10px;
  margin-bottom: 6px;
  border: 1px solid #687898;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #dee1e8;
  background-image: -webkit-linear-gradient(top, #dee1e8, #f0f2f5);
  background-image: -moz-linear-gradient(top, #dee1e8, #f0f2f5);
  background-image: -o-linear-gradient(top, #dee1e8, #f0f2f5);
  background-image: -ms-linear-gradient(top, #dee1e8, #f0f2f5);
  background-image: linear-gradient(top, #dee1e8, #f0f2f5);
}
.cplace-dummy-configuration-layout .cplace-jarviswidget-layout-row .cplace-dummy-layout-icon-button {
  padding: 0.5em 1.1em 0.4em;
}
.cplace-dummy-configuration-layout .cplace-jarviswidget-layout-row .cplace-dummy-layout-actions {
  text-align: right;
  margin-bottom: 6px;
}
.cplace-dummy-configuration-layout .cplace-jarviswidget-layout-row > .container-fluid > .row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.cplace-dummy-configuration-layout .cplace-jarviswidget-layout-row .cplace-widgets-article-dummy-layout,
.cplace-dummy-configuration-layout .cplace-jarviswidget-layout-row > .additional-row {
  display: flex;
  flex-direction: column;
  padding: 12px 12px;
  background-color: #ffffff;
  border: 1px solid #8693ac;
}
.cplace-dummy-configuration-layout .cplace-jarviswidget-layout-row .cplace-widgets-article-dummy-layout.sortable-grid,
.cplace-dummy-configuration-layout .cplace-jarviswidget-layout-row > .additional-row.sortable-grid {
  padding-bottom: 24px;
}
.cplace-dummy-configuration-layout .cplace-jarviswidget-layout-row .cplace-widgets-article-dummy-layout .add-widget,
.cplace-dummy-configuration-layout .cplace-jarviswidget-layout-row > .additional-row .add-widget {
  position: absolute;
  left: 50%;
  bottom: 9px;
  transform: translate(-50%);
}
.cplace-dummy-configuration-layout .cplace-jarviswidget-layout-row .cplace-widgets-article-dummy-layout .add-widget a,
.cplace-dummy-configuration-layout .cplace-jarviswidget-layout-row > .additional-row .add-widget a {
  opacity: 0.1;
  cursor: pointer;
  color: #FFFFFF;
  transition: opacity 0.2s, background-color 0.2s;
}
.cplace-dummy-configuration-layout .cplace-jarviswidget-layout-row .cplace-widgets-article-dummy-layout:hover .add-widget a,
.cplace-dummy-configuration-layout .cplace-jarviswidget-layout-row > .additional-row:hover .add-widget a {
  opacity: 0.5;
}
.cplace-dummy-configuration-layout .cplace-jarviswidget-layout-row .cplace-widgets-article-dummy-layout:hover .add-widget a:hover,
.cplace-dummy-configuration-layout .cplace-jarviswidget-layout-row > .additional-row:hover .add-widget a:hover {
  opacity: 1;
  background-color: #2e6bab;
}
.cplace-dummy-configuration-layout .cplace-jarviswidget-layout-row.ui-draggable {
  min-width: 200px !important;
}
.cplace-dummy-configuration-layout .cplace-page-layout-dummy-rows {
  margin-bottom: 6px;
}
.cplace-dummy-configuration-layout .cplace-page-layout-dummy-rows > div {
  margin-bottom: 5px;
}
.cplace-dummy-configuration-layout .cplace-page-layout-dummy-rows > div:first-child {
  margin-bottom: 0;
}
.cplace-dummy-configuration-layout .cplace-page-layout-dummy-rows .cplace-jarviswidget-layout-row {
  margin: 0;
  padding: 5px;
  z-index: 1;
}
.cplace-dummy-configuration-layout .cplace-page-layout-dummy-rows .cplace-jarviswidget-layout-row.ui-draggable.ui-draggable-dragging.ui-sortable-helper {
  height: auto !important;
}
.cplace-dummy-configuration-layout .cplace-page-layout-dummy-rows .cplace-jarviswidget-layout-row .additional-row.sortable-grid {
  padding: 5px;
  cursor: grab;
}
.cplace-dummy-configuration-layout .cplace-page-layout-dummy-rows .cplace-jarviswidget-layout-row .additional-row.sortable-grid:active {
  cursor: grabbing;
}
.cplace-dummy-configuration-layout .cplace-page-layout-dummy-rows .cplace-jarviswidget-layout-row .additional-row.sortable-grid[data-proportion]:before {
  text-align: center;
  color: #8693ac;
}
.cplace-dummy-configuration-layout .cplace-page-layout-dummy-rows .cplace-jarviswidget-layout-row .additional-row.sortable-grid[data-proportion="12"]:before {
  content: '1';
}
.cplace-dummy-configuration-layout .cplace-page-layout-dummy-rows .cplace-jarviswidget-layout-row .additional-row.sortable-grid[data-proportion="9"]:before {
  content: '3/4';
}
.cplace-dummy-configuration-layout .cplace-page-layout-dummy-rows .cplace-jarviswidget-layout-row .additional-row.sortable-grid[data-proportion="8"]:before {
  content: '2/3';
}
.cplace-dummy-configuration-layout .cplace-page-layout-dummy-rows .cplace-jarviswidget-layout-row .additional-row.sortable-grid[data-proportion="6"]:before {
  content: '1/2';
}
.cplace-dummy-configuration-layout .cplace-page-layout-dummy-rows .cplace-jarviswidget-layout-row .additional-row.sortable-grid[data-proportion="4"]:before {
  content: '1/3';
}
.cplace-dummy-configuration-layout .cplace-page-layout-dummy-rows .cplace-jarviswidget-layout-row .additional-row.sortable-grid[data-proportion="3"]:before {
  content: '1/4';
}
ul.jqtree-tree ul.jqtree_common ul {
  margin-left: 13px;
}
ul.jqtree-tree ul.jqtree_common ul a {
  margin-left: -13px;
  margin-right: 13px;
}
ul.jqtree-tree ul.jqtree_common ul ul {
  margin-left: 13px;
}
ul.jqtree-tree ul.jqtree_common ul ul a {
  margin-left: -26px;
  margin-right: 26px;
}
ul.jqtree-tree ul.jqtree_common ul ul ul {
  margin-left: 13px;
}
ul.jqtree-tree ul.jqtree_common ul ul ul a {
  margin-left: -39px;
  margin-right: 39px;
}
ul.jqtree-tree ul.jqtree_common ul ul ul ul {
  margin-left: 13px;
}
ul.jqtree-tree ul.jqtree_common ul ul ul ul a {
  margin-left: -52px;
  margin-right: 52px;
}
ul.jqtree-tree ul.jqtree_common ul ul ul ul ul {
  margin-left: 13px;
}
ul.jqtree-tree ul.jqtree_common ul ul ul ul ul a {
  margin-left: -65px;
  margin-right: 65px;
}
ul.jqtree-tree ul.jqtree_common ul ul ul ul ul ul {
  margin-left: 13px;
}
ul.jqtree-tree ul.jqtree_common ul ul ul ul ul ul a {
  margin-left: -78px;
  margin-right: 78px;
}
ul.jqtree-tree ul.jqtree_common ul ul ul ul ul ul ul {
  margin-left: 13px;
}
ul.jqtree-tree ul.jqtree_common ul ul ul ul ul ul ul a {
  margin-left: -91px;
  margin-right: 91px;
}
.minified ul.jqtree-tree ul.jqtree_common ul {
  margin-left: 0px;
}
.minified ul.jqtree-tree ul.jqtree_common ul a {
  margin-left: 0px;
  margin-right: 0px;
}
.minified ul.jqtree-tree ul.jqtree_common ul ul {
  margin-left: 0px;
}
.minified ul.jqtree-tree ul.jqtree_common ul ul a {
  margin-left: 0px;
  margin-right: 0px;
}
.minified ul.jqtree-tree ul.jqtree_common ul ul ul {
  margin-left: 0px;
}
.minified ul.jqtree-tree ul.jqtree_common ul ul ul a {
  margin-left: 0px;
  margin-right: 0px;
}
.minified ul.jqtree-tree ul.jqtree_common ul ul ul ul {
  margin-left: 0px;
}
.minified ul.jqtree-tree ul.jqtree_common ul ul ul ul a {
  margin-left: 0px;
  margin-right: 0px;
}
.minified ul.jqtree-tree ul.jqtree_common ul ul ul ul ul {
  margin-left: 0px;
}
.minified ul.jqtree-tree ul.jqtree_common ul ul ul ul ul a {
  margin-left: 0px;
  margin-right: 0px;
}
ul.jqtree-tree ul.jqtree_common .dropdown a {
  margin-left: 0px;
  margin-right: 0px;
}
/*
 * Copyright 2018, collaboration Factory AG. All rights reserved.
 */
.nanobar {
  height: 2px;
  background-color: transparent;
}
.nanobar .bar {
  background-color: #3070b3;
}
body.cf-cplace-export-widget-as-image-print .nanobar {
  display: none;
}
/*
 * Copyright 2018, collaboration Factory AG. All rights reserved.
 */
/** Nanoscroller **/
.nano {
  position: relative;
  overflow: hidden;
}
.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: -20px;
  bottom: 0;
  left: 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane {
  display: block;
  background: rgba(223, 234, 246, 0.15);
  position: absolute;
  width: 10px;
  left: 0;
  top: 0;
  bottom: 0;
  visibility: hidden \9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.nano > .nano-pane > .nano-slider {
  background: rgba(223, 234, 246, 0.5);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
  visibility: visible \9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}
/*
    Specific classes that allow to hide/show content specifically inside a tooltip
 */
.tooltipstered .visible-cplace-tooltipster {
  display: none;
}
.tooltipster-content .hidden-cplace-tooltipster {
  display: none;
}
.tooltipster-content .visible-cplace-tooltipster {
  display: block;
}
/*
    Overrides tooltipster styling to use our own LESS variables
 */
.tooltipster-sidetip.tooltipster-light .tooltipster-box {
  border-radius: 2px;
  border: 1px solid #709096;
  background: #a5b5bd;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.tooltipster-sidetip.tooltipster-light .tooltipster-content {
  color: #566267;
  font-family: "Roboto", Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  line-height: 1.25em;
  padding: 0.6em 0.8em;
}
.tooltipster-sidetip.tooltipster-light .tooltipster-content .tooltip-image-holder {
  display: flex;
  width: 100%;
  justify-content: center;
}
.tooltipster-sidetip.tooltipster-light .tooltipster-content .tooltip-image-holder .tooltip-image {
  height: 266px;
  width: auto;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #a5b5bd;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #709096;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #a5b5bd;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #709096;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #a5b5bd;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #709096;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #a5b5bd;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #709096;
}
/*
    A white background theme that adds to the light theme.
 */
.tooltipster-sidetip.tooltipster-light.tooltipster-light-white .tooltipster-box {
  background: #FFFFFF;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-light-white .tooltipster-content {
  background: #FFFFFF;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-light-white.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #FFFFFF;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-light-white.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #FFFFFF;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-light-white.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #FFFFFF;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-light-white.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #FFFFFF;
}
/**
    Class to easily add same padding as typical .widget-body
 */
.cplace-widget-padding {
  padding: 10px;
}
body.cf-cplace-export-widget-as-image-print .jarviswidget > header {
  display: none;
}
body.cf-cplace-export-widget-as-image-print .jarviswidget {
  border: none;
  box-shadow: none;
}
body.cf-cplace-export-widget-as-image-print #jarviswidget-fullscreen-mode {
  background-color: #FFFFFF;
}
body.cf-cplace-export-widget-as-image-print #tr-right-panel {
  box-shadow: none;
}
body.nooverflow {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.jarviswidget {
  position: relative;
  margin: 0 0 15px 0;
  padding: 0;
  border-radius: 0px;
  border: 1px solid #dcdcdc;
}
.jarviswidget.widget-no-frame {
  border: none;
  box-shadow: none;
}
.jarviswidget > header {
  display: flex;
  position: relative;
  width: 100%;
  height: 34px;
  line-height: 40px;
  padding: 0;
  overflow: hidden;
  color: #4c4c4c;
  background-color: #f5f5f5;
  border-bottom: 1px solid #dcdcdc;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.jarviswidget > header:hover {
  background-color: #f0f0f0;
}
.jarviswidget > header h2 {
  flex: 1 1 auto;
  height: 100%;
  margin: 0 0 0 10px;
  line-height: 34px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jarviswidget > header .jarviswidget-ctrls {
  display: flex;
  flex: 0 0 auto;
  padding: 0;
  margin: 0;
  border-top-right-radius: 0px;
  background-color: #f5f5f5;
}
.jarviswidget > header .jarviswidget-ctrls .button-icon {
  flex: 0 0 auto;
  height: 34px;
  line-height: 34px;
  min-width: 34px;
  padding: 0;
  margin: 0;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-family: "Roboto", Arial, Helvetica, Sans-Serif;
  cursor: pointer;
  color: #4c4c4c;
}
.jarviswidget > header .jarviswidget-ctrls .button-icon:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.jarviswidget .widget-loading-indicator {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(245, 245, 245, 0.5);
}
.jarviswidget .widget-loading-indicator span {
  flex: 0 0 auto;
  line-height: 50px;
  font-size: 30px;
}
.jarviswidget .widget-body {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: auto;
  background-color: #FFFFFF !important;
  border: none;
  border-radius: 0 0 0px 0px;
  min-height: 100px;
  font-size: 13px;
  padding: 10px;
}
.jarviswidget .widget-body.widget-padding-none {
  padding: 0;
}
.jarviswidget .widget-body > table {
  margin-bottom: 0;
}
.jarviswidget .widget-body .cplace-no-padding-widget-sub-row {
  padding: 10px 10px 5px 10px;
}
.jarviswidget .row {
  margin-left: -10px;
  margin-right: -10px;
}
.jarviswidget .widget-height-utils {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.jarviswidget .widget-height-utils .widget-height-resizer {
  height: 2px;
  background: #cfcfcf;
  cursor: ns-resize;
}
.jarviswidget .widget-height-utils .widget-height-buttons {
  display: none;
  position: absolute;
  right: -1px;
  z-index: 200;
  border: 1px solid #cfcfcf;
  border-top: none;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  font-size: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.jarviswidget .widget-height-utils .widget-height-buttons a {
  display: inline-block;
  padding: 0 7px;
  font-size: 12px;
  line-height: 25px;
  color: #4c4c4c;
  background: #f5f5f5;
}
.jarviswidget .widget-height-utils .widget-height-buttons a:first-child {
  border-bottom-left-radius: 2px;
}
.jarviswidget .widget-height-utils .widget-height-buttons a:last-child {
  border-bottom-right-radius: 2px;
}
.jarviswidget .widget-height-utils .widget-height-buttons a:hover,
.jarviswidget .widget-height-utils .widget-height-buttons a:focus,
.jarviswidget .widget-height-utils .widget-height-buttons a:active {
  text-decoration: none;
  background: #cfcfcf;
  color: #000000;
}
.jarviswidget .widget-height-utils .widget-height-buttons a + a {
  border-left: 1px solid #cfcfcf;
}
.jarviswidget .widget-height-utils:hover:not(.resizing) .widget-height-buttons {
  display: block;
}
#jarviswidget-fullscreen-mode .jarviswidget .widget-height-utils:hover:not(.resizing) .widget-height-buttons {
  display: none;
}
.jarviswidget.jarviswidget-collapsed > header {
  border-radius: 0px;
}
.jarviswidget.jarviswidget-collapsed > header > .jarviswidget-ctrls {
  border-bottom-right-radius: 0px;
}
.jarviswidget-placeholder {
  min-height: 100px;
  margin-bottom: 28px;
  padding: 0;
  border: 1px dotted #3070b3;
  border-radius: 0px;
  background-color: rgba(43, 99, 159, 0.1);
  background-image: -webkit-linear-gradient(top, rgba(43, 99, 159, 0.1), rgba(53, 125, 199, 0.1));
  background-image: -moz-linear-gradient(top, rgba(43, 99, 159, 0.1), rgba(53, 125, 199, 0.1));
  background-image: -o-linear-gradient(top, rgba(43, 99, 159, 0.1), rgba(53, 125, 199, 0.1));
  background-image: -ms-linear-gradient(top, rgba(43, 99, 159, 0.1), rgba(53, 125, 199, 0.1));
  background-image: linear-gradient(top, rgba(43, 99, 159, 0.1), rgba(53, 125, 199, 0.1));
}
#jarviswidget-fullscreen-mode {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1032;
  background: #f5f5f5;
}
#jarviswidget-fullscreen-mode > .jarviswidget {
  margin: 0;
}
#jarviswidget-fullscreen-mode > .jarviswidget > header {
  cursor: default;
  border-radius: 0;
}
#jarviswidget-fullscreen-mode > .jarviswidget > div {
  overflow-y: auto;
  border-radius: 0;
}
#jarviswidget-fullscreen-mode > .jarviswidget .widget-height-utils {
  display: none;
}
.ui-sortable .jarviswidget.jarviswidget-sortable > header {
  cursor: move;
}
html.modal-open {
  overflow: hidden;
}
.modal.tricia-modal-large .modal-dialog {
  width: 970px;
  max-width: 90%;
}
.modal.tricia-modal-medium .modal-dialog {
  width: 792px;
  max-width: 90%;
}
.modal.modal-fullscreen .modal-dialog {
  margin: 0 auto;
  width: 100%;
}
.modal.modal-fullscreen .modal-dialog .modal-content {
  background: #f4f4f4;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal.modal-fullscreen .modal-dialog .modal-content .modal-header button.close,
.modal.modal-fullscreen .modal-dialog .modal-content .modal-header buttoncplace-modal-toggle-fullscreen-button {
  font-size: 40px;
}
.modal.modal-fullscreen .modal-dialog .modal-content .modal-header button.close .close-esc,
.modal.modal-fullscreen .modal-dialog .modal-content .modal-header buttoncplace-modal-toggle-fullscreen-button .close-esc {
  display: block;
  margin-top: -6px;
  font-size: 14px;
}
.modal.modal-fullscreen .modal-dialog .modal-content .modal-header,
.modal.modal-fullscreen .modal-dialog .modal-content .modal-body,
.modal.modal-fullscreen .modal-dialog .modal-content .modal-footer {
  padding-left: 50px;
  padding-right: 50px;
}
.modal.cplace-modal-fixed {
  display: block;
  position: fixed;
}
.modal.cplace-modal-fixed .modal-header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.modal.cplace-modal-fixed .modal-header > .cplace-responsive-logo {
  flex: 0 0 auto;
  margin-left: 0.5em;
}
@media screen and (max-width: 767.98px) {
  .modal.cplace-modal-fixed .modal-header > .cplace-responsive-logo {
    max-width: 40%;
  }
}
.modal.cplace-modal-fixed .modal-header h1,
.modal.cplace-modal-fixed .modal-header h2,
.modal.cplace-modal-fixed .modal-header h3,
.modal.cplace-modal-fixed .modal-header h4,
.modal.cplace-modal-fixed .modal-header h5,
.modal.cplace-modal-fixed .modal-header h6 {
  flex: 1 1 auto;
}
.modal:not(.cplace-modal-fixed):not(.modal-fullscreen) .modal-header:hover {
  cursor: move;
}
.modal .modal-header h1.tooltipstered {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.4;
}
.modal .modal-header button.close,
.modal .modal-header buttoncplace-modal-toggle-fullscreen-button {
  font-size: 22px;
}
.modal .modal-header button.close .close-esc,
.modal .modal-header buttoncplace-modal-toggle-fullscreen-button .close-esc {
  display: block;
  margin-top: -3px;
  font-size: 12px;
}
.modal .modal-fixed-sub-header-in-modal-body {
  padding: 10px 0;
}
.modal .tricia-specify-search-wrapper .search-results h4 {
  font-size: 1.2em;
}
.modal .tricia-ajax-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url('../icons/load.gif') 50% 50% no-repeat;
}
/*
    Widget Light is a lightweight collapsible component with a simple header
 */
.cplace-widget-light {
  margin: 10px 0;
}
.cplace-widget-light header {
  height: 19.5px;
  line-height: 19.5px;
}
.cplace-widget-light header::after {
  display: block;
  content: '';
  padding-top: 9.75px;
  border-bottom: 1px solid #8693ac;
  overflow: hidden;
}
.cplace-widget-light header h2.cplace-widget-light-toggle-button {
  float: left;
  height: 100%;
  margin: 0;
  padding-right: 10px;
  line-height: 19.5px;
  letter-spacing: 0;
  font-size: inherit;
  font-weight: bold;
  cursor: pointer;
}
.cplace-widget-light .cplace-widget-light-content {
  position: relative;
  margin-top: 10px;
  padding: 0 10px 0 19.5px;
}
.cplace-widget-light .row.cplace-no-padding-widget-sub-row {
  padding: 0 0 5px 0;
}
/**
    Wraps the complete control IFF a label is shown.
 */
.cplace-control-group {
  margin: 0.5em 0;
  min-height: 30px;
  max-width: 750px;
}
.cplace-control-group > .control-label {
  text-align: right;
  font-weight: normal;
}
.cplace-control-group.single-column {
  max-width: none;
}
.cplace-control-group.single-column.editing {
  margin-top: 0;
  margin-bottom: 0;
}
.cplace-control-group.single-column > label {
  margin-bottom: 0.5em;
  font-weight: bold;
  text-align: left;
}
.cplace-control-group .cplace-control-required {
  display: none;
}
.cplace-control-group.editing .cplace-control-required {
  display: inline;
}
/**
    Wraps the element's displayed value where the cplaceControl directive resides. Always present when using the show() function
    for an attribute in a template.
 */
.cplace-control-wrapper {
  padding: 5px;
  background-color: rgba(230, 230, 230, 0.25);
  word-wrap: break-word;
}
.cplace-control-wrapper:hover,
.cplace-control-wrapper.cplace-control-editing,
.cplace-control-wrapper.cf-cplace-validation-highlighted {
  position: relative;
}
.cplace-control-wrapper.read-only {
  background-color: rgba(191, 191, 191, 0.25);
}
.cplace-control-wrapper.cplace-control-editing,
.table .cplace-control-wrapper,
.cplace-load-job-view-content-wrapper .cplace-control-wrapper,
.cplace-control-wrapper[data-control-type$='richString'],
.cplace-control-wrapper[data-control-type$='builtin/cplaceJSScript'],
.cplace-control-wrapper[data-control-type$='tags'] {
  padding: 0;
}
.cplace-control-wrapper.cplace-control-editing,
.table .cplace-control-wrapper,
.cplace-load-job-view-content-wrapper .cplace-control-wrapper,
.cplace-control-wrapper[data-control-type$='richString'],
.cplace-control-wrapper[data-control-type$='builtin/cplaceJSScript'],
.cplace-control-wrapper[data-control-type$='tags'],
.cplace-control-wrapper.cplace-control-editing.read-only,
.table .cplace-control-wrapper.read-only,
.cplace-load-job-view-content-wrapper .cplace-control-wrapper.read-only,
.cplace-control-wrapper[data-control-type$='richString'].read-only,
.cplace-control-wrapper[data-control-type$='builtin/cplaceJSScript'].read-only,
.cplace-control-wrapper[data-control-type$='tags'].read-only {
  background-color: transparent;
}
.cplace-control-wrapper[data-control-type='builtin/inheritRightsManyReference'] .cplace-overridden-access-rights,
.cplace-control-wrapper[data-control-type='builtin/inheritRightsOnePersonReference'] .cplace-overridden-access-rights {
  font-weight: bold;
}
.cplace-control-wrapper[data-control-type='builtin/inheritRightsManyReference'] .cplace-control-rights-many-reference-inactive-text,
.cplace-control-wrapper[data-control-type='builtin/inheritRightsOnePersonReference'] .cplace-control-rights-many-reference-inactive-text {
  color: #8693ac;
}
.cplace-control-wrapper[data-control-type='builtin/inheritRightsManyReference'] .cplace-control-rights-many-reference-principals-header,
.cplace-control-wrapper[data-control-type='builtin/inheritRightsOnePersonReference'] .cplace-control-rights-many-reference-principals-header {
  margin: 0.7em 0 0.4em 0.2em;
}
.cplace-control-wrapper[data-control-type='builtin/inheritRightsManyReference'] .cplace-inheritance-information,
.cplace-control-wrapper[data-control-type='builtin/inheritRightsOnePersonReference'] .cplace-inheritance-information {
  opacity: .4;
  cursor: pointer;
}
.cplace-control-wrapper[data-control-type='builtin/inheritRightsManyReference'] .cplace-inheritance-information:hover,
.cplace-control-wrapper[data-control-type='builtin/inheritRightsOnePersonReference'] .cplace-inheritance-information:hover {
  opacity: 0.8;
}
.cplace-control-wrapper .cplace-feature-error-messages {
  margin: 0;
}
.cplace-control-wrapper .cplace-feature-error-messages .alert {
  margin: 0.5em 0 0 0;
}
.cplace-control-wrapper > .tricia-edit-btn-wrapper {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  color: #4c4c4c;
  z-index: 1060;
  line-height: 1em;
  font-size: 12px;
}
.cplace-control-wrapper > div:not(.tricia-edit-btn-wrapper),
.cplace-control-wrapper > span {
  min-height: 1.53846154em;
}
.cplace-control-wrapper > span {
  display: inline-block;
}
/**
    Wraps the editable input elements containing the existing value(s) and input fields as well as buttons.

    ONLY SHOWN WHEN IN EDIT MODE
 */
.cplace-edit-control-wrapper {
  position: relative;
  margin-bottom: 1em;
}
.cplace-control-group.single-column .cplace-edit-control-wrapper {
  max-width: none;
}
.cplace-edit-control-wrapper ul.cplace-control-values {
  margin-bottom: 0.5em;
}
.cplace-edit-control-wrapper ul.cplace-control-values li {
  margin-top: 0.5em;
}
.cplace-edit-control-wrapper ul.cplace-control-values li:first-child {
  margin-top: 0;
}
.cplace-edit-control-wrapper .cplace-role-indent {
  margin-left: 20px;
}
.cplace-edit-control-wrapper.cplace-builtin-richstring {
  margin-bottom: 0;
}
.cplace-edit-control-wrapper.cplace-builtin-richstring .cplace-builtin-validation-help-and-buttons,
.cplace-edit-control-wrapper.cplace-custom-richstring .cplace-custom-validation-help-and-buttons {
  text-align: right;
  padding-bottom: 10px;
  padding-top: 5px;
}
.cplace-edit-control-wrapper .form-control.cplace-form-control-list {
  height: auto;
  min-height: 36px;
}
/**
    Contains alert messages hinting at errors / details for the currently edited control as well as may include save / cancel buttons.
 */
.cplace-custom-validation-help-and-buttons .alert,
.cplace-builtin-validation-help-and-buttons .alert {
  margin-top: 0.5em;
  margin-bottom: 0;
}
.cplace-custom-validation-help-and-buttons .cplace-custom-validation-buttons,
.cplace-builtin-validation-help-and-buttons .cplace-custom-validation-buttons,
.cplace-custom-validation-help-and-buttons .cplace-builtin-validation-buttons,
.cplace-builtin-validation-help-and-buttons .cplace-builtin-validation-buttons {
  margin: 0.5em 0;
}
/**
=== === === Single Control Components === === ===
 */
.cplace-control-component-inline {
  display: inline-block;
}
.cf-cplace-short-help {
  opacity: .4;
  cursor: pointer;
}
.cf-cplace-short-help:hover {
  opacity: 0.8;
}
.cf-cplace-value-representation-progress-bar {
  margin: 0;
}
.cf-cplace-value-presentation-color {
  display: inline-block;
  height: 15px;
  width: 15px;
  margin-top: -0.2em;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
.cf-cplace-value-presentation-color.empty {
  visibility: hidden;
}
cplace-control-component-boolean {
  line-height: 36px;
}
cplace-control-component-boolean > input[type=checkbox] {
  margin-left: 0.3em;
}
cplace-control-component-textarea .input-group > textarea.form-control:first-child {
  border-bottom-right-radius: 3px;
}
cplace-control-component-textarea .input-group > .input-group-btn {
  vertical-align: top;
}
cplace-control-component-richtext .cke_contents {
  padding-top: 5px ! important;
}
cplace-control-component-richtext .cplace-richstring-draft-message {
  font-size: 13px;
  font-weight: normal;
  position: absolute;
  bottom: 0;
  line-height: 26px;
  z-index: 1;
  right: 10px;
  color: #536079;
}
cplace-control-component-link > .link-content {
  position: relative;
}
cplace-control-component-link > .link-content > .link-icon {
  position: absolute;
  top: 0;
  left: 10px;
  height: 36px;
  line-height: 36px;
  z-index: 10;
}
cplace-control-component-link > .link-content > .link-icon + div > input {
  padding-left: 2.2em;
}
cplace-control-component-link > .link-content input[disabled] {
  color: #4c4c4c;
  opacity: 1;
}
cplace-control-component-color .cplace-color-example {
  padding: 0 !important;
  min-width: 30px;
}
cplace-control-component-color .cplace-color-example i {
  color: rgba(114, 114, 114, 0.75);
}
cplace-control-component-icon .cplace-icon-preview {
  padding: 0 !important;
  min-width: 30px;
}
cplace-control-component-icon .cplace-icon-preview > .unselected {
  color: rgba(114, 114, 114, 0.75);
}
cplace-control-component-date input.form-control[disabled] {
  color: #4c4c4c;
  opacity: 1;
}
cplace-control-component-date > .date-with-time {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
cplace-control-component-date > .date-with-time > .date-inputs {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}
cplace-control-component-date > .date-with-time > .date-inputs > input {
  margin-bottom: 6px;
}
cplace-control-component-date > .date-with-time > .date-inputs > input:last-child {
  margin-bottom: 0;
}
cplace-control-component-date > .date-with-time > .cplace-control-components-buttons {
  margin-left: 6px;
  align-self: center;
}
cplace-control-component-select {
  display: block;
}
cplace-control-component-select > .bootstrap-select.btn-group {
  width: 100%;
}
cplace-control-component-select > .bootstrap-select.btn-group > .dropdown-toggle {
  width: 100%;
  float: none;
}
cplace-control-component-select > .bootstrap-select.btn-group > .dropdown-toggle:hover,
cplace-control-component-select > .bootstrap-select.btn-group > .dropdown-toggle:active,
cplace-control-component-select > .bootstrap-select.btn-group > .dropdown-toggle:focus,
cplace-control-component-select > .bootstrap-select.btn-group > .dropdown-toggle.active,
cplace-control-component-select > .bootstrap-select.btn-group > .dropdown-toggle.focus,
cplace-control-component-select > .bootstrap-select.btn-group > .dropdown-toggle:hover:active,
cplace-control-component-select > .bootstrap-select.btn-group > .dropdown-toggle:active:active,
cplace-control-component-select > .bootstrap-select.btn-group > .dropdown-toggle:focus:active,
cplace-control-component-select > .bootstrap-select.btn-group > .dropdown-toggle.active:active,
cplace-control-component-select > .bootstrap-select.btn-group > .dropdown-toggle.focus:active,
cplace-control-component-select > .bootstrap-select.btn-group > .dropdown-toggle:hover:hover,
cplace-control-component-select > .bootstrap-select.btn-group > .dropdown-toggle:active:hover,
cplace-control-component-select > .bootstrap-select.btn-group > .dropdown-toggle:focus:hover,
cplace-control-component-select > .bootstrap-select.btn-group > .dropdown-toggle.active:hover,
cplace-control-component-select > .bootstrap-select.btn-group > .dropdown-toggle.focus:hover {
  outline: none !important;
}
cplace-control-component-select > .bootstrap-select.btn-group > .dropdown-toggle > .caret {
  top: initial;
  transform: translateY(50%);
}
cplace-control-component-localized-string {
  display: flex;
  flex-direction: row;
}
cplace-control-component-localized-string > table {
  flex: 1 1 auto;
  background-color: transparent;
}
cplace-control-component-localized-string > table tr th {
  padding: 6px 12px 6px 0;
  white-space: nowrap;
  vertical-align: top;
  font-weight: normal;
}
cplace-control-component-localized-string > table tr td {
  width: 100%;
}
cplace-control-component-localized-string > table tr td input,
cplace-control-component-localized-string > table tr td textarea {
  margin-bottom: 6px;
}
cplace-control-component-localized-string > .cplace-control-components-buttons {
  flex: 0 0 auto;
  margin-left: 12px;
}
cplace-control-component-localized-string .unsupported-lang-first-row {
  border-top: 2px solid #A8ACB9;
}
cplace-control-component-localized-string .unsupported-lang-first-row th {
  padding-top: 14px;
}
cplace-control-component-localized-string .unsupported-lang-first-row td {
  padding-top: 7px;
}
cplace-control-component-localized-string .unsupported-lang-font {
  color: #A8ACB9;
}
cplace-control-component-localized-string .unsupported-lang-sep {
  line-height: 2px;
}
cplace-control-component-localized-string .active-info {
  color: #0045AC;
}
.cplace-icon-picker-selected {
  background-color: #3070b3;
  color: #FFFFFF;
}
.cplace-time-picker-input {
  min-width: 90px;
}
.cplace-page-name-input .cplace-page-name-input-with-display-name {
  margin-bottom: 1em;
}
.cplace-page-name-input .cplace-page-name-input-with-display-name h3 {
  margin-top: 1em;
}
.cplace-page-name-input .cplace-page-name-input-with-display-name h3:first-child {
  margin-top: 0;
}
.cplace-page-name-input .cplace-page-name-row {
  margin: 5px 0 5px 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.cplace-page-name-input .cplace-page-name-title {
  font-weight: bold;
  font-size: 9pt;
  margin: 10px 0 5px 10px;
}
.cplace-page-name-input .cplace-page-name-label {
  width: 100px;
  font-weight: normal;
  font-size: 9pt;
  margin: 10px 0 5px 10px;
}
.cplace-page-name-input .cplace-page-name-value {
  flex: 1 1 auto;
}
.cplace-builtin-color .cplace-builtin-color-default {
  height: 20px;
  width: 20px;
  border: 1px solid black;
}
img.enumeration-icon {
  margin-top: -0.16153846em;
  height: 1.23076923em;
}
/**************************
    TODO: all bottom styles need investigation and maybe rework
 */
.cplace-edit-control-wrapper .input-append {
  width: 100%;
  margin-top: 5px;
  white-space: normal;
  position: relative;
}
.cplace-edit-control-wrapper .input-append .tricia-add-on {
  display: table-cell;
  min-width: 40px;
  width: 40px;
}
.cplace-edit-control-wrapper .input-append .input-wrapper {
  width: 100%;
  position: relative;
}
.cplace-edit-control-wrapper .input-append .input-group {
  width: 100%;
}
.cplace-edit-control-wrapper .input-append .cplacejs-editor .editor-panel {
  background-color: #f7f7f7;
  border-top: 1px solid #ddd;
  padding: 5px;
}
.cplace-edit-control-wrapper .input-append .cplacejs-editor .editor-panel .editor-panel-title {
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.cplace-edit-control-wrapper .input-append .cplacejs-editor .editor-panel.collapsed {
  overflow: hidden;
}
.cplace-edit-control-wrapper .input-append .cplacejs-editor .editor-panel.collapsed .panel-content {
  display: none;
}
.cplace-edit-control-wrapper .input-append .cplacejs-editor .editor-panel.help .panel-content {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 90%;
  color: #536079;
  max-height: 300px;
  overflow-y: scroll;
  padding: 0 5px;
}
.cplace-edit-control-wrapper .input-append .cplacejs-editor .editor-panel.notice {
  background-color: #f2d6a5;
  text-align: center;
}
.cplace-edit-control-wrapper .input-append .cplacejs-editor .editor-panel .cplacejs-notice-ack-label {
  cursor: pointer;
}
.cplace-edit-control-wrapper .input-append .cplacejs-editor .editor-panel .panel-toggle {
  position: absolute;
  right: 7px;
  cursor: pointer;
  margin-top: -4px;
  font-size: 15px;
}
.cplace-edit-control-wrapper .input-append .cplacejs-editor .cplacejs-toolbar {
  background-color: #f5f5f5;
  width: 100%;
  display: flex;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.cplace-edit-control-wrapper .input-append .cplacejs-editor .cplacejs-toolbar .button-group-left {
  display: flex;
  flex: 1 1 auto;
}
.cplace-edit-control-wrapper .input-append .cplacejs-editor .cplacejs-toolbar .button-group-right {
  display: flex;
  flex: 0 0 auto;
}
.cplace-edit-control-wrapper .input-append .cplacejs-editor .cplacejs-toolbar .button-toolbar {
  flex: 0 0 auto;
  height: 34px;
  line-height: 34px;
  min-width: 34px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
  color: #3b3a3a;
}
.cplace-edit-control-wrapper .input-append .cplacejs-editor .cplacejs-toolbar .button-toolbar:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.cplace-edit-control-wrapper .input-wrapper textarea {
  margin-bottom: 0px;
}
.cplace-edit-control-wrapper .input-wrapper select {
  margin-bottom: 0px;
}
.cplace-edit-control-wrapper .input-wrapper .tricia-link-icon {
  position: absolute;
  top: 6px;
  left: 8px;
  z-index: 10;
  font-size: 14px;
}
.cplace-edit-control-wrapper .input-wrapper .tricia-link-input {
  padding-left: 24px;
  background-color: #fff;
  color: #000;
}
.cplace-edit-control-wrapper .input-wrapper .cplace-technical-group {
  background-color: #ddd;
}
table.tricia-table-small-inputs input,
table.tricia-table-small-inputs select {
  width: 150px;
}
.tricia-edit-buttons {
  margin: 5px 0px 5px 0px;
}
.tricia-remove-action {
  margin-left: 10px;
}
.tricia-remove-action img {
  vertical-align: baseline;
}
.form-horizontal .form-group {
  margin-bottom: 5px;
}
form.tricia-loading {
  overflow: hidden;
}
form.tricia-loading .tricia-ajax-modal {
  display: block;
}
.form-inline select.form-control {
  max-width: 250px;
}
.cplace-btn-link-form {
  display: inline-block;
}
.cplace-btn-link-form .btn-link {
  padding: 0;
  border: 0;
}
.cf-cplace-validation-highlighted {
  background: rgba(226, 163, 54, 0.3) !important;
  transition: background-color 0.5s ease-in;
  padding-right: 15px !important;
}
.cf-cplace-validation-highlighted .tricia-edit-btn-wrapper {
  right: 15px;
}
.cf-cplace-validation-highlighted .cf-cplace-highlight-info {
  width: 15px;
  position: absolute;
  right: 0;
  top: 0;
  min-height: auto !important;
}
.cf-cplace-validation-highlighted .cf-cplace-highlight-info > .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #e2a336 transparent transparent;
}
/*
    This solely contains styles regarding the representation of rich string content when rendered for display.
    Regarding styles that apply ONLY to editing please see data-controls.less
 */
.tricia-richstring.tricia-empty-richstring {
  background-color: rgba(230, 230, 230, 0.25);
  height: 30px;
}
.tricia-richstring.tricia-empty-richstring:hover {
  background-color: rgba(204, 204, 204, 0.25);
}
.tricia-richstring a[href^="http:"]::after,
.tricia-richstring a[href^="https:"]::after {
  margin-left: .2em;
  content: '\f14c';
  font-family: FontAwesome;
}
.tricia-richstring .tricia-code {
  font-family: monospace;
}
.tricia-richstring h1,
cplace-control-component-richtext h1 {
  padding-bottom: 0.3em;
  font-size: 2.25em;
  border-bottom: 1px solid #eee;
  margin-top: 1em;
  margin-bottom: 16px;
  font-weight: bold;
  line-height: 1.4;
}
.tricia-richstring h2,
cplace-control-component-richtext h2 {
  padding-bottom: 0.3em;
  font-size: 1.75em;
  line-height: 1.225;
  border-bottom: 1px solid #eee;
  margin-top: 1em;
  margin-bottom: 16px;
  font-weight: bold;
}
.tricia-richstring h3,
cplace-control-component-richtext h3 {
  font-size: 1.5em;
  line-height: 1.43;
  margin-top: 1em;
  margin-bottom: 5px;
  font-weight: bold;
}
.tricia-richstring h4,
cplace-control-component-richtext h4 {
  font-size: 1.3em;
  line-height: 1.43;
  margin-top: 1em;
  margin-bottom: 5px;
  font-weight: bold;
}
.tricia-richstring h5,
cplace-control-component-richtext h5 {
  font-size: 1.2em;
  line-height: 1.43;
  margin-top: 1em;
  margin-bottom: 5px;
  font-weight: bold;
}
.tricia-richstring h6,
cplace-control-component-richtext h6 {
  font-size: 1em;
  line-height: 1.43;
  margin-top: 1em;
  margin-bottom: 5px;
  font-weight: bold;
}
.tricia-richstring > *:first-child,
cplace-control-component-richtext > *:first-child {
  margin-top: 0;
}
.tricia-richstring a[data-lightbox] + a.tricia-file-details-link,
cplace-control-component-richtext a[data-lightbox] + a.tricia-file-details-link {
  display: none;
}
.tricia-richstring figure.image,
cplace-control-component-richtext figure.image {
  border: 2px solid black;
}
.tricia-richstring .cplace-ckeditor-img-with-border,
cplace-control-component-richtext .cplace-ckeditor-img-with-border {
  display: inline-block;
  outline: 1px solid #000;
  box-shadow: #a5a5a5 3px 3px 10px;
  margin-bottom: 1.2em;
}
.tricia-richstring .cplace-ckeditor-img-full-width img,
cplace-control-component-richtext .cplace-ckeditor-img-full-width img {
  width: 100%;
}
.tricia-richstring .cplace-ckeditor-img-full-maxwidth img,
cplace-control-component-richtext .cplace-ckeditor-img-full-maxwidth img {
  max-width: 100%;
}
.tricia-richstring .cplace-ckeditor-timestamp,
cplace-control-component-richtext .cplace-ckeditor-timestamp {
  max-width: 400px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tricia-richstring .cplace-ckeditor-timestamp .cplace-ckeditor-timestamp-image,
cplace-control-component-richtext .cplace-ckeditor-timestamp .cplace-ckeditor-timestamp-image {
  float: left;
  margin-right: 10px;
}
.tricia-richstring .cplace-ckeditor-timestamp .cplace-ckeditor-timestamp-image img,
cplace-control-component-richtext .cplace-ckeditor-timestamp .cplace-ckeditor-timestamp-image img {
  display: block;
  height: 40px;
  width: 40px;
}
.tricia-richstring .cplace-ckeditor-timestamp .cplace-ckeditor-timestamp-text .date,
cplace-control-component-richtext .cplace-ckeditor-timestamp .cplace-ckeditor-timestamp-text .date {
  font-size: 11px;
  color: gray;
  margin: 0;
}
.tricia-richstring .cplace-ckeditor-timestamp .cplace-ckeditor-timestamp-text .name,
cplace-control-component-richtext .cplace-ckeditor-timestamp .cplace-ckeditor-timestamp-text .name {
  font-size: 13px;
  font-weight: bold;
}
.column-selection-dialog h6 {
  margin-top: 0;
  padding: 10px 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(76, 76, 76, 0.6);
  font-weight: bold;
}
.column-selection-dialog h6 .btn {
  color: rgba(76, 76, 76, 0.6);
  line-height: 0.2;
  font-weight: bold;
  text-decoration: underline;
}
.column-selection-dialog li {
  padding: 8px 20px 8px 5px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
}
.column-selection-dialog li .btn {
  padding: 1px 7px;
  position: relative;
}
.column-selection-dialog li .btn i {
  color: rgba(76, 76, 76, 0.6);
}
.column-selection-dialog li span {
  line-height: 1.7;
}
.column-selection-dialog .modal-body {
  overflow-y: auto;
}
.column-selection-dialog .modal-body .show-system-attributes {
  padding-top: 12px;
  padding-bottom: 24px;
}
.column-selection-dialog .modal-body .row .available-columns-container {
  padding-right: 15px;
}
.column-selection-dialog .modal-body .row .selected-columns-container {
  padding-left: 15px;
}
.column-selection-dialog .modal-body .row .selected-columns-container .pull-left {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .column-selection-dialog .modal-body {
    overflow-y: hidden;
  }
  .column-selection-dialog .modal-body .row .available-columns-container {
    padding-right: 2%;
  }
  .column-selection-dialog .modal-body .row .selected-columns-container {
    padding-left: 4%;
  }
  .column-selection-dialog ul {
    height: calc(100vh - 346px);
    max-height: calc(100vh - 346px);
    overflow: hidden;
    overflow-y: auto;
  }
}
.column-selection-dialog p {
  margin-bottom: 0;
}
.column-selection-dialog p label {
  margin-bottom: 0;
}
.column-selection-dialog ul li:nth-child(even) {
  background-color: #f9f9f9;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.column-selection-dialog ul.available-columns li:hover {
  background-color: rgba(52, 192, 73, 0.1);
  border-top: 1px solid rgba(47, 172, 65, 0.1);
  border-bottom: 1px solid rgba(47, 172, 65, 0.1);
}
.column-selection-dialog ul.available-columns li:hover > a {
  color: #34c049;
}
.column-selection-dialog ul.selected-columns-filtered li:hover {
  background-color: rgba(191, 17, 29, 0.1);
  border-top: 1px solid rgba(168, 15, 25, 0.1);
  border-bottom: 1px solid rgba(168, 15, 25, 0.1);
}
.column-selection-dialog ul.selected-columns-filtered li:hover > a {
  color: #bf111d;
}
.column-selection-dialog ul.selected-columns li:hover {
  background-color: rgba(191, 17, 29, 0.1);
  border-top: 1px solid rgba(168, 15, 25, 0.1);
  border-bottom: 1px solid rgba(168, 15, 25, 0.1);
}
.column-selection-dialog ul.selected-columns li:hover > a {
  color: #bf111d;
}
.column-selection-dialog ul.selected-columns li > a .hide-on-move {
  display: inline-block;
}
.column-selection-dialog ul.selected-columns li > a .show-on-move {
  display: none;
}
.column-selection-dialog ul.selected-columns li.ui-sortable-helper {
  background-color: rgba(48, 112, 179, 0.1) !important;
  border-top: 1px solid rgba(32, 74, 119, 0.1) !important;
  border-bottom: 1px solid rgba(32, 74, 119, 0.1) !important;
  cursor: pointer;
}
.column-selection-dialog ul.selected-columns li.ui-sortable-helper > a .hide-on-move {
  display: none;
}
.column-selection-dialog ul.selected-columns li.ui-sortable-helper > a .show-on-move {
  display: inline-block;
  color: #3070b3;
}
.column-selection-dialog .builtin-attribute {
  display: inline-block;
  border: 5px solid #5c96d3;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 0 5px 0 0;
}
.cplace-all-column-filters-dialog h4 {
  margin: 10px 0;
}
.cplace-all-column-filters-dialog .column-list {
  max-height: 250px;
  overflow-y: auto;
}
.cplace-all-column-filters-dialog ul.cplace-flexi-filterable-columns li {
  padding: 7px 10px;
  cursor: pointer;
  border-bottom: 1px solid #f3f4f7;
}
.cplace-all-column-filters-dialog ul.cplace-flexi-filterable-columns li:last-child {
  border-bottom: none;
}
.cplace-all-column-filters-dialog ul.cplace-flexi-filterable-columns li:hover {
  background-color: #f3f4f7;
}
.cplace-all-column-filters-dialog ul.cplace-flexi-filterable-columns li.active {
  background-color: #3070b3;
  color: #ffffff;
}
.cplace-all-column-filters-dialog ul.filter-list label {
  display: block;
  margin: 0;
  padding: 0 0.5em;
  line-height: 2.5em;
  cursor: pointer;
  font-weight: normal;
  transition: background-color 0.2s;
}
.cplace-all-column-filters-dialog ul.filter-list label:hover,
.cplace-all-column-filters-dialog ul.filter-list label:active {
  background-color: #f3f4f7;
}
.cplace-all-column-filters-dialog ul.filter-list label.unavailable {
  color: #777777;
}
.cplace-all-column-filters-dialog ul.filter-list label.unavailable .filtered-count {
  color: #777777;
}
.cplace-all-column-filters-dialog ul.filter-list label .filtered-count {
  color: #4c4c4c;
}
.cplace-all-column-filters-dialog ul.filter-list label .filtered-count::after {
  content: "/";
  color: #777777;
  margin: 0 0.2em;
}
.cplace-all-column-filters-dialog ul.filter-list label .filtered-count + span {
  color: #777777;
}
.cplace-all-column-sorts-dialog h4 {
  margin: 10px 0;
}
.cplace-all-column-sorts-dialog ul.cplace-flexi-sortable-columns li {
  padding: 7px 10px;
  cursor: pointer;
  border-bottom: 1px solid #f3f4f7;
}
.cplace-all-column-sorts-dialog ul.cplace-flexi-sortable-columns li:last-child {
  border-bottom: none;
}
.cplace-all-column-sorts-dialog ul.cplace-flexi-sortable-columns li:hover {
  background-color: #f3f4f7;
}
.cplace-all-column-sorts-dialog ul.cplace-flexi-sortable-columns li.active::before {
  font-family: FontAwesome;
  content: '\f111';
  color: #3070b3;
  margin-right: .3em;
  font-size: .75em;
  position: relative;
  top: -0.15em;
}
.cplace-all-column-sorts-dialog .modal-body .sort-display {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: baseline;
  padding: .45em .35em;
  border-bottom: 1px solid #8693ac;
}
.cplace-all-column-sorts-dialog .modal-body .sort-display:hover {
  background-color: rgba(134, 147, 172, 0.5);
}
.cplace-all-column-sorts-dialog .modal-body .sort-display .sort-column-name {
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  flex-grow: 2;
  overflow: hidden;
  width: 50%;
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.cplace-all-column-sorts-dialog .modal-body .sort-display .sort-column-name:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.cplace-all-column-sorts-dialog .modal-body .sort-display .sort-remove-control {
  margin-left: 1.5em;
  color: white;
  cursor: pointer;
}
.cplace-all-column-sorts-dialog .modal-body .sort-display .sort-order-control {
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  display: flex;
  flex-flow: row;
  padding-left: 5px;
  color: #3070b3;
  width: 25%;
  cursor: pointer;
}
.cplace-all-column-sorts-dialog .modal-body .sort-display .sort-order-control:before {
  font-family: FontAwesome;
  color: #3070b3;
  content: '\f0dc';
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}
.cplace-all-column-sorts-dialog .modal-body .sort-display .sort-order-control.ascending:before {
  content: '\f0de';
}
.cplace-all-column-sorts-dialog .modal-body .sort-display .sort-order-control.descending:before {
  content: '\f0dd';
}
.cplace-all-column-sorts-dialog .modal-body .sort-column-info {
  padding: 3px 5px;
  background-color: #a5b5bd;
  word-wrap: normal;
  border-radius: 3px;
  margin-top: 2em;
  display: flex;
}
.cplace-all-column-sorts-dialog .modal-body .sort-column-info .sort-column-info-icon {
  margin-right: .3em;
  font-size: 1.2em;
  padding: .2em;
}
.cplace-all-column-sorts-dialog .modal-body .sort-column-warning-icon {
  color: #e2a336;
  margin-right: .3em;
}
table.cplace-flexigrid-dynamic-table,
table.cplace-flexigrid-static-table,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover,
table.cplace-flexigrid-static-table.table-striped.table-hover {
  margin: 0;
  /**
        === === Styles specific to dynamic table only === ===
         */
  /**
        === === Styles specific to static table only === ===
         */
}
table.cplace-flexigrid-dynamic-table > thead > tr.titles > th.sorted,
table.cplace-flexigrid-static-table > thead > tr.titles > th.sorted,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover > thead > tr.titles > th.sorted,
table.cplace-flexigrid-static-table.table-striped.table-hover > thead > tr.titles > th.sorted,
table.cplace-flexigrid-dynamic-table > thead > tr.titles > td.sorted,
table.cplace-flexigrid-static-table > thead > tr.titles > td.sorted,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover > thead > tr.titles > td.sorted,
table.cplace-flexigrid-static-table.table-striped.table-hover > thead > tr.titles > td.sorted {
  color: #3070b3;
}
table.cplace-flexigrid-dynamic-table tr,
table.cplace-flexigrid-static-table tr,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover tr,
table.cplace-flexigrid-static-table.table-striped.table-hover tr {
  transition: background-color 0.2s;
}
table.cplace-flexigrid-dynamic-table tr > th.actions-checkbox,
table.cplace-flexigrid-static-table tr > th.actions-checkbox,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover tr > th.actions-checkbox,
table.cplace-flexigrid-static-table.table-striped.table-hover tr > th.actions-checkbox,
table.cplace-flexigrid-dynamic-table tr > td.actions-checkbox,
table.cplace-flexigrid-static-table tr > td.actions-checkbox,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover tr > td.actions-checkbox,
table.cplace-flexigrid-static-table.table-striped.table-hover tr > td.actions-checkbox {
  width: 30px;
  text-align: center;
}
table.cplace-flexigrid-dynamic-table tr > th.actions-checkbox label,
table.cplace-flexigrid-static-table tr > th.actions-checkbox label,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover tr > th.actions-checkbox label,
table.cplace-flexigrid-static-table.table-striped.table-hover tr > th.actions-checkbox label,
table.cplace-flexigrid-dynamic-table tr > td.actions-checkbox label,
table.cplace-flexigrid-static-table tr > td.actions-checkbox label,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover tr > td.actions-checkbox label,
table.cplace-flexigrid-static-table.table-striped.table-hover tr > td.actions-checkbox label {
  margin: 0;
  font-weight: normal;
}
table.cplace-flexigrid-dynamic-table tr > th.actions-checkbox label input[type="checkbox"],
table.cplace-flexigrid-static-table tr > th.actions-checkbox label input[type="checkbox"],
table.cplace-flexigrid-dynamic-table.table-striped.table-hover tr > th.actions-checkbox label input[type="checkbox"],
table.cplace-flexigrid-static-table.table-striped.table-hover tr > th.actions-checkbox label input[type="checkbox"],
table.cplace-flexigrid-dynamic-table tr > td.actions-checkbox label input[type="checkbox"],
table.cplace-flexigrid-static-table tr > td.actions-checkbox label input[type="checkbox"],
table.cplace-flexigrid-dynamic-table.table-striped.table-hover tr > td.actions-checkbox label input[type="checkbox"],
table.cplace-flexigrid-static-table.table-striped.table-hover tr > td.actions-checkbox label input[type="checkbox"] {
  display: none;
}
table.cplace-flexigrid-dynamic-table tr > th.actions-checkbox label input[type="checkbox"] + span:before,
table.cplace-flexigrid-static-table tr > th.actions-checkbox label input[type="checkbox"] + span:before,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover tr > th.actions-checkbox label input[type="checkbox"] + span:before,
table.cplace-flexigrid-static-table.table-striped.table-hover tr > th.actions-checkbox label input[type="checkbox"] + span:before,
table.cplace-flexigrid-dynamic-table tr > td.actions-checkbox label input[type="checkbox"] + span:before,
table.cplace-flexigrid-static-table tr > td.actions-checkbox label input[type="checkbox"] + span:before,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover tr > td.actions-checkbox label input[type="checkbox"] + span:before,
table.cplace-flexigrid-static-table.table-striped.table-hover tr > td.actions-checkbox label input[type="checkbox"] + span:before {
  display: inline-block;
  line-height: 1em;
  width: 1em;
  text-align: center;
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #3071b3;
}
table.cplace-flexigrid-dynamic-table tr > th.actions-checkbox label input[type="checkbox"] + span:before,
table.cplace-flexigrid-static-table tr > th.actions-checkbox label input[type="checkbox"] + span:before,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover tr > th.actions-checkbox label input[type="checkbox"] + span:before,
table.cplace-flexigrid-static-table.table-striped.table-hover tr > th.actions-checkbox label input[type="checkbox"] + span:before,
table.cplace-flexigrid-dynamic-table tr > td.actions-checkbox label input[type="checkbox"] + span:before,
table.cplace-flexigrid-static-table tr > td.actions-checkbox label input[type="checkbox"] + span:before,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover tr > td.actions-checkbox label input[type="checkbox"] + span:before,
table.cplace-flexigrid-static-table.table-striped.table-hover tr > td.actions-checkbox label input[type="checkbox"] + span:before {
  content: "\f096";
  /* check-empty */
}
table.cplace-flexigrid-dynamic-table tr > th.actions-checkbox label input[type="checkbox"]:checked + span:before,
table.cplace-flexigrid-static-table tr > th.actions-checkbox label input[type="checkbox"]:checked + span:before,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover tr > th.actions-checkbox label input[type="checkbox"]:checked + span:before,
table.cplace-flexigrid-static-table.table-striped.table-hover tr > th.actions-checkbox label input[type="checkbox"]:checked + span:before,
table.cplace-flexigrid-dynamic-table tr > td.actions-checkbox label input[type="checkbox"]:checked + span:before,
table.cplace-flexigrid-static-table tr > td.actions-checkbox label input[type="checkbox"]:checked + span:before,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover tr > td.actions-checkbox label input[type="checkbox"]:checked + span:before,
table.cplace-flexigrid-static-table.table-striped.table-hover tr > td.actions-checkbox label input[type="checkbox"]:checked + span:before {
  content: "\f14a";
  /* check */
}
table.cplace-flexigrid-dynamic-table tr > th .tricia-empty-richstring,
table.cplace-flexigrid-static-table tr > th .tricia-empty-richstring,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover tr > th .tricia-empty-richstring,
table.cplace-flexigrid-static-table.table-striped.table-hover tr > th .tricia-empty-richstring,
table.cplace-flexigrid-dynamic-table tr > td .tricia-empty-richstring,
table.cplace-flexigrid-static-table tr > td .tricia-empty-richstring,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover tr > td .tricia-empty-richstring,
table.cplace-flexigrid-static-table.table-striped.table-hover tr > td .tricia-empty-richstring {
  height: 1.53846154em;
}
table.cplace-flexigrid-dynamic-table tr > th .tricia-richstring-value,
table.cplace-flexigrid-static-table tr > th .tricia-richstring-value,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover tr > th .tricia-richstring-value,
table.cplace-flexigrid-static-table.table-striped.table-hover tr > th .tricia-richstring-value,
table.cplace-flexigrid-dynamic-table tr > td .tricia-richstring-value,
table.cplace-flexigrid-static-table tr > td .tricia-richstring-value,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover tr > td .tricia-richstring-value,
table.cplace-flexigrid-static-table.table-striped.table-hover tr > td .tricia-richstring-value {
  overflow: auto;
}
table.cplace-flexigrid-dynamic-table tr > th.cplace-flexigrid-cell-drag-down,
table.cplace-flexigrid-static-table tr > th.cplace-flexigrid-cell-drag-down,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover tr > th.cplace-flexigrid-cell-drag-down,
table.cplace-flexigrid-static-table.table-striped.table-hover tr > th.cplace-flexigrid-cell-drag-down,
table.cplace-flexigrid-dynamic-table tr > td.cplace-flexigrid-cell-drag-down,
table.cplace-flexigrid-static-table tr > td.cplace-flexigrid-cell-drag-down,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover tr > td.cplace-flexigrid-cell-drag-down,
table.cplace-flexigrid-static-table.table-striped.table-hover tr > td.cplace-flexigrid-cell-drag-down,
table.cplace-flexigrid-dynamic-table tr > th.cplace-flexigrid-cell-selected,
table.cplace-flexigrid-static-table tr > th.cplace-flexigrid-cell-selected,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover tr > th.cplace-flexigrid-cell-selected,
table.cplace-flexigrid-static-table.table-striped.table-hover tr > th.cplace-flexigrid-cell-selected,
table.cplace-flexigrid-dynamic-table tr > td.cplace-flexigrid-cell-selected,
table.cplace-flexigrid-static-table tr > td.cplace-flexigrid-cell-selected,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover tr > td.cplace-flexigrid-cell-selected,
table.cplace-flexigrid-static-table.table-striped.table-hover tr > td.cplace-flexigrid-cell-selected,
table.cplace-flexigrid-dynamic-table tr > th.cplace-flexigrid-cell-selected-as-copy-source,
table.cplace-flexigrid-static-table tr > th.cplace-flexigrid-cell-selected-as-copy-source,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover tr > th.cplace-flexigrid-cell-selected-as-copy-source,
table.cplace-flexigrid-static-table.table-striped.table-hover tr > th.cplace-flexigrid-cell-selected-as-copy-source,
table.cplace-flexigrid-dynamic-table tr > td.cplace-flexigrid-cell-selected-as-copy-source,
table.cplace-flexigrid-static-table tr > td.cplace-flexigrid-cell-selected-as-copy-source,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover tr > td.cplace-flexigrid-cell-selected-as-copy-source,
table.cplace-flexigrid-static-table.table-striped.table-hover tr > td.cplace-flexigrid-cell-selected-as-copy-source,
table.cplace-flexigrid-dynamic-table tr > th.cplace-flexigrid-cell-paste-failure,
table.cplace-flexigrid-static-table tr > th.cplace-flexigrid-cell-paste-failure,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover tr > th.cplace-flexigrid-cell-paste-failure,
table.cplace-flexigrid-static-table.table-striped.table-hover tr > th.cplace-flexigrid-cell-paste-failure,
table.cplace-flexigrid-dynamic-table tr > td.cplace-flexigrid-cell-paste-failure,
table.cplace-flexigrid-static-table tr > td.cplace-flexigrid-cell-paste-failure,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover tr > td.cplace-flexigrid-cell-paste-failure,
table.cplace-flexigrid-static-table.table-striped.table-hover tr > td.cplace-flexigrid-cell-paste-failure {
  position: relative;
}
table.cplace-flexigrid-dynamic-table tr > th.cplace-flexigrid-cell-selected,
table.cplace-flexigrid-static-table tr > th.cplace-flexigrid-cell-selected,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover tr > th.cplace-flexigrid-cell-selected,
table.cplace-flexigrid-static-table.table-striped.table-hover tr > th.cplace-flexigrid-cell-selected,
table.cplace-flexigrid-dynamic-table tr > td.cplace-flexigrid-cell-selected,
table.cplace-flexigrid-static-table tr > td.cplace-flexigrid-cell-selected,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover tr > td.cplace-flexigrid-cell-selected,
table.cplace-flexigrid-static-table.table-striped.table-hover tr > td.cplace-flexigrid-cell-selected {
  background-color: rgba(48, 112, 179, 0.25);
}
table.cplace-flexigrid-dynamic-table tr > th.cplace-flexigrid-cell-drag-down,
table.cplace-flexigrid-static-table tr > th.cplace-flexigrid-cell-drag-down,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover tr > th.cplace-flexigrid-cell-drag-down,
table.cplace-flexigrid-static-table.table-striped.table-hover tr > th.cplace-flexigrid-cell-drag-down,
table.cplace-flexigrid-dynamic-table tr > td.cplace-flexigrid-cell-drag-down,
table.cplace-flexigrid-static-table tr > td.cplace-flexigrid-cell-drag-down,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover tr > td.cplace-flexigrid-cell-drag-down,
table.cplace-flexigrid-static-table.table-striped.table-hover tr > td.cplace-flexigrid-cell-drag-down {
  background-color: rgba(226, 163, 54, 0.25);
}
table.cplace-flexigrid-dynamic-table tr > th:last-child .cplace-flexigrid-single-selected-cell-corner,
table.cplace-flexigrid-static-table tr > th:last-child .cplace-flexigrid-single-selected-cell-corner,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover tr > th:last-child .cplace-flexigrid-single-selected-cell-corner,
table.cplace-flexigrid-static-table.table-striped.table-hover tr > th:last-child .cplace-flexigrid-single-selected-cell-corner,
table.cplace-flexigrid-dynamic-table tr > td:last-child .cplace-flexigrid-single-selected-cell-corner,
table.cplace-flexigrid-static-table tr > td:last-child .cplace-flexigrid-single-selected-cell-corner,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover tr > td:last-child .cplace-flexigrid-single-selected-cell-corner,
table.cplace-flexigrid-static-table.table-striped.table-hover tr > td:last-child .cplace-flexigrid-single-selected-cell-corner {
  transform: translate(0px, 4px);
}
table.cplace-flexigrid-dynamic-table tr > th:focus,
table.cplace-flexigrid-static-table tr > th:focus,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover tr > th:focus,
table.cplace-flexigrid-static-table.table-striped.table-hover tr > th:focus,
table.cplace-flexigrid-dynamic-table tr > td:focus,
table.cplace-flexigrid-static-table tr > td:focus,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover tr > td:focus,
table.cplace-flexigrid-static-table.table-striped.table-hover tr > td:focus {
  outline: none;
}
table.cplace-flexigrid-dynamic-table tr.group-header,
table.cplace-flexigrid-static-table tr.group-header,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover tr.group-header,
table.cplace-flexigrid-static-table.table-striped.table-hover tr.group-header {
  border-top: 2px solid #ddd;
  background: #f5f5f5;
}
table.cplace-flexigrid-dynamic-table tr.group-header:first-child,
table.cplace-flexigrid-static-table tr.group-header:first-child,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover tr.group-header:first-child,
table.cplace-flexigrid-static-table.table-striped.table-hover tr.group-header:first-child {
  border-top: none;
}
table.cplace-flexigrid-dynamic-table tr.group-header td,
table.cplace-flexigrid-static-table tr.group-header td,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover tr.group-header td,
table.cplace-flexigrid-static-table.table-striped.table-hover tr.group-header td {
  padding-left: 30px;
}
table.cplace-flexigrid-dynamic-table tr.cplace-flexigrid-main-aggregation-row,
table.cplace-flexigrid-static-table tr.cplace-flexigrid-main-aggregation-row,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover tr.cplace-flexigrid-main-aggregation-row,
table.cplace-flexigrid-static-table.table-striped.table-hover tr.cplace-flexigrid-main-aggregation-row,
table.cplace-flexigrid-dynamic-table tr.aggregation-group-footer,
table.cplace-flexigrid-static-table tr.aggregation-group-footer,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover tr.aggregation-group-footer,
table.cplace-flexigrid-static-table.table-striped.table-hover tr.aggregation-group-footer {
  border-top: 3px double #ddd;
}
table.cplace-flexigrid-dynamic-table tr.cplace-flexigrid-main-aggregation-row,
table.cplace-flexigrid-static-table tr.cplace-flexigrid-main-aggregation-row,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover tr.cplace-flexigrid-main-aggregation-row,
table.cplace-flexigrid-static-table.table-striped.table-hover tr.cplace-flexigrid-main-aggregation-row {
  background-color: #f5f5f5;
}
table.cplace-flexigrid-dynamic-table tr.cplace-flexigrid-additional-row,
table.cplace-flexigrid-static-table tr.cplace-flexigrid-additional-row,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover tr.cplace-flexigrid-additional-row,
table.cplace-flexigrid-static-table.table-striped.table-hover tr.cplace-flexigrid-additional-row {
  background-color: #92e19e;
  color: #195c23;
}
table.cplace-flexigrid-dynamic-table.cplace-flexigrid-single-spaced,
table.cplace-flexigrid-static-table.cplace-flexigrid-single-spaced,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover.cplace-flexigrid-single-spaced,
table.cplace-flexigrid-static-table.table-striped.table-hover.cplace-flexigrid-single-spaced {
  /**
                Be as precise as possible when applying this style!
                overflow: hidden; used here will cause the element to get its own render layer.
                This is a huge performance drawback when applied to a lot of elements in the table!
             */
}
table.cplace-flexigrid-dynamic-table.cplace-flexigrid-single-spaced tr > td div.cplace-control-wrapper > div:not(:empty),
table.cplace-flexigrid-static-table.cplace-flexigrid-single-spaced tr > td div.cplace-control-wrapper > div:not(:empty),
table.cplace-flexigrid-dynamic-table.table-striped.table-hover.cplace-flexigrid-single-spaced tr > td div.cplace-control-wrapper > div:not(:empty),
table.cplace-flexigrid-static-table.table-striped.table-hover.cplace-flexigrid-single-spaced tr > td div.cplace-control-wrapper > div:not(:empty),
table.cplace-flexigrid-dynamic-table.cplace-flexigrid-single-spaced tr > td div.cplace-flexigrid-name-cell,
table.cplace-flexigrid-static-table.cplace-flexigrid-single-spaced tr > td div.cplace-flexigrid-name-cell,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover.cplace-flexigrid-single-spaced tr > td div.cplace-flexigrid-name-cell,
table.cplace-flexigrid-static-table.table-striped.table-hover.cplace-flexigrid-single-spaced tr > td div.cplace-flexigrid-name-cell,
table.cplace-flexigrid-dynamic-table.cplace-flexigrid-single-spaced tr > td .alert,
table.cplace-flexigrid-static-table.cplace-flexigrid-single-spaced tr > td .alert,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover.cplace-flexigrid-single-spaced tr > td .alert,
table.cplace-flexigrid-static-table.table-striped.table-hover.cplace-flexigrid-single-spaced tr > td .alert {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
table.cplace-flexigrid-dynamic-table.cplace-flexigrid-dynamic-table,
table.cplace-flexigrid-static-table.cplace-flexigrid-dynamic-table,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover.cplace-flexigrid-dynamic-table,
table.cplace-flexigrid-static-table.table-striped.table-hover.cplace-flexigrid-dynamic-table {
  margin: 0;
  table-layout: fixed;
}
table.cplace-flexigrid-dynamic-table.cplace-flexigrid-dynamic-table > thead > tr.titles > th .columnLabel,
table.cplace-flexigrid-static-table.cplace-flexigrid-dynamic-table > thead > tr.titles > th .columnLabel,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > th .columnLabel,
table.cplace-flexigrid-static-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > th .columnLabel,
table.cplace-flexigrid-dynamic-table.cplace-flexigrid-dynamic-table > thead > tr.titles > td .columnLabel,
table.cplace-flexigrid-static-table.cplace-flexigrid-dynamic-table > thead > tr.titles > td .columnLabel,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > td .columnLabel,
table.cplace-flexigrid-static-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > td .columnLabel {
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 24px);
}
table.cplace-flexigrid-dynamic-table.cplace-flexigrid-dynamic-table > thead > tr.titles > th.sorted,
table.cplace-flexigrid-static-table.cplace-flexigrid-dynamic-table > thead > tr.titles > th.sorted,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > th.sorted,
table.cplace-flexigrid-static-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > th.sorted,
table.cplace-flexigrid-dynamic-table.cplace-flexigrid-dynamic-table > thead > tr.titles > td.sorted,
table.cplace-flexigrid-static-table.cplace-flexigrid-dynamic-table > thead > tr.titles > td.sorted,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > td.sorted,
table.cplace-flexigrid-static-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > td.sorted {
  color: #3070b3;
}
table.cplace-flexigrid-dynamic-table.cplace-flexigrid-dynamic-table > thead > tr.titles > th.sorted > div.columnLabel,
table.cplace-flexigrid-static-table.cplace-flexigrid-dynamic-table > thead > tr.titles > th.sorted > div.columnLabel,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > th.sorted > div.columnLabel,
table.cplace-flexigrid-static-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > th.sorted > div.columnLabel,
table.cplace-flexigrid-dynamic-table.cplace-flexigrid-dynamic-table > thead > tr.titles > td.sorted > div.columnLabel,
table.cplace-flexigrid-static-table.cplace-flexigrid-dynamic-table > thead > tr.titles > td.sorted > div.columnLabel,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > td.sorted > div.columnLabel,
table.cplace-flexigrid-static-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > td.sorted > div.columnLabel {
  width: auto;
}
table.cplace-flexigrid-dynamic-table.cplace-flexigrid-dynamic-table > thead > tr.titles > th.sorted:before,
table.cplace-flexigrid-static-table.cplace-flexigrid-dynamic-table > thead > tr.titles > th.sorted:before,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > th.sorted:before,
table.cplace-flexigrid-static-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > th.sorted:before,
table.cplace-flexigrid-dynamic-table.cplace-flexigrid-dynamic-table > thead > tr.titles > td.sorted:before,
table.cplace-flexigrid-static-table.cplace-flexigrid-dynamic-table > thead > tr.titles > td.sorted:before,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > td.sorted:before,
table.cplace-flexigrid-static-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > td.sorted:before {
  font-family: FontAwesome;
  color: #3070b3;
  content: '\f0dc';
  float: right;
  margin-right: 5px;
}
table.cplace-flexigrid-dynamic-table.cplace-flexigrid-dynamic-table > thead > tr.titles > th.sorted.descending:before,
table.cplace-flexigrid-static-table.cplace-flexigrid-dynamic-table > thead > tr.titles > th.sorted.descending:before,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > th.sorted.descending:before,
table.cplace-flexigrid-static-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > th.sorted.descending:before,
table.cplace-flexigrid-dynamic-table.cplace-flexigrid-dynamic-table > thead > tr.titles > td.sorted.descending:before,
table.cplace-flexigrid-static-table.cplace-flexigrid-dynamic-table > thead > tr.titles > td.sorted.descending:before,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > td.sorted.descending:before,
table.cplace-flexigrid-static-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > td.sorted.descending:before {
  content: '\f0dd';
}
table.cplace-flexigrid-dynamic-table.cplace-flexigrid-dynamic-table > thead > tr.titles > th.sorted.ascending:before,
table.cplace-flexigrid-static-table.cplace-flexigrid-dynamic-table > thead > tr.titles > th.sorted.ascending:before,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > th.sorted.ascending:before,
table.cplace-flexigrid-static-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > th.sorted.ascending:before,
table.cplace-flexigrid-dynamic-table.cplace-flexigrid-dynamic-table > thead > tr.titles > td.sorted.ascending:before,
table.cplace-flexigrid-static-table.cplace-flexigrid-dynamic-table > thead > tr.titles > td.sorted.ascending:before,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > td.sorted.ascending:before,
table.cplace-flexigrid-static-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > td.sorted.ascending:before {
  content: '\f0de';
}
table.cplace-flexigrid-dynamic-table.cplace-flexigrid-dynamic-table > thead > tr.titles > th .cplace-flexigrid-multisort-toggle,
table.cplace-flexigrid-static-table.cplace-flexigrid-dynamic-table > thead > tr.titles > th .cplace-flexigrid-multisort-toggle,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > th .cplace-flexigrid-multisort-toggle,
table.cplace-flexigrid-static-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > th .cplace-flexigrid-multisort-toggle,
table.cplace-flexigrid-dynamic-table.cplace-flexigrid-dynamic-table > thead > tr.titles > td .cplace-flexigrid-multisort-toggle,
table.cplace-flexigrid-static-table.cplace-flexigrid-dynamic-table > thead > tr.titles > td .cplace-flexigrid-multisort-toggle,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > td .cplace-flexigrid-multisort-toggle,
table.cplace-flexigrid-static-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > td .cplace-flexigrid-multisort-toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  cursor: pointer;
  width: 24px;
  height: 100%;
}
table.cplace-flexigrid-dynamic-table.cplace-flexigrid-dynamic-table > thead > tr.titles > th .cplace-flexigrid-multisort-toggle:before,
table.cplace-flexigrid-static-table.cplace-flexigrid-dynamic-table > thead > tr.titles > th .cplace-flexigrid-multisort-toggle:before,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > th .cplace-flexigrid-multisort-toggle:before,
table.cplace-flexigrid-static-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > th .cplace-flexigrid-multisort-toggle:before,
table.cplace-flexigrid-dynamic-table.cplace-flexigrid-dynamic-table > thead > tr.titles > td .cplace-flexigrid-multisort-toggle:before,
table.cplace-flexigrid-static-table.cplace-flexigrid-dynamic-table > thead > tr.titles > td .cplace-flexigrid-multisort-toggle:before,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > td .cplace-flexigrid-multisort-toggle:before,
table.cplace-flexigrid-static-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > td .cplace-flexigrid-multisort-toggle:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}
table.cplace-flexigrid-dynamic-table.cplace-flexigrid-dynamic-table > thead > tr.titles > th .cplace-flexigrid-multisort-toggle > span,
table.cplace-flexigrid-static-table.cplace-flexigrid-dynamic-table > thead > tr.titles > th .cplace-flexigrid-multisort-toggle > span,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > th .cplace-flexigrid-multisort-toggle > span,
table.cplace-flexigrid-static-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > th .cplace-flexigrid-multisort-toggle > span,
table.cplace-flexigrid-dynamic-table.cplace-flexigrid-dynamic-table > thead > tr.titles > td .cplace-flexigrid-multisort-toggle > span,
table.cplace-flexigrid-static-table.cplace-flexigrid-dynamic-table > thead > tr.titles > td .cplace-flexigrid-multisort-toggle > span,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > td .cplace-flexigrid-multisort-toggle > span,
table.cplace-flexigrid-static-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > td .cplace-flexigrid-multisort-toggle > span {
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  position: absolute;
}
table.cplace-flexigrid-dynamic-table.cplace-flexigrid-dynamic-table > thead > tr.titles > th .cplace-flexigrid-multisort-toggle.sortable:before,
table.cplace-flexigrid-static-table.cplace-flexigrid-dynamic-table > thead > tr.titles > th .cplace-flexigrid-multisort-toggle.sortable:before,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > th .cplace-flexigrid-multisort-toggle.sortable:before,
table.cplace-flexigrid-static-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > th .cplace-flexigrid-multisort-toggle.sortable:before,
table.cplace-flexigrid-dynamic-table.cplace-flexigrid-dynamic-table > thead > tr.titles > td .cplace-flexigrid-multisort-toggle.sortable:before,
table.cplace-flexigrid-static-table.cplace-flexigrid-dynamic-table > thead > tr.titles > td .cplace-flexigrid-multisort-toggle.sortable:before,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > td .cplace-flexigrid-multisort-toggle.sortable:before,
table.cplace-flexigrid-static-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > td .cplace-flexigrid-multisort-toggle.sortable:before {
  font-family: FontAwesome;
  content: '\f0dc';
}
table.cplace-flexigrid-dynamic-table.cplace-flexigrid-dynamic-table > thead > tr.titles > th .cplace-flexigrid-multisort-toggle.sorted,
table.cplace-flexigrid-static-table.cplace-flexigrid-dynamic-table > thead > tr.titles > th .cplace-flexigrid-multisort-toggle.sorted,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > th .cplace-flexigrid-multisort-toggle.sorted,
table.cplace-flexigrid-static-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > th .cplace-flexigrid-multisort-toggle.sorted,
table.cplace-flexigrid-dynamic-table.cplace-flexigrid-dynamic-table > thead > tr.titles > td .cplace-flexigrid-multisort-toggle.sorted,
table.cplace-flexigrid-static-table.cplace-flexigrid-dynamic-table > thead > tr.titles > td .cplace-flexigrid-multisort-toggle.sorted,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > td .cplace-flexigrid-multisort-toggle.sorted,
table.cplace-flexigrid-static-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > td .cplace-flexigrid-multisort-toggle.sorted {
  color: #3070b3;
}
table.cplace-flexigrid-dynamic-table.cplace-flexigrid-dynamic-table > thead > tr.titles > th .cplace-flexigrid-multisort-toggle.sorted.descending > span,
table.cplace-flexigrid-static-table.cplace-flexigrid-dynamic-table > thead > tr.titles > th .cplace-flexigrid-multisort-toggle.sorted.descending > span,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > th .cplace-flexigrid-multisort-toggle.sorted.descending > span,
table.cplace-flexigrid-static-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > th .cplace-flexigrid-multisort-toggle.sorted.descending > span,
table.cplace-flexigrid-dynamic-table.cplace-flexigrid-dynamic-table > thead > tr.titles > td .cplace-flexigrid-multisort-toggle.sorted.descending > span,
table.cplace-flexigrid-static-table.cplace-flexigrid-dynamic-table > thead > tr.titles > td .cplace-flexigrid-multisort-toggle.sorted.descending > span,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > td .cplace-flexigrid-multisort-toggle.sorted.descending > span,
table.cplace-flexigrid-static-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > td .cplace-flexigrid-multisort-toggle.sorted.descending > span {
  transform: translateY(-75%);
}
table.cplace-flexigrid-dynamic-table.cplace-flexigrid-dynamic-table > thead > tr.titles > th .cplace-flexigrid-multisort-toggle.sorted.descending:before,
table.cplace-flexigrid-static-table.cplace-flexigrid-dynamic-table > thead > tr.titles > th .cplace-flexigrid-multisort-toggle.sorted.descending:before,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > th .cplace-flexigrid-multisort-toggle.sorted.descending:before,
table.cplace-flexigrid-static-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > th .cplace-flexigrid-multisort-toggle.sorted.descending:before,
table.cplace-flexigrid-dynamic-table.cplace-flexigrid-dynamic-table > thead > tr.titles > td .cplace-flexigrid-multisort-toggle.sorted.descending:before,
table.cplace-flexigrid-static-table.cplace-flexigrid-dynamic-table > thead > tr.titles > td .cplace-flexigrid-multisort-toggle.sorted.descending:before,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > td .cplace-flexigrid-multisort-toggle.sorted.descending:before,
table.cplace-flexigrid-static-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > td .cplace-flexigrid-multisort-toggle.sorted.descending:before {
  transform: translateY(-25%);
  content: '\f0dd';
}
table.cplace-flexigrid-dynamic-table.cplace-flexigrid-dynamic-table > thead > tr.titles > th .cplace-flexigrid-multisort-toggle.sorted.ascending > span,
table.cplace-flexigrid-static-table.cplace-flexigrid-dynamic-table > thead > tr.titles > th .cplace-flexigrid-multisort-toggle.sorted.ascending > span,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > th .cplace-flexigrid-multisort-toggle.sorted.ascending > span,
table.cplace-flexigrid-static-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > th .cplace-flexigrid-multisort-toggle.sorted.ascending > span,
table.cplace-flexigrid-dynamic-table.cplace-flexigrid-dynamic-table > thead > tr.titles > td .cplace-flexigrid-multisort-toggle.sorted.ascending > span,
table.cplace-flexigrid-static-table.cplace-flexigrid-dynamic-table > thead > tr.titles > td .cplace-flexigrid-multisort-toggle.sorted.ascending > span,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > td .cplace-flexigrid-multisort-toggle.sorted.ascending > span,
table.cplace-flexigrid-static-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > td .cplace-flexigrid-multisort-toggle.sorted.ascending > span {
  transform: translateY(-40%);
}
table.cplace-flexigrid-dynamic-table.cplace-flexigrid-dynamic-table > thead > tr.titles > th .cplace-flexigrid-multisort-toggle.sorted.ascending:before,
table.cplace-flexigrid-static-table.cplace-flexigrid-dynamic-table > thead > tr.titles > th .cplace-flexigrid-multisort-toggle.sorted.ascending:before,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > th .cplace-flexigrid-multisort-toggle.sorted.ascending:before,
table.cplace-flexigrid-static-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > th .cplace-flexigrid-multisort-toggle.sorted.ascending:before,
table.cplace-flexigrid-dynamic-table.cplace-flexigrid-dynamic-table > thead > tr.titles > td .cplace-flexigrid-multisort-toggle.sorted.ascending:before,
table.cplace-flexigrid-static-table.cplace-flexigrid-dynamic-table > thead > tr.titles > td .cplace-flexigrid-multisort-toggle.sorted.ascending:before,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > td .cplace-flexigrid-multisort-toggle.sorted.ascending:before,
table.cplace-flexigrid-static-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.titles > td .cplace-flexigrid-multisort-toggle.sorted.ascending:before {
  transform: translateY(-75%);
  content: '\f0de';
}
table.cplace-flexigrid-dynamic-table.cplace-flexigrid-dynamic-table > thead > tr.filters th,
table.cplace-flexigrid-static-table.cplace-flexigrid-dynamic-table > thead > tr.filters th,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.filters th,
table.cplace-flexigrid-static-table.table-striped.table-hover.cplace-flexigrid-dynamic-table > thead > tr.filters th {
  padding-top: 5px;
  padding-bottom: 5px;
}
table.cplace-flexigrid-dynamic-table.cplace-flexigrid-dynamic-table tr > td ::selection,
table.cplace-flexigrid-static-table.cplace-flexigrid-dynamic-table tr > td ::selection,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover.cplace-flexigrid-dynamic-table tr > td ::selection,
table.cplace-flexigrid-static-table.table-striped.table-hover.cplace-flexigrid-dynamic-table tr > td ::selection {
  background: transparent;
}
table.cplace-flexigrid-dynamic-table.cplace-flexigrid-dynamic-table tr > td ::-moz-selection,
table.cplace-flexigrid-static-table.cplace-flexigrid-dynamic-table tr > td ::-moz-selection,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover.cplace-flexigrid-dynamic-table tr > td ::-moz-selection,
table.cplace-flexigrid-static-table.table-striped.table-hover.cplace-flexigrid-dynamic-table tr > td ::-moz-selection {
  background: transparent;
}
table.cplace-flexigrid-dynamic-table.cplace-flexigrid-dynamic-table tr > td.cplace-flexigrid-text-selection-enabled ::selection,
table.cplace-flexigrid-static-table.cplace-flexigrid-dynamic-table tr > td.cplace-flexigrid-text-selection-enabled ::selection,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover.cplace-flexigrid-dynamic-table tr > td.cplace-flexigrid-text-selection-enabled ::selection,
table.cplace-flexigrid-static-table.table-striped.table-hover.cplace-flexigrid-dynamic-table tr > td.cplace-flexigrid-text-selection-enabled ::selection {
  background-color: highlight;
  color: highlighttext;
}
table.cplace-flexigrid-dynamic-table.cplace-flexigrid-dynamic-table tr > td.cplace-flexigrid-text-selection-enabled ::-moz-selection,
table.cplace-flexigrid-static-table.cplace-flexigrid-dynamic-table tr > td.cplace-flexigrid-text-selection-enabled ::-moz-selection,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover.cplace-flexigrid-dynamic-table tr > td.cplace-flexigrid-text-selection-enabled ::-moz-selection,
table.cplace-flexigrid-static-table.table-striped.table-hover.cplace-flexigrid-dynamic-table tr > td.cplace-flexigrid-text-selection-enabled ::-moz-selection {
  background-color: highlight;
  color: highlighttext;
}
table.cplace-flexigrid-dynamic-table.cplace-flexigrid-dynamic-table tr > td div.cplace-flexigrid-name-cell,
table.cplace-flexigrid-static-table.cplace-flexigrid-dynamic-table tr > td div.cplace-flexigrid-name-cell,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover.cplace-flexigrid-dynamic-table tr > td div.cplace-flexigrid-name-cell,
table.cplace-flexigrid-static-table.table-striped.table-hover.cplace-flexigrid-dynamic-table tr > td div.cplace-flexigrid-name-cell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
table.cplace-flexigrid-dynamic-table > tbody:last-of-type > tr:last-child td .cplace-flexigrid-single-selected-cell-corner,
table.cplace-flexigrid-static-table > tbody:last-of-type > tr:last-child td .cplace-flexigrid-single-selected-cell-corner,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover > tbody:last-of-type > tr:last-child td .cplace-flexigrid-single-selected-cell-corner,
table.cplace-flexigrid-static-table.table-striped.table-hover > tbody:last-of-type > tr:last-child td .cplace-flexigrid-single-selected-cell-corner {
  transform: translate(4px, 0px);
}
table.cplace-flexigrid-dynamic-table > tbody:last-of-type > tr:last-child td:last-child .cplace-flexigrid-single-selected-cell-corner,
table.cplace-flexigrid-static-table > tbody:last-of-type > tr:last-child td:last-child .cplace-flexigrid-single-selected-cell-corner,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover > tbody:last-of-type > tr:last-child td:last-child .cplace-flexigrid-single-selected-cell-corner,
table.cplace-flexigrid-static-table.table-striped.table-hover > tbody:last-of-type > tr:last-child td:last-child .cplace-flexigrid-single-selected-cell-corner {
  transform: translate(0px, 0px);
}
table.cplace-flexigrid-dynamic-table.cplace-flexigrid-static-table > thead > tr.titles > th.sortable,
table.cplace-flexigrid-static-table.cplace-flexigrid-static-table > thead > tr.titles > th.sortable,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover.cplace-flexigrid-static-table > thead > tr.titles > th.sortable,
table.cplace-flexigrid-static-table.table-striped.table-hover.cplace-flexigrid-static-table > thead > tr.titles > th.sortable {
  cursor: pointer;
  position: relative;
  -ms-user-select: none;
  user-select: none;
}
table.cplace-flexigrid-dynamic-table.cplace-flexigrid-static-table > thead > tr.titles > th:not(.sortable):not(.actions-checkbox),
table.cplace-flexigrid-static-table.cplace-flexigrid-static-table > thead > tr.titles > th:not(.sortable):not(.actions-checkbox),
table.cplace-flexigrid-dynamic-table.table-striped.table-hover.cplace-flexigrid-static-table > thead > tr.titles > th:not(.sortable):not(.actions-checkbox),
table.cplace-flexigrid-static-table.table-striped.table-hover.cplace-flexigrid-static-table > thead > tr.titles > th:not(.sortable):not(.actions-checkbox) {
  pointer-events: none;
}
table.cplace-flexigrid-dynamic-table.cplace-flexigrid-static-table .hidden-column,
table.cplace-flexigrid-static-table.cplace-flexigrid-static-table .hidden-column,
table.cplace-flexigrid-dynamic-table.table-striped.table-hover.cplace-flexigrid-static-table .hidden-column,
table.cplace-flexigrid-static-table.table-striped.table-hover.cplace-flexigrid-static-table .hidden-column {
  display: none;
}
table.cplace-flexigrid-dynamic-table .cf-cplace-validation-highlighted,
table.cplace-flexigrid-static-table .cf-cplace-validation-highlighted {
  position: relative;
}
table.cplace-flexigrid-dynamic-table .cf-cplace-validation-highlighted .tricia-edit-btn-wrapper,
table.cplace-flexigrid-static-table .cf-cplace-validation-highlighted .tricia-edit-btn-wrapper {
  right: 0;
}
.tricia-table__column-header {
  width: calc(100% - 24px);
}
.tricia-table__column-sort {
  position: absolute;
  right: 10px;
  bottom: 7px;
}
.tricia-table__column-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tricia-default-table-scroll-container {
  overflow: auto;
  max-width: 100%;
  max-height: 50vh;
  border: 1px solid #ddd;
}
.tricia-default-table-scroll-container > table.tricia-default-table thead tr,
.tricia-default-table-scroll-container > table.tricia-default-table thead th {
  border-top: none;
}
.tricia-default-table-scroll-container > table.tricia-default-table thead th:first-of-type {
  border-left: none;
}
.tricia-default-table-scroll-container > table.tricia-default-table thead th:last-of-type {
  border-right: none;
}
.tricia-default-table-scroll-container > table.tricia-default-table tbody tr {
  border-left: none;
  border-right: none;
}
.tricia-default-table-scroll-container > table.tricia-default-table tbody tr td:first-of-type {
  border-left: none;
}
.tricia-default-table-scroll-container > table.tricia-default-table tbody tr td:last-of-type {
  border-right: none;
}
.tricia-default-table-scroll-container::-webkit-scrollbar:vertical {
  border-left: 1px solid #ddd;
}
.tricia-default-table-scroll-container::-webkit-scrollbar:horizontal {
  border-top: 1px solid #ddd;
}
table.tricia-default-table {
  text-align: left;
  border-collapse: collapse;
  margin: 0 0 10px 0;
}
table.tricia-default-table thead {
  background-color: #f3f4f7;
}
table.tricia-default-table th {
  padding: 12px 17px 12px 17px;
  font-weight: bold;
  text-align: left;
  background-color: #f3f4f7;
  border: 1px solid #ddd;
}
table.tricia-default-table td {
  padding: 7px 17px 7px 17px;
  vertical-align: top;
  border: 1px solid #ddd;
}
.flexigridpro .floatThead-wrapper {
  margin-bottom: -1px;
}
.flexigridpro .cplace-flexigrid-table-wrapper {
  overflow: auto;
  width: 100%;
}
.flexigridpro .cplace-flexigrid-header-row .cplace-flexigrid-text-search {
  margin-right: 10px;
  width: 30%;
  transition: width 0.2s ease-in;
}
.flexigridpro .cplace-flexigrid-header-row .cplace-flexigrid-text-search a.btn {
  width: 41px;
}
.flexigridpro .cplace-flexigrid-header-row .cplace-flexigrid-text-search input.flexigrid-search-input {
  transition: all 0.2s ease-in;
}
.flexigridpro .cplace-flexigrid-header-row .cplace-flexigrid-text-search:not(.active) {
  width: 40px;
}
.flexigridpro .cplace-flexigrid-header-row .cplace-flexigrid-text-search:not(.active) a.btn {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.flexigridpro .cplace-flexigrid-header-row .cplace-flexigrid-text-search:not(.active) input.flexigrid-search-input {
  padding: 0;
  border: 0;
}
.flexigridpro .cplace-flexigrid-header-row .btn-group .btn.text-primary {
  color: #3070b3;
}
.flexigridpro .cplace-flexigrid-header-row .context-actions .btn {
  margin-left: 10px;
}
.flexigridpro .cplace-flexigrid-waiting-wrapper {
  padding: 1em;
  background-color: #f5f5f5;
}
.flexigridpro .cplace-flexigrid-footer-wrapper {
  position: relative;
  padding: 0.7em;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  flex-wrap: wrap;
  overflow-x: auto;
}
.widget-body .flexigridpro .cplace-flexigrid-footer-wrapper {
  border: none;
  border-top: 1px solid #ddd;
}
.flexigridpro .cplace-flexigrid-footer-wrapper .cplace-flexigrid-footer-hits {
  padding-right: 0.7em;
}
.flexigridpro .cplace-flexigrid-footer-wrapper .cplace-flexigrid-footer-error {
  color: #bf111d;
}
.flexigridpro .cplace-flexigrid-footer-wrapper .cplace-flexigrid-footer-filters {
  padding-right: 5px;
}
.flexigridpro .cplace-flexigrid-footer-wrapper .cplace-flexigrid-footer-filters .cf-cplace-filters-substitution-wrapper {
  border-left: 1px solid #4c4c4c;
}
.flexigridpro .cplace-flexigrid-footer-wrapper .cplace-flexigrid-footer-filters .cf-cplace-filters-substitution-wrapper .text-label {
  padding-left: 0.7em;
}
.flexigridpro .cplace-flexigrid-footer-wrapper .cplace-flexigrid-footer-filters .cf-cplace-filters-substitution-wrapper.no-filters {
  border-left: none;
}
.flexigridpro .cplace-flexigrid-footer-wrapper .cplace-flexigrid-footer-filters .cf-cplace-filters-substitution-wrapper.no-filters .text-label {
  display: none;
}
.flexigridpro .cplace-flexigrid-footer-wrapper .cplace-flexigrid-footer-sorts {
  margin: 5px 0;
}
.flexigridpro .cplace-flexigrid-footer-wrapper .cplace-flexigrid-footer-sorts .cf-cplace-sorts-substitution-wrapper {
  border-left: 1px solid #4c4c4c;
}
.flexigridpro .cplace-flexigrid-footer-wrapper .cplace-flexigrid-footer-sorts .cf-cplace-sorts-substitution-wrapper .text-label {
  padding-left: 0.7em;
}
.flexigridpro .cplace-flexigrid-footer-wrapper .cplace-flexigrid-footer-sorts .cf-cplace-sorts-substitution-wrapper.no-sorts {
  border-left: none;
}
.flexigridpro .cplace-flexigrid-footer-wrapper .cplace-flexigrid-footer-sorts .cf-cplace-sorts-substitution-wrapper.no-sorts .text-label {
  display: none;
}
.flexigridpro .cplace-flexigrid-footer-wrapper .cplace-flexigrid-footer-groups {
  margin: 5px 0;
}
.flexigridpro .cplace-flexigrid-footer-wrapper .cplace-flexigrid-footer-groups .cf-cplace-groups-substitution-wrapper {
  border-left: 1px solid #4c4c4c;
}
.flexigridpro .cplace-flexigrid-footer-wrapper .cplace-flexigrid-footer-groups .cf-cplace-groups-substitution-wrapper .text-label {
  padding-left: 0.7em;
}
.flexigridpro .cplace-flexigrid-footer-wrapper .cplace-flexigrid-footer-groups .cf-cplace-groups-substitution-wrapper.no-groups {
  border-left: none;
}
.flexigridpro .cplace-flexigrid-footer-wrapper .cplace-flexigrid-footer-groups .cf-cplace-groups-substitution-wrapper.no-groups .text-label {
  display: none;
}
.flexigridpro .cplace-flexigrid-header-cell-marker {
  overflow: hidden;
  height: 1px;
  width: 14px;
}
.flexigridpro .cplace-flexigrid-column-width-marker {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  z-index: 1;
  border-style: solid;
  border-width: 0 15px 15px 0;
  cursor: pointer;
}
.flexigridpro .cplace-flexigrid-column-width-marker.custom-width {
  border-color: transparent rgba(48, 112, 179, 0.2) transparent transparent;
}
.flexigridpro .cplace-flexigrid-column-width-marker.attribute-width {
  border-color: transparent rgba(48, 112, 179, 0.07) transparent transparent;
}
.flexigridpro .cplace-flexigrid-selected-cell-border,
.flexigridpro .cplace-flexigrid-selected-copy-source-cell-border,
.flexigridpro .cplace-flexigrid-paste-failure-cell-border {
  position: absolute;
}
.flexigridpro .cplace-flexigrid-selected-cell-border.top,
.flexigridpro .cplace-flexigrid-selected-copy-source-cell-border.top,
.flexigridpro .cplace-flexigrid-paste-failure-cell-border.top {
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
}
.flexigridpro .cplace-flexigrid-selected-cell-border.bottom,
.flexigridpro .cplace-flexigrid-selected-copy-source-cell-border.bottom,
.flexigridpro .cplace-flexigrid-paste-failure-cell-border.bottom {
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
}
.flexigridpro .cplace-flexigrid-selected-cell-border.left,
.flexigridpro .cplace-flexigrid-selected-copy-source-cell-border.left,
.flexigridpro .cplace-flexigrid-paste-failure-cell-border.left {
  top: 3px;
  bottom: 3px;
  left: 0;
  width: 3px;
}
.flexigridpro .cplace-flexigrid-selected-cell-border.right,
.flexigridpro .cplace-flexigrid-selected-copy-source-cell-border.right,
.flexigridpro .cplace-flexigrid-paste-failure-cell-border.right {
  top: 3px;
  bottom: 3px;
  right: 0;
  width: 3px;
}
.flexigridpro .cplace-flexigrid-single-selected-cell-corner {
  cursor: crosshair;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  background-color: #3070b3;
  border: 1px solid #FFFFFF;
  transform: translate(4px, 4px);
}
.flexigridpro .cplace-flexigrid-selected-cell-border {
  background: rgba(170, 170, 170, 0.7);
}
.flexigridpro .cplace-flexigrid-selected-copy-source-cell-border {
  background: #f2d6a5;
}
.flexigridpro .cplace-flexigrid-paste-failure-cell-border {
  background: #ef4753;
}
.flexigridpro .well {
  border-radius: 0;
}
.flexigridpro .error {
  color: #bf111d;
}
.flexigridpro .cplace-flexigrid-expansion-toggle span:not(.leaf) {
  cursor: pointer;
}
.cf-cplace-filters-substitution-wrapper .text-label,
.cf-cplace-filters-substitution-wrapper .label,
.cf-cplace-filters-substitution-wrapper .loading-indicator {
  display: inline-block;
}
.cf-cplace-filters-substitution-wrapper .text-label {
  padding: 0 0.5em;
}
.cf-cplace-filters-substitution-wrapper .label {
  font-weight: normal;
  padding: 0.5em;
  margin-right: 0.5em;
}
.cf-cplace-filters-substitution-wrapper .label .attribute {
  font-weight: 600;
}
.cf-cplace-filters-substitution-wrapper .label > a {
  color: #fff;
}
.cf-cplace-filters-substitution-wrapper .label > a:hover,
.cf-cplace-filters-substitution-wrapper .label > a:focus,
.cf-cplace-filters-substitution-wrapper .label > a:active {
  color: #cccccc;
}
.cf-cplace-filters-substitution-wrapper .label.clickable {
  cursor: pointer;
}
.cf-cplace-filters-substitution-wrapper .label:hover {
  background-color: #2b639f;
}
.cf-cplace-connected-table-filter-widget-wrapper {
  padding: 10px;
  background: #f5f5f5;
  border-bottom: 1px solid #dcdcdc;
}
.cf-cplace-connected-table-filter-widget-wrapper .cf-cplace-connected-table-filter-widget-filter-button {
  margin-right: .5em;
}
.cf-cplace-connected-table-filter-widget-wrapper .cf-cplace-filter-active-icon {
  display: none;
}
.filter-tooltip-container {
  min-width: 50px;
  padding-left: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.filter-tooltip-container > li {
  white-space: nowrap;
}
.cf-cplace-sorts-substitution-wrapper .text-label,
.cf-cplace-sorts-substitution-wrapper .label,
.cf-cplace-sorts-substitution-wrapper .loading-indicator {
  display: inline-block;
}
.cf-cplace-sorts-substitution-wrapper .text-label {
  padding: 0 0.5em;
}
.cf-cplace-sorts-substitution-wrapper .label {
  font-weight: normal;
  padding: 0.5em;
  margin-right: 0.5em;
}
.cf-cplace-sorts-substitution-wrapper .label .attribute {
  font-weight: 600;
}
.cf-cplace-sorts-substitution-wrapper .label > a {
  color: #fff;
}
.cf-cplace-sorts-substitution-wrapper .label > a:hover,
.cf-cplace-sorts-substitution-wrapper .label > a:focus,
.cf-cplace-sorts-substitution-wrapper .label > a:active {
  color: #cccccc;
}
.cf-cplace-sorts-substitution-wrapper .label.clickable {
  cursor: pointer;
}
.cf-cplace-sorts-substitution-wrapper .label:hover {
  background-color: #2b639f;
}
.cf-cplace-groups-substitution-wrapper .text-label,
.cf-cplace-groups-substitution-wrapper .label,
.cf-cplace-groups-substitution-wrapper .loading-indicator {
  display: inline-block;
}
.cf-cplace-groups-substitution-wrapper .text-label {
  padding: 0 0.5em;
}
.cf-cplace-groups-substitution-wrapper .label {
  font-weight: normal;
  padding: 0.5em;
  margin-right: 0.5em;
}
.cf-cplace-groups-substitution-wrapper .label .attribute {
  font-weight: 600;
}
.cf-cplace-groups-substitution-wrapper .label > a {
  color: #fff;
}
.cf-cplace-groups-substitution-wrapper .label > a:hover,
.cf-cplace-groups-substitution-wrapper .label > a:focus,
.cf-cplace-groups-substitution-wrapper .label > a:active {
  color: #cccccc;
}
.cf-cplace-groups-substitution-wrapper .label.clickable {
  cursor: pointer;
}
.cf-cplace-groups-substitution-wrapper .label:hover {
  background-color: #2b639f;
}
.cf-cplace-groups-substitution-wrapper .remove {
  cursor: pointer;
}
.sorting-tooltip-container {
  flex-flow: column;
  padding-left: .75em;
}
.sorting-tooltip-container :not(:last-child) {
  margin-bottom: .25em;
}
.sorting-tooltip-container > div {
  flex-flow: row;
}
.sorting-tooltip-container .sorting-tooltip {
  position: relative;
  right: 10px;
  cursor: pointer;
  width: 24px;
  height: 100%;
}
.sorting-tooltip-container .sorting-tooltip > span {
  position: absolute;
  top: 50%;
}
.sorting-tooltip-container .sorting-tooltip.sorted.descending > span {
  font-size: .8em;
  transform: translateY(-15%);
}
.sorting-tooltip-container .sorting-tooltip.sorted.descending > span:before {
  font-family: FontAwesome;
  position: absolute;
  transform: translateY(25%);
  content: '\f0dd';
}
.sorting-tooltip-container .sorting-tooltip.sorted.ascending > span {
  font-size: .8em;
  transform: translateY(10%);
}
.sorting-tooltip-container .sorting-tooltip.sorted.ascending > span:before {
  font-family: FontAwesome;
  position: absolute;
  transform: translateY(-30%);
  content: '\f0de';
}
/**
        ========= BELOW IS TO CHECK =========
 */
_:-ms-fullscreen,
:root .cplace-flexigrid-number-of-hits {
  margin: 33px 0 0 0;
  padding-top: 30px;
}
.cplace-lean-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  background-color: #fff;
}
.cplace-lean-table .cplace-control-wrapper > div:not(.tricia-edit-btn-wrapper) {
  line-height: 1.6em;
}
.cplace-lean-table > thead > tr,
.cplace-lean-table > tbody > tr,
.cplace-lean-table > tfoot > tr {
  transition: all .3s ease;
}
.cplace-lean-table > thead > tr > th,
.cplace-lean-table > tbody > tr > th,
.cplace-lean-table > tfoot > tr > th,
.cplace-lean-table > thead > tr > td,
.cplace-lean-table > tbody > tr > td,
.cplace-lean-table > tfoot > tr > td {
  text-align: left;
  padding: 0.1rem;
  vertical-align: top;
  border-top: 0;
  transition: all .3s ease;
}
.cplace-lean-table > thead > tr > th:first-child,
.cplace-lean-table > tbody > tr > th:first-child,
.cplace-lean-table > tfoot > tr > th:first-child,
.cplace-lean-table > thead > tr > td:first-child,
.cplace-lean-table > tbody > tr > td:first-child,
.cplace-lean-table > tfoot > tr > td:first-child {
  padding-left: 10px;
}
.cplace-lean-table > thead > tr > th:last-child,
.cplace-lean-table > tbody > tr > th:last-child,
.cplace-lean-table > tfoot > tr > th:last-child,
.cplace-lean-table > thead > tr > td:last-child,
.cplace-lean-table > tbody > tr > td:last-child,
.cplace-lean-table > tfoot > tr > td:last-child {
  padding-right: 10px;
}
.cplace-lean-table > thead > tr > th {
  font-weight: 400;
  color: #757575;
  vertical-align: bottom;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.cplace-lean-table > tbody > tr > td > div {
  max-width: 400px;
  word-break: break-word;
}
.cplace-lean-table > caption + thead > tr:first-child > th,
.cplace-lean-table > colgroup + thead > tr:first-child > th,
.cplace-lean-table > thead:first-child > tr:first-child > th,
.cplace-lean-table > caption + thead > tr:first-child > td,
.cplace-lean-table > colgroup + thead > tr:first-child > td,
.cplace-lean-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.cplace-lean-table > tbody + tbody {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.cplace-lean-table .cplace-lean-table {
  background-color: #fff;
}
.cplace-lean-table .no-border {
  border: 0;
}
.cplace-lean-table-condensed > thead > tr > th,
.cplace-lean-table-condensed > tbody > tr > th,
.cplace-lean-table-condensed > tfoot > tr > th,
.cplace-lean-table-condensed > thead > tr > td,
.cplace-lean-table-condensed > tbody > tr > td,
.cplace-lean-table-condensed > tfoot > tr > td {
  padding: 0.05rem;
}
.cplace-lean-table-bordered {
  border: 0;
}
.cplace-lean-table-bordered > thead > tr > th,
.cplace-lean-table-bordered > tbody > tr > th,
.cplace-lean-table-bordered > tfoot > tr > th,
.cplace-lean-table-bordered > thead > tr > td,
.cplace-lean-table-bordered > tbody > tr > td,
.cplace-lean-table-bordered > tfoot > tr > td {
  border: 0;
  border-bottom: 1px solid #e0e0e0;
}
.cplace-lean-table-bordered > thead > tr > th,
.cplace-lean-table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.cplace-lean-table-striped > tbody > tr:nth-child(odd) > td,
.cplace-lean-table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f5f5f5;
}
.cplace-lean-table-hover > tbody > tr:hover > td,
.cplace-lean-table-hover > tbody > tr:hover > th {
  background-color: rgba(0, 0, 0, 0.12);
}
.cplace-lean-table-cell-hover > tbody > tr > td:hover {
  background-color: rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 768px) {
  .cplace-lean-table-responsive-vertical > .cplace-lean-table {
    margin-bottom: 0;
    background-color: transparent;
  }
  .cplace-lean-table-responsive-vertical > .cplace-lean-table > thead,
  .cplace-lean-table-responsive-vertical > .cplace-lean-table > tfoot {
    display: none;
  }
  .cplace-lean-table-responsive-vertical > .cplace-lean-table > tbody {
    display: block;
  }
  .cplace-lean-table-responsive-vertical > .cplace-lean-table > tbody > tr {
    display: block;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    margin-bottom: 0.1rem;
  }
  .cplace-lean-table-responsive-vertical > .cplace-lean-table > tbody > tr > td {
    background-color: #fff;
    display: block;
    vertical-align: middle;
    text-align: left;
    padding-left: 50%;
  }
  .cplace-lean-table-responsive-vertical > .cplace-lean-table > tbody > tr > td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: inherit;
    font-weight: 400;
    color: #757575;
    margin-left: -100%;
    padding-left: 10px;
  }
  .cplace-lean-table-responsive-vertical > .cplace-lean-table-bordered {
    border: 0;
  }
  .cplace-lean-table-responsive-vertical > .cplace-lean-table-bordered > tbody > tr > td {
    border: 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .cplace-lean-table-responsive-vertical > .cplace-lean-table-bordered > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .cplace-lean-table-responsive-vertical > .cplace-lean-table-striped > tbody > tr > td,
  .cplace-lean-table-responsive-vertical > .cplace-lean-table-striped > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .cplace-lean-table-responsive-vertical > .cplace-lean-table-striped > tbody > tr > td:nth-child(odd) {
    background-color: #f5f5f5;
  }
  .cplace-lean-table-responsive-vertical > .cplace-lean-table-hover > tbody > tr:hover > td,
  .cplace-lean-table-responsive-vertical > .cplace-lean-table-hover > tbody > tr:hover {
    background-color: #fff;
  }
  .cplace-lean-table-responsive-vertical > .cplace-lean-table-hover > tbody > tr > td:hover {
    background-color: rgba(0, 0, 0, 0.12);
  }
}
.cplace-lean-table-striped.cplace-lean-table-mc-red > tbody > tr:nth-child(odd) > td,
.cplace-lean-table-striped.cplace-lean-table-mc-red > tbody > tr:nth-child(odd) > th {
  background-color: #fde0dc;
}
.cplace-lean-table-hover.cplace-lean-table-mc-red > tbody > tr:hover > td,
.cplace-lean-table-hover.cplace-lean-table-mc-red > tbody > tr:hover > th {
  background-color: #f9bdbb;
}
@media screen and (max-width: 767px) {
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-red > tbody > tr > td,
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-red > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-red > tbody > tr > td:nth-child(odd) {
    background-color: #fde0dc;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-red > tbody > tr:hover > td,
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-red > tbody > tr:hover {
    background-color: #fff;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-red > tbody > tr > td:hover {
    background-color: #f9bdbb;
  }
}
.cplace-lean-table-striped.cplace-lean-table-mc-pink > tbody > tr:nth-child(odd) > td,
.cplace-lean-table-striped.cplace-lean-table-mc-pink > tbody > tr:nth-child(odd) > th {
  background-color: #fce4ec;
}
.cplace-lean-table-hover.cplace-lean-table-mc-pink > tbody > tr:hover > td,
.cplace-lean-table-hover.cplace-lean-table-mc-pink > tbody > tr:hover > th {
  background-color: #f8bbd0;
}
@media screen and (max-width: 767px) {
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-pink > tbody > tr > td,
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-pink > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-pink > tbody > tr > td:nth-child(odd) {
    background-color: #fce4ec;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-pink > tbody > tr:hover > td,
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-pink > tbody > tr:hover {
    background-color: #fff;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-pink > tbody > tr > td:hover {
    background-color: #f8bbd0;
  }
}
.cplace-lean-table-striped.cplace-lean-table-mc-purple > tbody > tr:nth-child(odd) > td,
.cplace-lean-table-striped.cplace-lean-table-mc-purple > tbody > tr:nth-child(odd) > th {
  background-color: #f3e5f5;
}
.cplace-lean-table-hover.cplace-lean-table-mc-purple > tbody > tr:hover > td,
.cplace-lean-table-hover.cplace-lean-table-mc-purple > tbody > tr:hover > th {
  background-color: #e1bee7;
}
@media screen and (max-width: 767px) {
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-purple > tbody > tr > td,
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-purple > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-purple > tbody > tr > td:nth-child(odd) {
    background-color: #f3e5f5;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-purple > tbody > tr:hover > td,
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-purple > tbody > tr:hover {
    background-color: #fff;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-purple > tbody > tr > td:hover {
    background-color: #e1bee7;
  }
}
.cplace-lean-table-striped.cplace-lean-table-mc-deep-purple > tbody > tr:nth-child(odd) > td,
.cplace-lean-table-striped.cplace-lean-table-mc-deep-purple > tbody > tr:nth-child(odd) > th {
  background-color: #ede7f6;
}
.cplace-lean-table-hover.cplace-lean-table-mc-deep-purple > tbody > tr:hover > td,
.cplace-lean-table-hover.cplace-lean-table-mc-deep-purple > tbody > tr:hover > th {
  background-color: #d1c4e9;
}
@media screen and (max-width: 767px) {
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-deep-purple > tbody > tr > td,
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-deep-purple > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-deep-purple > tbody > tr > td:nth-child(odd) {
    background-color: #ede7f6;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-deep-purple > tbody > tr:hover > td,
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-deep-purple > tbody > tr:hover {
    background-color: #fff;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-deep-purple > tbody > tr > td:hover {
    background-color: #d1c4e9;
  }
}
.cplace-lean-table-striped.cplace-lean-table-mc-indigo > tbody > tr:nth-child(odd) > td,
.cplace-lean-table-striped.cplace-lean-table-mc-indigo > tbody > tr:nth-child(odd) > th {
  background-color: #e8eaf6;
}
.cplace-lean-table-hover.cplace-lean-table-mc-indigo > tbody > tr:hover > td,
.cplace-lean-table-hover.cplace-lean-table-mc-indigo > tbody > tr:hover > th {
  background-color: #c5cae9;
}
@media screen and (max-width: 767px) {
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-indigo > tbody > tr > td,
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-indigo > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-indigo > tbody > tr > td:nth-child(odd) {
    background-color: #e8eaf6;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-indigo > tbody > tr:hover > td,
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-indigo > tbody > tr:hover {
    background-color: #fff;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-indigo > tbody > tr > td:hover {
    background-color: #c5cae9;
  }
}
.cplace-lean-table-striped.cplace-lean-table-mc-blue > tbody > tr:nth-child(odd) > td,
.cplace-lean-table-striped.cplace-lean-table-mc-blue > tbody > tr:nth-child(odd) > th {
  background-color: #e7e9fd;
}
.cplace-lean-table-hover.cplace-lean-table-mc-blue > tbody > tr:hover > td,
.cplace-lean-table-hover.cplace-lean-table-mc-blue > tbody > tr:hover > th {
  background-color: #d0d9ff;
}
@media screen and (max-width: 767px) {
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-blue > tbody > tr > td,
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-blue > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-blue > tbody > tr > td:nth-child(odd) {
    background-color: #e7e9fd;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-blue > tbody > tr:hover > td,
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-blue > tbody > tr:hover {
    background-color: #fff;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-blue > tbody > tr > td:hover {
    background-color: #d0d9ff;
  }
}
.cplace-lean-table-striped.cplace-lean-table-mc-light-blue > tbody > tr:nth-child(odd) > td,
.cplace-lean-table-striped.cplace-lean-table-mc-light-blue > tbody > tr:nth-child(odd) > th {
  background-color: #e1f5fe;
}
.cplace-lean-table-hover.cplace-lean-table-mc-light-blue > tbody > tr:hover > td,
.cplace-lean-table-hover.cplace-lean-table-mc-light-blue > tbody > tr:hover > th {
  background-color: #b3e5fc;
}
@media screen and (max-width: 767px) {
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-light-blue > tbody > tr > td,
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-light-blue > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-light-blue > tbody > tr > td:nth-child(odd) {
    background-color: #e1f5fe;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-light-blue > tbody > tr:hover > td,
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-light-blue > tbody > tr:hover {
    background-color: #fff;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-light-blue > tbody > tr > td:hover {
    background-color: #b3e5fc;
  }
}
.cplace-lean-table-striped.cplace-lean-table-mc-cyan > tbody > tr:nth-child(odd) > td,
.cplace-lean-table-striped.cplace-lean-table-mc-cyan > tbody > tr:nth-child(odd) > th {
  background-color: #e0f7fa;
}
.cplace-lean-table-hover.cplace-lean-table-mc-cyan > tbody > tr:hover > td,
.cplace-lean-table-hover.cplace-lean-table-mc-cyan > tbody > tr:hover > th {
  background-color: #b2ebf2;
}
@media screen and (max-width: 767px) {
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-cyan > tbody > tr > td,
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-cyan > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-cyan > tbody > tr > td:nth-child(odd) {
    background-color: #e0f7fa;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-cyan > tbody > tr:hover > td,
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-cyan > tbody > tr:hover {
    background-color: #fff;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-cyan > tbody > tr > td:hover {
    background-color: #b2ebf2;
  }
}
.cplace-lean-table-striped.cplace-lean-table-mc-teal > tbody > tr:nth-child(odd) > td,
.cplace-lean-table-striped.cplace-lean-table-mc-teal > tbody > tr:nth-child(odd) > th {
  background-color: #e0f2f1;
}
.cplace-lean-table-hover.cplace-lean-table-mc-teal > tbody > tr:hover > td,
.cplace-lean-table-hover.cplace-lean-table-mc-teal > tbody > tr:hover > th {
  background-color: #b2dfdb;
}
@media screen and (max-width: 767px) {
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-teal > tbody > tr > td,
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-teal > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-teal > tbody > tr > td:nth-child(odd) {
    background-color: #e0f2f1;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-teal > tbody > tr:hover > td,
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-teal > tbody > tr:hover {
    background-color: #fff;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-teal > tbody > tr > td:hover {
    background-color: #b2dfdb;
  }
}
.cplace-lean-table-striped.cplace-lean-table-mc-green > tbody > tr:nth-child(odd) > td,
.cplace-lean-table-striped.cplace-lean-table-mc-green > tbody > tr:nth-child(odd) > th {
  background-color: #d0f8ce;
}
.cplace-lean-table-hover.cplace-lean-table-mc-green > tbody > tr:hover > td,
.cplace-lean-table-hover.cplace-lean-table-mc-green > tbody > tr:hover > th {
  background-color: #a3e9a4;
}
@media screen and (max-width: 767px) {
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-green > tbody > tr > td,
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-green > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-green > tbody > tr > td:nth-child(odd) {
    background-color: #d0f8ce;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-green > tbody > tr:hover > td,
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-green > tbody > tr:hover {
    background-color: #fff;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-green > tbody > tr > td:hover {
    background-color: #a3e9a4;
  }
}
.cplace-lean-table-striped.cplace-lean-table-mc-light-green > tbody > tr:nth-child(odd) > td,
.cplace-lean-table-striped.cplace-lean-table-mc-light-green > tbody > tr:nth-child(odd) > th {
  background-color: #f1f8e9;
}
.cplace-lean-table-hover.cplace-lean-table-mc-light-green > tbody > tr:hover > td,
.cplace-lean-table-hover.cplace-lean-table-mc-light-green > tbody > tr:hover > th {
  background-color: #dcedc8;
}
@media screen and (max-width: 767px) {
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-light-green > tbody > tr > td,
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-light-green > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-light-green > tbody > tr > td:nth-child(odd) {
    background-color: #f1f8e9;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-light-green > tbody > tr:hover > td,
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-light-green > tbody > tr:hover {
    background-color: #fff;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-light-green > tbody > tr > td:hover {
    background-color: #dcedc8;
  }
}
.cplace-lean-table-striped.cplace-lean-table-mc-lime > tbody > tr:nth-child(odd) > td,
.cplace-lean-table-striped.cplace-lean-table-mc-lime > tbody > tr:nth-child(odd) > th {
  background-color: #f9fbe7;
}
.cplace-lean-table-hover.cplace-lean-table-mc-lime > tbody > tr:hover > td,
.cplace-lean-table-hover.cplace-lean-table-mc-lime > tbody > tr:hover > th {
  background-color: #f0f4c3;
}
@media screen and (max-width: 767px) {
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-lime > tbody > tr > td,
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-lime > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-lime > tbody > tr > td:nth-child(odd) {
    background-color: #f9fbe7;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-lime > tbody > tr:hover > td,
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-lime > tbody > tr:hover {
    background-color: #fff;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-lime > tbody > tr > td:hover {
    background-color: #f0f4c3;
  }
}
.cplace-lean-table-striped.cplace-lean-table-mc-yellow > tbody > tr:nth-child(odd) > td,
.cplace-lean-table-striped.cplace-lean-table-mc-yellow > tbody > tr:nth-child(odd) > th {
  background-color: #fffde7;
}
.cplace-lean-table-hover.cplace-lean-table-mc-yellow > tbody > tr:hover > td,
.cplace-lean-table-hover.cplace-lean-table-mc-yellow > tbody > tr:hover > th {
  background-color: #fff9c4;
}
@media screen and (max-width: 767px) {
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-yellow > tbody > tr > td,
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-yellow > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-yellow > tbody > tr > td:nth-child(odd) {
    background-color: #fffde7;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-yellow > tbody > tr:hover > td,
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-yellow > tbody > tr:hover {
    background-color: #fff;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-yellow > tbody > tr > td:hover {
    background-color: #fff9c4;
  }
}
.cplace-lean-table-striped.cplace-lean-table-mc-amber > tbody > tr:nth-child(odd) > td,
.cplace-lean-table-striped.cplace-lean-table-mc-amber > tbody > tr:nth-child(odd) > th {
  background-color: #fff8e1;
}
.cplace-lean-table-hover.cplace-lean-table-mc-amber > tbody > tr:hover > td,
.cplace-lean-table-hover.cplace-lean-table-mc-amber > tbody > tr:hover > th {
  background-color: #ffecb3;
}
@media screen and (max-width: 767px) {
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-amber > tbody > tr > td,
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-amber > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-amber > tbody > tr > td:nth-child(odd) {
    background-color: #fff8e1;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-amber > tbody > tr:hover > td,
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-amber > tbody > tr:hover {
    background-color: #fff;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-amber > tbody > tr > td:hover {
    background-color: #ffecb3;
  }
}
.cplace-lean-table-striped.cplace-lean-table-mc-orange > tbody > tr:nth-child(odd) > td,
.cplace-lean-table-striped.cplace-lean-table-mc-orange > tbody > tr:nth-child(odd) > th {
  background-color: #fff3e0;
}
.cplace-lean-table-hover.cplace-lean-table-mc-orange > tbody > tr:hover > td,
.cplace-lean-table-hover.cplace-lean-table-mc-orange > tbody > tr:hover > th {
  background-color: #ffe0b2;
}
@media screen and (max-width: 767px) {
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-orange > tbody > tr > td,
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-orange > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-orange > tbody > tr > td:nth-child(odd) {
    background-color: #fff3e0;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-orange > tbody > tr:hover > td,
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-orange > tbody > tr:hover {
    background-color: #fff;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-orange > tbody > tr > td:hover {
    background-color: #ffe0b2;
  }
}
.cplace-lean-table-striped.cplace-lean-table-mc-deep-orange > tbody > tr:nth-child(odd) > td,
.cplace-lean-table-striped.cplace-lean-table-mc-deep-orange > tbody > tr:nth-child(odd) > th {
  background-color: #fbe9e7;
}
.cplace-lean-table-hover.cplace-lean-table-mc-deep-orange > tbody > tr:hover > td,
.cplace-lean-table-hover.cplace-lean-table-mc-deep-orange > tbody > tr:hover > th {
  background-color: #ffccbc;
}
@media screen and (max-width: 767px) {
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-deep-orange > tbody > tr > td,
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-deep-orange > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-striped.cplace-lean-table-mc-deep-orange > tbody > tr > td:nth-child(odd) {
    background-color: #fbe9e7;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-deep-orange > tbody > tr:hover > td,
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-deep-orange > tbody > tr:hover {
    background-color: #fff;
  }
  .cplace-lean-table-responsive-vertical .cplace-lean-table-hover.cplace-lean-table-mc-deep-orange > tbody > tr > td:hover {
    background-color: #ffccbc;
  }
}
.cplace-back-to-top-button {
  position: fixed;
  right: 15px;
  bottom: -10px;
  margin-bottom: 0;
  padding-bottom: 12px;
  transition: all 0.2s;
  opacity: 0.3;
  z-index: 1020;
}
body.nooverflow .cplace-back-to-top-button {
  display: none;
}
.cplace-back-to-top-button .cplace-back-to-top-button-title {
  display: none;
}
.cplace-back-to-top-button:hover,
.cplace-back-to-top-button:active {
  opacity: 1;
}
.cplace-back-to-top-button:hover .cplace-back-to-top-button-title,
.cplace-back-to-top-button:active .cplace-back-to-top-button-title {
  display: inline;
}
.cplace-copyable-wrapper {
  position: relative;
}
.cplace-copyable-wrapper .cplace-copy-button {
  position: absolute;
  top: 0;
  right: 0;
}
.cplace-copyable-popover-content .alert {
  margin-bottom: 0;
}
.cplace-editable-block__actions {
  text-align: right;
}
.cplace-file-upload-active {
  box-shadow: 0 0 5px 2px #3070b3;
}
/*
 * Copyright 2018, collaboration Factory AG. All rights reserved.
 */
cplace-modal-toggle-fullscreen-button button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal.modal-fullscreen .modal-header cplace-modal-toggle-fullscreen-button button.cplace-modal-toggle-fullscreen-button {
  font-size: 34px;
  margin-top: 8px;
  margin-right: 22px;
}
.modal .modal-header cplace-modal-toggle-fullscreen-button button.cplace-modal-toggle-fullscreen-button {
  font-size: 20px;
  margin-top: 6px;
  margin-right: 10px;
}
.cplace-loading-indicator {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  line-height: 39px;
}
.cplace-loading-indicator > i {
  margin-right: 0.2em;
}
/*
 * Copyright 2018, collaboration Factory AG. All rights reserved.
 */
.cf-cplace-show-link-exapandable {
  margin-left: 2px;
}
.cf-cplace-show-link-expandable-children-holder {
  margin-left: 15px;
}
.cf-cplace-slider.ui-slider {
  position: relative;
  margin: 10px;
  height: 10px;
  border: none;
  border-radius: 5px;
  background: #8693ac;
  cursor: pointer;
}
.cf-cplace-slider.ui-slider .ui-slider-handle {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  top: -5px;
  margin-left: -10px;
  background: #f5f5f5;
  border: 2px solid #f5f5f5;
  border-radius: 10px;
  box-shadow: 0 0 4px #536079;
  transition: border 0.2s;
}
.cf-cplace-slider.ui-slider .ui-slider-handle.ui-state-active {
  border-color: #3070b3;
}
.cf-cplace-slider.ui-slider .ui-slider-range {
  position: absolute;
  height: 10px;
  background: #3070b3;
}
.cplace-space-tile {
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  margin: 20px;
  height: 200px;
  width: calc(20% - ( 40px ));
  overflow: hidden;
  border-radius: 3px;
  background: #3070b3 no-repeat 50% 0;
  background-size: cover;
  box-shadow: 0 1px 16px 0 rgba(52, 60, 76, 0.6);
}
@media (max-width: 767.98px) {
  .cplace-space-tile {
    width: calc(50% - ( 40px ));
  }
}
@media (min-width: 768px) {
  .cplace-space-tile {
    width: calc(33.333% - ( 40px ));
  }
}
@media (min-width: 992px) {
  .cplace-space-tile {
    width: calc(25% - ( 40px ));
  }
}
@media (min-width: 1200px) {
  .cplace-space-tile {
    width: calc(20% - ( 40px ));
  }
}
@media (min-width: 1698px) {
  .cplace-space-tile {
    width: calc(16.6667% - ( 40px ));
    max-width: 400px;
  }
}
.cplace-space-tile:hover {
  box-shadow: 0 1px 16px 0 rgba(52, 60, 76, 0.75);
}
.cplace-space-tile:hover .cplace-space-tile-icon > i,
.cplace-space-tile:focus .cplace-space-tile-icon > i,
.cplace-space-tile:active .cplace-space-tile-icon > i {
  transform: scale(1.2);
}
.cplace-space-tile.app-def-space {
  background-color: #c3c9d6;
}
.cplace-space-tile.not-visible {
  opacity: 0.5;
}
.cplace-space-tile a {
  text-decoration: none;
}
.cplace-space-tile-icon {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cplace-space-tile-icon > i {
  flex: 0 1 auto;
  height: 64px;
  width: 64px;
  overflow: hidden;
  line-height: 64px;
  text-align: center;
  font-size: 48px;
  color: #FFFFFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s;
}
.cplace-space-tile.not-visible .cplace-space-tile-icon > i {
  color: #8693ac;
}
.cplace-space-tile-footer {
  flex: 0 1 auto;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid #c3c9d6;
}
.cplace-space-tile-label {
  flex: 1 0 auto;
  height: 48px;
  padding: 0 12px;
  background-color: #ffffff;
}
.cplace-space-tile.has-image .cplace-space-tile-label {
  background-color: rgba(255, 255, 255, 0.9);
}
.cplace-space-tile-label > span {
  max-width: 100%;
  max-height: 39px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #4c4c4c;
}
.cplace-space-tile.not-visible .cplace-space-tile-label > span {
  color: #777777;
}
.cplace-space-tile.app-def-space .cplace-space-tile-label > span + .cplace-space-tile-label > span {
  font-weight: normal;
}
.cplace-space-tile-label > span:nth-child(2) {
  font-weight: normal;
}
.cplace-space-tile-actions {
  flex: 0 0 auto;
  font-size: 1em;
  height: 32px;
  border-top: 1px solid #f2f2f2;
  background: #fafafa;
  color: #cccccc;
}
.cplace-space-tile-actions a {
  color: #cccccc;
}
.cplace-space-tile-actions a:hover,
.cplace-space-tile-actions a:focus,
.cplace-space-tile-actions a:active {
  color: #a6a6a6;
}
.cplace-space-tile-actions-favorite,
.cplace-space-tile-actions-details {
  flex: 0 0 auto;
  padding: 0 0.5em;
}
/*
 * Copyright 2018, collaboration Factory AG. All rights reserved.
 */
.cplace-tabs__content {
  max-height: 9999px;
  margin-top: 40px;
  opacity: 0;
}
.cplace-tabs__content.active {
  opacity: 1;
  transition: max-height 300ms ease, opacity 300ms ease 80ms;
}
@media (min-width: 992px) {
  .cplace-tabs__content {
    margin-top: 3px;
  }
}
.cplace-tabs__content .control-label {
  text-align: left;
  padding-left: 0;
}
.cplace-tabs__nav {
  list-style: none;
  font-size: 12px;
}
.cplace-tabs__label {
  cursor: pointer;
  display: inline;
  font-weight: 500;
  user-select: none;
}
.cplace-tabs__link {
  border-color: transparent;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 3px;
  color: #8693ac;
  flex-grow: 1;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
  transition: border-color 150ms, color 150ms;
  padding: 0 16px;
  min-width: 110px;
}
.cplace-tabs--vertical .cplace-tabs__link {
  flex-grow: 1;
}
@media (min-width: 992px) {
  .cplace-tabs--vertical .cplace-tabs__link {
    flex-grow: 0;
  }
}
.is_ie .cplace-tabs__link {
  height: auto;
}
@media (min-width: 992px) {
  .cplace-tabs__link {
    padding: 0;
    padding-right: 24px;
  }
}
.cplace-tabs__link:hover {
  border-color: #8693ac;
  cursor: pointer;
}
.cplace-tabs__link.active,
.cplace-tabs__link--active {
  color: #3070b3;
  border-color: #3070b3;
}
@media (min-width: 992px) {
  .cplace-tabs__link.active:hover,
  .cplace-tabs__link--active:hover {
    color: #3070b3;
    border-color: #3070b3;
  }
}
.cplace-tabs__links {
  position: sticky;
  top: 0;
  z-index: 10;
}
@media (min-width: 992px) {
  .cplace-tabs__links {
    position: static;
  }
}
@media (min-width: 992px) {
  .cplace-tabs__links .cplace-tabs--vertical {
    padding-top: 48px;
    padding-bottom: 130px;
  }
}
.cplace-tabs__pane {
  max-height: 1px;
  opacity: 0;
  overflow: hidden;
  vertical-align: top;
  transition: max-height 2ms ease, opacity 600ms ease 100ms;
}
@media (min-width: 992px) {
  .cplace-tabs__pane {
    transition: max-height 10ms, margin 1ms;
    width: 100%;
  }
}
.cplace-tabs__pane.active {
  max-height: 9999px;
  margin-bottom: 60px;
  opacity: 1;
}
@media (min-width: 992px) {
  .cplace-tabs__pane.active {
    transition: max-height 400ms ease 80ms, margin 400ms;
  }
}
.cplace-tabs__panes {
  margin: 0;
  padding: 0;
  position: relative;
}
.cplace-tabs__panes::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: top;
}
.cplace-tabs__panes,
.cplace-tabs__nav {
  list-style: none;
}
.cplace-tabs--vertical {
  height: 60px;
  margin-right: -15px;
  margin-left: -15px;
  overflow: hidden;
  overflow-x: auto;
  position: relative;
  text-align: center;
}
@media (min-width: 992px) {
  .cplace-tabs--vertical {
    height: auto;
    margin: 0;
    padding-top: 30px;
    padding-right: 0;
    overflow: visible;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .cplace-tabs--vertical .cplace-tabs__link {
    border-right-width: 3px;
    border-bottom-width: 0;
  }
}
.cplace-tabs--vertical .cplace-tabs__nav {
  display: flex;
  flex-direction: row;
  height: 60px;
  padding: 0;
}
.cplace-tabs--vertical .cplace-tabs__nav::-webkit-scrollbar {
  display: none;
}
@media (min-width: 992px) {
  .cplace-tabs--vertical .cplace-tabs__nav {
    flex-direction: column;
    height: auto;
    padding-right: 0;
  }
}
.cplace-tabs--vertical::-webkit-scrollbar {
  display: none;
}
.cplace-tabs--vertical.cplace-tabs--is-scrollable {
  min-height: 720px;
  overflow: hidden;
}
.cplace-tabs--vertical.cplace-tabs--is-scrollable .cplace-tabs__nav {
  height: 510px;
  overflow-y: auto;
  -ms-overflow-style: none;
}
@media (min-width: 992px) {
  .cplace-tabs--vertical.cplace-tabs--is-scrollable .cplace-tabs__nav::after,
  .cplace-tabs--vertical.cplace-tabs--is-scrollable .cplace-tabs__nav::before {
    background: linear-gradient(to bottom, white 60%, rgba(255, 255, 255, 0.4));
    content: '';
    height: 68px;
    display: block;
    position: absolute;
    top: 5px;
    right: 3px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cplace-tabs--vertical.cplace-tabs--is-scrollable .cplace-tabs__nav::after {
    background: linear-gradient(to top, white 90%, rgba(255, 255, 255, 0.4));
    height: 180px;
    top: auto;
    right: 0;
    bottom: -10px;
  }
}
cplace-type-constraint-enumeration-values .btn.btn-default.value-icon[disabled] {
  position: relative;
  box-shadow: none;
  background: #e1e4ea;
  border: 1px solid #ccc;
  opacity: 1;
}
cplace-type-constraint-enumeration-values .btn.btn-default.value-icon[disabled] > i {
  color: #777777;
}
cplace-type-constraint-enumeration-values .btn.btn-default.value-icon[disabled] > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  max-height: 16px;
}
cplace-type-constraint-enumeration-values .cplace-enumeration-icon-selection {
  margin-bottom: 10px;
  padding: 10px 5px 5px 5px;
}
cplace-type-constraint-enumeration-values .cplace-enumeration-icon-selection .cplace-enumeration-icon-wrapper {
  display: inline-block;
  height: 32px;
  padding: 9px 7px 0 7px;
  cursor: pointer;
  text-align: center;
}
cplace-type-constraint-enumeration-values .cplace-enumeration-icon-selection .cplace-enumeration-icon-wrapper .cplace-enumeration-icon {
  margin-top: -2px;
  width: 17px;
  height: 16px;
}
cplace-type-constraint-enumeration-values .cplace-enumeration-icon-selection .cplace-enumeration-icon-wrapper.none-option {
  display: block;
  padding: 5px 7px;
  height: auto;
}
cplace-type-constraint-enumeration-values .cplace-enumeration-icon-selection .cplace-enumeration-icon-wrapper:hover {
  background-color: rgba(230, 230, 230, 0.25);
}
cplace-type-constraint-enumeration-values .cplace-enumeration-icon-selection .cplace-enumeration-icon-wrapper.selected {
  background-color: rgba(230, 230, 230, 0.25);
}
cplace-type-constraint-enumeration-values .cplace-enumeration-localized-label-definition {
  margin-bottom: 10px;
  padding: 10px 5px 5px 5px;
}
cplace-type-constraint-enumeration-values .cplace-enumeration-localized-label-definition > table {
  margin: 0;
}
cplace-user-notifications-list .notification-actions {
  padding: 5px;
  display: flex;
  background-color: #f3f4f7;
  color: #687898;
  border-bottom: 1px solid #8693ac;
}
cplace-user-notifications-list .notification-actions > span {
  flex: 0 0 auto;
  height: 1.5em;
  line-height: 1.5em;
  margin-right: 5px;
}
cplace-user-notifications-list .notification-actions > span:last-child {
  margin-right: 0;
}
cplace-user-notifications-list .notification-actions > span.flex {
  flex: 1 1 auto;
}
cplace-user-notifications-list .notification-actions > span.action {
  cursor: pointer;
  border-radius: 50%;
  width: 1.5em;
  text-align: center;
  transition: color 0.2s, background-color 0.2s;
}
cplace-user-notifications-list .notification-actions > span.action:hover,
cplace-user-notifications-list .notification-actions > span.action:active {
  color: #687898;
  background-color: #8693ac;
}
cplace-user-notifications-list .info {
  padding: 10px;
  color: #536079;
  text-align: center;
}
cplace-user-notification .cplace-user-notification {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 10px 25px 10px 0;
  border-left: 5px solid transparent;
  border-bottom: 1px solid #8693ac;
  transition: background-color 0.2s;
}
cplace-user-notification .cplace-user-notification > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
cplace-user-notification .cplace-user-notification > .icon {
  flex: 0 0 auto;
  padding: 0 10px;
  font-size: 1.5em;
  color: #687898;
}
cplace-user-notification .cplace-user-notification > .details {
  flex: 1 1 auto;
  overflow: hidden;
}
cplace-user-notification .cplace-user-notification > .details > .title {
  font-weight: bold;
  color: #536079;
  word-wrap: break-word;
}
cplace-user-notification .cplace-user-notification > .details > .timestamp {
  font-size: 0.8em;
  color: #687898;
}
cplace-user-notification .cplace-user-notification > .details > .content {
  margin-top: 5px;
  word-wrap: break-word;
}
cplace-user-notification .cplace-user-notification > .details > .content i.fa,
cplace-user-notification .cplace-user-notification > .details > .content i.cf {
  display: inline;
}
cplace-user-notification .cplace-user-notification > .actions {
  position: absolute;
  top: 10px;
  right: 0;
  width: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
cplace-user-notification .cplace-user-notification > .actions span {
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 3px;
  text-align: center;
  cursor: pointer;
  color: #687898;
  border-radius: 50%;
  transition: color 0.2s, background-color 0.2s;
}
cplace-user-notification .cplace-user-notification > .actions span:hover,
cplace-user-notification .cplace-user-notification > .actions span:active {
  color: #687898;
  background-color: #8693ac;
}
cplace-user-notification .cplace-user-notification:hover {
  background-color: #f3f4f7;
}
cplace-user-notification .cplace-user-notification.unread {
  border-left-color: #3070b3;
}
cplace-user-notification .cplace-user-notification.notification-critical.unread {
  border-left-color: #bf111d;
}
cplace-user-notification .cplace-user-notification.notification-critical > .icon {
  color: #bf111d;
}
cplace-user-notification .cplace-user-notification.notification-critical > .details > .title {
  color: #bf111d;
}
/*
 * Copyright 2018, collaboration Factory AG. All rights reserved.
 */
.cplace-widget-light-loading {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cplace-widget-light-loading > i {
  align-self: center;
}
.cplace-widget-filter > .search {
  max-width: 250px;
  margin-right: 1em;
}
@media screen and (max-width: 767.98px) {
  .cplace-widget-filter > .search {
    max-width: 200px;
  }
}
.cplace-widget-filter .badge {
  margin-left: 0.3em;
}
.cplace-widget-tiles .cplace-widget-tile-group-title {
  padding: 8px 0 5px;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 20px;
}
.cplace-widget-tiles .widget {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 80px;
  margin-bottom: 30px;
  background-color: #f4f4f4;
  border: 1px solid #3070b3;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.cplace-widget-tiles .widget .widget-icon {
  flex: 0 0 auto;
  width: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #3070b3;
}
.cplace-widget-tiles .widget .widget-icon i {
  display: block;
  font-size: 32px;
  text-align: center;
  color: white;
  transform: translateY(50%);
  transition: opacity 0.2s;
}
.cplace-widget-tiles .widget .widget-icon i + i {
  opacity: 0;
  transform: translateY(-50%);
}
.cplace-widget-tiles .widget .widget-text {
  flex: 1 0 auto;
  width: 100px;
  align-self: center;
  line-height: 1.2em;
  color: #4c4c4c;
  padding: 0 16px;
}
.cplace-widget-tiles .widget .widget-text .widget-name,
.cplace-widget-tiles .widget .widget-text .widget-description {
  display: block;
}
.cplace-widget-tiles .widget .widget-text .widget-name {
  font-size: 14px;
}
.cplace-widget-tiles .widget .widget-text .widget-description {
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: opacity 0.2s;
}
.cplace-widget-tiles .widget:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  border: 1px solid #25578b;
}
.cplace-widget-tiles .widget:hover .widget-icon {
  background: #25578b;
}
.cplace-widget-tiles .widget:hover .widget-icon i {
  opacity: 0;
}
.cplace-widget-tiles .widget:hover .widget-icon i + i {
  opacity: 1;
}
.cplace-widget-tiles .widget:hover .widget-text .widget-name {
  display: none;
}
.cplace-widget-tiles .widget:hover .widget-text .widget-description {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.cplace-workspace-selector {
  display: none;
}
@media screen and (min-width: 768px) {
  .cplace-workspace-selector {
    max-height: calc(90vh - 60px);
  }
}
.open > .cplace-workspace-selector {
  display: flex;
  flex-direction: column;
}
.cplace-workspace-selector .cplace-workspace-selector-filter {
  flex: 0 0 auto;
  padding: 3px 20px;
}
.cplace-workspace-selector > .dropdown-menu {
  flex: 1 1 auto;
  overflow-y: auto;
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
}
.cplace-search-wrapper {
  padding-top: 13px;
  padding-left: 13px;
}
.cplace-search-wrapper .page-header {
  margin: 0 0 12px 0;
}
.cplace-search-wrapper .panel {
  margin-bottom: 6px;
}
.cplace-search-wrapper .panel .panel-heading .close,
.cplace-search-wrapper .panel .panel-heading cplace-modal-toggle-fullscreen-button {
  color: #FFFFFF;
  opacity: 0.5;
}
.cplace-search-wrapper .tab-pane {
  margin-top: 10px;
}
.cplace-search-wrapper .cplace-search-active-blocks {
  margin-bottom: 40px;
}
.cplace-search-wrapper .cplace-search-switch-view {
  margin-top: 15px;
}
.cplace-search-wrapper .cplace-search-switch-view a {
  color: inherit;
}
.cplace-search-wrapper .cplace-search-queries > a {
  margin-top: 15px;
}
.cplace-search-wrapper .cplace-search-queries .cplace-search-query {
  width: 100%;
}
.cplace-search-wrapper .cplace-extended-search-add-query-button {
  margin-bottom: 5px;
}
.cplace-search-wrapper select.cplace-search-select {
  min-width: 100px;
}
ul.cplace-favorites-list {
  margin: 0 -15px;
}
ul.cplace-favorites-list li {
  margin-bottom: 3px;
  padding: 0 15px;
  line-height: 2.4;
  cursor: pointer;
  transition: background-color 0.2s;
}
ul.cplace-favorites-list li:hover {
  background-color: #f5f5f5;
}
.cplace-page-files .flexigridpro > .data {
  width: 100%;
  overflow: auto;
}
.cplace-main-messages .alert:first-child {
  margin-top: 10px;
}
.cplace-main-messages .alert:last-child {
  margin-bottom: 10px;
}
.modal-body .cplace-main-messages .alert:last-child {
  margin-bottom: 15px;
}
.cplace-hide-close-button .close,
.cplace-hide-close-button cplace-modal-toggle-fullscreen-button {
  display: none;
}
/*
 * Search Result Display
 */
.search-results {
  padding: 10px 5px 5px 10px;
  border: 1px solid rgba(134, 147, 172, 0.3);
  transition: background 0.2s ease-in;
}
.search-results:hover {
  background: #f5f5f5;
}
.search-results > :first-child {
  margin-bottom: 4px;
  font-weight: 400;
}
.search-results > :first-child a {
  text-decoration: underline;
}
.search-results + .search-results {
  border-top: none;
}
.search-results .url {
  font-style: normal;
  font-size: 14px;
}
.search-results img {
  display: inline-block;
  margin-top: 4px;
  margin-right: 4px;
  width: 80px;
}
.search-results > div {
  display: inline-block;
  vertical-align: top;
}
.search-results .note {
  margin: 0;
  line-height: normal;
}
.search-results .note a {
  text-decoration: none !important;
  color: #536079;
}
.search-results .note a:hover {
  color: #ed1c24;
}
.search-results-footer {
  float: left;
  width: 100%;
  min-height: 43px;
  padding: 5px 0 5px 13px;
  background: rgba(134, 147, 172, 0.3);
  color: #4c4c4c;
  border-top: 1px solid rgba(134, 147, 172, 0.8);
}
.search-results-footer > span {
  position: relative;
  top: 6px;
}
.cplace-upload-drop-zone-area {
  z-index: auto;
}
.cplace-upload-drop-zone-area .cplace-upload-drop-active-overlay {
  display: none;
  position: absolute;
  z-index: -1;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  background: none;
  border: 3px solid #3070b3;
}
.cplace-upload-drop-zone-area.cplace-upload-drop-active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cplace-upload-drop-zone-area.cplace-upload-drop-active .cplace-upload-drop-active-overlay {
  display: block;
}
.cplace-upload-container {
  position: relative;
}
.cplace-upload-container .cplace-upload-drop-zone {
  margin-bottom: 0;
  border-radius: 0;
  text-align: center;
}
.cplace-upload-container .cplace-upload-drop-zone .background-icon {
  color: #a7b1c3;
}
.cplace-upload-container .cplace-upload-drop-zone .background-icon i {
  font-size: 40px;
}
.cplace-upload-container .cplace-upload-drop-zone .background-icon .text {
  margin-top: 1em;
}
.cplace-upload-container .cplace-upload-drop-zone .background-icon .progress-info {
  position: relative;
  display: inline-block;
}
.cplace-upload-container .cplace-upload-drop-zone .background-icon .progress-info .percentage {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #606e8c;
  text-shadow: 0 0 10px #fff;
}
/*
 * Styles for the activity stream and the overview of changes
 */
.cplace-activity-stream-container .cplace-activity-stream-filters .cplace-activity-stream-filters-toggle {
  margin: 10px 0;
}
.cplace-activity-stream ul {
  width: 100%;
  overflow: hidden;
  padding: 0px;
  border-top: 1px solid rgba(83, 96, 121, 0.5);
}
.cplace-activity-stream ul li {
  box-sizing: border-box;
  height: 70px;
  position: relative;
  width: 100%;
  list-style: none outside none;
  padding: 10px 140px 10px 90px;
}
.cplace-activity-stream ul li.activity-item:after,
.cplace-activity-stream ul li.activity-item:before {
  box-sizing: border-box;
  display: block;
  content: '';
  position: absolute;
  list-style: none outside none;
}
.cplace-activity-stream ul li.activity-item:after {
  height: 12px;
  left: 10px;
  top: 10px;
  width: 12px;
  border-radius: 20px 20px 20px 20px;
  background: #ffffff none repeat scroll 0% 0% / auto padding-box border-box;
}
.cplace-activity-stream ul li.activity-item:before {
  height: 70px;
  left: 15px;
  top: 0px;
  width: 1px;
}
.cplace-activity-stream ul li.activity-item.activity-added {
  background-color: rgba(52, 192, 73, 0.03);
  border-bottom: 1px solid rgba(52, 192, 73, 0.5);
}
.cplace-activity-stream ul li.activity-item.activity-added:after {
  border: 2px solid #34c049;
  background: #34c049;
}
.cplace-activity-stream ul li.activity-item.activity-added:before {
  border-left: 2px solid #34c049;
}
.cplace-activity-stream ul li.activity-item.activity-changed {
  border-bottom: 1px solid rgba(83, 96, 121, 0.5);
}
.cplace-activity-stream ul li.activity-item.activity-changed:after {
  border: 2px solid #536079;
  background: #536079;
}
.cplace-activity-stream ul li.activity-item.activity-changed:before {
  border-left: 2px solid #536079;
}
.cplace-activity-stream ul li.activity-item.activity-removed {
  background-color: rgba(191, 17, 29, 0.03);
  border-bottom: 1px solid rgba(191, 17, 29, 0.5);
}
.cplace-activity-stream ul li.activity-item.activity-removed:after {
  border: 2px solid #bf111d;
  background: #bf111d;
}
.cplace-activity-stream ul li.activity-item.activity-removed:before {
  border-left: 2px solid #bf111d;
}
.cplace-activity-stream ul li.activity-item.activity-restored {
  background-color: rgba(226, 163, 54, 0.1);
  border-bottom: 1px solid rgba(226, 163, 54, 0.5);
}
.cplace-activity-stream ul li.activity-item.activity-restored:after {
  border: 2px solid #e2a336;
  background: #e2a336;
}
.cplace-activity-stream ul li.activity-item.activity-restored:before {
  border-left: 2px solid #e2a336;
}
.cplace-activity-stream ul li .activity-timestamp {
  color: #808080;
}
.cplace-activity-stream ul li .activity {
  color: #575757;
  height: 20px;
  width: 100%;
  margin: 0px 0px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cplace-activity-stream ul li a {
  text-decoration: none;
}
.cplace-activity-stream ul li .activity-user {
  position: absolute;
  left: 30px;
  text-align: left;
  top: 14px;
  vertical-align: middle;
}
.cplace-activity-stream ul li .activity-actions {
  height: 22px;
  position: absolute;
  right: 0px;
  text-align: left;
  top: 25px;
  vertical-align: middle;
}
.tricia-watch-list-item {
  padding: 6px 12px;
  border: 1px solid #eeeeee;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tricia-watch-list-item:hover {
  background-color: #e2e2e2;
  border-color: #dddddd;
}
tr.tricia-overlay-row {
  height: 60px;
}
td.tricia-overlay-icon {
  vertical-align: top;
  width: 48px;
  padding-top: 12px;
}
td.tricia-overlay-key {
  vertical-align: top;
  width: 120px;
  padding-top: 18px;
}
td.tricia-overlay-value {
  vertical-align: top;
  padding-top: 18px;
}
.cf-cplace-all-spaces .cplace-widget-light .cplace-widget-light-content {
  padding: 0 0 20px 0;
}
.cf-cplace-spaces-nav-bar > .btn-group {
  margin-right: 0.5em;
}
.cf-cplace-spaces-nav-bar .cf-cplace-spaces-quicksearch-input-group {
  display: inline-block;
}
.cf-cplace-spaces-nav-bar .cf-cplace-spaces-quicksearch-input-group .input-group {
  width: 200px;
}
.cf-cplace-spaces-grid {
  margin: 0 -15px;
  display: flex;
  flex-flow: wrap;
}
.cplace-modal-page {
  background: url('../../functions/downloadCiImage?type=modalPageBackground.png') no-repeat center center fixed;
  background-size: cover;
}
.cf-server-actions li {
  padding-bottom: 6px;
}
.cf-server-actions a[data-toggle="link-modal"]:after {
  content: " ...";
}
body.is_ie .uml-no-support-by-ie-alert,
body:not(.is_ie) .umlClassDiagram {
  display: block;
}
body:not(.is_ie) .uml-no-support-by-ie-alert,
body.is_ie .umlClassDiagram {
  display: none;
}
.umlClassDiagram svg {
  border: 1px solid #999;
  width: 100%;
  padding: 2px;
}
.umlClassDiagram.umlClassDiagramLegend svg {
  min-height: 220px;
}
.umlClassDiagram .node rect {
  stroke-width: 2px;
  stroke: #277276;
}
.umlClassDiagram .edge rect {
  fill: #fff;
}
.umlClassDiagram .edge path {
  fill: none;
  stroke: #277276;
  stroke-width: 1.5px;
}
.umlClassDiagram .uml-class-content {
  text-shadow: none;
  font-size: 11px;
  white-space: nowrap;
}
.umlClassDiagram .uml-same {
  color: black;
  background: #cee;
  font-style: normal;
}
.umlClassDiagram .uml-same .uml-class-content {
  color: black;
}
.umlClassDiagram .uml-same a {
  color: black;
}
.umlClassDiagram .uml-same rect {
  fill: #cee;
}
.umlClassDiagram .uml-different {
  background: #fdd;
  color: red;
  font-style: normal;
}
.umlClassDiagram .uml-different .uml-class-content {
  color: red;
}
.umlClassDiagram .uml-different a {
  color: red;
}
.umlClassDiagram .uml-different rect {
  fill: #fdd;
}
.umlClassDiagram .uml-onlylocal {
  background: #ccc;
  color: #00F;
  font-style: normal;
}
.umlClassDiagram .uml-onlylocal .uml-class-content {
  color: #00F;
}
.umlClassDiagram .uml-onlylocal a {
  color: #00F;
}
.umlClassDiagram .uml-onlylocal rect {
  fill: #ccc;
  stroke-dasharray: 10, 10;
}
.umlClassDiagram .uml-onlyglobal {
  background: #fff;
  color: black;
  font-style: italic;
}
.umlClassDiagram .uml-onlyglobal .uml-class-content {
  color: black;
}
.umlClassDiagram .uml-onlyglobal a {
  color: black;
}
.umlClassDiagram .uml-onlyglobal rect {
  fill: #fff;
  stroke-dasharray: 5, 5;
}
.umlClassDiagram hr {
  margin: 0px;
  border-top: 1px solid #277276;
  border-bottom: none;
}
.umlClassDiagram .uml-class-label {
  margin: 0px 5px 5px 5px;
  text-align: center;
  font-weight: bold;
}
.umlClassDiagram .uml-entitykind-label {
  margin: 0px 5px 0px 5px;
  text-align: center;
  font-weight: normal;
}
.umlClassDiagram .uml-attributes-container {
  margin: 5px;
  font-weight: normal;
  line-height: 15px;
}
.umlClassDiagram .edge-label {
  font-size: 11px;
}
.umlClassDiagram .uml-ref-same {
  color: black;
  font-style: normal;
}
.umlClassDiagram .uml-ref-same a {
  color: black;
}
.umlClassDiagram .uml-ref-same path {
  stroke: black;
}
.umlClassDiagram .uml-ref-different {
  color: red;
  font-style: normal;
}
.umlClassDiagram .uml-ref-different a {
  color: red;
}
.umlClassDiagram .uml-ref-different path {
  stroke: red;
}
.umlClassDiagram .uml-ref-onlylocal {
  color: #00F;
  font-style: normal;
}
.umlClassDiagram .uml-ref-onlylocal a {
  color: #00F;
}
.umlClassDiagram .uml-ref-onlylocal path {
  stroke-dasharray: 10, 10;
}
.umlClassDiagram .uml-ref-onlyglobal {
  color: black;
  font-style: italic;
}
.umlClassDiagram .uml-ref-onlyglobal a {
  color: black;
}
.umlClassDiagram .uml-ref-onlyglobal path {
  stroke-dasharray: 5, 5;
}
.cplace-person {
  margin-top: 38px;
  padding: 0;
  width: 100%;
}
.cplace-person .cplace-control-group {
  margin-bottom: 22px;
}
.cplace-person .cplace-group__title,
.cplace-person .cplace-group__content {
  position: relative;
}
.cplace-person .cplace-group__content {
  border-top: 1px solid #eaecf1;
  margin-top: -10px;
  padding-top: 55px;
}
.cplace-person .cplace-group__content .cplace-editable-block__actions {
  min-height: 40px;
  padding-right: 2px;
}
.cplace-person .cplace-group__content .cplace-editable-block__edit {
  box-shadow: none;
  position: absolute;
  top: -16px;
  right: 0;
  width: 32px;
  height: 32px;
}
.cplace-person .cplace-group__content .cplace-editable-block__edit,
.cplace-person .cplace-group__content .cplace-editable-block__edit:active,
.cplace-person .cplace-group__content .cplace-editable-block__edit:hover {
  border: 0;
  box-shadow: none;
  color: transparent;
}
.cplace-person .cplace-group__content .cplace-editable-block__edit::after {
  content: '\f040';
  color: #8693ac;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  transition: color 150ms;
}
.cplace-person .cplace-group__content .cplace-editable-block__edit--in-edit-mode::after,
.cplace-person .cplace-group__content .cplace-editable-block__edit:hover::after {
  color: #5c96d3;
}
.cplace-person .cplace-group__title {
  background: #f4f4f4;
  color: #536079;
  display: inline-block;
  font-size: 18px;
  font-weight: 100;
  margin-bottom: 0;
  padding-right: 26px;
  z-index: 1;
}
.cplace-person__avatar {
  text-align: left;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .cplace-person__avatar {
    height: 150px;
    text-align: right;
    padding-bottom: 12px;
  }
}
.cplace-person__body {
  margin-top: 30px;
}
.cplace-person__id {
  padding-top: 25px;
}
@media (min-width: 768px) {
  .cplace-person__id {
    padding-top: 33px;
  }
}
@media (min-width: 992px) {
  .cplace-person__id {
    padding-top: 23px;
  }
}
.cplace-person__header {
  margin-left: 15px;
}
@media (min-width: 768px) {
  .cplace-person__header {
    margin-left: -15px;
  }
}
.cplace-person__image {
  height: auto;
  box-shadow: 0 0 0 8px transparent, 0 0 0 6px #eaecf1;
  border-radius: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .cplace-person__image {
    height: 100%;
    box-shadow: 0 0 0 11px transparent, 0 0 0 8px #eaecf1;
    width: auto;
  }
}
.cplace-person__image-edit.cplace-person__image-edit {
  border-radius: 100%;
  height: 138px;
  line-height: 130px;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 15px;
  width: 138px;
  transition: opacity 300ms;
}
.cplace-person__image-edit.cplace-person__image-edit,
.cplace-person__image-edit.cplace-person__image-edit:hover {
  box-shadow: none;
  border: 0;
  color: white;
}
@media (min-width: 992px) {
  .cplace-person__image-edit.cplace-person__image-edit,
  .cplace-person__image-edit.cplace-person__image-edit:hover {
    background: rgba(83, 96, 121, 0.8);
    font-weight: 300;
  }
}
@media (min-width: 992px) {
  .cplace-person__image-edit.cplace-person__image-edit:hover {
    opacity: 1;
  }
}
.cplace-person__name {
  font-size: 18px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}
.cplace-person-data {
  margin-bottom: 80px;
  margin-top: 60px;
  padding-right: 39px;
  position: relative;
  text-align: right;
}
@media (min-width: 992px) {
  .cplace-person-data {
    margin: 0;
  }
}
.cplace-person-data .cplace-control-wrapper {
  background: transparent;
  padding: 0;
}
.cplace-person-data__content {
  margin-bottom: 10px;
}
.cplace-person-data__section-name {
  color: #8693ac;
  font-weight: 500;
  margin: 10px 0 22px;
}
.cplace-person-data__section-name,
.cplace-person-data__title {
  font-size: 12px;
}
.cplace-person-data__title {
  color: #8693ac;
}
.cplace-person__show-default-below-value {
  padding: 5px;
  color: #8693ac;
}
/*
 * Copyright 2019, collaboration Factory AG. All rights reserved.
 */
.cplace-type-definition-table .cplace-cplacejs-actions .btn {
  margin-bottom: 5px;
}
.cplace-type-definition-table .cplace-cplacejs-message-value .lang {
  opacity: 0.5;
}
.versions-button-text {
  display: inline;
  padding-left: 5px;
}
.cplace-edit-alternative-layouts-dialog .modal-body > h3 {
  margin: 0 0 0.5em 0;
  padding: 0;
}
.cplace-edit-alternative-layouts-dialog .modal-body > ul {
  margin-bottom: 2.5em;
}
.cplace-edit-alternative-layouts-dialog .modal-body > ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px;
  background-color: #fff;
  transition: background-color 0.2s;
}
.cplace-edit-alternative-layouts-dialog .modal-body > ul li:hover {
  background-color: #f5f5f5;
}
.cplace-edit-alternative-layouts-dialog .modal-body > ul li .handle {
  cursor: pointer;
  color: #cfcfcf;
  transition: transform 0.2s;
}
.cplace-edit-alternative-layouts-dialog .modal-body > ul li .handle:hover {
  transform: scale(1.2);
}
.cplace-edit-alternative-layouts-dialog .modal-body > ul li span:nth-child(1),
.cplace-edit-alternative-layouts-dialog .modal-body > ul li span:nth-child(3) {
  flex: 0 0 auto;
}
.cplace-edit-alternative-layouts-dialog .modal-body > ul li span:nth-child(2) {
  flex: 1 0 auto;
  margin: 0 10px;
}
.cplace-lean-table .new-values-hint {
  color: #3071b3;
  float: right;
}
.cplace-grouped-attributes .cplace-jarviswidget-layout-row {
  margin-bottom: 10px;
}
.cplace-grouped-attributes .cplace-jarviswidget-layout-row:last-child {
  margin-bottom: 0;
}
.cplace-grouped-attributes .cplace-jarviswidget-layout-row .jarviswidget-fullscreen-wrapper .jarviswidget {
  margin-bottom: 10px;
}
.cplace-grouped-attributes .cplace-jarviswidget-layout-row .jarviswidget-fullscreen-wrapper:last-child .jarviswidget {
  margin-bottom: 0;
}
.cplace-batch-job-quick-glance-widget > .details {
  display: flex;
  flex-direction: column;
  padding: 10px 10px 0 10px;
}
.cplace-batch-job-quick-glance-widget > .details > .status {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cplace-batch-job-quick-glance-widget > .details > .status > div,
.cplace-batch-job-quick-glance-widget > .details > .status > a {
  width: 120px;
  height: 120px;
  font-size: 40px;
  border-radius: 50%;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.2s;
}
.cplace-batch-job-quick-glance-widget > .details > .status > div > .no-instance,
.cplace-batch-job-quick-glance-widget > .details > .status > a > .no-instance {
  color: #536079;
}
.cplace-batch-job-quick-glance-widget > .details > .status > a:not([disabled]) {
  box-shadow: 0 0 7px #8693ac;
}
.cplace-batch-job-quick-glance-widget > .details > .status > a:hover,
.cplace-batch-job-quick-glance-widget > .details > .status > a:focus,
.cplace-batch-job-quick-glance-widget > .details > .status > a:active {
  text-decoration: none;
}
.cplace-batch-job-quick-glance-widget > .details > .status > a:hover:not([disabled]),
.cplace-batch-job-quick-glance-widget > .details > .status > a:focus:not([disabled]),
.cplace-batch-job-quick-glance-widget > .details > .status > a:active:not([disabled]) {
  box-shadow: 0 0 7px #536079;
}
.cplace-batch-job-quick-glance-widget > .details > .time {
  flex: 0 0 auto;
  margin: 10px 0;
  font-size: 12px;
  color: #8693ac;
  text-align: center;
}
.cplace-batch-job-quick-glance-widget > .details > .access-error {
  flex: 0 0 auto;
  margin: 10px 0;
  font-weight: bold;
  text-align: center;
  color: #61090f;
}
a.cplace-batch-job-quick-glance-widget > .details > .access-error:hover,
a.cplace-batch-job-quick-glance-widget > .details > .access-error:focus {
  color: #330408;
}
.cplace-batch-job-quick-glance-widget > .actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px;
}
.cplace-batch-job-quick-glance-widget > .actions .btn {
  width: 100%;
  max-width: 250px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.cplace-batch-job-quick-glance-widget > .actions .btn > i.fa {
  flex: 0 0 auto;
}
.cplace-batch-job-quick-glance-widget > .actions .btn > span {
  flex: 1 1 auto;
  text-align: center;
}
.cplace-comments-widget {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cplace-comments-widget .cplace-comment-empty {
  margin: 10px;
}
.cplace-comments-widget .content-with-fixed-header {
  flex: 0 auto;
  overflow-y: auto;
}
.cplace-comment {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin-top: 1.2em;
}
.cplace-comment.right {
  flex-direction: row-reverse;
}
.cplace-comment.cplace-comment-new {
  flex: 0 0 auto;
  margin: 0;
  padding-bottom: 1.2em;
  border-bottom: 1px solid #f3f4f7;
}
.cplace-comment.cplace-comment-new .cplace-comment-bubble:before,
.cplace-comment.cplace-comment-new .cplace-comment-bubble:after {
  top: 25px;
  right: -16px;
  border-width: 16px;
  transform: translateY(-50%);
  border-right: none;
  border-left-color: #f3f4f7;
}
.cplace-comment.cplace-comment-new form {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: nowrap;
}
.cplace-comment.cplace-comment-new form .cplace-comment-new-textarea-container {
  flex: 1 1 auto;
}
.cplace-comment.cplace-comment-new form .cplace-comment-new-textarea-container textarea {
  height: 70px;
  resize: vertical;
}
.cplace-comment.cplace-comment-new form .cplace-comment-new-actions {
  flex: 0 0 20px;
}
.cplace-comment.cplace-comment-new form .cplace-comment-new-actions button {
  display: block;
  margin: 2px;
}
.cplace-comment > .cplace-comment-author-picture {
  flex: 0 0 50px;
}
.cplace-comment > .cplace-comment-author-picture img {
  width: 100%;
  border-radius: 5px;
}
@media screen and (max-width: 1199.98px) {
  .cplace-comment > .cplace-comment-author-picture:last-child {
    display: none;
  }
}
.cplace-comment.left > .cplace-comment-author-picture {
  margin-right: 10px;
}
.cplace-comment.right > .cplace-comment-author-picture {
  margin-left: 10px;
}
.cplace-comment .cplace-comment-thread {
  flex: 1 0 auto;
  width: 200px;
}
.cplace-comment .cplace-comment-bubble {
  margin: 0 10px;
  position: relative;
  padding: 12px;
  background: #f3f4f7;
  border-radius: 5px;
  border-color: #f3f4f7;
}
.cplace-comment .cplace-comment-bubble:hover .cplace-comment-header .cplace-comment-actions,
.cplace-comment .cplace-comment-bubble:focus .cplace-comment-header .cplace-comment-actions,
.cplace-comment .cplace-comment-bubble:active .cplace-comment-header .cplace-comment-actions {
  visibility: visible;
}
.cplace-comment .cplace-comment-bubble .cplace-comment-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
}
.cplace-comment .cplace-comment-bubble .cplace-comment-header > span {
  display: inline-block;
  white-space: nowrap;
}
.cplace-comment .cplace-comment-bubble .cplace-comment-header .cplace-comment-username {
  font-size: 13px;
  margin-right: 0.5em;
}
.cplace-comment .cplace-comment-bubble .cplace-comment-header .cplace-comment-newmarker {
  margin-top: -5px;
  margin-left: 0.5em;
}
.cplace-comment .cplace-comment-bubble .cplace-comment-header .cplace-comment-actions {
  margin-top: -3px;
  margin-left: auto;
  visibility: hidden;
}
.cplace-comment .cplace-comment-bubble .cplace-comment-header .cplace-comment-actions .btn {
  transition: none;
}
.cplace-comment .cplace-comment-bubble .cplace-comment-text {
  margin-top: 6px;
  word-wrap: break-word;
}
.cplace-comment .cplace-comment-bubble:after,
.cplace-comment .cplace-comment-bubble:before {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border: solid transparent;
}
.cplace-comment.left > .cplace-comment-thread > .cplace-comment-bubble:before,
.cplace-comment.left > .cplace-comment-thread > .cplace-comment-bubble:after {
  top: 25px;
  left: -16px;
  border-width: 16px;
  transform: translateY(-50%);
  border-left: none;
  border-right-color: #f3f4f7;
}
.cplace-comment.right > .cplace-comment-thread > .cplace-comment-bubble {
  background-color: #eaecf1;
}
.cplace-comment.right > .cplace-comment-thread > .cplace-comment-bubble:before,
.cplace-comment.right > .cplace-comment-thread > .cplace-comment-bubble:after {
  top: 25px;
  right: -16px;
  border-width: 16px;
  transform: translateY(-50%);
  border-right: none;
  border-left-color: #eaecf1;
}
.cplace-comment-replies .cplace-comment {
  margin-top: 0.5em;
}
.cplace-comment-replies .cplace-comment .cplace-comment-author-picture {
  display: none;
}
.cplace-comment-replies .cplace-comment .cplace-comment-bubble {
  margin: 0 20px 0 35px;
}
.cplace-comment-replies .cplace-comment.left > .cplace-comment-thread > .cplace-comment-bubble:before,
.cplace-comment-replies .cplace-comment.left > .cplace-comment-thread > .cplace-comment-bubble:after {
  top: 17px;
  left: -8px;
  border-width: 8px;
  transform: translateY(-50%);
  border-left: none;
  border-right-color: #f3f4f7;
}
.cplace-comment-replies .cplace-comment.right > .cplace-comment-thread > .cplace-comment-bubble {
  background-color: #eaecf1;
}
.cplace-comment-replies .cplace-comment.right > .cplace-comment-thread > .cplace-comment-bubble:before,
.cplace-comment-replies .cplace-comment.right > .cplace-comment-thread > .cplace-comment-bubble:after {
  top: 17px;
  right: -8px;
  border-width: 8px;
  transform: translateY(-50%);
  border-right: none;
  border-left-color: #eaecf1;
}
.cplace-connected-attribute {
  min-width: 30px;
  min-height: 15px;
  background: transparent;
  transition: background 0.2s;
}
.cplace-connected-attribute.attribute-inline {
  display: inline-block;
}
.cplace-connected-attribute.attribute-block {
  display: block;
}
.cplace-connected-attribute.attribute-loading {
  background: #8693ac;
}
.cf-cplace-connected-matrix {
  display: flex;
  align-items: center;
  height: 100%;
  background-color: #f0f0f0;
}
.cf-cplace-connected-matrix .cf-cplace-connected-matrix-wrapper {
  overflow: auto;
}
.cf-cplace-connected-matrix .x-label div,
.cf-cplace-connected-matrix .y-label div {
  margin: auto;
  padding: 1em;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  color: #4c4c4c;
}
.cf-cplace-connected-matrix .y-label {
  flex: 0 0 60px;
}
.cf-cplace-connected-matrix .y-label div {
  transform: rotate(-90deg);
}
.cf-cplace-connected-matrix .type-label {
  display: flex;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  padding: 1em;
  height: 100%;
  font-size: 12px;
  font-weight: bold;
  color: #4c4c4c;
}
.cf-cplace-connected-matrix table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.cf-cplace-connected-matrix table thead tr:first-child td {
  background-color: #f0f0f0;
}
.cf-cplace-connected-matrix table thead tr:last-child {
  border-bottom: 1px solid #dbdbdb;
}
.cf-cplace-connected-matrix table tr td {
  background-color: #f5f5f5;
}
.cf-cplace-connected-matrix table tr td.cf-cplace-connected-matrix-data {
  border: 1px solid #dbdbdb;
  background-color: #e8e8e8;
}
.cf-cplace-connected-matrix table tr td:last-child {
  border-right: none;
}
.cf-cplace-connected-matrix table tr:last-child td {
  border-bottom: none;
}
.cf-cplace-connected-matrix table tbody tr td {
  vertical-align: top;
}
.cf-cplace-connected-matrix table tbody tr td > .td-container {
  overflow: auto;
}
.cf-cplace-connected-matrix table tbody tr td ul {
  margin: 0;
  padding: 5px;
  list-style-type: none;
}
.cf-cplace-connected-matrix table tbody tr td ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0.25em;
  padding: 0.3em 0.7em;
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.cf-cplace-connected-matrix table tbody tr td ul li:last-child {
  margin-bottom: 0;
}
.cf-cplace-connected-matrix table tbody tr td ul li > span:not(.icon) {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cf-cplace-connected-matrix table tbody tr td ul li > span.icon {
  display: inline-block;
  max-height: 1.5em;
  max-width: 1.5em;
  flex: 0 0 auto;
}
.cf-cplace-connected-matrix table tbody tr td ul li > span.icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.cf-cplace-connected-matrix.x-axis-style-plain td.x-axis-header {
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  text-align: center;
  font-size: 12px;
  line-height: 2em;
}
.cf-cplace-connected-matrix.x-axis-style-plain td.x-axis-header:last-child {
  border-right: none;
}
.cf-cplace-connected-matrix.y-axis-style-plain td.y-axis-header {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  line-height: 2em;
}
.cf-cplace-connected-matrix.y-axis-style-plain tr.cf-cplace-connected-matrix-data-row:last-child td.y-axis-header {
  border-bottom: none;
}
.cf-cplace-connected-matrix.x-axis-style-label td.x-axis-header {
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  text-align: center;
  font-size: 12px;
  line-height: 2em;
}
.cf-cplace-connected-matrix.x-axis-style-label td.x-axis-header:last-child {
  border-right: none;
}
.cf-cplace-connected-matrix.x-axis-style-label td.x-axis-header {
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  text-align: center;
  font-size: 12px;
  line-height: 2em;
}
.cf-cplace-connected-matrix.x-axis-style-label td.x-axis-header:last-child {
  border-right: none;
}
.cf-cplace-connected-matrix.x-axis-style-label td.x-axis-header {
  line-height: 1em;
  font-size: 12px;
}
.cf-cplace-connected-matrix.x-axis-style-label td.x-axis-header > div {
  margin: 0 1em;
  border-radius: 3px;
  background-color: #3070b3;
  color: #FFFFFF;
  padding: 0.4em 0.5em;
}
.cf-cplace-connected-matrix.y-axis-style-label td.y-axis-header {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  line-height: 2em;
}
.cf-cplace-connected-matrix.y-axis-style-label tr.cf-cplace-connected-matrix-data-row:last-child td.y-axis-header {
  border-bottom: none;
}
.cf-cplace-connected-matrix.y-axis-style-label td.y-axis-header {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  line-height: 2em;
}
.cf-cplace-connected-matrix.y-axis-style-label tr.cf-cplace-connected-matrix-data-row:last-child td.y-axis-header {
  border-bottom: none;
}
.cf-cplace-connected-matrix.y-axis-style-label td.y-axis-header {
  line-height: 1em;
  font-size: 12px;
}
.cf-cplace-connected-matrix.y-axis-style-label td.y-axis-header > div {
  margin: 0 1em;
  border-radius: 3px;
  background-color: #3070b3;
  color: #FFFFFF;
  padding: 0.4em 0.5em;
}
.cf-cplace-connected-matrix.x-axis-style-arrow td.x-axis-header {
  vertical-align: middle;
}
.cf-cplace-connected-matrix.x-axis-style-arrow td.x-axis-header > .process-shape {
  display: flex;
  align-items: stretch;
  margin: 5px;
  height: 4em;
  font-size: 12px;
}
.cf-cplace-connected-matrix.x-axis-style-arrow td.x-axis-header > .process-shape > .process-shape-start {
  flex: 0 0 20px;
  fill: #3070b3;
}
.cf-cplace-connected-matrix.x-axis-style-arrow td.x-axis-header > .process-shape > .process-shape-body {
  flex: 1 1 auto;
  background-color: #3070b3;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cf-cplace-connected-matrix.x-axis-style-arrow td.x-axis-header > .process-shape > .process-shape-end {
  flex: 0 0 20px;
  fill: #3070b3;
}
.cf-cplace-connected-matrix.y-axis-style-arrow td.y-axis-header {
  vertical-align: middle;
}
.cf-cplace-connected-matrix.y-axis-style-arrow td.y-axis-header > .process-shape {
  display: flex;
  align-items: stretch;
  margin: 5px;
  height: 4em;
  font-size: 12px;
}
.cf-cplace-connected-matrix.y-axis-style-arrow td.y-axis-header > .process-shape > .process-shape-start {
  flex: 0 0 20px;
  fill: #3070b3;
}
.cf-cplace-connected-matrix.y-axis-style-arrow td.y-axis-header > .process-shape > .process-shape-body {
  flex: 1 1 auto;
  background-color: #3070b3;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cf-cplace-connected-matrix.y-axis-style-arrow td.y-axis-header > .process-shape > .process-shape-end {
  flex: 0 0 20px;
  fill: #3070b3;
}
.cf-cplace-connected-matrix.x-axis-style-profile-line td.x-axis-header {
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  text-align: center;
  font-size: 12px;
  line-height: 2em;
}
.cf-cplace-connected-matrix.x-axis-style-profile-line td.x-axis-header:last-child {
  border-right: none;
}
.cf-cplace-connected-matrix.x-axis-style-profile-line td.x-axis-header {
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  text-align: center;
  font-size: 12px;
  line-height: 2em;
}
.cf-cplace-connected-matrix.x-axis-style-profile-line td.x-axis-header:last-child {
  border-right: none;
}
.cf-cplace-connected-matrix.x-axis-style-profile-line td.x-axis-header > .profile-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.cf-cplace-connected-matrix.x-axis-style-profile-line td.x-axis-header > .profile-container > img {
  flex: 0 0 auto;
  margin: 1em;
  width: 4em;
  height: 4em;
  border-radius: 3px;
}
.cf-cplace-connected-matrix.x-axis-style-profile-line td.x-axis-header > .profile-container > div {
  margin: 0 0.5em;
}
.cf-cplace-connected-matrix.y-axis-style-profile-line td.y-axis-header {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  line-height: 2em;
}
.cf-cplace-connected-matrix.y-axis-style-profile-line tr.cf-cplace-connected-matrix-data-row:last-child td.y-axis-header {
  border-bottom: none;
}
.cf-cplace-connected-matrix.y-axis-style-profile-line td.y-axis-header {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  line-height: 2em;
}
.cf-cplace-connected-matrix.y-axis-style-profile-line tr.cf-cplace-connected-matrix-data-row:last-child td.y-axis-header {
  border-bottom: none;
}
.cf-cplace-connected-matrix.y-axis-style-profile-line td.y-axis-header > .profile-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: 'flex-start';
}
.cf-cplace-connected-matrix.y-axis-style-profile-line td.y-axis-header > .profile-container > img {
  flex: 0 0 auto;
  margin: 1em;
  width: 4em;
  height: 4em;
  border-radius: 3px;
}
.cf-cplace-connected-matrix.y-axis-style-profile-line td.y-axis-header > .profile-container > div {
  margin: 0 0.5em;
}
.cf-cplace-connected-matrix.x-axis-style-profile-column td.x-axis-header {
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  text-align: center;
  font-size: 12px;
  line-height: 2em;
}
.cf-cplace-connected-matrix.x-axis-style-profile-column td.x-axis-header:last-child {
  border-right: none;
}
.cf-cplace-connected-matrix.x-axis-style-profile-column td.x-axis-header {
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  text-align: center;
  font-size: 12px;
  line-height: 2em;
}
.cf-cplace-connected-matrix.x-axis-style-profile-column td.x-axis-header:last-child {
  border-right: none;
}
.cf-cplace-connected-matrix.x-axis-style-profile-column td.x-axis-header > .profile-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: 'flex-start';
}
.cf-cplace-connected-matrix.x-axis-style-profile-column td.x-axis-header > .profile-container > img {
  flex: 0 0 auto;
  margin: 1em;
  width: 4em;
  height: 4em;
  border-radius: 3px;
}
.cf-cplace-connected-matrix.x-axis-style-profile-column td.x-axis-header > .profile-container > div {
  margin: 0 0.5em;
}
.cf-cplace-connected-matrix.y-axis-style-profile-column td.y-axis-header {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  line-height: 2em;
}
.cf-cplace-connected-matrix.y-axis-style-profile-column tr.cf-cplace-connected-matrix-data-row:last-child td.y-axis-header {
  border-bottom: none;
}
.cf-cplace-connected-matrix.y-axis-style-profile-column td.y-axis-header {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  line-height: 2em;
}
.cf-cplace-connected-matrix.y-axis-style-profile-column tr.cf-cplace-connected-matrix-data-row:last-child td.y-axis-header {
  border-bottom: none;
}
.cf-cplace-connected-matrix.y-axis-style-profile-column td.y-axis-header > .profile-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: 'flex-start';
}
.cf-cplace-connected-matrix.y-axis-style-profile-column td.y-axis-header > .profile-container > img {
  flex: 0 0 auto;
  margin: 1em;
  width: 4em;
  height: 4em;
  border-radius: 3px;
}
.cf-cplace-connected-matrix.y-axis-style-profile-column td.y-axis-header > .profile-container > div {
  margin: 0 0.5em;
}
.cf-cplace-dynamic-iframe-widget-with-button {
  margin: 0;
  padding: 0;
  border-radius: 0;
}
.cf-cplace-dynamic-iframe-widget-with-button a {
  display: block;
  text-align: center;
  line-height: 100px;
  font-size: 1.5em;
  color: #c6ccd8;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.cf-cplace-dynamic-iframe-widget-with-button a:hover,
.cf-cplace-dynamic-iframe-widget-with-button a:focus,
.cf-cplace-dynamic-iframe-widget-with-button a:active {
  background: #235181;
  color: #FFFFFF;
  text-decoration: none;
}
.jarviswidget iframe,
.jarviswidget .iframe-widget-container {
  display: block;
  border: none;
  width: 100%;
  height: 100%;
}
#jarviswidget-fullscreen-mode .jarviswidget iframe,
#jarviswidget-fullscreen-mode .jarviswidget .iframe-widget-container {
  height: 100% !important;
}
div[data-widget-kind="cf.platform.wiki"] .widget-body .cke,
div[data-widget-kind="cf.platform.customRichStringAttribute"] .widget-body .cke {
  margin: -10px;
}
label.tricia-tag.label.label-info {
  display: inline;
}
span.tricia-no-tags-info {
  padding: 2px 6px 2px 0px;
  margin: 1px 0px 1px 0px;
  display: block;
  float: left;
}
.tricia-tag-edit-control {
  font-size: 12px;
  padding-bottom: 5px;
}
.tricia-tag-edit-control a.tricia-tag {
  float: left;
  margin: 1px 2px 1px 2px;
  padding: 2px;
}
.tricia-tag-edit-control:hover {
  background-color: rgba(204, 204, 204, 0.25);
}
.ui-autocomplete .ui-menu-item a.tricia-tag-suggestion {
  color: black;
}
.tricia-tag-cloud {
  line-height: 30px;
  margin-bottom: 10px;
}
.tricia-tag-cloud .tricia-tag {
  margin-right: 5px;
  vertical-align: baseline;
}
aside.tricia-search-in-modal {
  width: 100%;
}
.tricia-search-toolbar {
  margin-top: 5px;
}
.tricia-search-highlight {
  background-color: #c3c9d6;
}
.tricia-search-block-header {
  margin: 5px 0px;
}
.tricia-search-block-header a {
  font-weight: bold;
}
div.tricia-search-sidebar-block {
  position: relative;
}
div.tricia-search-sidebar-block div.tricia-block-content {
  margin-bottom: 6px;
  padding: 0px 5px 0px 5px;
}
div.tricia-search-sidebar-block div.tricia-block-content img {
  vertical-align: middle;
}
div.tricia-search-sidebar-block div.tricia-block-content div.tricia-facet-option {
  position: relative;
  margin-bottom: 3px;
  padding-left: 2px;
  vertical-align: middle;
  cursor: pointer;
}
div.tricia-search-sidebar-block div.tricia-block-content div.tricia-facet-option:hover {
  color: #c3c9d6;
}
div.tricia-search-sidebar-block.collapsed div.tricia-block-content {
  display: none;
}
div.tricia-search-sidebar-block div.bootstrap-select {
  min-width: 100%;
  max-width: 0;
}
div.tricia-search-sidebar-block div.filter-option-inner-inner {
  text-overflow: ellipsis;
}
div.tricia-search-sidebar-block-disabled {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-color: #FFFFFF;
  z-index: 2;
  cursor: wait;
}
div.tricia-search-sidebar-block .bootstrap-select button {
  width: 100%;
}
div.tricia-search-sidebar-block .panel-title {
  margin-right: 10px;
  line-height: 1.5;
}
div.tricia-search-sidebar-block .input-group {
  width: 100%;
}
.tricia-facet-option {
  vertical-align: middle;
  margin-bottom: 0px;
}
.tricia-facet-option li {
  padding: 5px 12px 5px 12px;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -5px;
}
.tricia-facet-option li.divider hr {
  margin: 7px 0;
}
.tricia-facet-option li:not(.divider):hover {
  background: #f5f5f5;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  cursor: pointer;
}
.tricia-facet-option li:not(.divider):hover a {
  text-decoration: underline;
}
.tricia-facet-option li:not(.divider):hover:after {
  font-family: FontAwesome;
  content: "\F067";
  color: #3070b3;
  float: right;
}
.tricia-profile-image-column {
  margin-right: 20px;
  position: relative;
  float: left;
}
.tricia-section {
  border-bottom: 1px solid #eeeeee;
  line-height: 30px;
  cursor: default;
}
.tricia-spinner-overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(255, 255, 255, 0.8) url('../icons/load.gif') 50% 50% no-repeat;
  z-index: 3;
}
.tricia-draft-content-wrapper .tricia-draft-content {
  max-height: 250px;
  overflow: scroll;
}
div.tricia-task-status {
  display: inline;
}
div.tricia-popup-create-link {
  float: right;
  padding: 8px 10px 0px 10px;
}
.tricia-divergent-access-warning-image {
  vertical-align: bottom;
}
a.tricia-file-details-link {
  vertical-align: middle;
  padding-left: 4px;
}
.tricia-no-subpages-or-files {
  margin-top: 1em;
}
.tricia-template-error {
  color: #bf111d;
}
.tricia-content-field {
  padding-top: 20px;
}
a.invalidLink,
span.invalidLink,
a.invalidLink:visited {
  background-color: #ef4753;
  color: #61090f;
}
.cplace-scroll-into-view {
  background-color: #92e19e;
  color: #195c23;
}
.cplace-entity-mirror {
  font-style: italic;
}
.cplace-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.datepicker-dropdown {
  z-index: 10000 !important;
}
.cplace-file-upload {
  cursor: pointer;
}
.cplace-ci-image-upload .image-container {
  position: relative;
}
.cplace-ci-image-upload .image {
  box-shadow: 0 0 0 2px transparent, 0 0 0 2px #eaecf1;
  border-radius: 2px;
}
@media (min-width: 992px) {
  .cplace-ci-image-upload .image.logo {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cplace-ci-image-upload .image.logo {
    width: 50%;
  }
}
.cplace-ci-image-upload .image-edit {
  opacity: 0;
  position: absolute;
  left: 0;
  transition: opacity 0.2s;
  border-radius: 2px;
  color: white !important;
  align-content: center;
}
.cplace-ci-image-upload .image-edit.logo {
  height: 100%;
}
@media (min-width: 992px) {
  .cplace-ci-image-upload .image-edit.logo {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cplace-ci-image-upload .image-edit.logo {
    width: 50%;
  }
}
.cplace-ci-image-upload .image-edit.logo > i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 12px;
  height: 12px;
}
@media (min-width: 992px) {
  .cplace-ci-image-upload .image-edit,
  .cplace-ci-image-upload .image-edit:hover {
    background: rgba(83, 96, 121, 0.8);
    font-weight: 300;
  }
}
@media (min-width: 992px) {
  .cplace-ci-image-upload .image-edit:hover {
    opacity: 1;
  }
}
.cplace-ci-image-upload .image-edit:active {
  background: rgba(57, 66, 84, 0.8);
}
.fileinput-button input {
  font-size: 100px;
}
.cplace-edit-image-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  text-align: center;
}
.cplace-edit-image-wrapper .background-transparency {
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1)), linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1));
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
}
.cplace-edit-image-wrapper .image-container > img {
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1)), linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1));
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
}
.cplace-edit-image-wrapper .jcrop-holder {
  background-color: transparent !important;
}
.cplace-edit-image-wrapper .jcrop-holder > img {
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1)), linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1));
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
}
.dropdown.cplace-context-menu {
  position: fixed;
  z-index: 1039;
}
.dropdown.cplace-context-menu ul.dropdown-menu {
  background: #FFFFFF;
  min-width: 200px;
  max-width: 300px;
}
.dropdown.cplace-context-menu ul.dropdown-menu,
.dropdown.cplace-context-menu ul.dropdown-menu ul,
.dropdown.cplace-context-menu ul.dropdown-menu li {
  margin: 0;
  padding: 0;
}
.dropdown.cplace-context-menu ul.dropdown-menu li a {
  padding: 5px 15px 5px 15px !important;
  color: #4c4c4c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropdown.cplace-context-menu ul.dropdown-menu li a i {
  position: relative;
  left: -10px;
}
.dropdown.cplace-context-menu ul.dropdown-menu li a i:after {
  display: block;
  position: relative;
  margin: -15px;
  padding: 15px;
  top: -6px;
  left: -8px;
  content: '';
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.dropdown.cplace-context-menu ul.dropdown-menu li a:hover,
.dropdown.cplace-context-menu ul.dropdown-menu li a:focus,
.dropdown.cplace-context-menu ul.dropdown-menu li a:active {
  color: #FFFFFF;
  background: #5c96d3;
}
.dropdown.cplace-context-menu ul.dropdown-menu li a:hover i:after,
.dropdown.cplace-context-menu ul.dropdown-menu li a:focus i:after,
.dropdown.cplace-context-menu ul.dropdown-menu li a:active i:after {
  border-right: 1px solid rgba(0, 0, 0, 0.01);
  transition: all .2s ease;
}
.dropdown.cplace-context-menu ul.dropdown-menu .dropdown-header {
  padding: 5px 15px 5px 15px !important;
}
.reorder-handle {
  margin: 2px 0 2px 0;
}
div.cplace-legal-info-wrapper {
  margin: 10px 20px 0px 20px;
}
ol.cplace-legal-info-plugins > li {
  font-size: 19px;
  font-weight: 600;
}
.cplace-simple-tree .cplace-simple-tree-node-wrapper {
  position: relative;
  cursor: pointer;
  line-height: 2em;
}
.cplace-simple-tree .cplace-simple-tree-node-wrapper.highlighted {
  background-color: #e8e8e8;
}
.cplace-simple-tree .cplace-simple-tree-node-wrapper:hover {
  background-color: #8693ac;
}
.cplace-simple-tree .cplace-simple-tree-node-wrapper .cplace-simple-tree-node-toggle-icon {
  display: inline-block;
  width: 20px;
  text-align: center;
  vertical-align: top;
}
.cplace-simple-tree .cplace-simple-tree-node-wrapper .cplace-simple-tree-node-toggle-icon:hover {
  text-shadow: 0 0 5px #536079;
  color: #fff;
}
.cplace-simple-tree .cplace-simple-tree-node-wrapper .cplace-simple-tree-node-content {
  display: inline-block;
  width: calc(100% - 20px - 5px);
}
.cplace-simple-tree .cplace-simple-tree-node-wrapper .cplace-simple-tree-node-content > .btn-group,
.cplace-simple-tree .cplace-simple-tree-node-wrapper .cplace-simple-tree-node-content > .btn-toolbar {
  margin-top: 0.1em;
}
.cplace-simple-tree .cplace-simple-tree-child-container {
  padding-left: 20px;
}
.cplace-tasks-administration .cplace-tasks-administration-explanation {
  margin-bottom: 1.5em;
}
.cplace-tasks-administration .cplace-tasks-administration-filter {
  max-width: 400px;
  margin-bottom: 1.5em;
}
.cplace-tasks-administration > table {
  width: 100%;
  table-layout: fixed;
}
.cplace-tasks-administration > table tr.task-suspended td {
  background-color: #c3c9d6;
}
.cplace-sidebar-backdrop {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1034;
  height: 100vh;
}
.cplace-sidebar-container {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 350px;
  height: 100vh;
  max-width: 85vw;
  opacity: 0;
  right: -350px;
  transition: right 0.2s, opacity 0.2s;
  background: #f4f4f4;
  z-index: 1035;
  box-shadow: 0 0 5px #536079;
}
.cplace-sidebar-container.visible {
  display: flex;
  right: 0;
  opacity: 1;
}
.cplace-sidebar-container > .cplace-sidebar-title {
  flex: 0 0 auto;
  margin-bottom: 0;
}
.cplace-sidebar-container > .cplace-sidebar-title .navbar-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 60px;
}
.cplace-sidebar-container > .cplace-sidebar-content {
  flex: 1 1 auto;
  overflow-y: auto;
}
.cplace-inheritance-information-tooltip {
  width: 100%;
  padding-top: 1em;
}
.cplace-inheritance-information-tooltip .cplace-inheritance-information-header {
  padding-bottom: 2em;
}
.cplace-inheritance-information-tooltip .cplace-inheritance-information-row {
  position: relative;
  display: flex;
  padding-bottom: 1em;
  margin-left: 0.6em;
}
.cplace-inheritance-information-tooltip .cplace-inheritance-information-row:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 2px;
  content: "";
  background-color: #8693ac;
}
.cplace-inheritance-information-tooltip .cplace-inheritance-information-row-bullet {
  z-index: 1;
  width: 1.25em;
  height: 1.25em;
  margin-left: -0.55em;
  background-color: #FFFFFF;
  border: 2px solid;
  border-color: #8693ac;
  border-radius: 50%;
  flex-shrink: 0;
}
.cplace-inheritance-information-tooltip .cplace-inheritance-information-row-break-bullet {
  z-index: 1;
  width: 1.25em;
  height: 1.25em;
  margin-left: -0.55em;
  background-color: #FFFFFF;
  flex-shrink: 0;
}
.cplace-inheritance-information-tooltip .cplace-inheritance-information-row-name {
  padding-bottom: 0.2em;
}
.cplace-inheritance-information-tooltip .cplace-inheritance-information-row-this .cplace-inheritance-information-row-bullet {
  border-color: #3070b3;
}
.cplace-inheritance-information-tooltip .cplace-inheritance-information-row-this .cplace-inheritance-information-row-name {
  color: #4c4c4c;
}
.cplace-inheritance-information-tooltip .cplace-inheritance-information-row-overridden .cplace-inheritance-information-row-bullet {
  border-color: #ef4753;
}
.cplace-inheritance-information-tooltip .cplace-inheritance-information-row-overridden .cplace-inheritance-information-row-name {
  color: #ef4753;
}
.cplace-inheritance-information-tooltip .cplace-inheritance-information-row-noprincipals {
  color: #8693ac;
}
.cplace-inheritance-information-tooltip .cplace-inheritance-information-row:last-child:before {
  display: none;
}
.cplace-inheritance-information-edit-toggle-row {
  padding-bottom: 16px;
}
.cplace-toggle-button {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 18px;
  min-height: 18px;
}
.cplace-toggle-button input {
  opacity: 0;
  width: 0;
  height: 0;
}
.cplace-toggle-button input:checked + .cplace-toggle-button-slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
.cplace-toggle-button .cplace-toggle-button-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f3f4f7;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 18px;
  border: 1px solid #c3c9d6;
}
.cplace-toggle-button .cplace-toggle-button-slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  bottom: 2px;
  background-color: #4c4c4c;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}
/*
 * Copyright 2018, collaboration Factory AG. All rights reserved.
 */
.cplace-fragmented-diagram {
  padding: 5px;
  margin: 1em 0;
}
.cplace-fragmented-diagram .index-bar {
  height: 45px;
  background-color: lightgreen;
  position: relative;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  box-sizing: content-box;
}
.cplace-fragmented-diagram .index-bar .index-segment {
  height: 45px;
  background-color: red;
  position: absolute;
  border-right: 1px solid darkred;
}
.cplace-fragmented-diagram .cplace-fragmented-diagram-loading {
  line-height: 45px;
  height: 45px;
  margin-bottom: 1em;
  background-color: #e3e6e9;
}
.cplace-fixed-pane-scroll {
  overflow: hidden;
}
.cplace-fixed-pane-scroll .corner-pane-container {
  float: left;
  font-size: 0;
}
.cplace-fixed-pane-scroll .corner-pane-container .corner-pane {
  display: inline-block;
  font-size: 13px;
}
.cplace-fixed-pane-scroll .top-pane-container {
  overflow: hidden;
  font-size: 0;
}
.cplace-fixed-pane-scroll .top-pane-container .top-pane {
  display: inline-block;
  font-size: 13px;
}
.cplace-fixed-pane-scroll .left-pane-container {
  float: left;
  overflow-x: auto;
  overflow-y: hidden;
  font-size: 0;
}
.cplace-fixed-pane-scroll .left-pane-container .left-pane {
  display: inline-block;
  font-size: 13px;
}
.cplace-fixed-pane-scroll .content-pane-container {
  overflow-x: scroll;
  overflow-y: auto;
  font-size: 0;
}
.cplace-fixed-pane-scroll .content-pane-container .content-pane {
  display: inline-block;
  font-size: 13px;
}
.cplace-group-user-matrix-wrapper {
  position: relative;
}
.cplace-group-user-matrix-wrapper .cplace-group-user-matrix .cplace-fixed-pane-scroll .header-top-container .header-top {
  margin-bottom: -4px;
}
.cplace-group-user-matrix-wrapper .cplace-group-user-matrix .info-area {
  position: relative;
  height: 150.6726189px;
  width: 255px;
  box-sizing: border-box;
  padding: 5px;
  z-index: 10;
}
.cplace-group-user-matrix-wrapper .cplace-group-user-matrix .info-area .matrix-legends .legends {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cplace-group-user-matrix-wrapper .cplace-group-user-matrix .info-area .matrix-legends .legends .fa-square {
  color: #CD5C5C;
}
.cplace-group-user-matrix-wrapper .cplace-group-user-matrix .info-area .column-title {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  z-index: 10;
}
.cplace-group-user-matrix-wrapper .cplace-group-user-matrix .info-area .column-title .column-header {
  width: 150px;
  background-color: #f4f4f4;
  -moz-transform: rotate(-45deg);
  /* FF3.5+ */
  -ms-transform: rotate(-45deg);
  /* IE9+ */
  -o-transform: rotate(-45deg);
  /* Opera 10.5 */
  -webkit-transform: rotate(-45deg);
  /* Safari 3.1+, Chrome */
  transform: rotate(-45deg);
  /* Standard */
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.cplace-group-user-matrix-wrapper .cplace-group-user-matrix .info-area .gap-filler {
  position: absolute;
  right: -81.6726189px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 82.6726189px solid #f4f4f4;
  border-right: 82.6726189px solid transparent;
}
.cplace-group-user-matrix-wrapper .cplace-group-user-matrix .info-area .row-title {
  position: absolute;
  width: 230px;
  bottom: 0;
  left: 0;
  height: 25px;
  line-height: 25px;
}
.cplace-group-user-matrix-wrapper .cplace-group-user-matrix table {
  border-collapse: collapse;
  border-spacing: 0;
}
.cplace-group-user-matrix-wrapper .cplace-group-user-matrix .header-title {
  display: inline-block;
  float: left;
  color: #536079;
  font-weight: bold;
  cursor: default;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cplace-group-user-matrix-wrapper .cplace-group-user-matrix .header-title .header-user-message {
  padding-left: 5px;
}
.cplace-group-user-matrix-wrapper .cplace-group-user-matrix .header-title .export-button {
  left: 21px;
}
.cplace-group-user-matrix-wrapper .cplace-group-user-matrix .matrix-header-top .column-title {
  position: relative;
}
.cplace-group-user-matrix-wrapper .cplace-group-user-matrix .matrix-header-top .column-title .column-header {
  position: absolute;
  bottom: 0;
}
.cplace-group-user-matrix-wrapper .cplace-group-user-matrix .matrix-header-top .column-header-wrapper {
  width: 24px;
}
.cplace-group-user-matrix-wrapper .cplace-group-user-matrix .matrix-header-top .column-headers {
  overflow: visible;
}
.cplace-group-user-matrix-wrapper .cplace-group-user-matrix .matrix-header-top .column-headers th {
  vertical-align: bottom;
  height: 150.6726189px;
}
.cplace-group-user-matrix-wrapper .cplace-group-user-matrix .matrix-header-top .column-headers .hovered .column-header {
  background: #3070b3;
}
.cplace-group-user-matrix-wrapper .cplace-group-user-matrix .matrix-header-top .column-headers .hovered .column-header a {
  color: #FFFFFF;
}
.cplace-group-user-matrix-wrapper .cplace-group-user-matrix .matrix-header-top .column-headers .helper-arrow {
  border-left: 1px solid #8693ac;
  height: 24px;
}
.cplace-group-user-matrix-wrapper .cplace-group-user-matrix .matrix-header-top .column-headers th:last-child .helper-arrow {
  border-right: 1px solid #8693ac;
}
.cplace-group-user-matrix-wrapper .cplace-group-user-matrix .matrix-header-top .column-header {
  -moz-transform: rotate(-45deg);
  /* FF3.5+ */
  -ms-transform: rotate(-45deg);
  /* IE9+ */
  -o-transform: rotate(-45deg);
  /* Opera 10.5 */
  -webkit-transform: rotate(-45deg);
  /* Safari 3.1+, Chrome */
  transform: rotate(-45deg);
  /* Standard */
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
  width: 165px;
  line-height: 18px;
  margin-left: 13px;
  padding-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}
.cplace-group-user-matrix-wrapper .cplace-group-user-matrix .matrix-header-top .column-header,
.cplace-group-user-matrix-wrapper .cplace-group-user-matrix .matrix-header-top .column-header a {
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  -ms-transition: background 0.2s, color 0.2s;
  -o-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.cplace-group-user-matrix-wrapper .cplace-group-user-matrix .matrix-header-left .row-headers tr {
  height: 25px;
}
.cplace-group-user-matrix-wrapper .cplace-group-user-matrix .matrix-header-left .row-headers th {
  cursor: default;
}
.cplace-group-user-matrix-wrapper .cplace-group-user-matrix .matrix-header-left .row-headers th .row-header {
  width: 230px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
}
.cplace-group-user-matrix-wrapper .cplace-group-user-matrix .matrix-header-left .row-headers th,
.cplace-group-user-matrix-wrapper .cplace-group-user-matrix .matrix-header-left .row-headers th a {
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  -ms-transition: background 0.2s, color 0.2s;
  -o-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.cplace-group-user-matrix-wrapper .cplace-group-user-matrix .matrix-header-left .row-headers th,
.cplace-group-user-matrix-wrapper .cplace-group-user-matrix .matrix-header-left .row-headers td {
  border-bottom: 1px solid #8693ac;
}
.cplace-group-user-matrix-wrapper .cplace-group-user-matrix .matrix-header-left .row-headers tr:first-child th,
.cplace-group-user-matrix-wrapper .cplace-group-user-matrix .matrix-header-left .row-headers tr:first-child td {
  border-top: 1px solid #8693ac;
}
.cplace-group-user-matrix-wrapper .cplace-group-user-matrix .matrix-header-left .row-headers tr:last-child th,
.cplace-group-user-matrix-wrapper .cplace-group-user-matrix .matrix-header-left .row-headers tr:last-child td {
  vertical-align: top;
  height: 50px;
  border-bottom: none;
}
.cplace-group-user-matrix-wrapper .cplace-group-user-matrix .matrix-header-left .row-headers .hovered th {
  background: #3070b3;
}
.cplace-group-user-matrix-wrapper .cplace-group-user-matrix .matrix-header-left .row-headers .hovered th a {
  color: #FFFFFF;
}
.cplace-group-user-matrix-wrapper .cplace-group-user-matrix .matrix-header-left .row-headers .helper-arrow {
  width: 24px;
  text-align: center;
}
.cplace-group-user-matrix-wrapper .cplace-group-user-matrix .matrix-header-left .row-headers .load-more {
  padding: 4px 0;
}
.cplace-group-user-matrix-wrapper .cplace-group-user-matrix .matrix-data td {
  border: 1px solid #f4f4f4;
  vertical-align: middle;
  width: 24px;
  height: 25px;
  background-color: #bebebe;
}
.cplace-group-user-matrix-wrapper .cplace-group-user-matrix .matrix-data .cell-edge {
  width: 23px;
  height: 24px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
.cplace-group-user-matrix-wrapper .cplace-group-user-matrix .matrix-data .cell-edge.admin {
  background-color: #CD5C5C;
}
.cplace-group-user-matrix-wrapper .cplace-group-user-matrix .matrix-data .cell-edge-can-be-toggled {
  cursor: pointer;
}
.cplace-group-user-matrix-wrapper .loading {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cplace-group-user-matrix-wrapper .cf-stack {
  position: relative;
  width: 2em;
  height: 2em;
}
.cplace-group-user-matrix-wrapper .cf-stack .stacked {
  font-size: 67%;
  right: -5px;
  position: absolute;
  bottom: 0;
}
.jarviswidget .widget-body .cplace-matrix {
  min-height: 300px;
}
cplace-matrix table {
  border-collapse: collapse;
  border-spacing: 0;
}
cplace-matrix .cf-cplace-matrix-info {
  position: relative;
  height: 150.6726189px;
  max-width: 250px;
  min-width: 174px;
  box-sizing: border-box;
  padding: 5px;
  z-index: 10;
}
cplace-matrix .cf-cplace-matrix-info .cf-cplace-matrix-header-title {
  display: inline-block;
  float: left;
  font-weight: bold;
  cursor: default;
  user-select: none;
}
cplace-matrix .cf-cplace-matrix-info .cf-cplace-matrix-column-title {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  z-index: 10;
}
cplace-matrix .cf-cplace-matrix-info .cf-cplace-matrix-column-title .cf-cplace-matrix-title {
  width: 150px;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  /* Standard */
}
cplace-matrix .cf-cplace-matrix-info .cf-cplace-matrix-gap-filler {
  position: absolute;
  right: -82.6726189px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 82.6726189px solid #FFFFFF;
  border-right: 82.6726189px solid transparent;
}
cplace-matrix .cf-cplace-matrix-info .cf-cplace-matrix-row-title {
  min-width: 174px;
  position: absolute;
  max-width: 250px;
  bottom: 5px;
  left: 0;
  height: 25px;
  line-height: 25px;
}
cplace-matrix .cf-cplace-matrix-info .cf-cplace-matrix-row-title .cf-cplace-matrix-title {
  padding-right: 24px;
}
cplace-matrix .cf-cplace-matrix-columns {
  overflow: visible;
  min-height: 151.6726189px;
}
cplace-matrix .cf-cplace-matrix-columns th {
  vertical-align: bottom;
  height: 150.6726189px;
}
cplace-matrix .cf-cplace-matrix-columns .cf-cplace-matrix-column-header {
  transform: rotate(-45deg);
  /* Standard */
  transform-origin: 0 100%;
  width: 165px;
  line-height: 18px;
  margin-left: 13px;
  padding-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}
cplace-matrix .cf-cplace-matrix-columns .cf-cplace-matrix-column-header,
cplace-matrix .cf-cplace-matrix-columns .cf-cplace-matrix-column-header a {
  transition: background 0.2s, color 0.2s;
}
cplace-matrix .cf-cplace-matrix-columns .cf-cplace-matrix-column-wrapper {
  width: 24px;
}
cplace-matrix .cf-cplace-matrix-columns .cf-cplace-matrix-column-title {
  position: relative;
}
cplace-matrix .cf-cplace-matrix-columns .cf-cplace-matrix-column-title .cf-cplace-matrix-column-header {
  position: absolute;
  bottom: 0;
}
cplace-matrix .cf-cplace-matrix-columns .hovered .cf-cplace-matrix-column-header {
  background: #3070b3;
}
cplace-matrix .cf-cplace-matrix-columns .hovered .cf-cplace-matrix-column-header a {
  color: #FFFFFF;
}
cplace-matrix .cf-cplace-matrix-columns .cf-cplace-matrix-helper-arrow {
  border-left: 1px solid #8693ac;
  height: 24px;
}
cplace-matrix .cf-cplace-matrix-columns th:last-child .cf-cplace-matrix-helper-arrow {
  border-right: 1px solid #8693ac;
}
cplace-matrix .cf-cplace-matrix-rows {
  min-width: 174px;
}
cplace-matrix .cf-cplace-matrix-rows tr {
  height: 25px;
  max-width: 250px;
}
cplace-matrix .cf-cplace-matrix-rows th {
  cursor: default;
}
cplace-matrix .cf-cplace-matrix-rows th .cf-cplace-matrix-row-header {
  min-width: 150px;
  max-width: 230px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
}
cplace-matrix .cf-cplace-matrix-rows th,
cplace-matrix .cf-cplace-matrix-rows th a {
  transition: background 0.2s, color 0.2s;
}
cplace-matrix .cf-cplace-matrix-rows th,
cplace-matrix .cf-cplace-matrix-rows td {
  border-bottom: 1px solid #8693ac;
}
cplace-matrix .cf-cplace-matrix-rows tr:first-child th,
cplace-matrix .cf-cplace-matrix-rows tr:first-child td {
  border-top: 1px solid #8693ac;
}
cplace-matrix .cf-cplace-matrix-rows tr:last-child th,
cplace-matrix .cf-cplace-matrix-rows tr:last-child td {
  vertical-align: top;
  height: 50px;
  border-bottom: none;
}
cplace-matrix .cf-cplace-matrix-rows .hovered th {
  background: #3070b3;
}
cplace-matrix .cf-cplace-matrix-rows .hovered th a {
  color: #FFFFFF;
}
cplace-matrix .cf-cplace-matrix-rows .cf-cplace-matrix-helper-arrow {
  width: 24px;
  text-align: center;
}
cplace-matrix .cf-cplace-matrix-rows .load-more {
  padding: 4px 0;
}
cplace-matrix .cf-cplace-matrix-data td {
  border: 1px solid #FFFFFF;
  vertical-align: middle;
  width: 24px;
  height: 25px;
  background-color: #bebebe;
}
cplace-matrix .cf-cplace-matrix-data .cf-cplace-matrix-cell-edge {
  width: 23px;
  height: 24px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
cplace-matrix .cf-cplace-matrix-data .cf-cplace-matrix-cell-edge-can-be-toggled {
  cursor: pointer;
}
cplace-matrix .busy-indicator {
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  color: #000;
}
cplace-matrix .busy-indicator .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*
 * Copyright 2019, collaboration Factory AG. All rights reserved.
 */
.cplacejs-admin .cplacejs-logs,
.cplacejs-script-logs .cplacejs-logs {
  margin-bottom: 32px;
}
.cplacejs-admin .cplacejs-logs .checkbox-inline > span,
.cplacejs-script-logs .cplacejs-logs .checkbox-inline > span {
  user-select: none;
}
.cplacejs-admin .cplacejs-log-messages ul,
.cplacejs-script-logs .cplacejs-log-messages ul {
  list-style: none;
  padding-left: 2px;
  color: #2a303d;
}
.cplacejs-admin .cplacejs-log-messages ul li,
.cplacejs-script-logs .cplacejs-log-messages ul li {
  margin-bottom: 16px;
  border-left: 5px solid;
  padding-left: 10px;
  font-family: monospace;
  font-size: 15px;
}
.cplacejs-admin .cplacejs-log-messages ul li:hover,
.cplacejs-script-logs .cplacejs-log-messages ul li:hover {
  background-color: #f3f4f7;
}
.cplacejs-admin .cplacejs-log-messages ul .cplacejs-log-message,
.cplacejs-script-logs .cplacejs-log-messages ul .cplacejs-log-message {
  cursor: pointer;
}
.cplacejs-admin .cplacejs-log-messages ul li .cplacejs-log-context-info,
.cplacejs-script-logs .cplacejs-log-messages ul li .cplacejs-log-context-info {
  font-size: 12px;
}
.cplacejs-admin .cplacejs-log-messages ul li .cplacejs-log-context-info .key,
.cplacejs-script-logs .cplacejs-log-messages ul li .cplacejs-log-context-info .key {
  color: #687898;
}
.cplacejs-admin .cplacejs-log-messages ul li .cplacejs-log-context-info .val,
.cplacejs-script-logs .cplacejs-log-messages ul li .cplacejs-log-context-info .val {
  color: #343C4C;
}
.cplacejs-admin .cplacejs-log-messages ul li.error,
.cplacejs-script-logs .cplacejs-log-messages ul li.error {
  border-left-color: #ef4753;
}
.cplacejs-admin .cplacejs-log-messages ul li.debug,
.cplacejs-script-logs .cplacejs-log-messages ul li.debug {
  border-left-color: #f2d6a5;
}
.cplacejs-admin .cplacejs-logs-filters-toggle,
.cplacejs-script-logs .cplacejs-logs-filters-toggle,
.cplacejs-admin .cplacejs-logs-download-toggle,
.cplacejs-script-logs .cplacejs-logs-download-toggle {
  margin-left: 10px;
}
.cplacejs-admin .cplacejs-logs-download-form,
.cplacejs-script-logs .cplacejs-logs-download-form,
.cplacejs-admin .cplacejs-logs-filter-form,
.cplacejs-script-logs .cplacejs-logs-filter-form {
  margin-top: 10px;
}
.low-code-admin-dashboard-script-monitor .execute-button-container,
.low-code-admin-dashboard-script-monitor .notified-user-container {
  margin-top: 16px;
}
.low-code-admin-dashboard-script-monitor .execute-button-container {
  direction: rtl;
}
.low-code-admin-dashboard-script-monitor .notified-user-container {
  border-top: 2px solid #f2f2f2;
  margin-top: 16px;
}
low-code-admin-dashboard-category-grid-tile {
  display: inline-flex;
  flex-direction: column;
  height: 100%;
}
cf-cplace-solution-package-upgrade span {
  white-space: pre-line;
}
lowcode-cli-command-button .dropdown-toggle {
  border: none;
  outline: none;
  background-color: inherit;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
  color: #3b3a3a;
}
lowcode-cli-command-button .dropdown-menu {
  padding: 8px;
  background-color: #f7f7f7;
  border-radius: 4px;
}
lowcode-cli-command-button .dropdown-menu::before {
  content: "";
  top: -13px;
  right: 4px;
  border-style: solid;
  border-width: 0 12px 12px;
  position: absolute;
  border-color: transparent transparent #efefef;
}
lowcode-cli-command-button .dropdown-menu .command {
  display: flex;
}
lowcode-cli-command-button .dropdown-menu .command input {
  width: 380px;
  height: 32px;
  border-radius: 4px 0 0 4px;
  border: 1px solid gray;
  font-size: 14px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
lowcode-cli-command-button .dropdown-menu .command input::-ms-clear {
  display: none;
}
lowcode-cli-command-button .dropdown-menu .command input::placeholder {
  user-select: none;
}
lowcode-cli-command-button .dropdown-menu .command input:-ms-input-placeholder {
  user-select: none;
}
lowcode-cli-command-button .dropdown-menu .command input:focus {
  box-shadow: none;
}
lowcode-cli-command-button .dropdown-menu .command input:disabled {
  border-color: #c3c9d6;
  background: #FFFFFF;
}
lowcode-cli-command-button .dropdown-menu .command .copy-button {
  height: 32px;
  border: 1px solid gray;
  border-left-width: 0;
  box-shadow: none;
  border-radius: 0 4px 4px 0;
}
lowcode-cli-command-button .dropdown-menu .command .copy-button.fa-check {
  border-color: #34c049;
  color: #34c049;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
:root {
  --plugin-path-cf-cplace-platform: "../../";
  --brand-default: #FFFFFF;
  --brand-primary-components: #3070b3;
  --font-family-sans-serif: "Roboto", Arial, Helvetica, Sans-Serif;
  --border-radius-base: 3px;
  --input-border-radius: 0px;
  --modal-border-radius: 5px;
  --widget-border-radius: 0px;
  --widget-padding: 10px;
  --header-bg: #ffffff;
  --header-border: #4c4c4c;
  --header-link-color: #3071b3;
  --header-link-hover-color: #25588b;
  --history-bg: #e2e2e2;
  --history-color: #3071b3;
  --workspace-sidebar-bg: #4c4c4c;
  --workspace-sidebar-link-color: #c6c7c8;
  --workspace-sidebar-link-focus-color: #ffffff;
  --workspace-sidebar-link-hover-color: #4c4c4c;
  --workspace-sidebar-link-hover-bg: #c9c9c9;
  --cf-cplace-breadcrumbs-font-color: #ffffff;
  --cf-cplace-breadcrumbs-background-color-odd: #4085cc;
  --cf-cplace-breadcrumbs-background-color-even: #3071b3;
  --cf-cplace-breadcrumbs-background-color-hover: #689fd7;
  --cf-cplace-breadcrumbs-background-color-active: #488ace;
  --cf-cplace-navigation-tile-background-color: #828282;
  --cf-cplace-navigation-tile-background-color-hover: #c0c0c0;
  --cf-cplace-navigation-tile-font-color-hover: #000000;
  --cf-cplace-navigation-tile-font-color: #ffffff;
  --cf-cplace-navigation-tile-font-color-active: #000000;
  --cf-cplace-navigation-tile-dropdown-font-color: #ffffff;
  --cf-cplace-navigation-tile-dropdown-background-color: #828282;
  --cf-cplace-navigation-tile-dropdown-background-color-hover: #828282;
  --cf-cplace-navigation-tile-dropdown-item-background-color: #828282;
  --cf-cplace-navigation-tile-dropdown-item-font-color: #ffffff;
  --cf-cplace-navigation-tile-dropdown-item-font-color-active: #000000;
  --tnb-border-color: #4c4c4c;
  --wm-logo-bg-color: #ffffff;
  --wm-toggle-bg-color: #ffffff;
  --wm-toggle-color: #4c4c4c;
  --wm-bg-color: #4c4c4c;
  --wm-node-color: #c6c7c8;
  --wm-node-hover-bg-color: #c9c9c9;
  --wm-node-hover-color: #4c4c4c;
  --wm-node-active-color: #ffffff;
  --brand-primary: #3070b3;
  --brand-info: #a5b5bd;
  --brand-success: #34c049;
  --brand-warning: #e2a336;
  --brand-danger: #bf111d;
  --body-bg: #f4f4f4;
  --text-color: #4c4c4c;
  --link-color: #3071b3;
  --modal-content-bg: #f4f4f4;
  --widget-header-bg: #f5f5f5;
}
