.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  /* Make inputs at least the height of their button counterpart */

  /* Makes inputs behave like true block-level elements */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* ------------------------------------------ */
/*  LESS AUTOMATICALLY GENERATED              */
/* ------------------------------------------ */
/* ----------------------------------------------- */
/*  MISC FIX INTERNAL COMPONENTS                   */
/* ----------------------------------------------- */
#rshStorageForm,
#rshStorageField {
  display: none;
}
BODY.modal-displayed OBJECT,
BODY.modal-displayed EMBED {
  visibility: hidden;
}
BODY.modal-displayed .modal OBJECT,
BODY.modal-displayed .modal EMBED {
  visibility: visible;
}
BODY.contextual-menu-displayed OBJECT,
BODY.contextual-menu-displayed EMBED {
  visibility: hidden;
}
/* Fix bug JCMS-2491, regression of bug JCMS-2415 */
/* BODY.contextual-menu-displayed                  IFRAME { display: none;  } developers shoud decide to activate  */
BODY.contextual-menu-displayed .mceIframeContainer IFRAME {
  display: block;
}
/* Fix bug JCMS-2429 */
BODY.contextual-menu-displayed .FileDocument EMBED,
BODY.contextual-menu-displayed .FileDocument OBJECT {
  visibility: visible;
}
/* Waiting AJAX message */
DIV.ajaxwait {
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  top: 36px;
  right: 0;
  padding: 2px 6px;
  border: 1px solid #AA1111;
  background-color: #CC4444;
  z-index: 100;
}
HTML > BODY DIV.ajaxwait {
  position: fixed;
}
/* Exception */
DIV.exception BUTTON {
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  background-color: #CC3333;
  border: 1px solid #555555;
  margin: 1px;
  padding: 3px 9px;
}
DIV.exception TEXTAREA {
  overflow: scroll;
  white-space: pre;
  text-align: left;
  padding: 6px;
  margin: 0px;
  height: 300px;
  width: 400px;
  border: 1px solid  #CC3333;
  background-color: #eeeeee;
  color: #000000;
  display: block;
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: normal;
  font-weight: 11px;
  line-height: 14px;
}
BODY.body DIV.exception TEXTAREA {
  width: 90%;
}
/* ----------------------------------------------- */
/*  CheckRights                                   */
/* ----------------------------------------------- */
#check-rights TH,
#check-rights TD {
  text-align: left;
  padding: 0 9px 0 0;
  white-space: nowrap;
}
#check-rights .UI_EDITOR_PUBLICATIONCHOOSER .add-on.action {
  display: none;
}
#check-rights .result {
  margin: 3px 0 18px;
  padding: 9px;
  line-height: 18px;
  background-color: #FCFCFC;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
}
#check-rights .result .access {
  margin-bottom: 9px;
  padding-left: 18px;
  font-weight: bold;
}
#check-rights .result .access.access-denied {
  color: #FF0000;
  background: transparent url(../../../images/jalios/icons/minus-circle-frame.png) no-repeat bottom left;
}
#check-rights .result .access.access.access-granted {
  color: #00BB00;
  background: transparent url(../../../images/jalios/icons/tick-circle-frame.png) no-repeat bottom left;
}
#check-rights .result .explanation {
  margin-top: 9px;
  padding-left: 18px;
}
/* ----------------------------------------------- */
/*  FULLDISPLAY                                    */
/* ----------------------------------------------- */
.displayHeaderToolbar {
  float: right;
  border: 1px solid #eeeeee;
  background: #F7F7F7;
  line-height: 25px;
  padding: 0 8px;
}
.displayHeaderToolbar > * {
  margin: 0 1px;
}
#calendar-container {
  display: block;
  z-index: 10001;
}
#calendar-container .DynarchCalendar-topBar {
  padding: 0;
}
#calendar-container TABLE {
  margin: 0;
  width: auto;
}
#calendar-container TABLE TD {
  padding: 0;
  line-height: 13px;
  text-align: center;
}
#calendar-container TABLE.DynarchCalendar-titleCont {
  width: 100%;
}
#calendar-container TABLE.DynarchCalendar-bottomBar {
  width: 100%;
}
.fullDisplay A.thumbnail,
.fullDisplay DIV.thumbnail {
  float: left;
  margin: 0 9px 3px 0;
  border: 1px solid #bbbbbb;
}
.fullDisplay A.thumbnail SPAN,
.fullDisplay DIV.thumbnail SPAN {
  width: 124px;
  height: 94px;
  font-size: 90px;
}
.fullDisplay IMG.thumbnail {
  margin: 2px;
}
/* ----------------------------------------------- */
/*  LOGIN                                          */
/* ----------------------------------------------- */
.box.login {
  width: 400px;
  margin: 0 auto;
  -webkit-box-shadow: 2px 2px 8px #999999;
  -moz-box-shadow: 2px 2px 8px #999999;
  box-shadow: 2px 2px 8px #999999;
}
.box.login TABLE.peer {
  margin: 0 auto;
}
.box.login TABLE.peer TD.formLabel {
  white-space: nowrap;
}
.box.login TABLE.peer INPUT[type=text],
.box.login TABLE.peer INPUT[type=password] {
  width: 85%;
}
.box.login TABLE.peer TD.login-btn {
  padding-right: 7%;
}
.private-login {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background: #0e0e0e;
  background: -moz-radial-gradient(center, ellipse cover, #0e0e0e 0%, #7d7e7d 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #0e0e0e), color-stop(100%, #7d7e7d));
  background: -webkit-radial-gradient(center, ellipse cover, #0e0e0e 0%, #7d7e7d 100%);
  background: -ms-radial-gradient(center, ellipse cover, #0e0e0e 0%, #7d7e7d 100%);
  background: radial-gradient(center, ellipse cover, #0e0e0e 0%, #7d7e7d 100%);
  background-color: #0e0e0e;
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#7d7e7d), to(#0e0e0e));
  background-image: -webkit-radial-gradient(circle, #7d7e7d, #0e0e0e);
  background-image: -moz-radial-gradient(circle, #7d7e7d, #0e0e0e);
  background-image: -ms-radial-gradient(circle, #7d7e7d, #0e0e0e);
  background-image: -o-radial-gradient(circle, #7d7e7d, #0e0e0e);
  background-repeat: no-repeat;
}
.private-login .box.login {
  margin-top: 180px;
  -webkit-box-shadow: 4px 4px 12px #333333;
  -moz-box-shadow: 4px 4px 12px #333333;
  box-shadow: 4px 4px 12px #333333;
}
.private-login .box.login .mbox {
  width: auto;
  margin: 18px auto;
  padding: 9px;
}
.browser-IE7.browser-IE8 .private-login,
.browser-IE9 .private-login {
  background-color: #333;
}
.browser-IE7.browser-IE8 .private-login .box,
.browser-IE9 .private-login .box {
  border-radius: 0;
}
/* ----------------------------------------------- */
/*  SEARCH                                         */
/* ----------------------------------------------- */
.search.bubble {
  margin-right: 288px;
}
.search.bubble .querySortBar {
  font-size: 11px;
}
.search.bubble .querySortBar .sort {
  color: #333333;
}
.search-facets {
  display: none;
  width: 252px;
  margin-left: 18px;
  margin-bottom: 18px;
  float: right;
  background-color: #F8F8F9;
  padding: 4px 0px;
  border: 1px solid #F0F0F0;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.search-facets .box .box-header H4 {
  font-size: 13px;
  line-height: 22px;
  padding: 0 3px;
}
.search-facets .box .box-header H4 A {
  outline: none;
  width: 100%;
  display: block;
}
.search-facets .box .box-header H4 A:hover {
  text-decoration: none;
}
.search-facets .box .box-body {
  max-height: 180px;
  overflow-x: hidden;
  overflow-y: auto;
}
.search-facets .box .box-body H5 {
  line-height: 18px;
  font-size: 13px;
}
.search-facets .box .box-body .facet-info {
  font-size: 11px;
  line-height: 16px;
}
.search-facets .box .box-body .facet-list {
  list-style-type: none;
  margin: 0 0 18px 0;
  margin-bottom: 9px;
}
.search-facets .box .box-body .facet-list UL {
  margin: 0 0 0 20px;
}
.search-facets .box .box-body .facet-list LI {
  height: 19px;
  line-height: 19px;
  overflow: hidden;
  white-space: nowrap;
}
.search-facets .box .box-body .facet-list LI INPUT[type=radio],
.search-facets .box .box-body .facet-list LI INPUT[type=checkbox] {
  font-size: 12px;
  vertical-align: bottom;
}
.search-facets .box .box-body .facet-list LI LABEL {
  vertical-align: middle;
  padding-top: 0;
  margin-top: 6px;
}
.search-facets .box .box-body .facet-list LI LABEL .icon {
  vertical-align: middle;
}
.search-facets .box .box-body .facet-list LI.checked LABEL {
  background-color: #ffff70;
}
.search-facets .box .box-body .facet-list LI.empty {
  display: none;
}
.search-facets .box {
  border: none;
  background: none;
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
.search-facets .box .box-header {
  border: none;
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  background: none !important;
}
.search-facets .box .box-header H4,
.search-facets .box .box-header A {
  color: #333333;
  line-height: 27px;
}
.search-facets .box .box-toggle {
  padding-left: 18px;
  background-image: url(../../../images/jalios/assets/16x16/arrow_down.gif) !important;
  background-repeat: no-repeat;
  background-position: left center;
}
.search-facets .box .box-body {
  padding-top: 0;
}
.search-facets .box .box-body H5 {
  color: #AAAAAA;
}
.search-facets .box .box-body A,
.search-facets .box .box-body .facet-info {
  color: #555555;
}
.search-facets .box .box-body .facet-list LI {
  padding-left: 18px;
}
.search-facets .box .box-body .facet-list LI.stick {
  padding-left: 9px;
}
.search-facets .box .box-body INPUT.treecatcomplete {
  padding-top: 0;
  padding-bottom: 0;
  color: #AAA;
}
.search-facets .box .box-body INPUT.treecatcomplete:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.search-facets .box:last-child {
  border-bottom: none;
}
.search-facets .box:first-child {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.search-facets .box .box-body INPUT[type=radio],
.search-facets .box .box-body INPUT[type=checkbox] {
  display: none;
}
.search-facets .box .box-body LABEL {
  font-size: 12px;
  cursor: pointer;
}
.search-facets .box .box-body LABEL.strong {
  font-weight: bold;
}
.search-facets .box .box-body INPUT.autocomplete {
  width: 65%;
}
.search-facets .box .box-body INPUT.treecatcomplete {
  width: 85%;
}
.search-facets .box .box-body INPUT.search {
  width: 75%;
}
.search-facets .box .box-body .widget {
  margin-bottom: 0;
  padding-top: 0;
}
.search-facets .box .box-body .date-type SELECT {
  width: 100%;
}
.search-facets .box .box-body .text-options {
  overflow: auto;
  height: 108px;
  padding: 9px 9px 0 9px;
  border-top: 1px solid #EEEEEE;
}
.search-facets .box .box-body .keyword OL {
  width: 100%;
}
.search-facets .box .box-body .keyword SPAN.action {
  display: none;
}
.search-facets .box .box-body .keyword INPUT.autocomplete {
  width: auto;
}
.search-facets .box .box-body UL.TreeCat {
  margin-bottom: 0;
}
.search-facets.advanced {
  width: 270px;
}
.search-facets.advanced .box .box-body INPUT[type=radio],
.search-facets.advanced .box .box-body INPUT[type=checkbox] {
  display: inline;
}
.search-facets .box.box-closed .box-body {
  display: none;
}
.search-facets .box.box-closed .box-toggle {
  background-image: url(../../../images/jalios/assets/16x16/arrow_right.gif) !important;
}
/* ResultDisplay */
/* ============= */
.resultDisplay {
  overflow: auto;
}
.resultDisplay A.thumbnail,
.resultDisplay DIV.thumbnail {
  float: left;
  margin: 0 9px 3px 0;
  border: 1px solid #bbbbbb;
}
.resultDisplay A.thumbnail SPAN,
.resultDisplay DIV.thumbnail SPAN {
  width: 64px;
  height: 48px;
  font-size: 44px;
}
.resultDisplay IMG.thumbnail {
  margin: 2px;
}
/* ----------------------------------------------- */
/*  JALIOS TOPBAR                                  */
/* ----------------------------------------------- */
#topbar-placeholder {
  height: 40px;
}
#topbar.navbar {
  z-index: 9000;
}
#topbar.navbar .nav.pull-right {
  position: absolute;
  right: 0;
  left: auto;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
}
#topbar.navbar .nav > LI > A {
  float: left;
  line-height: 20px;
  padding-bottom: 12px;
}
#topbar.navbar .nav > LI > A > IMG {
  padding-top: 2px;
}
#topbar.navbar .container {
  width: 100%;
}
#topbar.navbar UL,
#topbar.navbar LI {
  height: 40px;
}
#topbar.navbar LI {
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
}
#topbar.navbar LI.sep {
  border-left: 1px solid #555555;
}
#topbar.navbar LI A + A {
  padding-left: 5px;
}
#topbar.navbar LI > IMG + SPAN {
  float: left;
}
#topbar.navbar LI > IMG + SPAN + IMG {
  float: left;
}
#topbar.navbar LI > SPAN {
  display: block;
  line-height: 20px;
  margin: 7px 10px 0 ;
}
#topbar.navbar LI.search .navbar-search {
  padding: 0 5px;
}
#topbar.navbar LI.divider-vertical {
  border-right: 1px solid #555555;
  margin: 0 4px;
}
#topbar.navbar LI.home {
  padding-right: 10px;
}
#topbar.navbar LI.home .ctxHomeMenu {
  padding-right: 0;
}
#topbar.navbar LI.home .home-icon {
  padding-right: 0;
  margin-top: 2px;
}
#topbar.navbar LI.workspaceIcon.oneWorkspace {
  padding-right: 5px;
}
#topbar.navbar LI.workspaceIcon .ws-label {
  padding-right: 0px;
}
#topbar.navbar LI .ctxLangMenu IMG {
  padding-top: 5px;
}
#topbar.navbar LI .ctxLangMenu IMG:first-child {
  position: relative;
  top: 3px;
}
#topbar.navbar LI .ctxLangMenu IMG + IMG {
  padding-left: 5px;
}
#topbar.navbar LI#topbar-publish .start-publish IMG {
  padding-top: 0;
  padding-bottom: 4px;
}
#topbar.navbar LI.photo {
  padding-left: 5px;
  opacity: 1;
}
#topbar.navbar LI.photo .ctxLoggedMbrMenu {
  padding-left: 0;
}
#topbar.navbar LI.photo .ctxLoggedMbrMenu IMG {
  padding-top: 0;
  padding-bottom: 4px;
}
#topbar.navbar LI.photo .wrapper-photo {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 9px 6px 7px 0;
  border: 0;
  padding: 1px;
}
#topbar.navbar LI.photo .wrapper-photo A,
#topbar.navbar LI.photo .wrapper-photo IMG {
  height: 20px;
  overflow: hidden;
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}
#topbar.navbar LI .ctxLoginSuMenu,
#topbar.navbar LI .ctxLogout,
#topbar.navbar LI .ctxLogbackSuMenu {
  padding-right: 5px;
}
#topbar.navbar LI .ctxLoginSuMenu IMG,
#topbar.navbar LI .ctxLogout IMG,
#topbar.navbar LI .ctxLogbackSuMenu IMG {
  padding-top: 4px;
}
#topbar.navbar LI .ctxLogin {
  padding-right: 0;
}
#topbar.navbar LI .ctxLogout {
  padding-left: 5px;
}
#topbar.navbar LI .ctxLogbackSuMenu {
  padding-left: 0;
}
#topbar.navbar LI.unlogged .ctxLogin {
  padding-right: 5px;
}
#topbar.navbar LI.iconText,
#topbar.navbar LI IMG.icon {
  opacity: 0.7;
}
#topbar.navbar LI:hover.iconText,
#topbar.navbar LI:hover IMG.icon {
  opacity: 1;
}
#topbar.navbar LI.adminIcon.active *,
#topbar.navbar LI.workspaceIcon.active * {
  opacity: 1;
}
#topbar.navbar LI.warning {
  line-height: 40px;
  color: #ffffff;
  padding: 0 5px;
}
#topbar.navbar LI.warning:hover {
  color: #ffffff;
}
#topbar.navbar LI.warning A {
  display: inline;
  float: none;
  padding-left: 0;
}
#topbar.navbar LI.warning IMG {
  vertical-align: sub;
}
#topbar.navbar LI.iconText IMG {
  vertical-align: top;
}
#topbar.navbar LI.topbar-title {
  font-size: 18px;
  font-weight: bold;
  background-color: #666;
  -webkit-box-shadow: inset 0 0 5px #333333;
  -moz-box-shadow: inset 0 0 5px #333333;
  box-shadow: inset 0 0 5px #333333;
}
#topbar.navbar LI.topbar-title.oneWorkspace {
  padding-right: 5px;
}
#topbar.navbar LI.topbar-title A {
  background-color: transparent;
}
#topbar.navbar .ctxTrigger,
#topbar.navbar .ctxTriggerParent,
#topbar.navbar LI.active {
  color: #FFFFFF;
  background: #555555;
}
#topbar.navbar .ctxTrigger.iconText,
#topbar.navbar .ctxTriggerParent.iconText,
#topbar.navbar LI.active.iconText,
#topbar.navbar .ctxTrigger IMG.icon,
#topbar.navbar .ctxTriggerParent IMG.icon,
#topbar.navbar LI.active IMG.icon {
  opacity: 1;
}
#topbar.navbar LI:hover {
  color: #FFFFFF;
  opacity: 1;
}
#topbar.navbar.admin-topbar .topbar-title,
#topbar.navbar.admin-topbar LI.adminIcon.active {
  opacity: 1;
  background-color: #bf3728;
  background-image: -moz-linear-gradient(top, #d73e2d, #9a2d20);
  background-image: -ms-linear-gradient(top, #d73e2d, #9a2d20);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d73e2d), to(#9a2d20));
  background-image: -webkit-linear-gradient(top, #d73e2d, #9a2d20);
  background-image: -o-linear-gradient(top, #d73e2d, #9a2d20);
  background-image: linear-gradient(top, #d73e2d, #9a2d20);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d73e2d', endColorstr='#9a2d20', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 0 5px #72231a;
  -moz-box-shadow: inset 0 0 5px #72231a;
  box-shadow: inset 0 0 5px #72231a;
}
#topbar.navbar.admin-topbar .topbar-title A,
#topbar.navbar.admin-topbar LI.adminIcon.active A {
  background-color: transparent;
}
#topbar.navbar.work-topbar #workspaceTitle .ws-label {
  display: none;
}
#topbar.navbar.work-topbar #workspaceTitle .workspace-title {
  padding-right: 0;
}
#topbar.navbar.work-topbar LI.allWorkspaceIcon > IMG {
  line-height: 20px;
  padding: 12px 10px 11px;
}
#topbar.navbar.work-topbar .topbar-title,
#topbar.navbar.work-topbar LI.workspaceIcon.active,
#topbar.navbar.work-topbar LI.allWorkspaceIcon.active {
  opacity: 1;
  background-color: #428fdb;
  background-image: -moz-linear-gradient(top, #509be6, #2e7cca);
  background-image: -ms-linear-gradient(top, #509be6, #2e7cca);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#509be6), to(#2e7cca));
  background-image: -webkit-linear-gradient(top, #509be6, #2e7cca);
  background-image: -o-linear-gradient(top, #509be6, #2e7cca);
  background-image: linear-gradient(top, #509be6, #2e7cca);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#509be6', endColorstr='#2e7cca', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 0 5px #165798;
  -moz-box-shadow: inset 0 0 5px #165798;
  box-shadow: inset 0 0 5px #165798;
}
#topbar.navbar.work-topbar .topbar-title A,
#topbar.navbar.work-topbar LI.workspaceIcon.active A,
#topbar.navbar.work-topbar LI.allWorkspaceIcon.active A {
  float: left;
  outline: none;
  background-color: transparent;
}
#topbar.navbar.work-topbar LI.topbar-title.active.allWorkspaceTitle,
#topbar.navbar.work-topbar LI.allWorkspaceIcon.active {
  background-color: #428fdb;
  background-image: -moz-linear-gradient(top, #509be6, #2e7cca);
  background-image: -ms-linear-gradient(top, #509be6, #2e7cca);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#509be6), to(#2e7cca));
  background-image: -webkit-linear-gradient(top, #509be6, #2e7cca);
  background-image: -o-linear-gradient(top, #509be6, #2e7cca);
  background-image: linear-gradient(top, #509be6, #2e7cca);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#509be6', endColorstr='#2e7cca', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 0 1px #165798;
  -moz-box-shadow: inset 0 0 1px #165798;
  box-shadow: inset 0 0 1px #165798;
}
BODY.browser-IE9 #topbar UL LI.sep .ctxLangMenu {
  zoom: 1;
}
BODY.browser-IE9 #topbar UL LI.sep A {
  zoom: 1;
  padding-top: 10px;
}
BODY.browser-IE9 #topbar UL LI.sep A .ctxTooltipCard {
  padding-top: 0;
}
BODY.browser-IE9 #topbar UL LI.sep > IMG {
  padding-top: 10px;
}
BODY.browser-IE9 #topbar UL LI.sep .ws-label,
BODY.browser-IE9 #topbar UL LI.sep .ctxWsMenu,
BODY.browser-IE9 #topbar UL LI.sep .ctxLangMenu {
  zoom: 1;
  padding-top: 10px;
  display: block;
  float: left;
}
BODY.browser-IE9 #topbar UL LI.sep.photo A.ctxTooltipCard {
  padding-top: 0;
}
BODY.browser-IE7 #topbar LI.warning > IMG {
  vertical-align: top;
}
BODY.browser-IE7 #topbar LI#topbar-publish .start-publish IMG {
  padding-top: 0;
  padding-bottom: 0;
}
BODY.browser-IE9 #topbar LI,
BODY.browser-IE7 #topbar LI,
BODY.browser-IE8 #topbar LI {
  opacity: 1;
}
BODY.browser-IE9 #topbar LI:hover,
BODY.browser-IE7 #topbar LI:hover,
BODY.browser-IE8 #topbar LI:hover {
  background-color: #555555;
  background-image: -moz-linear-gradient(top, #555555, #555555);
  background-image: -ms-linear-gradient(top, #555555, #555555);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#555555));
  background-image: -webkit-linear-gradient(top, #555555, #555555);
  background-image: -o-linear-gradient(top, #555555, #555555);
  background-image: linear-gradient(top, #555555, #555555);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#555555', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
BODY.browser-IE9 #topbar LI.ctxTriggerParent,
BODY.browser-IE7 #topbar LI.ctxTriggerParent,
BODY.browser-IE8 #topbar LI.ctxTriggerParent {
  background-color: #555555;
  background-image: -moz-linear-gradient(top, #555555, #555555);
  background-image: -ms-linear-gradient(top, #555555, #555555);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#555555));
  background-image: -webkit-linear-gradient(top, #555555, #555555);
  background-image: -o-linear-gradient(top, #555555, #555555);
  background-image: linear-gradient(top, #555555, #555555);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#555555', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
BODY.browser-IE9 #topbar LI.search:hover,
BODY.browser-IE7 #topbar LI.search:hover,
BODY.browser-IE8 #topbar LI.search:hover {
  background: transparent;
}
BODY.browser-IE9 #topbar LI A,
BODY.browser-IE7 #topbar LI A,
BODY.browser-IE8 #topbar LI A {
  opacity: 1;
}
BODY.browser-IE9 #topbar LI.sep .ws-label,
BODY.browser-IE7 #topbar LI.sep .ws-label,
BODY.browser-IE8 #topbar LI.sep .ws-label,
BODY.browser-IE9 #topbar LI.sep .ctxWsMenu,
BODY.browser-IE7 #topbar LI.sep .ctxWsMenu,
BODY.browser-IE8 #topbar LI.sep .ctxWsMenu,
BODY.browser-IE9 #topbar LI.sep .ctxLangMenu,
BODY.browser-IE7 #topbar LI.sep .ctxLangMenu,
BODY.browser-IE8 #topbar LI.sep .ctxLangMenu {
  zoom: 1;
  padding-top: 10px;
  display: block;
  float: left;
}
UL.ctxMenu.topbar-menu {
  margin-top: 0;
  margin-left: -10px;
  -webkit-border-radius: 0px 0px 9px 9px;
  -moz-border-radius: 0px 0px 9px 9px;
  border-radius: 0px 0px 9px 9px;
}
UL.ctxMenu.topbar-menu,
UL.ctxMenu.topbar-menu UL {
  width: auto;
  border-color: #555555;
  background-color: #555555;
  top: 40px !important;
  position: fixed;
}
UL.ctxMenu.topbar-menu LI,
UL.ctxMenu.topbar-menu UL LI,
UL.ctxMenu.topbar-menu LI > A,
UL.ctxMenu.topbar-menu UL LI > A,
UL.ctxMenu.topbar-menu LI > DIV,
UL.ctxMenu.topbar-menu UL LI > DIV,
UL.ctxMenu.topbar-menu LI > SPAN,
UL.ctxMenu.topbar-menu UL LI > SPAN {
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  zoom: 1;
}
UL.ctxMenu.topbar-menu LI:hover,
UL.ctxMenu.topbar-menu UL LI:hover,
UL.ctxMenu.topbar-menu LI > A:hover,
UL.ctxMenu.topbar-menu UL LI > A:hover,
UL.ctxMenu.topbar-menu LI > DIV:hover,
UL.ctxMenu.topbar-menu UL LI > DIV:hover,
UL.ctxMenu.topbar-menu LI > SPAN:hover,
UL.ctxMenu.topbar-menu UL LI > SPAN:hover {
  background-color: #666666;
  background-repeat: no-repeat;
}
UL.ctxMenu.topbar-menu LI.icon,
UL.ctxMenu.topbar-menu UL LI.icon {
  background: none;
}
UL.ctxMenu.topbar-menu LI.node > A,
UL.ctxMenu.topbar-menu UL LI.node > A,
UL.ctxMenu.topbar-menu LI.node > SPAN,
UL.ctxMenu.topbar-menu UL LI.node > SPAN {
  background-image: url('../../../images/jalios/icons/ctxmenuWArrow.gif');
}
UL.ctxMenu.topbar-menu LI,
UL.ctxMenu.topbar-menu UL LI {
  border-bottom: 1px solid #333;
  -webkit-box-shadow: inset 0 1px 0 #666666;
  -moz-box-shadow: inset 0 1px 0 #666666;
  box-shadow: inset 0 1px 0 #666666;
}
UL.ctxMenu.topbar-menu LI:last-child,
UL.ctxMenu.topbar-menu UL LI:last-child {
  -webkit-border-radius: 0px 0px 9px 9px;
  -moz-border-radius: 0px 0px 9px 9px;
  border-radius: 0px 0px 9px 9px;
}
UL.ctxMenu.overflow {
  max-height: 462px;
  overflow-x: hidden;
  overflow-y: auto;
}
/* ----------------------------------------------- */
/*  EDIT TOPBAR                                    */
/* ----------------------------------------------- */
#edit-topbar-placeholder {
  height: 144px;
}
#edit-topbar-placeholder.edit-partial {
  height: 72px;
}
#edit-topbar {
  height: 144px;
  position: fixed;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 9000;
  overflow: visible;
  background-color: #cde2f3;
  background-image: -moz-linear-gradient(top, #bfdaef, #e3eef8);
  background-image: -ms-linear-gradient(top, #bfdaef, #e3eef8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bfdaef), to(#e3eef8));
  background-image: -webkit-linear-gradient(top, #bfdaef, #e3eef8);
  background-image: -o-linear-gradient(top, #bfdaef, #e3eef8);
  background-image: linear-gradient(top, #bfdaef, #e3eef8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfdaef', endColorstr='#e3eef8', GradientType=0);
  border-top: 1px solid #73ACDD;
  border-bottom: 1px solid #73ACDD;
}
#edit-topbar.edit-partial {
  height: 72px;
}
#edit-topbar .edit-topbar-header {
  padding: 18px;
  overflow: hidden;
  zoom: 1;
}
#edit-topbar .edit-topbar-header H1 {
  color: #4377BA;
  font-size: 19.5px;
  line-height: 18px;
  margin-bottom: 0;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
  padding-top: 6px;
}
#edit-topbar .edit-topbar-header DIV.majorUpdate {
  display: inline;
}
#edit-topbar .edit-topbar-header SPAN.info {
  color: #769DD3;
  font-size: 8.666666666666666px;
  line-height: 18px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
}
#edit-topbar .edit-topbar-header .edit-pub-button > INPUT,
#edit-topbar .edit-topbar-header .edit-pub-button > BUTTON,
#edit-topbar .edit-topbar-header .edit-pub-button .input-append {
  float: left;
  margin-right: 6px;
}
#edit-topbar .edit-topbar-header .field-title {
  clear: both;
}
#edit-topbar .edit-topbar-header .field-title INPUT {
  color: #555555;
  background-color: #F7FCFF;
  width: 80%;
  font-size: 19.5px;
  line-height: 27px;
  height: 27px;
}
#edit-topbar .edit-topbar-header .field-title INPUT :-moz-placeholder {
  color: #bbbbbb;
}
#edit-topbar .edit-topbar-header .field-title INPUT ::-webkit-input-placeholder {
  color: #bbbbbb;
}
#edit-topbar .edit-topbar-header .field-title INPUT:-moz-placeholder {
  color: #bbbbbb;
}
#edit-topbar .edit-topbar-header .field-title .formDescription {
  display: none;
}
#edit-topbar #tab-pane-anchor {
  position: absolute;
  bottom: 0;
  margin-left: 18px;
}
#edit-topbar #tab-pane-anchor .tab {
  font-size: 14px;
  border: 1px solid #C2D5EC;
  border-bottom-color: #73ACDD;
  background-color: #f2f4f8;
  background-image: -moz-linear-gradient(top, #ebeff5, #fcfdfe);
  background-image: -ms-linear-gradient(top, #ebeff5, #fcfdfe);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebeff5), to(#fcfdfe));
  background-image: -webkit-linear-gradient(top, #ebeff5, #fcfdfe);
  background-image: -o-linear-gradient(top, #ebeff5, #fcfdfe);
  background-image: linear-gradient(top, #ebeff5, #fcfdfe);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebeff5', endColorstr='#fcfdfe', GradientType=0);
  padding: 3px 9px 4px 9px;
}
#edit-topbar #tab-pane-anchor .tab_selected {
  font-size: 14px;
  border-bottom: 1px solid #FFFFFF;
  background: #FFFFFF;
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  padding: 3px 9px 4px 9px;
  border-color: #73ACDD #73ACDD #FFFFFF #73ACDD;
}
.browser-IE7 #tab-pane-anchor .tab,
.browser-IE8 #tab-pane-anchor .tab {
  top: 1px;
}
.browser-IE7 #edit-topbar .edit-topbar-header .field-title,
.browser-IE8 #edit-topbar .edit-topbar-header .field-title,
.browser-IE9 #edit-topbar .edit-topbar-header .field-title {
  margin-top: -24px;
}
.browser-IE7 #edit-topbar .edit-topbar-header .field-title .widget,
.browser-IE8 #edit-topbar .edit-topbar-header .field-title .widget,
.browser-IE9 #edit-topbar .edit-topbar-header .field-title .widget {
  padding-top: 0;
}
.browser-IE7 #edit-topbar .edit-topbar-header .field-title .formDescription,
.browser-IE8 #edit-topbar .edit-topbar-header .field-title .formDescription,
.browser-IE9 #edit-topbar .edit-topbar-header .field-title .formDescription {
  display: block;
}
.popupEdition #edit-topbar {
  top: 0;
}
/* Form (All backoffice forms)  */
.form-tabbed TR.title {
  /* inner widget */
  display: none;
}
.form-tabbed #mainTab > .tab-page {
  overflow: visible;
  padding-left: 9px;
  padding-right: 18px;
}
/* Hide mainTab tab */
/*
.edit-pub #mainTab > .tab-row {
  display: none;
}
*/
.edit-pub #mainTab > .tab-page {
  border: none;
  background: none;
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  padding-top: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.edit-pub #mainTab > .tab-page .tab-page {
  margin-left: 0;
}
/* ----------------------------------------------- */
/*  WFSTATE                                        */
/* ----------------------------------------------- */
.wfstate {
  padding: 1px 3px 2px;
  font-size: 9.75px;
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap;
  background-color: #bbbbbb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #FF8533;
}
.wfstate.pstatus-10 {
  background-color: #FFCC00;
}
.wfstate.pstatus0 {
  background-color: #5CB800;
}
.wfstate.pstatus10 {
  background-color: #999;
}
.browser-Firefox .wfstate {
  padding-top: 2px;
}
/* ----------------------------------------------- */
/*  Preview                                        */
/* ----------------------------------------------- */
.previewWFState {
  float: left;
}
.previewWFState .box {
  -webkit-border-radius: #f89406 #f89406 #f89406 #f89406;
  -moz-border-radius: #f89406 #f89406 #f89406 #f89406;
  border-radius: #f89406 #f89406 #f89406 #f89406;
  background-color: #ffffcc;
}
.previewWFState .box .box-header {
  background-color: #fab450;
  background-image: -moz-linear-gradient(top, #fcc982, #f89406);
  background-image: -ms-linear-gradient(top, #fcc982, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcc982), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fcc982, #f89406);
  background-image: -o-linear-gradient(top, #fcc982, #f89406);
  background-image: linear-gradient(top, #fcc982, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcc982', endColorstr='#f89406', GradientType=0);
  background-color: #fbb450;
  -webkit-border-radius: #f89406 #f89406 0px 0px;
  -moz-border-radius: #f89406 #f89406 0px 0px;
  border-radius: #f89406 #f89406 0px 0px;
}
.previewWFState .box .box-header H3,
.previewWFState .box .box-header H4 {
  color: #ffffff;
  padding: 0px 9px;
  text-shadow: -1px -1px 1px rgba(40, 40, 40, 0.7);
}
.previewWFState .box .box-header A {
  color: #ffffff;
}
.previewWFState .box .box-msg {
  background-color: #fcc982;
}
.previewWFState .box .box-footer {
  -webkit-border-radius: 0px 0px #f89406 #f89406;
  -moz-border-radius: 0px 0px #f89406 #f89406;
  border-radius: 0px 0px #f89406 #f89406;
}
.previewWFState .box .item-box-footer {
  background-color: #f7f7f7;
  -webkit-border-radius: 0px 0px #f89406 #f89406;
  -moz-border-radius: 0px 0px #f89406 #f89406;
  border-radius: 0px 0px #f89406 #f89406;
}
.stateSelection,
.stateInfo {
  margin-bottom: 9px;
}
.stateSelection FORM {
  display: inline;
}
.stateHistory {
  border: 1px solid #EEE;
}
