/* This CSS sets the default styles for the base components. */
/* ---------- Browser normalization ---------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  clear: both; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  border-bottom: 1px dotted #000;
  cursor: help; }

html {
  overflow-y: scroll; }

body {
  background-color: #70a8ed;
  background: -webkit-radial-gradient(circle, #d4e2f3, #70a8ed);
  background: -moz-radial-gradient(circle, #d4e2f3, #70a8ed);
  background: -ms-radial-gradient(circle, #d4e2f3, #70a8ed);
  font: 16px/1.8 "Open Sans", open-sans, Arial, Helvetica, Verdana, sans-serif;
  color: #29466B; }

body.portal-popup {
  background: none;
  padding: 10px; }

body.portal-iframe {
  padding: 0; }

body.html-editor {
  background: #FFF;
  color: #000; }

blockquote, ul, ol, dl {
  margin: 1em; }

ol, ul, dl {
  margin-left: 2em; }

ol li, ul ol li {
  list-style: decimal outside; }

ul ul li {
  list-style-type: circle; }

ol ol li {
  list-style-type: upper-roman; }

dl dd {
  margin-left: 1em; }

th {
  font-weight: bold; }

caption {
  margin-bottom: 0.5em;
  text-align: center; }

p {
  margin-bottom: 1em; }

/* ---------- Links ---------- */
a {
  color: #70A8ED;
  text-decoration: none; }

a:hover {
  color: #fff;
  background-color: #70a8ed; }

/* ---------- Headers ---------- */
h1 {
  font-size: 1.5rem;
  color: #ff7e0b; }

h2 {
  font-size: 1rem; }

h3 {
  font-size: 1rem; }

h1, h2, h3 {
  margin: 1em 0; }

h4, h5, h6 {
  font-size: 0.8rem; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300 !important; }

/* ---------- Text formatting ---------- */
b, strong {
  font-weight: bold; }

i, em {
  font-style: italic; }

code, pre {
  font-family: "Courier New",Courier,monospace;
  white-space: pre; }

.important {
  font-weight: bold; }

/* ---------- Staging area ---------- */
body.staging {
  border: 10px solid #F00; }

.portal-iframe.staging {
  border: none; }

/* ---------- Main content body ---------- */
.portal-popup #main-content {
  margin-top: 0px; }

.portal-popup div.scorio-portlet-content {
  box-shadow: none; }

div.scorioproductinfo_WAR_scorioportlet.scorio-portlet-content h1 {
  margin-top: 1.0em;
  margin-bottom: 0.5em; }

div.scorioproductinfo_WAR_scorioportlet.scorio-portlet-content .gwt-HTML:first-child {
  margin-top: -3.0em; }

div.scorioproductinfo_WAR_scorioportlet.scorio-portlet-content input[type=checkbox] {
  margin: 5px 12px 5px 11px; }

/* ---------- Banner ---------- */
#metawrapper {
  padding: 0px;
  max-width: 1000px;
  margin: 0px auto; }

#banner {
  /* height: 50px; */
  background: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  border-bottom: 1px solid #70A8ED;
  display: inline;
  width: 100%;
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.ie #banner {
  /*height: 50px;*/
  padding: 0;
  margin: 0; }

#banner .logo {
  padding: 7px 0 0 7px;
  background-color: white;
  max-width: 100px; }

#banner-components {
  display: inline-flex;
  background-color: white;
  width: 100%;
  border-bottom: 1px solid #70a8ed; }

div#metawrapper div#wrapper div#banner div.logo a {
  height: 45px;
  background-size: 100%;
  margin-top: 5px;
  width: 120px;
  margin-right: 30px; }

#banner-left,
#banner-right {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex; }

#banner-left {
  flex-grow: 1; }

/* Liferay 6.2: Hide spuriously inserted logos */
#banner-components > .logo,
#navigation .logo {
  display: none; }

/* ---------- Alerts and popups ---------- */
.alert-background {
  background: #000; }

.popup-alert-notice {
  background-color: #FFC;
  border-bottom-color: #FC0; }

.popup-alert-warning {
  background-color: #FDD;
  border-bottom-color: #F00; }

/* ---------- Portal add content ---------- */
.portal-add-content {
  background: #FFF;
  text-align: left;
  z-index: 20; }

.portal-add-content a {
  text-decoration: none; }

/* ---------- Portal tool tips ---------- */
.portal-tool-tip {
  background: white url(/scorio-6.2-theme/css/../images/forms/button.png) repeat-x 0 100%;
  border: 1px solid;
  border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE;
  color: #1E2529;
  max-width: 200px;
  padding: 6px 4px; }

/* ---------- Loading animation ---------- */
.loading-animation {
  background: url(/scorio-6.2-theme/css/../images/progress_bar/loading_animation.gif) no-repeat top center;
  margin-top: 10px;
  padding-top: 40px;
  text-align: left; }

/* ---------- Separator ---------- */
hr, .separator {
  border-top: 1px dotted #BFBFBF; }

/* ---------- Update Manager ---------- */
.update-available {
  margin-top: 10px;
  padding: 2px;
  text-align: left; }

/* ---------- Text highlighting ---------- */
.highlight {
  background: #FFC;
  font-weight: bold;
  padding: 0 1px; }

/* ---------- Generic scorio styles ---------- */
.sc-clear {
  clear: both; }

.sc-left {
  float: left; }

.sc-right {
  float: right; }

.sc-highlight {
  color: #ff7e0b; }

.sc-highlight:hover,
.sc-highlight:active {
  color: #fff;
  background-color: #ff7e0b; }

/* ---------- Browser dependent stuff ---------- */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  color: #29466b; }

/* ---------- Main ---------- */
.ui-wrapper {
  border: 2px solid #828F95; }

.ui-wrapper input, .ui-wrapper textarea {
  border: 0; }

.ui-dialog-overlay {
  background: #000;
  opacity: 0.8;
  z-index: 400; }

.ie .ui-dialog-overlay {
  filter: alpha(opacity=80); }

.results-grid {
  border-left: none;
  border-right: none;
  padding: 5px 0; }

.results-header {
  background: transparent url(/scorio-6.2-theme/css/../images/bg_blau.png) repeat-x; }

/* Überschriften der Foren */
.results-header th, .results-header td {
  color: #FFF;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: normal; }

.results-header th a, .results-header td a {
  color: #FFF; }

.results-header .sort-column .result-column-name {
  background: url(/scorio-6.2-theme/css/../images/arrows/06_up.png) no-repeat 100% 50%;
  font-style: italic;
  padding-right: 15px; }

.results-header .sort-desc .result-column-name {
  background-image: url(/scorio-6.2-theme/css/../images/arrows/06_down.png); }

/* Farben für das Forum geändert - muss noch überprüft werden, ob diese Klassen noch woanders zum Einsatz kommen */
.ui-autocomplete-even, .results-row td {
  background: #fff;
  padding: 5px 10px; }

.ui-autocomplete-odd, .results-row.alt td {
  background: #E5E5E5; }

.ui-autocomplete-over, .results-row.hover td {
  background: none; }

/* ---------- Breadcrumbs ---------- */
.breadcrumbs {
  margin-bottom: 1.5em; }

.breadcrumbs .last {
  display: block;
  font-size: 1.6em;
  font-weight: bold;
  margin-top: 0.2em; }

/* ---------- Dragging/sorting indicators ---------- */
.lfr-grid.dragging {
  border-collapse: separate; }

.lfr-grid.dragging .lfr-column {
  border: 3px double #828F95; }

.drop-area {
  background-color: #D3DADD; }

.active-area {
  background: #FFC; }

.ui-proxy {
  cursor: move;
  opacity: 0.65;
  position: relative; }

.ie .ui-proxy {
  filter: alpha(opacity=65); }

.ui-proxy.generic-portlet {
  height: 200px;
  width: 300px; }

.ui-proxy.generic-portlet .portlet-title {
  padding: 10px; }

.ui-proxy.not-intersecting .forbidden-action {
  background: url(/scorio-6.2-theme/css/../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px; }

.ie .ui-proxy.not-intersecting .forbidden-action {
  right: 2px;
  top: 2px; }

.ui-resizable-proxy {
  border: 1px dashed #828F95; }

.navigation-sort-helper {
  background: #727C81;
  margin-top: 1px; }

/* ---------- Resizables ---------- */
.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  background: transparent url() no-repeat 50% 50%;
  display: none;
  font-size: 0.1px;
  position: absolute; }

.ui-resizable .ui-resizable-handle {
  display: block; }

.js .ui-resizable-disabled .ui-resizable-handle {
  display: none; }

.js .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n, .ui-resizable-s {
  background-image: url(/scorio-6.2-theme/css/../images/application/handle_horizontal.png);
  height: 14px;
  left: 0;
  right: 0; }

.ui-resizable-n {
  cursor: n-resize;
  top: 0; }

.ui-resizable-s {
  bottom: 0;
  cursor: s-resize; }

.ui-resizable-e, .ui-resizable-w {
  background-image: url(/scorio-6.2-theme/css/../images/application/handle_vertical.png);
  background-position: center center;
  bottom: 0;
  top: 0;
  width: 14px; }

.ui-resizable-e {
  cursor: e-resize;
  right: 0; }

.ui-resizable-w {
  cursor: w-resize;
  left: 0; }

.ui-resizable-ne, .ui-resizable-nw {
  height: 14px;
  top: 0;
  width: 14px; }

.ui-resizable-ne {
  background-image: url(/scorio-6.2-theme/css/../images/application/handle_ne.png);
  cursor: ne-resize;
  right: 0; }

.ui-resizable-nw {
  background-image: url(/scorio-6.2-theme/css/../images/application/handle_nw.png);
  cursor: nw-resize;
  left: 0; }

.ui-resizable-se, .ui-resizable-sw {
  bottom: 0;
  height: 14px;
  width: 14px; }

.ui-resizable-se {
  background-image: url(/scorio-6.2-theme/css/../images/application/handle_se.png);
  cursor: se-resize;
  right: 0; }

.ui-resizable-sw {
  background-image: url(/scorio-6.2-theme/css/../images/application/handle_sw.png);
  cursor: sw-resize;
  left: 0; }

.freeform .portlet-boundary .ui-resizable-handle {
  margin: 3px; }

/* ---------- Slider ---------- */
.ui-slider {
  position: relative; }

.ui-slider-handle {
  position: absolute; }

.ui-slider-disabled .ui-slider-handle {
  opacity: 0.5; }

.ie .ui-slider-disabled .ui-slider-handle {
  filter: alpha(opacity=50); }

.ui-slider-range {
  background: #1E2529;
  height: 100%;
  opacity: 0.3;
  position: absolute;
  width: 100%; }

.ie .ui-slider-range {
  filter: alpha(opacity=30); }

/* ---------- Tabs ---------- */
.ui-tabs {
  border-bottom: 1px solid #DEDEDE;
  margin: 0 0 18px 0;
  padding: 0 0 0 10px; }

.ui-tabs:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

.ie .ui-tabs {
  overflow: hidden; }

.ie6 .ui-tabs {
  height: 1%; }

.ui-tabs li {
  display: inline;
  float: left;
  line-height: 1;
  padding: 0;
  text-decoration: none; }

.ui-tabs li.last {
  border-right: none; }

.ui-tabs li a, .tabs li span {
  background: #70A8ED;
  /*background: #878F93 url(/scorio-6.2-theme/css/../images/application/tabs_bg.png) repeat-x 0 100%;*/
  border-right: 1px solid #fff;
  color: #FFF;
  display: block;
  float: left;
  padding: 10px;
  position: relative;
  text-decoration: none;
  top: 1px; }

.ie6 .ui-tabs li a, .ie6 .tabs li span {
  background-image: none;
  border-bottom: 3px solid #304049;
  padding-bottom: 7px; }

.ui-tabs li a:hover {
  text-decoration: underline; }

.ui-tabs li a:hover, .ui-tabs li span:hover {
  background: #A0C646;
  color: #fff; }

.ui-tabs li.current a, .ui-tabs li.current span {
  background: #FFF;
  border: 1px solid #DEDEDE;
  border-bottom: none;
  color: #369;
  font-weight: bold; }

.ie6 .ui-tabs li.current a, .ie6 .ui-tabs li.current span {
  padding-bottom: 10px; }

.ui-tabs li.current:hover, .ui-tabs li.current a:hover {
  background-color: #FFF; }

.ui-tabs .ui-tabs-disabled a {
  cursor: text; }

.ui-tabs-disabled {
  opacity: 0.4; }

.ie .ui-tabs-disabled {
  filter: alpha(opacity=40); }

.ui-tabs .ui-tabs-disabled a:link, .ui-tabs .ui-tabs-disabled a:visited {
  color: #000; }

.ui-tabs-hide {
  display: none; }

.ui-tabs .last.toggle {
  float: right; }

/* ---------- Dialog ---------- */
.ui-dialog {
  background-color: #FFF;
  border: 2px solid #828F95;
  padding: 4px; }

.ui-dialog .ui-dialog-titlebar {
  background: #1E2529;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  min-height: 28px;
  padding: 0;
  position: relative;
  z-index: 1; }

.ie .ui-dialog .ui-dialog-container {
  z-index: 1; }

.ie6 .ui-dialog .ui-dialog-titlebar {
  height: 29px; }

.ui-dialog.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-dialog .ui-dialog-titlebar-close {
  background: url(/scorio-6.2-theme/css/../images/application/close.png) no-repeat;
  height: 16px;
  position: absolute;
  right: 5px;
  top: 6px;
  width: 16px; }

.ui-dialog .ui-dialog-titlebar-close span {
  display: none; }

.ui-dialog.has-title .ui-dialog-title {
  background: url(/scorio-6.2-theme/css/../images/arrows/04_right.png) no-repeat 7px 50%;
  display: block;
  font-weight: bold;
  padding: 5px;
  padding-left: 20px; }

.ui-dialog.ui-resizable .ui-dialog-content {
  padding: 14px; }

.ui-dialog.ui-resizable-disabled .ui-dialog-content {
  padding: 7px; }

.ui-dialog .ui-dialog-buttonpane {
  bottom: 8px;
  position: absolute;
  right: 12px;
  text-align: right;
  width: 100%; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: 6px; }

/* ---------- Date picker ---------- */
#ui-datepicker-div, .ui-datepicker-inline {
  background: #FFF;
  border: 2px solid #828F95;
  padding: 3px;
  width: 185px; }

#ui-datepicker-div {
  display: none; }

.ui-datepicker-inline {
  border: 0;
  display: block;
  float: left; }

.ui-datepicker-dialog {
  padding: 5px !important; }

img.ui-datepicker-trigger {
  margin: 2px;
  vertical-align: middle; }

.ui-datepicker-prompt {
  color: #000;
  float: left;
  padding: 2px; }

.ie6 .ui-datepicker-prompt {
  width: 185px; }

.ui-datepicker-control, .ui-datepicker-links, .ui-datepicker-header, .ui-datepicker {
  clear: both;
  float: left;
  width: 100%; }

.ui-datepicker-control {
  background: #D3DADD;
  border-bottom: 1px solid #AEB8BC;
  margin-bottom: 2px; }

.ui-datepicker-links {
  background: #727C81;
  margin-bottom: 1px;
  padding: 5px 0; }

.ui-datepicker-links a {
  color: #FFF;
  display: block;
  margin: 0 5px; }

.ui-datepicker-control, .ui-datepicker-links {
  font-weight: bold;
  letter-spacing: 1px; }

.ui-datepicker-links label {
  padding: 2px 5px; }

.ui-datepicker-clear, .ui-datepicker-prev {
  float: left;
  width: 34%; }

.ui-datepicker-prev a, .ui-datepicker-next a {
  background: url() no-repeat;
  font-size: 0;
  height: 16px;
  line-height: 0;
  text-indent: -9999em;
  width: 16px; }

.ui-datepicker-prev a {
  background-image: url(/scorio-6.2-theme/css/../images/application/datepicker_previous.png); }

.ui-datepicker-next a {
  background-image: url(/scorio-6.2-theme/css/../images/application/datepicker_next.png); }

.ui-datepicker-current {
  float: left;
  line-height: 1.3;
  text-align: center;
  width: 30%; }

.ui-datepicker-close a {
  background: url(/scorio-6.2-theme/css/../images/application/close.png) no-repeat;
  display: block;
  float: right;
  height: 16px;
  margin: 5px 5px 5px 0;
  text-indent: -9999em;
  width: 16px; }

.ui-datepicker-next {
  float: right;
  text-align: right; }

.ui-datepicker-header {
  border-bottom: 1px solid #DEDEDE;
  font-weight: bold;
  padding: 5px 0 6px;
  text-align: center; }

.ui-datepicker-header select {
  background: #727C81;
  border: 0;
  color: #FFF;
  font-weight: bold; }

.ui-datepicker-header .ui-datepicker-new-month {
  float: left;
  margin-left: 5px; }

.ui-datepicker-header .ui-datepicker-new-year {
  float: right;
  margin-right: 5px; }

.ui-datepicker {
  text-align: center;
  width: auto; }

.ui-datepicker a {
  display: block;
  width: 23px; }

.ui-datepicker .ui-datepicker-title-row a {
  color: #1E2529;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-days-row {
  background: #FFF;
  color: #727C81; }

.ui-datepicker-week-col {
  color: #B5BFC4; }

.ui-datepicker-days-cell a {
  background: #F0F5F7;
  border: 1px solid #FFF; }

.ui-datepicker-days-cell a:hover {
  background-color: #727C81;
  color: #FFF; }

.ui-datepicker-current-day a {
  background-color: #FFF;
  border: 1px solid #727C81;
  color: #369; }

.ui-datepicker-current-day a:hover {
  background-color: #DFF4FF;
  border-color: #AEB8BC;
  color: #06C; }

.ui-datepicker .ui-datepicker-unselectable {
  color: #B5BFC4; }

#ui-datepicker-div a, .ui-datepicker-inline a {
  cursor: pointer; }

.ui-datepicker-one-month:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

.ie .ui-datepicker-one-month {
  height: 1%; }

.ui-datepicker-new-row {
  clear: left; }

.ie6 .ui-datepicker-cover {
  display: block;
  filter: mask();
  height: 200px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 193px;
  z-index: -1; }

/* ---------- Color picker ---------- */
.ui-colorpicker {
  background-image: url(/scorio-6.2-theme/css/../images/color_picker/picker_container_bg.png);
  font: 11px Arial,Helvetica,sans-serif;
  height: 192px;
  position: relative;
  width: 305px; }

.ui-colorpicker-color {
  background-color: #F00;
  background-image: url(/scorio-6.2-theme/css/../images/color_picker/picker_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 184px;
  left: 8px;
  position: absolute;
  top: 5px;
  width: 184px; }

.ui-colorpicker-color-handle {
  background-image: url(/scorio-6.2-theme/css/../images/color_picker/select.png);
  height: 11px;
  position: absolute;
  width: 11px; }

.ui-colorpicker-hue {
  background-image: url(/scorio-6.2-theme/css/../images/color_picker/hue.png);
  height: 186px;
  left: 200px;
  position: absolute;
  top: 3px;
  width: 18px; }

.ui-colorpicker-hue-handle {
  background-image: url(/scorio-6.2-theme/css/../images/color_picker/color_indic.png);
  height: 7px;
  position: absolute;
  width: 18px; }

.ui-colorpicker-current {
  background: #FFF;
  border: 2px solid #727C81;
  height: 60px;
  position: absolute;
  right: 10px;
  top: 31px;
  width: 60px; }

.ui-colorpicker-values {
  left: 230px;
  position: absolute;
  top: 100px;
  width: 60px; }

.ui-colorpicker-values table {
  width: 100%; }

.ui-colorpicker-values table input {
  margin-bottom: 1px;
  padding: 3px 1px;
  width: 100%; }

.ui-colorpicker-rgbR, .ui-colorpicker-rgbG, .ui-colorpicker-rgbB {
  width: 20px; }

.ui-colorpicker-hex {
  width: 40px; }

.ui-colorpicker-close {
  background: url(/scorio-6.2-theme/css/../images/color_picker/close.png) no-repeat 0 0;
  cursor: pointer;
  height: 23px;
  position: absolute;
  right: 3px;
  text-indent: -9999em;
  top: 3px;
  width: 23px; }

/* ---------- Autocomplete ---------- */
.ui-autocomplete-results {
  border: 1px solid;
  border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
  overflow: hidden;
  padding: 0;
  z-index: 300; }

.ui-autocomplete-results ul {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
  width: 100%; }

.ui-autocomplete-results li {
  cursor: default;
  display: block;
  line-height: 16px;
  margin: 0;
  overflow: hidden;
  padding: 2px 5px; }

.ui-autocomplete-loading, .ui-autocomplete-loading.focus {
  background-image: url(/scorio-6.2-theme/css/../images/application/loading_indicator.gif);
  background-position: right center;
  background-repeat: no-repeat; }

.ui-autocomplete-results li strong {
  color: #06c;
  font-weight: bold; }

/* ---------- Tags ---------- */
.ui-tags {
  display: block;
  padding: 5px 0 2px; }

.ui-tags:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

.ie .ui-tags {
  height: 1%; }

.ui-tags.empty {
  display: none; }

.ui-tags .ui-tag {
  background: #DFF4FF;
  border: 1px solid #A7CEDF;
  float: left;
  margin-bottom: 3px;
  margin-right: 3px;
  padding: 3px 20px 3px 6px;
  padding-right: 20px;
  position: relative; }

.ui-tags .ui-tag:hover {
  border-color: #AEB8BC; }

.ui-tags .ui-tag-delete {
  display: block;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 3px; }

.ui-tags .ui-tag-delete span {
  background: url(/scorio-6.2-theme/css/../images/application/close_small.png) no-repeat 0 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 7px;
  text-indent: -9999em;
  width: 7px; }

.ui-tags .ui-tag-delete:hover span {
  background-position: 0 100%; }

.ui-tags-input {
  width: 200px; }

.tags-vocabulary-name span {
  font-weight: bold;
  padding-bottom: 3px; }

/* ---------- Tag cloud ---------- */
.tag-cloud {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em 1em;
  white-space: normal; }

.tag-cloud li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0 1em 0 0; }

.tag-cloud a {
  white-space: nowrap; }

/* ---------- Treeview ---------- */
.treeview {
  cursor: pointer; }

.treeview, .treeview ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.treeview ul {
  background-color: #FFF;
  margin-top: 4px; }

.treeview .hitarea {
  background: url(/scorio-6.2-theme/css/../images/trees/treeview_bg.png) -64px -25px no-repeat;
  cursor: pointer;
  float: left;
  height: 16px;
  margin-left: -16px;
  margin-top: 3px;
  width: 16px; }

.ie6 .hitarea {
  display: inline; }

.treeview li {
  background: url(/scorio-6.2-theme/css/../images/trees/treeview_line.png) 0 0 no-repeat;
  list-style-type: none;
  margin: 0;
  padding: 0 0 3px 16px; }

.treeview a.selected {
  background-color: #EEE; }

.treeview-control {
  display: none;
  margin: 1em 0; }

.treeview .hover {
  cursor: pointer; }

.treeview li.collapsable, .treeview li.expandable {
  background-position: 0 -176px; }

.treeview .expandable-hitarea {
  background-position: -80px -3px; }

.treeview li.last {
  background-position: 0 -1766px; }

.treeview li.lastCollapsable, .treeview li.lastExpandable {
  background-image: url(/scorio-6.2-theme/css/../images/trees/treeview_bg.png); }

.treeview li.lastCollapsable {
  background-position: 0 -111px; }

.treeview li.lastExpandable {
  background-position: -32px -67px; }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea {
  background-position: 0; }

.treeview .placeholder {
  background: url(/scorio-6.2-theme/css/../images/application/loading_indicator.gif) 0 0 no-repeat;
  display: block;
  height: 16px;
  width: 16px; }

.treeview span {
  padding-left: 3px; }

.filetree li {
  padding: 3px 0 2px 16px; }

.filetree span.folder, .filetree span.file {
  display: block;
  padding: 1px 0 1px 16px; }

.filetree span.folder {
  background: url(/scorio-6.2-theme/css/../images/trees/minus.png) 0 0 no-repeat; }

.filetree li.expandable span.folder {
  background: url(/scorio-6.2-theme/css/../images/trees/plus.png) 0 0 no-repeat; }

.filetree span.file {
  background: url(/scorio-6.2-theme/css/../images/trees/page.png) 0 0 no-repeat; }

/* Fix scrolling of productinfo and coUsers on iOS < 13 running in Liferay popup */
.ios.mobile .modal-content .dialog-iframe-bd {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/* This CSS controls the column layout. It is not recommended that you change this file. */
/* ---------- Wrapper ---------- */
.lfr-grid {
  width: 100%; }

.no-flexbox.no-flexboxlegacy .lfr-grid {
  background: #ffffff;
  box-shadow: 1px 1px 1px #888; }

/* ---------- Column widths ---------- */
.lfr-grid.dragging .lfr-column {
  min-height: 100px; }

.lfr-column.ten {
  width: 10%; }

.lfr-column.twenty {
  width: 19%; }

.lfr-column.thirty {
  width: 29%; }

.lfr-column.forty {
  width: 39%; }

.lfr-column.fifty {
  width: 50%; }

.lfr-column.sixty {
  width: 60%; }

.lfr-column.seventy {
  width: 70%; }

.lfr-column.eighty {
  width: 80%; }

.lfr-column.ninety {
  width: 90%; }

/* ---------- 1 column ---------- */
.columns-1 #column-1, .columns-max #column-1 {
    /*
	clear: both;
	display: table;
	*/
  padding-left: 0;
  padding-right: 0;
  width: 100%; }

/* ---------- 2 columns ---------- */
.columns-2 #column-1 {
  padding-left: 0; }

.columns-2 #column-2 {
  padding-right: 0; }

/* ---------- 3 columns ---------- */
.columns-3 #column-1 {
  padding-left: 0; }

.columns-3 #column-3 {
  padding-right: 0; }

/* ---------- 1/2/1 ---------- */
.columns-1-2-1 #column-1, .columns-1-2-1 #column-4 {
  padding-left: 0;
  padding-right: 0; }

.columns-1-2-1 #column-2 {
  padding-left: 0; }

.columns-1-2-1 #column-3 {
  padding-right: 0; }

/* ---------- 2/2 ---------- */
.columns-2-2 #column-1, .columns-2-2 #column-2 {
  padding-left: 0; }

.columns-2-2 #column-4 {
  padding-right: 0; }

/* ---------- Freeform ---------- */
.freeform .lfr-column {
  position: relative; }

.columns-2-2 #column-4 {
  padding-right: 0; }

/* ----- scorio custom layout --- */
div.lfr-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -webkit-flex-flow: row;
  /** Safari6/Mac*/
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  box-pack: justify;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }

.no-flexbox.no-flexboxlegacy div.lfr-row {
  width: 100%;
  display: inline-block;
  clear: both;
  margin-top: 10px; }

div.lfr-column {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: box;
  display: flex;
  box-orient: vertical;
  -ms-box-orient: vertical;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -webkit-flex-flow: column;
  /** Safari6/Mac */
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  box-pack: start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  /** optional? */ }

.no-flexbox.no-flexboxlegacy div.lfr-column {
  display: inline-block; }

.no-flexbox.no-flexboxlegacy div.lfr-column.left {
  float: left; }

.no-flexbox.no-flexboxlegacy div.lfr-column.right {
  float: right; }

div.lfr-portlet-column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: box;
  display: flex;
  box-orient: vertical;
  -ms-box-orient: vertical;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -webkit-flex-flow: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1 0 auto;
  flex-grow: 1; }

div.scorio-portlet-content {
  padding: 20px;
  margin-bottom: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 1px #888;
  min-height: 1px;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1 0 auto;
  flex-grow: 1; }

@media (max-device-width: 767px) {
  div.scorio-portlet-content {
    padding: 5px; } }
div.scorioeditor_WAR_scorioportlet,
div.scorioscoreleteditor_WAR_scorioportlet,
div.scorioscoreletplayer_WAR_scorioportlet {
  padding: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  box-shadow: none; }

div.scorio-portlet-content h1,
.modal-content h3 {
  border-color: #999;
  border-width: 1px medium;
  color: #FF7E0B;
  margin-bottom: 1.5em;
  padding: 5px 5px 5px 0px; }

/** Custom sizes for special layouts */
div.div-60_20-20_20_20_20 #column-1 div.scorio-portlet-content {
  padding: 0; }

div.div-60_20-20_20_20_20 #column-6 div.scorio-portlet-content {
  padding-left: 0;
  padding-right: 0; }

/* Tight one column layout */
div.column-1-custom div.scorio-portlet-content {
  padding: 0px;
  /** Height while loading. */
  min-height: 450px; }

/* When (the fixed) dockbar is displayed
 * move page contents down
 */
#dockbar-space {
  margin-top: 113px; }

@media (max-width: 979px) {
  #dockbar-space {
    margin-top: 109px; } }
body.sc-display-undecorated #dockbar-space {
  margin-top: 0px; }

.aui {
  /* ---------- Staging dockbar ---------- */
  /* ---------- Add content ---------- */
  /* ---------- Menus ---------- */
  /* ---------- Customization bar ---------- */ }
  .aui .dockbar {
    left: 0;
    right: 0;
    top: 0; }
    .aui .dockbar .staging-controls .staging-bar li.dropdown .dropdown-menu {
      left: auto;
      margin-left: 10px;
      width: auto; }
    .aui .dockbar.navbar-static-top {
      position: relative;
      width: 100%;
      z-index: 5;
      font-size: 15px; }
      .aui .dockbar.navbar-static-top .collapse {
        position: static; }
        .aui .dockbar.navbar-static-top .collapse .nav-account-controls {
          position: static; }
    .aui .dockbar .btn-link {
      color: #FFF; }
    .aui .dockbar .diamond {
      border: 12px solid transparent;
      border-bottom-color: #1485EB;
      height: 0;
      position: relative;
      top: -12px;
      width: 0; }
      .aui .dockbar .diamond:after {
        border: 12px solid transparent;
        border-top-color: #1485EB;
        content: '';
        height: 0;
        left: -12px;
        position: absolute;
        top: 12px;
        width: 0; }
    .aui .dockbar .impersonating-user .alert-icon {
      margin-right: 9px; }
    .aui .dockbar .impersonating-user .alert-info {
      border-width: 0;
      margin-bottom: 6px; }
    .aui .dockbar .info-button {
      top: 9px; }
    .aui .dockbar .info-items {
      left: 0;
      position: absolute;
      top: 100%;
      width: 100%;
      z-index: 1; }
    .aui .dockbar .navbar-inner {
      padding-left: 20px;
      padding-right: 20px; }
      .aui .dockbar .navbar-inner .brand h1 {
        display: inline-block;
        font-size: inherit;
        line-height: 1;
        margin-bottom: 0;
        margin-top: 0; }
      .aui .dockbar .navbar-inner .container {
        margin-left: 0;
        margin-right: 0;
        width: 100%; }
        .aui .dockbar .navbar-inner .container .nav-account-controls {
          float: right; }
      .aui .dockbar .navbar-inner .site-administration-menu li {
        list-style: none; }
        .aui .dockbar .navbar-inner .site-administration-menu li a {
          color: #000;
          display: block;
          padding: 3px 5px 3px 40px; }
          .aui .dockbar .navbar-inner .site-administration-menu li a:focus, .aui .dockbar .navbar-inner .site-administration-menu li a:hover {
            background: #0DB5E7;
            color: #FFF;
            text-decoration: none; }
          .aui .dockbar .navbar-inner .site-administration-menu li a i {
            font-size: 0.8em; }
    .aui .dockbar .nav.staging-nav-items {
      margin: 0;
      position: static; }
      .aui .dockbar .nav.staging-nav-items li.dropdown.active > .dropdown-toggle {
        background-color: transparent;
        display: block; }
        .aui .dockbar .nav.staging-nav-items li.dropdown.active > .dropdown-toggle:hover {
          color: #0077B3; }
      .aui .dockbar .nav.staging-nav-items .staging-link {
        position: static; }
    .aui .dockbar .user-avatar img {
      margin-top: -2px;
      text-decoration: none;
      vertical-align: middle;
      width: 20px; }
  .aui .dockbar-split .dockbar {
    height: 0;
    position: absolute; }
    .aui .dockbar-split .dockbar .staging-controls .staging-bar li.dropdown .dropdown-menu {
      left: 0;
      margin-left: 0;
      width: 100%; }
    .aui .dockbar-split .dockbar.navbar-static-top .collapse {
      position: relative; }
      .aui .dockbar-split .dockbar.navbar-static-top .collapse .nav-account-controls {
        position: fixed; }
    .aui .dockbar-split .dockbar .divider-vertical {
      display: none; }
    .aui .dockbar-split .dockbar .info-button {
      top: 12px; }
    .aui .dockbar-split .dockbar .info-items {
      left: auto;
      position: static; }
    .aui .dockbar-split .dockbar .navbar-inner {
      background-color: transparent;
      border-width: 0;
      padding: 0;
      width: 0; }
      .aui .dockbar-split .dockbar .navbar-inner .nav {
        border-bottom-width: 0; }
        .aui .dockbar-split .dockbar .navbar-inner .nav > li {
          background-color: #333; }
          .aui .dockbar-split .dockbar .navbar-inner .nav > li > a {
            color: #FFF;
            line-height: 31px; }
            .aui .dockbar-split .dockbar .navbar-inner .nav > li > a:focus, .aui .dockbar-split .dockbar .navbar-inner .nav > li > a:hover {
              color: #FFF; }
            .aui .dockbar-split .dockbar .navbar-inner .nav > li > a [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav > li > a [class*=" icon-"] {
              margin-top: 3px; }
          .aui .dockbar-split .dockbar .navbar-inner .nav > li.active > a {
            color: #FFF; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.dropdown.active > .dropdown-toggle {
          color: #FFF; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.dropdown.open > .dropdown-toggle {
          background-color: #555;
          color: #FFF; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.info-items {
          background-color: transparent; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.staging-toggle > a {
          background-color: #2496E5;
          padding-bottom: 0;
          padding-top: 0; }
          .aui .dockbar-split .dockbar .navbar-inner .nav li.staging-toggle > a:hover {
            background-color: #2FA4F5; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.staging-toggle span.nav-item-label {
          padding: 5px 10px; }
      .aui .dockbar-split .dockbar .navbar-inner .nav-account-controls {
        left: auto;
        margin-right: 0;
        padding: 0;
        position: fixed;
        right: 5em;
        z-index: 325; }
      .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls {
        background: transparent;
        position: fixed;
        top: 10%;
        z-index: 350; }
        .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li {
          float: none;
          margin: 10px;
          position: relative; }
          .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls a {
            clip: rect(0 0 0 0);
            position: absolute; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls a:focus {
              clip: rect(auto auto auto auto);
              position: static; }
          @media (max-width: 979px) {
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.page-preview-controls {
              display: none; } }
          .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a {
            background: #333;
            color: #FFF;
            padding: 6px 8px;
            text-align: center; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a:hover {
              background: #555; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a [class*=" icon-"] {
              font-size: 25px;
              position: relative;
              vertical-align: middle; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link {
              background: #92F545; }
              .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class*=" icon-"] {
                color: #000; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a .nav-item-label {
              background: #333;
              display: none;
              left: 100%;
              margin-left: 0.5em;
              margin-top: -1em;
              padding: 0 20px;
              position: absolute;
              top: 50%;
              white-space: nowrap; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a:hover .nav-item-label {
              display: block; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a .icon-caret-down {
              display: none; }
        .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls:hover > li.toggle-controls a {
          clip: rect(auto auto auto auto);
          position: static; }
    .aui .dockbar-split .dockbar .staging-nav-items li > span {
      color: #FFF;
      display: block;
      padding: 10px 15px;
      line-height: 31px; }
  .aui .dockbar-split .info-link-container {
    width: 0; }
  .aui .dockbar-split .info-items {
    height: 1px;
    width: 715px; }
    .aui .dockbar-split .info-items a, .aui .dockbar-split .info-items .btn-link {
      color: #FFF;
      text-decoration: underline; }
      .aui .dockbar-split .info-items a:hover, .aui .dockbar-split .info-items .btn-link:hover {
        text-decoration: none; }
        .aui .dockbar-split .info-items a:hover .taglib-text, .aui .dockbar-split .info-items .btn-link:hover .taglib-text {
          text-decoration: none; }
    .aui .dockbar-split .info-items .btn-link {
      border-width: 0;
      font-size: 14px;
      font-weight: 300;
      margin: 0 0 0 6px;
      padding: 0;
      text-shadow: none; }
  .aui .dockbar-split .staging-bar {
    margin: 10px 0; }
  .aui .dockbar-split.controls-hidden .dockbar .navbar-inner .nav-add-controls > li.toggle-controls > .toggle-controls-link {
    background: #F5AF45; }
  .aui .dockbar-split.lfr-has-add-content .nav-add-controls {
    left: 350px; }
  .aui .dockbar-split.lfr-has-device-preview .nav-add-controls {
    left: 220px; }
  .aui .dockbar-split.lfr-has-edit-layout .nav-add-controls {
    left: 460px; }
  .aui.dialog-iframe-root-node .dockbar .nav-add-controls .page-preview-controls {
    display: none; }
  .aui .touch .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls > .toggle-controls-link, .aui .controls-hidden.dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls > .toggle-controls-link {
    clip: rect(auto auto auto auto);
    position: static; }
  .aui .variation-selector {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    margin: 1em; }
  .aui .layout-revision-container {
    margin: 1em 0 0 1em;
    padding: 0; }
    .aui .layout-revision-container .approximate-date {
      color: #999;
      font-weight: bold; }
    .aui .layout-revision-container .current-version {
      color: #41801d;
      display: block; }
    .aui .layout-revision-container .current-version-pointer {
      display: inline-block;
      width: 0; }
      .aui .layout-revision-container .current-version-pointer img {
        left: -25px;
        position: relative; }
    .aui .layout-revision-container .layout-variation-name {
      color: #666;
      font-size: 1.15em;
      margin-bottom: 0.1em;
      text-transform: uppercase; }
    .aui .layout-revision-container .layout-revision-current {
      color: #666; }
    .aui .layout-revision-container .real-date {
      color: #999;
      display: block;
      text-align: right; }
    .aui .layout-revision-container .taglib-workflow-status .workflow-status {
      background: none;
      padding-left: 0; }
      .aui .layout-revision-container .taglib-workflow-status .workflow-status .workflow-status-ready-for-publication {
        color: #41801d;
        font-weight: bold; }
  .aui .layout-revision-container-root {
    margin: 0; }
  .aui .staging-controls {
    padding-left: 5px;
    padding-right: 50px; }
    .aui .staging-controls select {
      width: 100%; }
    .aui .staging-controls .staging-bar .dropdown-menu {
      font-size: 13px;
      min-width: 520px;
      width: 100%; }
      .aui .staging-controls .staging-bar .dropdown-menu .btn-link {
        float: left;
        font-size: 11px;
        margin: 0 5px 0 0;
        padding: 0;
        text-decoration: underline;
        text-shadow: none; }
        .aui .staging-controls .staging-bar .dropdown-menu .btn-link:hover {
          text-decoration: none; }
        .aui .staging-controls .staging-bar .dropdown-menu .btn-link.history {
          float: right; }
  .aui .lfr-admin-panel {
    background-color: #FFF;
    bottom: 0;
    left: 0;
    overflow: auto;
    padding: 10px;
    position: fixed;
    top: 0;
    z-index: 1100; }
    @media (max-width: 767px) {
      .aui .lfr-admin-panel {
        margin: 0 -20px;
        position: static;
        width: auto; }
        .aui .lfr-admin-panel.lfr-add-panel .add-content-menu .lfr-add-page-toolbar, .aui .lfr-admin-panel.lfr-edit-layout-panel .taglib-form-navigator .button-holder {
          margin-top: 0;
          position: static;
          width: auto; }
        .aui .lfr-admin-panel.lfr-edit-layout-panel .taglib-form-navigator .accordion {
          margin-bottom: 20px; }
        .aui .lfr-admin-panel.lfr-edit-layout-panel .site-admin-link {
          padding: 0;
          position: static; } }
  .aui .lfr-has-add-content {
    padding-left: 350px; }
  .aui .lfr-has-device-preview {
    padding-left: 220px; }
  .aui .lfr-has-edit-layout {
    padding-left: 460px; }
  @media (max-width: 767px) {
    .aui .lfr-has-add-content, .aui .lfr-has-device-preview, .aui .lfr-has-edit-layout {
      padding-left: 20px; } }
  .aui .dropdown-menu > li > a:focus > [class^="icon-"] {
    background-image: none; }
  .aui .my-sites-menu .site-type {
    color: #FFF;
    display: none;
    float: right;
    font-size: 0.8em;
    font-weight: normal;
    margin-right: 10px;
    position: absolute;
    right: 100%; }
  .aui .my-sites-menu a:hover .site-type {
    color: #FFFFFF;
    display: inline-block; }
  .aui .ie.rtl .dockbar .menu-button span {
    background-position-x: -25px; }
  .aui.ie6 .dockbar-split .dockbar .navbar-inner .nav-add-controls li.page-preview-controls, .aui.ie7 .dockbar-split .dockbar .navbar-inner .nav-add-controls li.page-preview-controls, .aui.ie8 .dockbar-split .dockbar .navbar-inner .nav-add-controls li.page-preview-controls {
    display: none; }
  .aui .ie7 .dockbar {
    zoom: 1; }
  .aui .ie7 .my-sites-menu a {
    overflow: visible;
    text-align: left; }
  .aui .ie7 .my-sites-menu .site-name {
    float: none; }
  .aui .ie7 .my-sites-menu .site-type {
    float: none; }
  .aui .ie6 .dockbar, .aui .ie6 .lfr-dockbar-pinned .dockbar {
    height: 10px;
    left: 0;
    position: relative;
    top: 0; }
  .aui .ie6 .dockbar .pin-dockbar {
    display: none; }
  .aui .ie6 .my-sites-menu {
    width: 200px; }
    .aui .ie6 .my-sites-menu a {
      zoom: 1; }
  .aui .ie6 .menu-scroll {
    height: 300px;
    overflow-y: auto; }
  .aui .controls-hidden .info-button, .aui .controls-hidden .page-customization-bar {
    display: none; }
  .aui .info-button {
    cursor: pointer;
    display: inline-block;
    position: relative;
    right: 12px;
    z-index: 1; }
    .aui .info-button a {
      color: #FFF;
      padding: 2px 10px;
      position: absolute;
      text-decoration: none;
      z-index: 1; }
    .aui .info-button .icon-stop {
      color: #1485EB;
      font-size: 20px; }
  .aui .page-customization-bar {
    background-color: #555;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
    display: table;
    font-size: 14px;
    font-weight: 300;
    padding: 0 15px;
    width: 100%; }
    .aui .page-customization-bar .customized-icon {
      margin: 5px;
      vertical-align: middle; }
    .aui .page-customization-bar .page-customization-actions {
      padding-left: 5em; }
    .aui .page-customization-bar .page-customization-actions a {
      color: #EEE;
      font-size: 0.8em;
      padding: 0 1em; }
    .aui .page-customization-bar .page-customization-bar-form {
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      width: 25%; }
      .aui .page-customization-bar .page-customization-bar-form a {
        color: #FFF; }
        .aui .page-customization-bar .page-customization-bar-form a:focus, .aui .page-customization-bar .page-customization-bar-form a:hover {
          color: #FFF;
          text-decoration: none; }
      .aui .page-customization-bar .page-customization-bar-form span {
        display: block;
        line-height: 20px; }
    .aui .page-customization-bar .page-customization-bar-text {
      display: table-cell;
      height: 51px;
      vertical-align: middle;
      width: 75%; }
    .aui .page-customization-bar .page-customization-bar-container {
      position: absolute; }
    .aui .page-customization-bar .reset-prototype {
      display: inline; }
  @media (max-width: 1140px) {
    .aui .dockbar-split .dockbar .info-items {
      width: 515px; } }
  @media (max-width: 979px) {
    .aui #navigation {
      display: none; }
      .aui #navigation.open {
        display: block; }
    .aui .dockbar-split .dockbar {
      height: auto;
      position: relative; }
      .aui .dockbar-split .dockbar .navbar-inner {
        width: auto; }
    .aui .user-avatar-image {
      width: 18px; } }

/* This CSS sets the default styles for the main navigation. */
/* ---------- Main navigation ---------- */
.user-greeting:hover + ul {
  display: block !important; }

#navigation {
  text-transform: uppercase;
  line-height: 53px;
  padding-right: 1px;
  margin-top: 4px; }

#show-nav-button {
  display: none;
  background-image: url(/scorio-6.2-theme/images/threelines.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: white; }

#banner-components {
  height: 50px; }

#navigation ul {
  margin: 0px;
  display: -webkit-flex;
  display: flex; }

#navigation li {
  list-style: none;
  width: 160px;
  display: inline-table;
  box-sizing: border-box; }

@media (max-width: 979px) {
  #navigation li {
    width: 160px; } }
#navigation > ul > li:hover > a {
  background: #70a8ed;
  color: #ffffff; }

#navigation > ul > li:first-child {
  display: none; }

#navigation a {
  display: block;
  padding: 11px 10px 10px 10px;
  text-align: center;
  background: #ffffff;
  text-decoration: none; }

#navigation a:hover {
  background: #70a8ed;
  color: #ffffff; }

#navigation .child-menu {
  display: none; }

#navigation .my-places ul {
  display: block;
  margin: -1px; }

#navigation li:hover > .child-menu {
  display: block; }

#navigation .child-menu li {
  border-left: 1px solid #70a8ed;
  border-right: 1px solid #70a8ed; }

#navigation .child-menu li:last-child {
  border-bottom: 1px solid #70a8ed; }

#navigation .child-menu a {
  padding: 8px 20px;
  text-align: left;
  text-transform: none; }

.scorio-search {
  margin-top: 10px;
  margin-left: 25px;
  margin-right: 50px;
  width: 100%; }
  .scorio-search input[type=image] {
    height: 25px;
    margin-left: 8px;
    margin-top: 4px; }
  .scorio-search input[type=text] {
    width: 100%; }

.ie .scorio-search {
  margin-top: 10px;
  margin-left: 25px;
  margin-right: 30px;
  width: 100%; }
  .ie .scorio-search input[type=image] {
    height: 25px;
    margin-left: 8px;
    margin-top: 4px; }
  .ie .scorio-search input[type=text] {
    width: 100%; }

@media (max-width: 979px) {
  #show-nav-button {
    display: block;
    width: 41px;
    height: 30px;
    margin-top: 11px;
    cursor: pointer; }

  #navigation ul {
    flex-wrap: wrap;
    justify-content: center; }

  #navigation li {
    /* width: initial; */
    display: block;
    font-weight: bold; }

  #navigation a {
    text-align: left;
    padding: 11px 10px 0px 10px; }

  #banner {
    height: initial; }

  #banner.open {
    height: 1000px; }

  #banner-right .custom-logo {
    display: none; }

  #banner-components {
    display: inline-flex; }

  .ie .open #banner-components {
    height: 300px; }

  #navigation .child-menu {
    display: inline-block; }

  #navigation .child-menu li {
    border-left: none;
    border-right: none;
    display: inline-table;
    font-weight: normal; }

  #navigation .child-menu li:last-child {
    border-bottom: none; }

  #navigation.open {
    position: fixed;
    right: 0px;
    bottom: 0px;
    top: 50px;
    overflow: auto; }

  #banner .portlet-dockbar + #banner-components #navigation.open {
    /* Liferay admin, add space for no portlet-dockbar above scorio navigation */
    top: 100px; }

  .user-greeting {
    min-width: 100px; }

  .user-greeting {
    font-weight: bold; } }
.scorio-search form {
  margin: 0px; }

.ie7 .logo,
.ie8 .logo,
.ie9 .logo,
.ie10 .logo {
  position: absolute; }
.ie7 .scorio-search,
.ie8 .scorio-search,
.ie9 .scorio-search,
.ie10 .scorio-search {
  position: absolute;
  width: 300px;
  left: 100px; }
.ie7 .scorio-search input[type=text],
.ie8 .scorio-search input[type=text],
.ie9 .scorio-search input[type=text],
.ie10 .scorio-search input[type=text] {
  position: absolute; }
.ie7 #banner-right,
.ie8 #banner-right,
.ie9 #banner-right,
.ie10 #banner-right {
  position: absolute;
  width: 700px;
  left: 500px; }

.safari600 .logo {
  position: absolute; }

.safari600 .scorio-search {
  position: absolute;
  width: 300px;
  left: 100px; }

.safari600 .scorio-search input[type=text] {
  position: absolute; }

.safari600 #banner-right {
  position: absolute;
  width: 650px;
  left: 500px; }

/* ---------- Dock without JavaScript ---------- */
.lfr-dock {
  position: absolute;
  right: 5%;
  top: 10px; }

.lfr-dock ul {
  display: inline;
  float: left; }

.lfr-dock li {
  display: inline;
  float: left;
  margin-left: 15px; }

.lfr-dock li a {
  background: url() no-repeat 0 50%;
  padding: 2px 0 2px 20px; }

.lfr-dock li.my-places {
  display: none; }

.lfr-dock li.toggle-controls {
  display: none; }

/* ---------- Dock with JavaScript ---------- */
.js .interactive-mode {
  top: 0px;
  right: 0px;
  position: relative; }

.js .interactive-mode h2 {
  background: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 82; }

.js .interactive-mode h2 span {
  background: none;
  margin-bottom: 0;
  min-height: 10px;
  font-size: 16px;
  line-height: 1.8;
  padding: 11px 10px 10px 10px; }

.js .interactive-mode h2 span:hover {
  background: #70a8ed;
  color: #ffffff; }

.ie .js .interactive-mode {
  width: 160px;
  height: 1%; }

.ie .js .interactive-mode h2 {
  border-left: 1px solid #ccc;
  position: relative;
  padding-left: 1px;
  height: 1%; }

.ie .js .interactive-mode h2 span {
  font-size: 1em;
  border-right: 1px solid #ccc;
  position: relative;
  height: 1%; }

.user-greeting {
  height: 50px;
  text-align: right;
  color: #ff7e0b !important;
  text-transform: none; }

.lfr-dock-list {
  border: 1px solid #fff; }

.js .lfr-dock.expanded .lfr-dock-list-container {
  margin-top: 1px; }

.js .interactive-mode ul {
  background: #FFF;
  display: none;
  float: none; }

.js .interactive-mode li {
  border-left: 1px solid #70a8ed;
  border-right: 1px solid #70a8ed;
  clear: both;
  display: block;
  float: none;
  margin: 0; }

.js .interactive-mode li:last-child {
  border-bottom: 1px solid #70a8ed; }

.js .interactive-mode li a {
  display: block;
  margin-left: 0;
  padding: 5px 0;
  text-decoration: none; }

.js .interactive-mode li a, .js .interactive-mode li a:hover {
  padding: 8px 20px; }

.js .interactive-mode .lfr-dock-list li.first {
  border-top: none; }

.js .interactive-mode .lfr-dock-list li li.first {
  border-top: 1px solid #70a8ed; }

.js .lfr-dock.interactive-mode .my-places li a {
  background-image: none;
  min-width: 150px; }

.js .lfr-dock.interactive-mode .my-places.lfr-flyout.has-children ul {
  margin-top: 0px; }

.js .interactive-mode .my-places li h3 {
  margin: 0; }

.js .interactive-mode .lfr-flyout.has-children h3 {
  min-width: 175px; }

.js .interactive-mode .lfr-flyout.has-children ul {
  display: none;
  margin-left: 0;
  top: -1px; }

.js .interactive-mode .my-places li.current a {
  margin: 0;
  padding-left: 35px; }

.js .interactive-mode li:hover a:hover, .js .interactive-mode li:hover > a, .js .interactive-mode li:hover > h3 > a {
  color: #FFF;
  background: #70a8ed; }

.js .interactive-mode li.toggle-controls {
  display: block; }

.js .interactive-mode li.toggle-controls a {
  background: #70a8ed;
  color: #ffffff; }

.js .controls-hidden .interactive-mode li.toggle-controls a {
  background: none;
  color: #70a8ed; }

/* ---------- Hide unused stuff ---------- */
/* do not show "Add Page" */
#add-page,
.js .delete-tab,
.js .interactive-mode .my-places ul li a.add-page {
  display: none; }

/* This CSS sets the default styles for portlets. */
/* ---------- Portlet wrapper and icons ---------- */
.portlet {
  position: relative;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: box;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -webkit-flex-flow: column;
  /** Safari6/Mac*/
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.portlet-boundary_scorio_account_ {
  display: block;
  background: #fff;
  margin-bottom: 10px;
  padding: 20px;
  box-shadow: 1px 1px 1px #888; }

.portlet-borderless-container {
  width: 100%;
  margin: 20px; }

.ie9 .portlet-borderless-container,
.ie10 .portlet-borderless-container,
.safari400 .portlet-borderless-container,
.safari500 .portlet-borderless-container,
.safari600 .portlet-borderless-container {
  width: 96%; }

.freeform .portlet {
  margin-bottom: 0; }

body.portlet {
  border: none; }

.portlet-topper {
  /*position: relative;*/
  background-color: #D8E3F4; }

/** Generally, portlet titles are styled like h1. This is needed for portlets with
automatically generated content like for example activities. 
For WebContentDisplay portlets, titles are not displayed, 
but instead included in the content section as h1 title. */
.portlet-title {
  color: #FF7E0B;
  font-size: 1.45rem;
  font-weight: bold;
  margin: 0;
  padding: 5px 0;
  display: block;
  width: 95%; }

.portlet-journal-content .portlet-title,
.portlet-boundary_scorioeditor_WAR_scorioportlet_ .portlet-title,
.portlet-boundary_scorioeditorlegacy_WAR_scorioLegacy_ .portlet-title,
.portlet-boundary_scorioproductinfo_WAR_scorioportlet_ .portlet-title,
.portlet-boundary_scoriosearch_WAR_scorioportlet_ .portlet-title,
.portlet-boundary_scoriopublisher_WAR_scorioportlet_ .portlet-title,
.portlet-boundary_scoriocousers_WAR_scorioportlet_ .portlet-title,
.portlet-boundary_scorioscoreleteditor_WAR_scorioportlet_ .portlet-title,
.portlet-boundary_scorioscoreletplayer_WAR_scorioportlet_ .portlet-title {
  display: none; }

.portlet-title img {
  vertical-align: middle; }

.portlet-icons {
  margin: 0;
  position: absolute;
  right: 12px;
  text-align: right;
  top: -6px; }

.controls-hidden .portlet-icons {
  display: none; }

.portlet-icons .nobr {
  display: block;
  float: left;
  padding: 1px; }

.portlet-content, .portlet-minimized .portlet-content-container {
  padding: 12px 10px 10px; }

.portlet-minimized .portlet-content {
  padding: 0; }

.portlet-icon-back {
  background: url(/scorio-6.2-theme/css/../images/arrows/01_left.png) no-repeat 0 50%;
  font-weight: bold;
  padding: 3px 0 3px 18px; }

/* ---------- Panel Page ---------- */
.lfr-panel-page {
  width: 100%; }

.lfr-panel-page .portlet-title {
  font-size: 13px; }

.lfr-panel-page #content-wrapper {
  margin: 0;
  width: auto; }

.lfr-panel-page .lfr-add-content h2 span {
  background-color: #D3DADD; }

/* ---------- Standard styles defined in the JSR 168 ---------- */
/* ---------- Fonts ---------- */
/* ---------- Font attributes for the 'normal' fragment font ---------- */
/* ---------- Font attributes similar to the .portlet-font but the color is lighter ---------- */
/* ---------- Messages ---------- */
/* ---------- Status of the current operation ---------- */
/* ---------- Help messages, general additional information, etc. ---------- */
.portlet-msg-info {
  background: #dff4ff url(/scorio-6.2-theme/css/../images/messages/info.png) no-repeat 6px 50%;
  border: 1px solid #A7CEDF;
  color: #34404F;
  display: block;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left; }

.portlet-msg-info.pending {
  background-image: url(/scorio-6.2-theme/css/../images/common/time.png); }

/* ---------- Error messages ---------- */
.portlet-msg-error {
  color: red; }

.portlet-login .portlet-msg-error {
  display: none; }

.portlet-login .login-wrapper .portlet-msg-error {
  display: block; }

/* ---------- Warning messages ---------- */
.portlet-msg-alert {
  background: #ffffcc url(/scorio-6.2-theme/css/../images/messages/alert.png) no-repeat 6px 20%;
  border: 1px solid #FC0;
  display: block;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left; }

/* ---------- Success messages ---------- */
.portlet-msg-success {
  color: #ff7e0b;
  display: block;
  text-align: left;
  font-size: 0.8rem;
  margin: 2px auto 14px;
  text-align: left; }

/* ---------- Sections ---------- */
/* ---------- Table or section header ---------- */
/* ---------- Normal text in a table cell ---------- */
/* ---------- Text in every other row in the cell ---------- */
/* ---------- Text in a selected cell range ---------- */
.portlet-section-selected, .portlet-section-selected a {
  background: #727C81;
  color: #FFF;
  font-weight: bold;
  text-decoration: none; }

.portlet-section-selected a:hover, .portlet-section-selected a:focus {
  background-color: #727C81; }

/* ---------- Text of a subheading ---------- */
/* ---------- Table or section footnote ---------- */
/* ---------- Text that belongs to the table but does not fall in one of the other categories (e.g. explanatory or help text that is associated with the section) ---------- */
/* ---------- Forms ---------- */
/* ---------- Text used for the descriptive label of the whole form (not the labels for fields) ---------- */
/* ---------- Text of the user-input in an input field ---------- */
/* ---------- Text on a button ---------- */
/* ---------- Text that appears beside a context dependent action icon ---------- */
/* ---------- Text that appears beside a 'standard' icon (e.g. Ok, or Cancel) ---------- */
/* ---------- Text for a separator of fields (e.g. checkboxes, etc.) ---------- */
/* ---------- Text for a field (not input field, e.g. checkboxes, etc.) ---------- */
/* ---------- Menus ---------- */
/* ---------- General menu settings such as background color, margins, etc. ---------- */
/* ---------- Normal, unselected menu item ---------- */
/* ---------- Selected menu item ---------- */
/* ---------- Normal, unselected menu item when the mouse hovers over it ---------- */
/* ---------- Selected menu item when the mouse hovers over it ---------- */
/* ---------- Normal, unselected menu item that has sub-menus ---------- */
/* ---------- Selected sub-menu item that has sub-menus ---------- */
/* ---------- Descriptive text for the menu (e.g. in a help context below the menu) ---------- */
/* ---------- Menu caption ---------- */
/* ---------- Miscellaneous portlet styles ---------- */
.restricted, .restricted td {
  background: #FDD;
  border: none; }

.alt.restricted td {
  background-color: #FFC0C0; }

.hover.restricted td {
  background-color: #D3BDC0; }

.restricted * {
  color: #727C81; }

.restricted td.col-1, .alt.restricted td.col-1 {
  background-image: url(/scorio-6.2-theme/css/../images/messages/error.png);
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 28px; }

/* ---------- Permissions ---------- */
.results-row.lfr-role .col-1, .results-row.hover.lfr-role .col-1 {
  background-image: url();
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 30px; }

.results-row.lfr-role-guest .col-1, .results-row.hover.lfr-role-guest .col-1 {
  background-image: url(/scorio-6.2-theme/css/../images/common/guest_icon.png); }

.results-row.lfr-role-regular .col-1, .results-row.hover.lfr-role-regular .col-1 {
  background-image: url(/scorio-6.2-theme/css/../images/common/user_icon.png); }

.results-row.lfr-role-community .col-1, .results-row.hover.lfr-role-community .col-1 {
  background-image: url(/scorio-6.2-theme/css/../images/common/community_icon.png); }

.results-row.lfr-role-organization .col-1, .results-row.hover.lfr-role-organization .col-1 {
  background-image: url(/scorio-6.2-theme/css/../images/common/organization_icon.png); }

/* ---------- Miscellaneous component styles ---------- */
/* ---------- Add content dialog ---------- */
.lfr-portlet-item, .lfr-portlet-item p a {
  font-size: 1em; }

/* ---------- Actions button ---------- */
.lfr-actions, .lfr-actions ul {
  background: white url(/scorio-6.2-theme/css/../images/forms/button.png) repeat-x 0 100%;
  border: 1px solid;
  border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE; }

.lfr-actions ul {
  bottom: -1px; }

.lfr-actions .lfr-trigger, .lfr-actions .lfr-trigger, .lfr-actions .lfr-trigger strong {
  background: none; }

.lfr-actions .lfr-trigger strong span {
  background: url(/scorio-6.2-theme/css/../images/common/action.png) no-repeat 5px 50%; }

.lfr-actions.left .lfr-trigger strong span {
  background: url(/scorio-6.2-theme/css/../images/common/action_right.png) no-repeat 98% 50%; }

.lfr-actions .lfr-trigger li {
  background: transparent;
  border-bottom: 1px solid #DEDEDE;
  padding: 2px; }

.lfr-actions .lfr-trigger li a {
  padding: 5px 10px 5px 25px; }

.lfr-actions .lfr-trigger li a:hover {
  background-color: #828F95;
  color: #FFF; }

.lfr-actions .lfr-trigger li a img {
  left: 3px;
  position: absolute; }

.lfr-actions .lfr-trigger li.last {
  border-bottom: none; }

.lfr-actions.portlet-options {
  background: none;
  border: none;
  float: left; }

.lfr-actions.portlet-options .lfr-trigger {
  padding: 0; }

.lfr-actions.portlet-options .lfr-trigger strong {
  min-width: 0;
  padding: 1px; }

.lfr-actions.portlet-options .lfr-trigger strong span {
  background-image: url(/scorio-6.2-theme/css/../images/portlet/options.png);
  background-position: 0 0;
  display: block;
  height: 16px;
  padding: 0;
  text-indent: -9999em;
  width: 16px; }

.visible.portlet-options .lfr-trigger strong span {
  background-image: url(/scorio-6.2-theme/css/../images/portlet/options_selected.png); }

/* ---------- Calendar taglib ---------- */
.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
  border: none; }

.taglib-calendar tr td a {
  background-color: #F0F5F7;
  border: 1px solid #FFF;
  border-bottom: none;
  border-left: none;
  display: block;
  height: 15px;
  padding: 5px 0; }

.taglib-calendar table td {
  border-width: 0; }

.taglib-calendar tr td a:hover {
  background-color: #727C81;
  color: #FFF; }

.taglib-calendar .calendar-current-day, .taglib-calendar .calendar-current-day a {
  background-color: #FFF; }

.taglib-calendar .calendar-current-day a {
  border: 1px solid #727C81;
  color: #369;
  text-decoration: underline; }

.taglib-calendar tr td.calendar-inactive {
  background-color: #FFF;
  color: #B5BFC4; }

.taglib-calendar tr th {
  border-bottom-color: #D7D7D7; }

.ie .taglib-calendar tr td.first a {
  border-right: none; }

.portlet-message-boards {
  background-color: #ffffff; }

.menu-content, .underlay-content {
  -webkit-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5); }

.lfr-add-panel, .lfr-device-preview-panel, .lfr-edit-layout-panel {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

.lfr-preview-file-image img, .lfr-translation-manager {
  -webkit-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8);
  box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8); }

.lfr-device-preview .lfr-device-size-status-content {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 1px white;
  -moz-box-shadow: 0 0 1px white;
  box-shadow: 0 0 1px white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9; }
.lfr-device-preview .lfr-device:after, .lfr-device-preview .lfr-device:before {
  -webkit-box-shadow: #111111 0 1px 0;
  -moz-box-shadow: #111111 0 1px 0;
  box-shadow: #111111 0 1px 0; }
.lfr-device-preview .lfr-device:after {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px; }
.lfr-device-preview .lfr-device.rotated:after, .lfr-device-preview .lfr-device.rotated:before {
  -webkit-box-shadow: #111111 -1px 1px 0;
  -moz-box-shadow: #111111 -1px 1px 0;
  box-shadow: #111111 -1px 1px 0; }
.lfr-device-preview .lfr-device.smartphone, .lfr-device-preview .lfr-device.tablet {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px; }
.lfr-device-preview .lfr-device.tablet:before {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

@media (max-width: 979px) {
  .dockbar .navbar-inner .btn-navbar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none; } }
.dockbar .navbar-inner .nav li.staging-toggle.active > a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.dockbar .navbar-inner .nav li.staging-toggle span {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
.dockbar .menu-button-active .menu-button {
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7); }
.dockbar .impersonating-user .alert-info {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.dockbar-split .dockbar .navbar-inner .nav > li > a {
  text-shadow: none; }
.dockbar-split .dockbar .navbar-inner .nav-add-controls > li a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .dockbar-split .dockbar .navbar-inner .nav-add-controls > li a .nav-item-label {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px; }
.dockbar-split .dockbar .navbar-inner .nav-add-controls > li.open a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

@media (max-width: 979px) {
  .navbar .navbar-search .form-search .search-query {
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px; } }
.portlet-document-library .lfr-ddm-small-image-preview, .portlet-dynamic-data-mapping .lfr-ddm-small-image-preview {
  -webkit-box-shadow: 0 1px 3px #cccccc;
  -moz-box-shadow: 0 1px 3px #cccccc;
  box-shadow: 0 1px 3px #cccccc; }

.portlet-asset-category-admin .tree-node-selected, .portlet-asset-category-admin .tree-node-over, .portlet-asset-category-admin .category-item {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
  -webkit-box-shadow: inset 0 0 2px #224fa8;
  -moz-box-shadow: inset 0 0 2px #224fa8;
  box-shadow: inset 0 0 2px #224fa8; }

.portlet-document-library-upload-mask .overlaymask-content {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.lfr-search-combobox-item, .portlet-journal .lfr-search-combobox .search input {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px; }

.lfr-search-combobox .field-input-text {
  -webkit-border-radius: 4px 1px 1px 4px;
  -moz-border-radius: 4px 1px 1px 4px;
  -ms-border-radius: 4px 1px 1px 4px;
  -o-border-radius: 4px 1px 1px 4px;
  border-radius: 4px 1px 1px 4px; }
.lfr-search-combobox .button-input {
  -webkit-border-radius: 1px 4px 4px 1px;
  -moz-border-radius: 1px 4px 4px 1px;
  -ms-border-radius: 1px 4px 4px 1px;
  -o-border-radius: 1px 4px 4px 1px;
  border-radius: 1px 4px 4px 1px; }

.lfr-upload-container .progress-bar, .lfr-upload-container .progress, .lfr-editable:after {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }

body > .lfr-menu-list ul, .active-area-proxy, .entry-display-style .entry-thumbnail, .lfr-api-results, .lfr-translation-manager, .lfr-translation-manager-translation, .lfr-upload-container .cancel-button .modify-pages .delete-tab, .portlet-image-gallery-display .image-thumbnail img, .rule-group-instance-container .rule-group-instance, .select-documents, .select-files, .taglib-ratings.stars:hover, .taglib-ratings.stars:hover .liferay-rating-vote > div, .taglib-ratings.stars .rating-focused > div, .tags-search-combobox .field-input-text {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.entry-display-style, .lfr-search-combobox, .lfr-upload-container .upload-file, .lfr-upload-container .upload-target, .portlet-asset-tag-admin .merge-tag, .portlet-document-library .common-file-metadata-container.selected, .portlet-document-library-display .common-file-metadata-container.selected, .portlet-image-gallery-display .image-icon, .select-documents, .select-files {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper, .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper, .portlet-journal .lfr-ddm-container .field-wrapper {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

.portlet-journal .display-page-item-container .display-page-item, .portlet-journal .display-page-item-container .display-page-item .display-page-item-remove, .taglib-categorization-filter .asset-entry {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px; }

.menu-content {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.taglib-form-navigator > .form-steps > ul.form-navigator.well {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab .tab-label:focus .number {
    -webkit-box-shadow: 0 0 5px 0 #333333;
    -moz-box-shadow: 0 0 5px 0 #333333;
    box-shadow: 0 0 5px 0 #333333;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-property: box-shadow;
    -moz-transition-property: box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab .tab-label .number {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }

.underlay-content {
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px; }

.input-localized .lfr-input-localized-state {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
.input-localized .lfr-input-localized .lfr-input-localized-state {
  -webkit-box-shadow: 0 0 3px #dddddd;
  -moz-box-shadow: 0 0 3px #dddddd;
  box-shadow: 0 0 3px #dddddd; }
  .input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
    -webkit-box-shadow: 0 0 3px #ff0047;
    -moz-box-shadow: 0 0 3px #ff0047;
    box-shadow: 0 0 3px #ff0047; }
.input-localized .palette-item-selected .lfr-input-localized-state {
  -webkit-box-shadow: 0 0 3px #27c1f2;
  -moz-box-shadow: 0 0 3px #27c1f2;
  box-shadow: 0 0 3px #27c1f2; }

.lfr-add-panel .add-content-button .lfr-actions {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }
.lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-list:hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-list.hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-list.over, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-descriptive:hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-descriptive.hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-descriptive.over {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
.lfr-add-panel .lfr-panel.lfr-extended {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.lfr-add-panel .lfr-panel.lfr-extended .lfr-panel-titlebar, .lfr-add-panel .add-application-tab .lfr-add-content .lfr-title-category {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d2dbe4), color-stop(100%, #bdc8d6));
  background-image: -webkit-linear-gradient(#d2dbe4, #bdc8d6);
  background-image: -moz-linear-gradient(#d2dbe4, #bdc8d6);
  background-image: -o-linear-gradient(#d2dbe4, #bdc8d6);
  background-image: linear-gradient(#d2dbe4, #bdc8d6); }
.lfr-add-panel .search-panel .add-content-search .field-input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.lfr-add-dialog .add-content-menu .search-query, .lfr-add-panel .add-content-menu .search-query {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px; }

.lfr-content-preview-popup .lfr-content-preview-popup-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 8px 3px 7px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 8px 3px 7px rgba(0, 0, 0, 0.25);
  box-shadow: 8px 3px 7px rgba(0, 0, 0, 0.25); }

.lfr-message .lfr-message-control {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }

.lfr-token, .layout-customizable-controls, .lfr-translation-manager-delete-translation {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px; }

.customizable-layout-column-content {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

.staging-tabview-list {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.site-variations-tabview-list .tab-content, .staging-tabview-list .tab-active .tab-content, .tagselector-content .textboxlistentry-holder .lfr-tag-selector-input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.rule-group-instance-container .rule-group-instance {
  -webkit-box-shadow: 1px 1px 2px #999999;
  -moz-box-shadow: 1px 1px 2px #999999;
  box-shadow: 1px 1px 2px #999999; }

.lfr-action-label {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

.lfr-api-service-search .field-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

@-o-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; } }

.lfr-progress-active .progress-bar-status, .lfr-upload-container .file-uploading .progress-bar .progress {
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
  -webkit-animation: progress-bar-stripes 0.5s linear infinite;
  -moz-animation: progress-bar-stripes 0.5s linear infinite;
  -ms-animation: progress-bar-stripes 0.5s linear infinite;
  -o-animation: progress-bar-stripes 0.5s linear infinite;
  animation: progress-bar-stripes 0.5s linear infinite;
  -webkit-transition: width 0.5s ease-out;
  -moz-transition: width 0.5s ease-out;
  -o-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out; }

@-webkit-keyframes highlight-animation {
  from {
    background-color: #FFC; }

  to {
    background-color: transparent; } }

@-moz-keyframes highlight-animation {
  from {
    background-color: #FFC; }

  to {
    background-color: transparent; } }

@-o-keyframes highlight-animation {
  from {
    background-color: #FFC; }

  to {
    background-color: transparent; } }

@keyframes highlight-animation {
  from {
    background-color: #FFC; }

  to {
    background-color: transparent; } }

.highlight-animation {
  -webkit-animation: highlight-animation 0.7s;
  -moz-animation: highlight-animation 0.7s;
  -ms-animation: highlight-animation 0.7s;
  -o-animation: highlight-animation 0.7s;
  animation: highlight-animation 0.7s; }

body:first-of-type .portlet-borderless-bar, body:first-of-type .portlet-content .lfr-icon-actions {
  -webkit-transition: opacity 0.5s ease;
  -webkit-transition-delay: 0.15s;
  -moz-transition: opacity 0.5s ease 0.15s;
  -o-transition: opacity 0.5s ease 0.15s;
  transition: opacity 0.5s ease 0.15s; }
body:first-of-type .portlet-borderless-container:hover .portlet-borderless-bar, body:first-of-type .portlet-content:hover .lfr-icon-actions {
  -webkit-transition: opacity 0.5s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s; }
body:first-of-type .portlet-borderless-bar .portlet-actions, body:first-of-type .portlet-content .lfr-icon-actions .taglib-text {
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  -webkit-transition: max-width 0.3s ease-in;
  -webkit-transition-delay: 0.2s;
  -moz-transition: max-width 0.3s ease-in 0.2s;
  -o-transition: max-width 0.3s ease-in 0.2s;
  transition: max-width 0.3s ease-in 0.2s;
  text-overflow: ellipsis;
  white-space: nowrap; }
body:first-of-type .portlet-borderless-bar .portlet-actions, body:first-of-type .portlet-content:hover .lfr-icon-actions .taglib-text {
  -webkit-transition: max-width 0.3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: max-width 0.3s ease 0s;
  -o-transition: max-width 0.3s ease 0s;
  transition: max-width 0.3s ease 0s; }
body:first-of-type .portlet-borderless-bar .portlet-actions {
  -moz-border-radius-bottomleft: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px; }
body:first-of-type .portlet-borderless-bar .portlet-title-default {
  -moz-border-radius-bottomright: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px; }
body:first-of-type .portlet-borderless-container:hover .portlet-borderless-bar .portlet-actions {
  max-width: 500px; }
body:first-of-type .portlet-content:hover .lfr-icon-actions .taglib-text {
  max-width: 200px; }
@media (max-width: 979px) {
  body:first-of-type .portlet-content .lfr-icon-actions .taglib-text {
    max-width: 200px; } }

.portlet-boundary.yui3-dd-dragging {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease; }

.portlet-document-library .entry-thumbnail .label, .portlet-document-library-display .workflow-status .label, .portlet-journal .entry-thumbnail .label {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0; }

@-webkit-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }

  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }

  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

@-moz-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }

  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }

  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

@-o-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }

  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }

  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

@keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }

  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }

  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

.upload-drop-active .lfr-upload-container .upload-target {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none; }
.upload-drop-active .portlet-document-library .document-container {
  -webkit-box-shadow: inset 0 0 5px #b8c1d1;
  -moz-box-shadow: inset 0 0 5px #b8c1d1;
  box-shadow: inset 0 0 5px #b8c1d1; }

.upload-drop-intent .lfr-upload-container .upload-target {
  -webkit-animation: lfr-drop-active 1s ease 0.2s infinite;
  -moz-animation: lfr-drop-active 1s ease 0.2s infinite;
  -ms-animation: lfr-drop-active 1s ease 0.2s infinite;
  -o-animation: lfr-drop-active 1s ease 0.2s infinite;
  animation: lfr-drop-active 1s ease 0.2s infinite; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup, .cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup:hover {
  -webkit-box-shadow: initial;
  -moz-box-shadow: initial;
  box-shadow: initial; }
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:after {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e4e4e4));
  background-image: -webkit-linear-gradient(#ffffff, #e4e4e4);
  background-image: -moz-linear-gradient(#ffffff, #e4e4e4);
  background-image: -o-linear-gradient(#ffffff, #e4e4e4);
  background-image: linear-gradient(#ffffff, #e4e4e4);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:hover:after {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(#f2f2f2, #cccccc);
  background-image: -moz-linear-gradient(#f2f2f2, #cccccc);
  background-image: -o-linear-gradient(#f2f2f2, #cccccc);
  background-image: linear-gradient(#f2f2f2, #cccccc); }

/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
/**********************************************************************
 Override values from other CSS files 
***********************************************************************/
/* Show page scroll bar only, when necessary.
 * Editor should not have a scroll bar since footer is hidden
 */
html {
  overflow: auto; }

.aui body {
  line-height: normal;
  font-family: "Open Sans", open-sans, Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px; }

@media (max-width: 979px) {
  .aui body,
  .aui .container-fluid {
    padding: 0px; } }
.aui form {
  margin: 0px; }

/**********************************************************************
 ckEditor HTML-Editor hack, to give editor 100% of page width when
 editing WebContent
***********************************************************************/
.aui .row-fluid .span8 {
  width: 100%; }

.aui .row-fluid .span4 {
  width: 100%; }

/**********************************************************************

.aui a {
	color: #70a8ed;
}

.aui h1, .aui h2, .aui h3, .aui h4, .aui h5, .aui h6 {
   font-weight: 300;
}
/**********************************************************************
 Wrapper
***********************************************************************/
#wrapper {
  width: 100%;
  float: left; }

#wrapper.sc-viewer {
  width: 1060px; }

#main-content {
  margin: 0px auto;
  margin-top: 60px;
  /* height of header + top-margin for portlets */ }

body.sc-display-undecorated #main-content {
  margin: 0px; }

.portal-iframe #content-wrapper,
.portal-iframe #main-wrapper {
  width: 100%; }

/**********************************************************************
 Advertisements
***********************************************************************/
/* right hand advertisement area */
#ads-right {
  margin-left: 20px;
  position: fixed;
  top: 0;
  right: 0; }

.ie #ads-right {
  margin-top: 15px; }

/* bottom advertisement area */
#ads-bottom {
  clear: left; }

.ie #ads-bottom {
  width: 1035px; }

/* dynamic ads on search page */
.ad-search {
  margin-left: 30px; }

#footer {
  position: relative;
  display: inline-block;
  background-color: #eeeeee;
  padding: 10px;
  margin-top: 20px;
  width: 100%;
  width: calc(100% - 20px); }

#footer div {
  position: relative;
  float: left; }

#footer-navigation div {
  padding-right: 50px; }

#footer a {
  display: block;
  text-decoration: none;
  font-size: 12px;
  padding: 5px; }

#footer a:hover {
  color: #ffffff;
  background: #70a8ed; }

div#language {
  float: right;
  /* set appearance for selected language/locale */ }
  div#language span {
    font-size: 12px;
    color: #ff7d0b; }

div#language a {
  display: inline-block; }

/*@media all and (max-width : 800px) {
    #footer div {
        clear: both;
        margin-bottom: 10px;
    }
}*/
/******* Allgemeine Styles für WebContent ****/
/** Tight header version with less vertical space */
.scorio-portlet-content h1.tight {
  margin: 0 0 5px; }

/** Additional top margin for journal articles (press/newsletter archive) */
.portlet-journal-articles .journal-content-article {
  margin-top: 1.5em; }

/* Contact-Formular */
#portlet-wrapper-1_WAR_webformportlet_INSTANCE_Dsk9 label {
  float: left;
  width: 170px; }

/************************** Login-Formular ******************/
.portlet-login .sign-in-help {
  margin-bottom: 20px; }

.portlet-login .login-wrapper {
  max-width: 400px;
  margin: 0 auto; }

.portlet-login .login-form {
  width: 100%;
  float: left; }

.portlet-login .login-form fieldset {
  width: 100%; }

.portlet-login .ctrl-holder.inline-label {
  float: left;
  margin-bottom: 10px; }

.portlet-login .ctrl-holder.inline-label label {
  float: none;
  padding-right: 8px;
  font-size: 0.8rem; }

.portlet-login .ctrl-holder.inline-label input {
  vertical-align: middle; }

.portlet-login .navigation {
  border: none;
  background: none;
  padding: 25px 0;
  float: left;
  width: calc(100% + 65px);
  text-align: center; }

.portlet-login .navigation a {
  padding: 10px;
  width: 100%;
  font-size: 0.9rem; }

.portlet-login .navigation a:hover {
  background: #70a8ed; }

/************************** Andere **********************************/
/* Forum mit Rand versehen */
.taglib-search-iterator {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc; }

/** Profile -------------------------------------------------*/
#p_p_id_scorio_account_ .portlet-borderless-bar {
  display: none; }

#_scorio_account_sectionsContainer .block-labels,
#_scorio_account_sectionsContainer .block-labels2 {
  width: 45%;
  padding: 20px; }

#_scorio_account_sectionsContainer #details .block-labels:last-child > div,
#_scorio_account_sectionsContainer #details .block-labels2:last-child > div {
  padding: 30px; }

#_scorio_account_sectionsContainer #addresses .block-labels,
#_scorio_account_sectionsContainer #addresses .block-labels2 {
  width: 100%; }

#_scorio_account_sectionsContainer input[type="button"] {
  width: 48%; }

#_scorio_account_sectionsContainer input[type="button"]:first-child {
  float: left; }

#_scorio_account_sectionsContainer input[type="button"]:last-child {
  float: right; }

#_scorio_account_sectionsContainer .form-navigation {
  width: 90%; }

#_scorio_account_sectionsContainer label[for="_scorio_account_newsletterAbo"] {
  font-size: 1rem; }

/** ---------------------------------------------------------*/
input.openid-login[type="text"] {
  padding-left: 0px; }

.fb_connect_button {
  float: left;
  width: 130px; }

.layer {
  position: absolute;
  width: 246px;
  height: 180px;
  left: -16px; }

/* Pressebereich --------------------------------------------------------------------------  */
/** Artikel-Liste: 62 portlet-journal-articles -------------------------------------------- */
/* Rand ausschalten */
.portlet-journal-articles .taglib-search-iterator {
  border: none; }

/* Zebra-Highlight ausschalten */
.portlet-journal-articles .taglib-search-iterator .results-row.alt td {
  background: transparent; }

/* Seitennavigation ausschalten */
.portlet-journal-articles .taglib-page-iterator {
  display: none; }

/* -------------------------------------------------------------------------------------------*/
/* kein zusätzlicher Abstand für AGB und Datenschutz */
p.MsoNormal, p.MsoListParagraph {
  margin-bottom: 0px; }

/* Sliding Door button style (z.B. für Kauflinks) */
.sliding-door-button {
  float: left;
  display: inline;
  /*For ignore double margin in IE6*/
  margin: 0 10px; }

.sliding-door-button a {
  text-decoration: none;
  float: left;
  cursor: pointer;
  color: #ffffff;
  font-size: large;
  background: url(/scorio-6.2-theme/css/../images/bg_button_blue.gif) no-repeat top right; }

.sliding-door-button a span {
  margin: 0 10px 0 -10px;
  padding: 10px 8px 5px 18px;
  position: relative;
  /*To fix IE6 problem (not displaying)*/
  float: left;
  height: 35px;
  text-shadow: 0.1em 0.1em 0.05em #333;
  background: url(/scorio-6.2-theme/css/../images/bg_button_blue.gif) no-repeat top left; }

/* -------------------------------------------------------------------------------------------*/
/* Claim und Sozialbuttons                                                                    */
/* -------------------------------------------------------------------------------------------*/
#sc-claim {
  width: 80%;
  float: left;
  position: relative;
  height: 45px; }

#sc-claim h1 {
  margin: 0;
  padding: 0;
  font-size: 2.2em;
  line-height: 45px; }

#sc-social {
  padding: 10px; }

#sc-social > div {
  float: right;
  margin-bottom: 7px; }

div#sc-user-info {
  float: right;
  clear: both; }

/* -------------------------------------------------------------------------------------------*/
/* Produkttabelle                                                                             */
/* -------------------------------------------------------------------------------------------*/
.sc-bold {
  font-weight: bold; }

.sc-orange {
  color: #FF7E0B; }

.sc-green {
  color: #A0C646; }

.sc-product-overview {
  margin-top: 2px;
  display: flex;
  flex-direction: column;
  overflow-x: scroll; }

.sc-product-block,
.sc-product-row {
  margin-top: 2px;
  display: flex; }

.sc-product-block {
  border: 2px solid #333;
  min-width: 360px; }

.sc-basic {
  /* fallback */
  background-color: #ffffff;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, left top, right top, from(#d5eba3), color-stop(0.06, white));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(left, #d5eba3, white 60%);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #d5eba3, white 60%);
  /* IE 10 */
  background: -ms-linear-gradient(left, #d5eba3, white 60%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #d5eba3, white 60%); }

.sc-pro {
  /* fallback */
  background-color: #ffffff;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, left top, right top, from(#a0c646), color-stop(0.06, white));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(left, #a0c646, white 60%);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #a0c646, white 60%);
  /* IE 10 */
  background: -ms-linear-gradient(left, #a0c646, white 60%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #a0c646, white 60%); }

.sc-product-cross-header {
  width: 90px;
  font-weight: bold;
  align-self: center; }

.sc-product-overview .sc-product-content {
  width: calc(100% - 100px); }

.sc-product-row > div {
  width: calc(20% - 10px);
  overflow: hidden;
  text-overflow: ellipsis;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333; }

.sc-product-row > div:first-child {
  width: calc(40% - 10px);
  text-align: left; }

.sc-product-checked {
  background: url("/scorio-6.2-theme/css/../images/check.png") no-repeat center center;
  background-size: 15px; }

.sc-product-cross-header,
.sc-product-row > div {
  padding: 5px;
  text-align: center; }

.sc-product-row:last-child > div {
  border-bottom: none; }

div.sc-no-hborder {
  border-left: 1px solid transparent;
  border-right: none; }

div.sc-left-hborder {
  border-left: 1px solid #333;
  border-right: none; }

/* -------------------------------------------------------------------------------------------*/
/* Startseite                                                                                 */
/* -------------------------------------------------------------------------------------------*/
.sc-intro {
  clear: both;
  max-width: 450px;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 32px;
  font-weight: 300;
  color: #ff7e0b;
  padding: 50px;
  transition: background-color 2s ease, color 2s ease, opacity 2s ease;
  border-radius: 50px;
  cursor: pointer; }

.sc-intro:hover {
  background: #ff7d0b;
  color: #ffffff;
  opacity: 0.8; }

.sc-intro div.sc-intro-text {
  text-align: center; }

.sc-intro div.sc-triangle {
  position: relative;
  top: 0.2em;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 40px 0 40px 70px;
  border-color: transparent transparent transparent #ff7d0b;
  opacity: 0.5;
  border-radius: 0 50px 50px 0;
  padding: 0;
  margin-left: 30px;
  transition: border-color 2s ease; }

.sc-intro:hover div.sc-triangle {
  border-color: transparent transparent transparent #ffffff; }

.sc-header {
  background-color: #ffffff;
  border: none;
  display: block; }

.sc-product {
  margin-top: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center; }

.sc-product div:last_child {
  align-self: flex-end; }

.sc-product h2 {
  font-weight: 300;
  font-size: 40px;
  color: #ff7e0b; }

.sc-product .sc-thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.sc-product .sc-thumbs div {
  padding: 20px; }

.sc-product .sc-thumbs a {
  text-decoration: none; }

.sc-thumb {
  height: 170px;
  width: 170px;
  margin: 0 auto;
  border: 1px solid grey;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center; }

.ie .sc-thumb {
  display: block; }

.sc-tile .sc-thumb:hover {
  border: 1px solid #ff7e0b;
  box-shadow: 1px 1px 5px #ff7e0b; }

.sc-tile a:hover {
  background-color: transparent; }

.sc-store {
  max-width: 170px;
  margin: 0 auto;
  margin-top: 30px;
  border: 1px solid grey;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center; }

.ie .sc-store {
  display: block; }

.sc-store:hover {
  border: 1px solid #ff7e0b;
  box-shadow: 1px 1px 5px #ff7e0b; }

.sc-product ul {
  padding: 0; }

.sc-product li {
  list-style-type: none;
  background: url(/scorio-6.2-theme/css/../images/play.png) no-repeat;
  background-size: 30px auto;
  padding-left: 35px;
  line-height: 30px; }

.sc-product .sc-next {
  width: unset;
  float: unset;
  text-align: unset; }

.sc-left .sc-next {
  text-align: left; }

.sc-next a {
  float: right;
  text-decoration: none;
  color: #ff7e0b;
  padding: 20px;
  width: inherit; }

.sc-left .sc-next a {
  text-align: left; }

.sc-next a:hover {
  background-color: #ff7e0b;
  color: #fff;
  cursor: pointer; }

.sc-music-editor {
  background: url("/scorio-6.2-theme/css/../images/scorioLogoPro.png") center no-repeat;
  width: 210px;
  height: 210px; }

.sc-music-editor-unlimited {
  background: url("/scorio-6.2-theme/css/../images/scorioLogoUnlimited.png") center no-repeat;
  width: 210px;
  height: 210px; }

.sc-music-notator-ios {
  background: url("/scorio-6.2-theme/css/../images/music-notator_iOS_170x170.png") center no-repeat; }

.sc-music-notator-android {
  background: url("/scorio-6.2-theme/css/../images/music-notator-android-150x150.png") center no-repeat; }

.sc-music-case {
  background: url("/scorio-6.2-theme/css/../images/music-case_iOS_170x170.png") center no-repeat; }

.sc-music-reader {
  background: url("/scorio-6.2-theme/css/../images/music-reader_iOS_170x170_new.png") center no-repeat; }

.sc-fastspring {
  text-decoration: none;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: rgba(255, 126, 11, 0.8);
  font-family: inherit;
  font-weight: bold;
  color: #ffffff;
  height: 50px;
  width: 210px; }

.sc-fastspring:hover {
  background-color: #ff7e0b; }

.sc-fastspring:hover {
  background-color: #ff7e0b; }

.sc-fastspring a {
  color: #ffffff; }

.aui .sc-fastspring a:hover,
.aui .sc-intro-wrapper:hover,
.aui .sc-abo a:hover {
  color: white;
  background-color: initial;
  text-decoration: none; }

.sc-apple {
  background: url("/scorio-6.2-theme/css/../images/app-store.svg") no-repeat;
  background-size: 170px;
  height: 50px;
  width: 170px; }

.sc-android {
  background: url("/scorio-6.2-theme/css/../images/google-play.svg") no-repeat;
  background-size: 145px;
  height: 50px;
  width: 145px; }

/** Abo-Seite */
.sc-abos {
  width: 60%;
  margin: 0 auto; }

.sc-abos h2 {
  font-weight: bold; }

.sc-abo {
  margin: 30px 0;
  border: 1px solid #ccc;
  padding: 30px;
  border-radius: 10px;
  float: left; }

.sc-abo a > div {
  width: 50%; }

/************************** Login Hook Portlet ******************/
#sc-facebook-sign-in-image {
  width: 225px;
  margin-top: 30px;
  position: relative;
  left: -1px; }

.scorio-portlet-content .portlet-title {
  font-weight: 300;
  font-size: 28.5px; }

.sc-toBeHiddenLiferayDefaultField {
  display: none !important; }

#sc-agreedToTermsOfUse,
#sc-newsletterAbo {
  margin: 0px; }

.control-group.control-group-inline.form-inline.input-boolean-wrapper {
  display: inline-flex;
  margin: 0px; }

.sc-customLoginFieldContainer .checkbox {
  padding: 0px;
  font-size: 12px; }

.sc-loginFormContainer {
  position: relative;
  left: 50%;
  transform: translate(-50%);
  width: 220px; }

.sc-loginFormContainer a {
  background-color: white; }

.sc-loginFormContainer .navigation {
  width: 220px;
  padding: 0px; }

.sc-loginFormContainer .navigation img {
  display: none; }

.sc-loginFormContainer .navigation a {
  font-size: 12px;
  padding: 3px; }

.sc-loginFormContainer .navigation a .taglib-text {
  text-decoration: none; }

.sc-loginFormContainer .navigation a:hover {
  color: white;
  text-decoration: none; }

.sc-loginFormContainer .navigation li {
  display: inline-flex;
  float: none;
  white-space: nowrap; }

.sc-loginFormContainer .lfr-input-text {
  width: 220px;
  max-width: none !important; }

.sc-customLoginFieldContainer {
  width: 350px;
  font-size: 12px;
  margin-bottom: 10px; }

#sc-agreedToTermsOfUse,
#sc-newsletterAbo {
  margin-right: 5px; }

.sc-loginHrContainer {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
  width: 220px; }

.sc-loginHr {
  border-color: lightgray;
  margin: 0px !important; }

.sc-loginHrOr {
  display: inline-block;
  color: lightgray;
  background-color: white;
  position: relative;
  top: -14px;
  padding: 0px 20px;
  font-size: 12px; }

.sc-loginFormContainer button[type="submit"],
.sc-loginFormContainer button[type="button"] {
  background-color: #70a8ed;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  width: 220px;
  line-height: 25px; }

.sc-loginFormContainer button[type="submit"]:hover,
.sc-loginFormContainer inbutton[type="button"]:hover {
  background-color: rgba(112, 168, 237, 0.79);
  background-position: 0 40px; }