#cs-portal {
  background-color: #FFFFFF;
}
/* .topbar-ws-search { */
/*   &:after { color: white; padding: 5px; border: 1px solid red; border-radius: 5px; } */
/*   @media (min-width: @screen-xs-min) { &:after { content: "XS"; background-color: orange; } } */
/*   @media (max-width: (@cs-header-title-min - 1)) { &:after { content: "CS-XXS"; background-color: red; } } */
/*   @media (min-width: @screen-sm-min) { &:after { content: "SM"; background-color: yellow; color: black; } } */
/*   @media (min-width: @screen-md-min) { &:after { content: "MD"; background-color: #B0B524; color: white; } } */
/*   @media (min-width: @screen-lg-min) { &:after { content: "LG"; background-color: #59B600; } } */
/* } */
/* @media (max-width: @screen-sm-min) { .topbar .navbar-right { display: none; } } */
/* .cs-portal          { border: 10px solid yellow; } */
/* #cs-header          { border: 5px solid Orange; } */
/* #cs-header-middle   { border: 5px solid red; } */
/* #cs-header-bottom   { border: 5px solid Maroon; } */
/* #cs-header-tabs     { border: 5px solid LightSalmon; } */
/* #cs-body            { border: 5px solid blue; } */
/* #sidebar            { border: 5px solid Fuchsia; } */
/* #cs-content-wrapper { border: 5px solid DeepPink; } */
#cs-header {
  background-color: #AAAAAA;
  background-image: none;
  background-attachment: scroll;
  background-position-x: left;
  background-position-y: top;
  background-repeat: repeat;
  transition: background-color 200ms ease-in;
}
#cs-header.cs-custom-header {
  filter: none;/* IE compatibility for custom image header */
}
#cs-header-middle {
  height: 130px;
  overflow: hidden;
  padding-top: 5px;
  transition: all 200ms ease-in;
}
@media (min-width: 660px) {
  #cs-header-middle {
    padding-top: 25px;
  }
}
@media (max-width: 659px) {
  #cs-header-middle.container-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }
}
#cs-header-middle .PortalMode {
  float: right;
}
#cs-header-title {
  color: #FFFFFF;
  padding-left: 30px;
}
#cs-header-title h1 {
  margin: 0;
}
@media (max-width: 659px) {
  #cs-header-title {
    padding-left: 15px;
  }
}
#cs-header-title A {
  color: #FFFFFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  transition: all 200ms ease-in;
}
#cs-header-title A:hover,
#cs-header-title A:active,
#cs-header-title A:focus {
  text-decoration: none;
}
#cs-header-title .parent-cs-link {
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
}
#cs-header-title .condensed-link {
  display: none;
}
.subspace #cs-header-title {
  padding-top: 0;
}
.subspace #cs-header-title .cs-link {
  line-height: initial;
  font-size: 40px;
}
#cs-header-title A.cs-link {
  display: inline-block;
  font-size: 40px;
  line-height: 76px;
  font-weight: 300;
  font-family: embedded-roboto-condensed, embedded-roboto, Helvetica, Arial, sans-serif;
}
@media (max-width: 659px) {
  #cs-header-title A.cs-link {
    font-size: 30px;
    line-height: 42px;
  }
}
@media (max-width: 659px) {
  #cs-header-title {
    width: 100%;
  }
}
#cs-body {
  padding: 30px;
}
@media (min-width: 768px) {
  #cs-body.cs-sidebar-left #sidebar {
    border-right: 1px dotted #cccccc;
  }
  #cs-body.cs-sidebar-right #sidebar {
    border-left: 1px dotted #cccccc;
  }
}
#cs-body .dashboard-column.dnd-container,
#cs-body #sidebar.dnd-container {
  min-height: 100px;
}
#cs-body .panel .panel-title {
  min-height: 30px;
}
.cs-body-dashboard .panel {
  margin-bottom: 30px;
}
.panel-heading .service-actions {
  margin-top: -8px;
  margin-right: -10px;
}
.panel-heading .service-actions BUTTON.dropdown-toggle {
  padding: 6px 12px;
  background: none;
}
.panel-heading .service-actions BUTTON.dropdown-toggle:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.application-edition-backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  z-index: 10;
}
.dropdown-menu.applications-menu {
  z-index: 11;
}
.cs-body .selection-body {
  padding-right: 74px;
}
.cs-body > article {
  max-width: 1144px;
  margin: 0 auto;
}
.cs-body > article .selection-body .viewer {
  margin-top: 40px;
}
#cs-header-tabs UL.nav-tabs {
  background: rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
  padding: 0 10px 0 20px;
  position: relative;
  border-bottom: 0 none;
}
@media (max-width: 659px) {
  #cs-header-tabs UL.nav-tabs {
    padding-left: 0;
  }
}
#cs-header-tabs UL.nav-tabs > LI {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  transition: color 200ms ease-in, background-color 200ms ease-in;
  color: white;
}
#cs-header-tabs UL.nav-tabs > LI:after {
  opacity: 0;
  content: "";
  position: absolute;
  bottom: 0;
  height: 4px;
  width: 100%;
  left: 0;
  background-color: white;
  transition: opacity 200ms ease-in;
}
#cs-header-tabs UL.nav-tabs > LI .btn-application-menu,
#cs-header-tabs UL.nav-tabs > LI .btn-application-menu .jalios-icon {
  color: inherit;
}
#cs-header-tabs UL.nav-tabs > LI > A {
  color: inherit;
  font-size: 16px;
  line-height: 22px;
  border-bottom: 5px solid transparent;
  border: 0 none;
  background-color: transparent;
  padding: 14px 15px;
  cursor: pointer;
  transition: color 200ms ease-in;
  margin-right: 0;
}
#cs-header-tabs UL.nav-tabs > LI.active {
  padding-right: 4px;
}
#cs-header-tabs UL.nav-tabs > LI.active,
#cs-header-tabs UL.nav-tabs > LI.active-child,
#cs-header-tabs UL.nav-tabs > LI:hover {
  opacity: 1;
  background-color: rgba(25, 25, 25, 0.25);
  border-radius: 0;
  border: 0 none;
}
#cs-header-tabs UL.nav-tabs > LI.active:after,
#cs-header-tabs UL.nav-tabs > LI.active-child:after,
#cs-header-tabs UL.nav-tabs > LI:hover:after {
  opacity: 1;
}
#cs-header-tabs UL.nav-tabs UL.dropdown-menu .tab-menu,
#cs-header-tabs UL.nav-tabs UL.dropdown-menu .add-application-tab {
  display: none;
}
#cs-header-tabs .ui-item-edit-collaborative-space-portal-simple-stop {
  display: none;
}
.cs-introduction .introduction-content {
  margin-bottom: 20px;
}
.cs-introduction .wiki IMG {
  width: 100% \9;
  display: block;
  width: auto \9;
  max-width: 100%;
  height: auto;
}
.access-public > .label {
  background-color: #5cb85c;
}
.access-public > .label[href]:hover,
.access-public > .label[href]:focus {
  background-color: #449d44;
}
.access-public > .label[href]:hover,
.access-public > .label[href]:focus {
  background-color: #449d44;
}
.access-private > .label {
  background-color: #F89406;
}
.access-private > .label[href]:hover,
.access-private > .label[href]:focus {
  background-color: #c67605;
}
.access-private > .label[href]:hover,
.access-private > .label[href]:focus {
  background-color: #c67605;
}
.access-secret > .label {
  background-color: #d9534f;
}
.access-secret > .label[href]:hover,
.access-secret > .label[href]:focus {
  background-color: #c9302c;
}
.access-secret > .label[href]:hover,
.access-secret > .label[href]:focus {
  background-color: #c9302c;
}
.label.cs-closed {
  background-color: #d9534f;
}
.label.cs-closed[href]:hover,
.label.cs-closed[href]:focus {
  background-color: #c9302c;
}
.label.cs-closed[href]:hover,
.label.cs-closed[href]:focus {
  background-color: #c9302c;
}
.label.cs-model {
  background-color: #5bc0de;
}
.label.cs-model[href]:hover,
.label.cs-model[href]:focus {
  background-color: #31b0d5;
}
.label.cs-model[href]:hover,
.label.cs-model[href]:focus {
  background-color: #31b0d5;
}
.label.invitation-status0 {
  background-color: #F89406;
}
.label.invitation-status0[href]:hover,
.label.invitation-status0[href]:focus {
  background-color: #c67605;
}
.label.invitation-status0[href]:hover,
.label.invitation-status0[href]:focus {
  background-color: #c67605;
}
.label.invitation-status1 {
  background-color: #5cb85c;
}
.label.invitation-status1[href]:hover,
.label.invitation-status1[href]:focus {
  background-color: #449d44;
}
.label.invitation-status1[href]:hover,
.label.invitation-status1[href]:focus {
  background-color: #449d44;
}
.label.invitation-status2 {
  background-color: #d9534f;
}
.label.invitation-status2[href]:hover,
.label.invitation-status2[href]:focus {
  background-color: #c9302c;
}
.label.invitation-status2[href]:hover,
.label.invitation-status2[href]:focus {
  background-color: #c9302c;
}
.label.ws-admin {
  background-color: #F89406;
}
.label.ws-admin[href]:hover,
.label.ws-admin[href]:focus {
  background-color: #c67605;
}
.label.ws-admin[href]:hover,
.label.ws-admin[href]:focus {
  background-color: #c67605;
}
.label.signup-status {
  background-color: grey;
}
.label.signup-status[href]:hover,
.label.signup-status[href]:focus {
  background-color: #676767;
}
.label.signup-status[href]:hover,
.label.signup-status[href]:focus {
  background-color: #676767;
}
.label.signup-status-201 {
  background-color: #F89406;
}
.label.signup-status-201[href]:hover,
.label.signup-status-201[href]:focus {
  background-color: #c67605;
}
.label.signup-status-201[href]:hover,
.label.signup-status-201[href]:focus {
  background-color: #c67605;
}
.label.signup-status50 {
  background-color: #d9534f;
}
.label.signup-status50[href]:hover,
.label.signup-status50[href]:focus {
  background-color: #c9302c;
}
.label.signup-status50[href]:hover,
.label.signup-status50[href]:focus {
  background-color: #c9302c;
}
.label.signup-status60 {
  background-color: #5cb85c;
}
.label.signup-status60[href]:hover,
.label.signup-status60[href]:focus {
  background-color: #449d44;
}
.label.signup-status60[href]:hover,
.label.signup-status60[href]:focus {
  background-color: #449d44;
}
.label.typology-label {
  background-color: #5bc0de;
}
.label.typology-label[href]:hover,
.label.typology-label[href]:focus {
  background-color: #31b0d5;
}
.label.typology-label[href]:hover,
.label.typology-label[href]:focus {
  background-color: #31b0d5;
}
.cs-members,
#invitations,
#signups {
  margin-bottom: 20px;
}
BODY .CollaborativeSpace .cs-portal .app .app-main,
BODY .CollaborativeSpace .app-conversation-space .app-main {
  background-color: white;
}
.itemlist-wrapper .itemlist-item.has-action:hover .itemlist-item-actions,
.itemlist-wrapper .itemlist-item-detailed.has-action:hover .itemlist-item-actions {
  display: flex;
}
.csNoSkin.Portlet {
  margin-bottom: 40px;
}
.cs-body .selection-body {
  margin-top: 0;
}
.mobile-settings {
  display: flex;
}
.mobile-settings .mobile-portlet {
  display: flex;
  width: 100%;
  gap: 16px;
  background-color: #F9f9f9;
  border: 1px solid #DDD;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 16px;
  position: relative;
}
.mobile-settings .mobile-portlet .mobile-portlet-name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
.mobile-settings .mobile-portlet > IMG {
  width: 150px;
  aspect-ratio: 1.7777777777777777;
}
.mobile-settings .mobile-portlet .mobile-portlet-actions {
  position: absolute;
  right: 8px;
  top: 8px;
  color: #666;
  display: flex;
}
.mobile-settings .mobile-portlet .mobile-portlet-actions > button {
  text-decoration: none;
  padding: 8px;
  color: #666;
}
.mobile-settings .mobile-portlet .mobile-portlet-drag {
  cursor: grab;
}
.mobile-settings .mobile-portlet.mobile-portlet-add {
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  transition: background-color 200ms ease-in;
  cursor: pointer;
}
.mobile-settings .mobile-portlet.mobile-portlet-add:hover {
  background-color: #ececec;
}
.mobile-settings .mobile-portlet.mobile-portlet-add-form {
  display: block;
}
.mobile-settings .mobile-settings-inputs {
  padding-right: 48px;
  width: 600px;
}
.mobile-settings .mobile-preview-wrapper {
  height: 736px;
  width: 414px;
  border: 1px solid #CCC;
  position: relative;
}
.mobile-settings .mobile-preview-wrapper .mobile-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  border: 0 none;
}
html {
  scroll-padding-top: 64px;
}
/*# sourceMappingURL=collaborativeSpace.css.map */
