
/** main.css **/ 

/** main.article.css **/ 

/** main.gb.css **/ 

/** main.fb.css **/ 

/** main.team.css **/ 

/** main.mediaAdmin.css **/ 


/*** /assets/35eb3253//css/main.css ***/

body {
  height: 100%;
  margin: 0;
  overflow-y: scroll;
  left: 0px !important;
  top: 0px !important; }

html {
  /* padding-bottom: 50px; ??? */
  min-height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative; }

.abbable, .ui-sortable-handle {
  cursor: move;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  cursor: grab; }

.ui-sortable-helper .grabbable, .grabbable:active, .ui-sortable-handle:active {
  cursor: all-scroll;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
  cursor: grabbing; }
/* SPONSORS */
/*.sponsor_preview_container{
 margin-left: -20px;
 margin-right: -20px;
 }*/
.sponsor_preview {
  display: inline-block;
  padding: 0px 10px 5px;
  margin: auto; }

.sponsor_preview_gray {
  filter: url(/assets/35eb3253//css/filters.svg#grayscale);
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome & Safari 6+ */ }

.sponsor_preview_gray:hover {
  filter: none;
  -webkit-filter: grayscale(0); }

.sponsor_frame {
  padding: 10px;
  text-align: center;
  float: left;
  border: #ccc solid 1px;
  margin: 8px;
  width: 268px;
  height: 186px; }
  .sponsor_frame img {
    max-width: 100%; }

.text-overflow-ellipsis {
  text-overflow: ellipsis;
  white-space: pre-line;
  overflow: hidden; }

.popover {
  z-index: 100;
  /* A value higher than 1010 that solves the problem */ }
/* GALLERY */
.blueimp-gallery > .info {
  position: absolute;
  top: 60px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: 0.9;
  display: none; }

.blueimp-gallery > .info, .blueimp-gallery > .title {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }
/* CLEDITOR */
img.shimage {
  max-width: 100%; }

img.shimage-left {
  float: left;
  margin: 0px 10px 10px 0px; }

img.shimage-right {
  float: right;
  margin: 0px 0px 10px 10px; }
/* PAGEADMIN */
.nodeimage {
  vertical-align: middle;
  float: left;
  clear: both; }

.pagecontrol {
  float: right; }

.cut_page {
  background-color: #fbe3e4; }

ul.pagetree_contents {
  padding: 0px;
  margin: 0px;
  list-style-type: none; }

.pagechanged > .nodecontent {
  background-color: #ffc; }
/* WIDGETS */
.widget {
  margin-bottom: 20px;
  position: relative; }
/* Widget Admin */
.widget-drop, .widget-tools {
  display: none; }

.page-admin .widget-drop {
  border: 2px solid black;
  color: black;
  background: #ecf3fa;
  border-radius: 0px;
  margin: 5px 0px;
  text-decoration: none;
  padding: 5px;
  box-shadow: 4px 4px 10px rgba(43, 39, 39, 0.3);
  width: 100%;
  text-align: center; }
  .page-admin .widget-drop.btn-warning {
    background: #ebb732; }
  .page-admin .widget-drop, .page-admin .widget-tools {
    display: inherit; }
  .page-admin .widget-admin {
    min-height: 30px;
    position: relative; }
    .page-admin .widget-admin.ui-draggable-dragging {
      opacity: 0.7; }
    .page-admin .widget-admin .overlay {
      background: rgba(20, 20, 20, 0.5);
      position: absolute;
      top: 0px;
      left: 0px;
      bottom: 0px;
      right: 0px;
      z-index: 9998;
      display: none; }
    .page-admin .widget-admin.ui-draggable-dragging {
      z-index: 9997; }
      .page-admin .widget-admin.ui-draggable-dragging .overlay {
        display: block; }
      .page-admin .widget-admin.ui-draggable-dragging .widget-drop {
        visibility: hidden; }
      .page-admin .widget-admin.ui-draggable-dragging.widget-active > .widget {
        background: #ccc; }
    .page-admin .widget-admin .dropped {
      background-color: orange; }
    .page-admin .widget-admin .widget-active.widget-drop, .page-admin .widget-admin.widget-active > .widget {
      outline: 5px solid rgba(56, 111, 197, 1); }
    .page-admin .widget-admin .widget {
      min-height: 30px; }
    .page-admin .widget-admin .widget-tools {
      display: none;
      position: absolute;
      background: #386fc5;
      left: -4px;
      top: -36px;
      padding: 5px;
      z-index: 10;
      color: #fff; }
      .page-admin .widget-admin .widget-tools a {
        color: white;
        padding: 3px;
        font-size: 18px; }
    .page-admin .widget-admin.widget-active > .widget-tools {
      display: block; }
    .page-admin .widget-admin .widget-drop {
      margin-bottom: 20px; }

.widget_editor {
  z-index: 1041; }

#pagebanner {
  overflow: hidden;
  position: relative;
  min-height: 20px; }

.pagebanner-empty {
  display: none; }

.page-admin .pagebanner-empty {
  display: block; }
  .page-admin .pagebanner-admin {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    border: 5px solid rgba(56, 111, 197, 1);
    background: rgba(56, 111, 197, 0.2);
    display: none; }
    .page-admin .pagebanner-admin .banner-tools {
      width: 300px;
      height: 80px;
      top: 0px;
      position: absolute;
      bottom: 0px;
      left: 0px;
      margin: auto;
      right: 0px;
      z-index: 50;
      text-align: center;
      padding-top: 20px; }
      .page-admin .pagebanner-admin .banner-tools a {
        font-size: 30px;
        color: #fff;
        background: rgba(56, 111, 197, 1);
        padding: 10px;
        margin: 10px; }
  .page-admin .pagebanner:hover .pagebanner-admin {
    display: block; }

#banner-image-preview .pagebanner-preview {
  width: 100%; }
/* ???
 .widget > .panel,
 .widget > div > .panel{
 margin-bottom: none;
 } */
/* MATCHES */
.sh-matches-next .slick-slide img {
  display: inline; }
  .sh-matches-next .match {
    font-size: 12px;
    margin-top: 0px;
    padding-top: 10px;
    width: 100%;
    overflow: visible; }
    .sh-matches-next .match .match_teams {
      display: table;
      width: 100%; }
    .sh-matches-next .match .match_home {
      font-weight: bold;
      font-size: 13px;
      display: inline;
      display: table-cell;
      width: 48%; }
    .sh-matches-next .match .match_guest {
      font-weight: bold;
      font-size: 13px;
      text-align: right;
      display: table-cell;
      width: 48%; }
    .sh-matches-next .match .match_vs {
      display: block;
      text-align: center;
      display: table-cell;
      width: 4%;
      vertical-align: middle; }
    .sh-matches-next .match .match_date, .sh-matches-next .match .match_time {
      display: inline; }
    .sh-matches-next .match .match_result {
      float: right; }

.sh-matches-next-big .match .panel {
  margin-left: 20px;
  margin-right: 20px; }
  .sh-matches-next-big .match .match_logo {
    text-align: center;
    display: block; }
  .sh-matches-next-big .match .match_teams {
    display: table;
    width: 100%; }
  .sh-matches-next-big .match .match_home {
    text-align: center;
    font-size: 1.4em;
    position: relative; }
  .sh-matches-next-big .match .match_guest {
    text-align: center;
    font-size: 1.4em;
    position: relative; }
  .sh-matches-next-big .match .result {
    position: absolute;
    font-size: 2em;
    font-weight: bold;
    top: 50%;
    transform: translateY(-50%); }
  .sh-matches-next-big .match .result-home {
    right: 10px; }
  .sh-matches-next-big .match .result-guest {
    left: 10px; }
  .sh-matches-next-big .match .match_datetime {
    text-align: center; }

.match_map_box {
  position: absolute;
  display: none;
  width: 400px;
  height: 320px;
  background-color: #666;
  border: 1px solid #888;
  z-index: 99; }

.match_map_box_title {
  height: 20px;
  padding: 4px;
  font-weight: bold;
  font-size: 12px;
  color: #eee;
  user-select: none; }

.match_map_close {
  float: right; }

.match_map {
  position: absolute;
  left: 0px;
  top: 20px;
  bottom: 0px;
  right: 0px; }

.match_loading {
  width: 30px; }

@media (max-width: 600px) {
  .match_map_box {
    position: fixed;
    z-index: 9999;
    top: 0px !important;
    left: 0px !important;
    bottom: 0px !important;
    right: 0px !important;
    width: auto;
    height: auto; }

  .match_map_box_title {
    height: 40px;
    font-size: 1.2em;
    color: #ddd;
    cursor: default; }

  .match_map_close {
    float: right; }

  .match_map {
    top: 40px; } }
/* ASPECT_RATIOS */
.ar {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .ar.ar_4_3 {
    padding-top: 75%; }
  .ar.ar_16_9 {
    padding-top: 56%; }
  .ar.ar_2_1 {
    padding-top: 50%; }
  .ar.ar_3_1 {
    padding-top: 33%; }
  .ar.ar_4_1 {
    padding-top: 25%; }
  .ar.ar_1_1 {
    padding-top: 25%; }
  .ar > * {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
/* FOCUS */
/* SPACERS */
.spacer1 {
  height: 0px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block; }

.spacer2 {
  height: 0px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block; }

.spacer3 {
  height: 0px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block; }

.spacer4 {
  height: 0px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block; }

.fussballde iframe {
  width: 100%;
  padding-right: 1px; }

.fupa_widget {
  width: 100%; }
/* SIDE-TOOLBOX */
.style-busy {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 101;
  text-align: center;
  padding-top: 200px;
  color: rgba(21, 21, 21, 0.3);
  display: none; }
  .style-busy .need-reload {
    color: #333;
    display: none; }

.switchLayout {
  width: 100%;
  position: relative;
  display: block;
  height: 150px;
  background: gray;
  background-position: center top;
  background-size: cover;
  text-align: center;
  border: 1px solid gray; }
  .switchLayout span {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    vertical-align: central;
    text-align: center;
    padding: 10px;
    font-size: 1.3em;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
    background: rgba(0, 81, 150, 0.18); }

.style-tool.pinned .style-tool-ribbon > .fa:before {
  content: "\f276"; }

.style-tool {
  display: block;
  position: fixed;
  top: 0px;
  bottom: 0px;
  width: 340px;
  z-index: 102;
  transition: left 0.2s;
  left: -316px; }
  .style-tool:hover, .style-tool.pinned, .style-tool.opened {
    transition: left 0.2s;
    left: 0px; }
  .style-tool .style-tool-ribbon {
    position: absolute;
    left: 316px;
    top: 36px;
    background: #f89406;
    padding: 8px 5px;
    box-shadow: 0px 2px 9px rgba(105, 105, 105, 0.61);
    border-radius: 0px 4px 4px 0px; }
  .style-tool .style-tool-content {
    width: 316px;
    height: 100%;
    background: #444;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.675);
    border-right: 1px solid gray;
    position: absolute;
    top: 36px;
    bottom: 10px; }
  .style-tool .style-tool-content .folder {
    padding: 0px;
    text-align: center;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    background: #999; }
    .style-tool .style-tool-content .folder .design-group {
      padding: 5px 0px;
      border-bottom: 1px solid #888; }
    .style-tool .style-tool-content .folder .group-title {
      font-size: 1.1em;
      font-weight: bold; }
    .style-tool .style-tool-content .folder .param-title {
      font-size: 0.9em;
      font-weight: bold; }
    .style-tool .style-tool-content .folder .folder-trigger {
      text-align: center; }
      .style-tool .style-tool-content .folder .folder-trigger a {
        text-decoration: none;
        display: block;
        background: #333;
        color: #eee;
        font-size: 1.2em;
        padding: 5px 10px; }
        .style-tool .style-tool-content .folder .folder-trigger a:hover {
          background: #393939; }
    .style-tool .style-tool-content .folder td {
      padding: 2px 0px; }
      .style-tool .style-tool-content .folder td .colorpicker-element-wrapper {
        min-width: 85%; }
    .style-tool .style-tool-content .folder tr > td:first-child {
      width: 80px; }
  .style-tool .style-tool-content .folder:last-child {
    border-bottom: 1px solid #fff; }
  .style-tool .style-tool-content .design-actions {
    position: fixed;
    bottom: 0px;
    padding: 10px; }

#design-mobile-preview {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  background: #333;
  width: auto;
  display: block;
  bottom: 0px;
  padding: 100px 50%; }

#design-mobile-preview > iframe {
  height: 100%;
  width: 400px;
  margin-left: 50%;
  border: 10px solid black;
  border-radius: 5px; }

#design-preview {
  position: fixed;
  top: 36px;
  right: 0px;
  left: 0px;
  background: #333;
  width: auto;
  display: block;
  bottom: 0px;
  padding: 0px 0px; }
  #design-preview.style-tool-pinned {
    padding-left: 315px; }

#design-preview > iframe {
  height: 100%;
  width: 100%; }

#design-preview.mobile {
  padding: auto 40px; }
  #design-preview.mobile > iframe {
    height: calc(100vh - 100px);
    width: 460px;
    margin: 70px 30%;
    border-radius: 10px;
    border: 15px solid black;
    border-top: 35px solid black; }
/*#tools-container .style-visible,
 #tools-container.style .style-hidden {
 visibility: hidden;
 opacity: 0;
 transition: visibility 0s, opacity 0.5s linear;
 position: absolute;
 }
 #tools-container.style .style-visible,
 #tools-container .style-hidden {
 visibility: visible;
 opacity: 1;
 position: static;
 transition: visibility 0s, opacity 0.5s linear;
 }*/
.panel-heading > .nav-tabs {
  border-bottom: none;
  margin-bottom: -10px; }

.toolbox-right {
  position: fixed;
  left: auto;
  top: 32px;
  background: #444;
  border: 1px solid #555;
  min-width: 350px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.8);
  font-size: 16px;
  border-radius: 0px;
  z-index: 102;
  color: #ccc;
  padding: 10px;
  bottom: 0px;
  right: 0px;
  transition: right 1s; }
  .toolbox-right.toolbox-right-hidden {
    right: -400px;
    transition: right 1s; }
  .toolbox-right .toolbox-right-brand {
    text-align: center;
    margin-top: 30px; }
  .toolbox-right .toolbox-right-brand img {
    max-width: 70%; }
  .toolbox-right a {
    color: #ddd; }
  .toolbox-right a:hover {
    color: #fff; }
  .toolbox-right > ul {
    margin: -10px;
    padding: 0px; }
  .toolbox-right > ul > li:not(.divider) {
    padding: 4px 25px;
    list-style: none; }
    .toolbox-right > ul > li:not(.divider):last-child {
      border-bottom: none; }
    .toolbox-right > ul > li:not(.divider) a {
      display: inline-block; }
  .toolbox-right > ul > li:hover {
    background: #555; }
  .toolbox-right > ul > li.active {
    background: #555; }
  .toolbox-right > ul > li.divider {
    border-bottom: 1px solid #555;
    list-style: none;
    padding: 20px 15px 0px;
    color: #eee;
    font-weight: bold; }
    .toolbox-right > ul > li.divider:hover {
      background: transparent; }

.side-toolbox {
  /* Perfect scroll */ }
  .side-toolbox a {
    text-decoration: none;
    color: #eee; }
  .side-toolbox a:hover {
    color: #fff;
    text-decoration: none; }
  .side-toolbox .ps.ps--active-x .ps__scrollbar-x-rail {
    background: transparent; }
  .side-toolbox .ps:hover .ps__scrollbar-x-rail:hover {
    background: transparent; }
  .side-toolbox .ps .ps__scrollbar-x-rail:hover .ps__scrollbar-x {
    height: 3px;
    background-color: #fff; }
    .side-toolbox .ps .ps__scrollbar-x-rail .ps__scrollbar-x {
      height: 3px;
      bottom: -1px; }
  .side-toolbox .toolbox-dropdown {
    position: relative; }
  .side-toolbox .toolbox-dropdown-container {
    position: fixed;
    left: -20px;
    top: 32px;
    background: #444;
    border: 1px solid #555;
    min-width: 300px;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
    display: none;
    font-size: 16px;
    border-radius: 0px;
    z-index: 102;
    color: #ccc; }
  .side-toolbox .toolbox-dropdown-container.toolbox-dropdown-container-admin {
    bottom: 0px; }
  .side-toolbox .toolbox-dropdown-container a {
    color: #ddd; }
  .side-toolbox .toolbox-dropdown-container a:hover {
    color: #fff; }
  .side-toolbox .toolbox-dropdown-container .toolbox-dropdown-header {
    padding: 8px;
    border-bottom: 1px solid #555; }
    .side-toolbox .toolbox-dropdown-container .toolbox-dropdown-header h1 {
      padding: 0px;
      margin: 0px 0px 0px;
      font-size: 20px; }
  .side-toolbox .toolbox-dropdown-container .toolbox-dropdown-footer {
    padding: 8px;
    border-top: 1px solid #555; }
  .side-toolbox .toolbox-dropdown-container .toolbox-dropdown-body {
    overflow-x: auto;
    overflow-y: visible;
    padding: 14px; }
    .side-toolbox .toolbox-dropdown-container .toolbox-dropdown-body > ul {
      margin: -10px;
      padding: 0px; }
      .side-toolbox .toolbox-dropdown-container .toolbox-dropdown-body > ul > li:not(.divider) {
        padding: 4px 10px;
        border-bottom: 1px solid #555;
        list-style: none; }
        .side-toolbox .toolbox-dropdown-container .toolbox-dropdown-body > ul > li:not(.divider):last-child {
          border-bottom: none; }
        .side-toolbox .toolbox-dropdown-container .toolbox-dropdown-body > ul > li:not(.divider) a {
          display: inline-block; }
      .side-toolbox .toolbox-dropdown-container .toolbox-dropdown-body > ul > li:hover {
        background: #555; }
      .side-toolbox .toolbox-dropdown-container .toolbox-dropdown-body > ul > li.divider {
        border-bottom: none; }
        .side-toolbox .toolbox-dropdown-container .toolbox-dropdown-body > ul > li.divider:hover {
          background: transparent; }
  .side-toolbox .toolbox-dropdown-container-visible {
    display: block; }
  .side-toolbox .toolbox-spacer {
    transition: height 0.2s;
    height: 36px; }
  .side-toolbox .side-toolbox-content {
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    background: #fff;
    z-index: 1000;
    transition: 0.2s;
    color: #ccc;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    background: #333;
    z-index: 1001;
    border-bottom: 1px solid #555;
    height: 36px; }
  .side-toolbox .side-toolbox-tools {
    display: table;
    padding-left: 19px;
    width: 100%; }
  .side-toolbox .side-toolbox-tools-left {
    display: table-cell; }
  .side-toolbox .side-toolbox-tools-right {
    display: table-cell;
    text-align: right; }
  .side-toolbox.toolbox-hidden .side-toolbox-content {
    transition: top 0.2s;
    top: -40px; }
  .side-toolbox.toolbox-hidden .toolbox-spacer {
    transition: height 0.2s;
    height: 0px; }
  .side-toolbox.toolbox-hidden .side-toolbox-trigger .fa:before {
    content: "\f0d7"; }
  .side-toolbox .toolbox-tool {
    display: inline-block;
    margin-left: -4px;
    max-height: 36px; }
  @media (max-width: 992px) {
    .side-toolbox .toolbox-tool.tool-nomobile {
      display: none; }

    .side-toolbox .toolbox-tool .tool-caption {
      display: none !important; } }
  .side-toolbox .toolbox-tool a {
    border-right: 1px solid #555;
    font-size: 16px;
    height: 36px;
    display: inline-block;
    padding: 7px 10px; }
  .side-toolbox .toolbox-tool a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1); }
  .side-toolbox .toolbox-tool.toolbox-primary a {
    background: #408240; }
    .side-toolbox .toolbox-tool.toolbox-primary a:hover {
      background: #489348; }
  .side-toolbox .toolbox-tool.toolbox-danger a {
    background: #c04141; }
    .side-toolbox .toolbox-tool.toolbox-danger a:hover {
      background: #c65454; }
  .side-toolbox .toolbox-user {
    /*        position: relative;
     padding: 0px;*/ }
  .side-toolbox .toolbox-user a {
    background-color: #333;
    background-size: auto 100%;
    background-position: center center;
    width: 36px; }
    .side-toolbox .toolbox-user a:hover {
      background-size: auto 110%; }
  .side-toolbox .toolbox-warning {
    background: #c60; }
  .side-toolbox .side-toolbox-trigger {
    position: fixed;
    background-color: #f89406;
    background-size: 100%;
    background-size: contain;
    background-position: center center;
    width: 15px;
    left: 0px;
    top: 0px;
    height: 36px;
    border: none;
    z-index: 1002;
    margin-top: -1px;
    cursor: pointer;
    padding: 10px 3px;
    user-select: none; }
  .side-toolbox .side-toolbox-trigger:hover {
    background-color: #ffb733; }

#pagetreehelper ol ol {
  display: none !important; }

.pagetree-root .page ol > .page-placeholder:first-child {
  display: none !important; }
  .pagetree-root ol > .page-placeholder:last-child {
    display: none !important; }
  .pagetree-root.sorting .page-new, .pagetree-root.sorting .page-dropdown-name {
    opacity: 0.2; }
  .pagetree-root a {
    color: #222; }
  .pagetree-root .page-attributes {
    display: inline-block;
    color: #777; }
  .pagetree-root li {
    padding: 0px;
    margin-bottom: 6px;
    position: relative; }
  .pagetree-root li.moving-page {
    opacity: 0.3; }
  .pagetree-root li.page-new > div {
    opacity: 0.4; }
    .pagetree-root li.page-new > div:hover {
      opacity: 1; }
  .pagetree-root li.parent-dropdown-0 {
    display: none; }
  .pagetree-root li .page-container {
    padding: 1px 28px 1px 24px;
    position: relative;
    border-radius: 5px; }
    .pagetree-root li .page-container .page-as-dropdown-visible {
      display: none; }
    .pagetree-root li .page-container.page-as-dropdown .page-as-dropdown-visible {
      display: inline; }
    .pagetree-root li .page-container .page-item {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      max-width: 80%;
      display: inline-block;
      vertical-align: middle; }
      .pagetree-root li .page-container .page-item sub {
        position: absolute;
        left: 12px;
        bottom: -2px;
        background: #444;
        padding: 1px;
        border-radius: 3px;
        color: #ccc; }
    .pagetree-root li .page-container .page-icon {
      position: absolute;
      left: 0px;
      top: 3px; }
    .pagetree-root li .page-container .page-link {
      color: #51799c; }
    .pagetree-root li .page-container ul.page-properties {
      margin: 0px;
      list-style: none;
      display: inline-block;
      position: absolute;
      right: 0px;
      top: 3px;
      color: #7d7d7d; }
      .pagetree-root li .page-container ul.page-properties li {
        display: inline-block;
        margin: -1px; }
      .pagetree-root li .page-container ul.page-properties .page-property-active {
        opacity: 1; }
      .pagetree-root li .page-container ul.page-properties .page-property-inactive {
        opacity: 0.2; }
    .pagetree-root li .page-container.active > .options {
      opacity: 1; }
    .pagetree-root li .page-container.active {
      background: #555; }
  .pagetree-root .page-move-here {
    display: none;
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: -20px;
    right: 0px;
    background: #444;
    z-index: 1; }
  .pagetree-root .page-move-here a {
    height: 20px;
    padding: 4px;
    display: block; }
  .pagetree-root .page-move-here > .btn {
    position: absolute;
    right: 0px;
    top: -10px; }
  .pagetree-root.moving .page-container:hover .page-move-here {
    display: block; }
  .pagetree-root.moving .moving-page .page-container:hover .page-move-here {
    display: none; }
  .pagetree-root.moving .options {
    display: none; }
  .pagetree-root .page-placeholder {
    border: 1px solid #999;
    height: 18px;
    border-radius: 8px; }
  .pagetree-root .current > .page-container, .pagetree-root .current > .page-container > a {
    color: #6ca6ff;
    font-style: italic;
    font-weight: bold; }
  .pagetree-root ol {
    margin-top: 4px;
    position: relative;
    padding: 0px; }
  .pagetree-root li {
    position: relative;
    list-style: none; }
  .pagetree-root > ol {
    margin-left: 0px; }
  .pagetree-root > ol ol {
    padding-left: 16px; }
    .pagetree-root > ol ol:before {
      content: "";
      position: absolute;
      width: 2px;
      display: block;
      border-left: 2px solid #666;
      top: -7px;
      bottom: 11px;
      left: 9px; }
    .pagetree-root > ol ol.dropdown-menu {
      padding-left: 0px; }
    .pagetree-root > ol ol li.page:before {
      content: "";
      border-top: 2px solid #666;
      height: 2px;
      position: absolute;
      width: 8px;
      left: -7px;
      top: 11px; }
/* WIDGET ADMIN */
.widget_sortable_list {
  padding-bottom: 20px;
  border: 1px solid gray;
  list-style: none; }

.toolbox ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

.column-def {
  margin: 0px;
  padding: 0px; }

.column-def li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline-block; }

.column-def.ui-sortable li > div.column {
  cursor: move; }

.column-def li > div.column {
  border: 1px solid black;
  background: #ccc;
  margin: 0px;
  padding: 5px;
  text-align: center; }

.column-def li > div.column-0 {
  background: lightcyan; }

.column-def li > div.column-1 {
  background: lightgoldenrodyellow; }

.column-def li > div.column-2 {
  background: lightgreen; }

.column-def li > div.column-3 {
  background: lightcoral; }

.widget_drop {
  background-color: #97eac2;
  height: 100px; }

.widget_list {
  margin-left: -3px;
  margin-top: 3px; }

.toolbox .widget_category {
  font-size: 1.2em;
  margin-top: 10px;
  text-align: center;
  font-weight: bold; }

.toolbox li, .widget_list li {
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border: 1px solid #000;
  background-color: #f3f3f3;
  list-style: none;
  padding: 3px;
  font-size: 0.9em;
  margin-bottom: 6px; }

input[readonly="readonly"] {
  border: 1px solid #ccc;
  background-color: #ddd;
  padding: 2px; }

#players-gallery li {
  list-style: none; }

.sponsor-info {
  height: 100px;
  overflow: hidden; }

.sponsor-image {
  height: 150px;
  vertical-align: middle;
  position: relative;
  background-color: rgba(255, 255, 255, 0.6); }

.sponsor-image img {
  margin: auto;
  display: block;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.centered {
  text-align: center; }

.center-container {
  position: relative;
  height: 100%;
  width: 100%; }
  .center-container > * {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.modal-dialog .panel, .modal-dialog .panel-body, .modal-dialog .panel-footer {
  background-color: transparent;
  padding: 0px;
  margin: 0px;
  border: none;
  box-shadow: none; }

.modal-dialog .panel-heading, .modal-dialog .panel-footer {
  display: none; }

.visible-modal {
  display: none; }

.modal-dialog .visible-modal {
  display: inherit; }
/* CKEDITOR*/
.cke_editable {
  min-height: 300px; }

.cke_editable.cke_editable_inline {
  min-height: 30px; }

.shattachment {
  display: inline-flex;
  align-items: center; }
  .shattachment img {
    margin-right: 12px; }

.shattachment span.shattachment-title {
  font-size: 1em;
  font-weight: normal; }

.shattachment-small img.shattachment-image {
  width: 24px; }

.shattachmen img.shattachment-image {
  vertical-align: middle;
  vertical-align: middle;
  vertical-align: middle;
  vertical-align: middle; }

th {
  font-weight: bold; }

table.shattachment table.shattachment td {
  border: none; }

.sh_carousel_item {
  background-size: cover;
  background-position-y: center;
  background-position-x: center;
  background-repeat: no-repeat; }

.sh_carousel_item .carousel-caption, .sh_carousel_item .carousel-caption h1 {
  color: #fff;
  text-shadow: 1px 1px 3px #111; }

.lowlight {
  color: #777; }

.team_item {
  list-style: none;
  margin: 10px;
  border: 1px solid gray;
  /*    .order{
   cursor: move;
   }*/ }
  .team_item:last-child.team-empty {
    display: none; }
  .team_item:first-child.team-empty {
    display: block; }

.widget-parameter {
  margin: 0px -15px;
  padding: 10px 17px 20px;
  border-bottom: 1px solid #eee; }
  .widget-parameter:hover {
    background-color: rgba(22, 132, 223, 0.164); }
  .widget-parameter .canSetDefault {
    opacity: 0.1; }
  .widget-parameter:hover .canSetDefault {
    opacity: 0.5; }
  .widget-parameter:hover .canSetDefault:hover {
    opacity: 1; }
  .widget-parameter:hover .canSetDefault.active, .widget-parameter .canSetDefault.active {
    opacity: 1;
    background: #337ab7; }
  .widget-parameter .widget-parameter-form {
    opacity: 0.5; }
  .widget-parameter .widget-parameter-form.active {
    opacity: 1; }

.widget-form-info {
  background: #eee;
  padding: 10px;
  border-radius: 5px;
  color: #444;
  font-style: italic; }

div.form label.widget-parameter-label {
  font-weight: 800;
  margin-bottom: 2px;
  text-decoration: underline;
  margin: auto -5px;
  color: #3a3b8f;
  display: block;
  padding: 5px; }

.widget-parameter-form {
  font-size: 0.9em; }

.new-item {
  opacity: 0.8; }

.parent-hover, .parent-hover-parent:hover .parent-hover-parent .parent-hover {
  display: none; }

.parent-hover-parent:hover .parent-hover-parent:hover .parent-hover, .parent-hover-parent:hover .parent-hover {
  display: inherit; }

#mainmenu {
  z-index: 100; }
  #mainmenu .navbar-brand {
    padding: 5px; }
  #mainmenu .navbar-brand img {
    height: 100%;
    display: inline; }
  #mainmenu .navbar-nav .popover a, #mainmenu .navbar-nav .popover a:hover, #mainmenu .navbar-nav .popover a:active {
    color: #428bca;
    font-size: 0.8em; }
  #mainmenu .navbar-toggle {
    background: rgba(255, 255, 255, 0.68); }

.page-options {
  font-size: 1.2em; }

.page-options ul {
  padding: 0px;
  margin: 0px;
  list-style: none; }

.page-options li {
  padding: 4px; }

#mainmenu .popover {
  display: none;
  opacity: 0.7; }

#mainmenu .popover:hover {
  opacity: 1;
  transition: 0.5s; }

.tab-content {
  padding-top: 10px; }

.affixTop .navbar-collapse {
  max-height: 400px; }

.affixTop-affix {
  position: fixed;
  /*// top: 0px;*/
  right: 0px;
  width: 100%;
  z-index: 99; }

#main .collapse {
  position: relative;
  height: 0;
  overflow: hidden; }
  #main .collapse.in {
    height: auto;
    overflow: visible; }

#sticky-footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  text-align: center;
  padding: 10px;
  background-color: #eee;
  border-top: 1px solid black; }
/* YOUTUBE VIDEO */
.video-js, .youtube {
  position: relative; }

@media (max-width: 600px) {
  .video-js, .youtube {
    min-width: 100%; } }

.video-js:before, .youtube:before {
  content: "";
  display: block;
  padding-top: 56%;
  /* initial ratio of 1:1*/
  text-align: center; }

.youtube object, .youtube iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #ccc;
  border: none; }

textarea.comment_text {
  max-width: 100%; }

.aricle_preview_image {
  float: left;
  margin: 6px 5px 2px 0px; }

.article_gallery_item {
  position: relative;
  width: 100%;
  margin-bottom: 5px; }

.article_gallery_caption {
  position: absolute;
  top: 70%;
  height: 30%;
  width: 100%;
  background-color: rgba(1, 1, 1, 0.5);
  left: 0;
  z-index: 9;
  color: white;
  padding: 3px; }

@media (max-width: 560px) {
  .article_gallery_caption {
    display: none; } }

.alert-icon {
  padding-left: 80px;
  min-height: 90px;
  position: relative; }

.alert-icon i.fa:first-child {
  position: absolute;
  top: 18px;
  left: 10px; }

.widget-prototype-group {
  flex-wrap: wrap;
  flex: auto;
  align-items: stretch;
  display: flex; }
  .widget-prototype-group .col-md-4 {
    margin-bottom: 16px; }
  .widget-prototype-group .col-md-6 {
    margin-bottom: 16px; }
  .widget-prototype-group .select .widget-prototype {
    border: 1px solid darkblue;
    background: #fdba7b; }

.widget-prototype:hover {
  background: #7bc1fd; }

.widget-prototype {
  padding: 8px;
  margin-bottom: 10px;
  cursor: pointer;
  background: #fff;
  box-shadow: 3px 5px 5px 0px rgba(51, 51, 51, 0.21);
  height: 100%; }
  .widget-prototype .widget-prototype-header {
    margin-bottom: 12px; }
  .widget-prototype .widget-prototype-header i, .widget-prototype .widget-prototype-header b {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.1em; }
  .widget-prototype .widget-prototype-header i, .widget-prototype .widget-prototype-header i:before {
    font-size: 32px !important;
    padding-right: 4px; }

.widget-prototype-copy {
  background: #beff7f; }

.widget-prototype img {
  height: 32px; }

#page [class^="flaticon-"]:before, #page [class*=" flaticon-"]:before, #page [class^="flaticon-"]:after, #page [class*=" flaticon-"]:after {
  font-size: inherit;
  margin-left: auto; }

#page.style-tool-pinned {
  width: calc(100% - 310px);
  margin-left: 310px;
  position: relative; }

.affixTop.style-tool-pinned {
  width: calc(100% - 310px) !important;
  margin-left: 310px;
  position: relative; }

.rot45 {
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg); }

.rot-45 {
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg); }
/*.simple-text-title a.editable.editable-click{
 color: inherit;
 }*/
.simple-text-wrapper-panel {
  border: none;
  margin: 0px;
  padding: 0px;
  height: 0px; }
/*.simple-text-title a.editable.editable-click.editable-empty{
 opacity: 0.6;   
 }*/
iframe.mobile {
  border: 16px solid black;
  border-radius: 16px;
  width: 400px;
  height: 700px;
  text-align: center;
  background-image: url("/assets/35eb3253//css/../img/loading.gif");
  background-position: center center;
  background-repeat: no-repeat; }

.tooltip.top .tooltip-inner {
  background-color: #666;
  color: white; }

.tooltip.top .tooltip-arrow {
  border-top-color: #666; }

.tooltip.in {
  opacity: 1; }

.image-editor canvas {
  background-color: #555;
  background-image: linear-gradient(45deg, #808080 25%, transparent 25%), linear-gradient(-45deg, #808080 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #808080 75%), linear-gradient(-45deg, transparent 75%, #808080 75%);
  background-size: 40px 40px;
  background-position: 0 0, 0 20px, 20px -20px, -20px 0px; }
  .image-editor .image-editor-container {
    max-height: 400px;
    text-align: center; }
  .image-editor .image-editor-container img.source {
    position: absolute;
    visibility: hidden;
    z-index: -1; }
  .image-editor .image-editor-container canvas {
    max-width: 100%;
    max-height: 400px; }
  .image-editor .image-editor-container .current {
    display: inline-block; }
  .image-editor .nub {
    height: 8px;
    width: 8px;
    background-color: #f89406;
    border-radius: 4px;
    position: absolute;
    border: 1px solid black;
    box-shadow: 1px 1px 4px 1px rgba(1, 1, 1, 0.59); }
  .image-editor .image-editor-preview-container {
    height: 200px; }
  .image-editor .image-editor-preview-container .image-editor-preview {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border: 1px solid gray;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC"); }
  .image-editor .filter-preview .slick-slide:focus {
    outline: none; }
  .image-editor .filter-preview canvas {
    width: 100%;
    margin-bottom: 10px; }
  .image-editor .filter-preview .fa {
    background: rgba(56, 111, 197, 0.6);
    font-size: 20px;
    padding: 10px;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute; }
  .image-editor .filter-editor .filter-editor-control {
    display: none; }
  .image-editor .filter-editor .filter-editor-control.active {
    display: block; }
  .image-editor .filter-editor .btn {
    height: 30px; }
  .image-editor .filter-editor .ui-slider {
    margin-bottom: 10px; }

.media-selector-result {
  position: relative; }

.media-selector-top .media-selector-item {
  float: left;
  margin-right: 20px; }
  .media-selector-top .media-selector-button {
    float: left;
    margin-right: 20px;
    height: 100px;
    width: 250px;
    padding: 4px;
    font-size: 12px;
    background-size: contain;
    line-break: normal;
    overflow-wrap: break-word;
    white-space: normal; }

.media-selector-items {
  max-height: 400px;
  overflow: auto;
  position: relative;
  flex-wrap: wrap;
  display: flex;
  padding-bottom: 150px; }
  .media-selector-items .loading {
    flex-basis: 100%;
    text-align: center; }
  .media-selector-items .external {
    text-align: center;
    display: block;
    flex-basis: 100%; }
  .media-selector-items .external ~ .external {
    display: none; }

.media-selector-search {
  clear: both; }

.media-selector-search {
  clear: both;
  padding-top: 10px; }
  .media-selector-search .checkbox {
    display: inline-block;
    margin-left: 20px; }
  .media-selector-search .media-search-query {
    display: inline-block;
    max-width: 400px; }
  .media-selector-search .form-actions {
    display: inline-block; }
  .media-selector-search .form-actions button {
    margin-top: -4px; }

.media-selector-item {
  width: 150px;
  height: 100px;
  background: rgba(204, 204, 204, 0.51);
  display: inline-block;
  position: relative;
  border: 2px solid #666;
  margin: 0px 5px 5px 5px; }
  .media-selector-item:hover {
    border-color: rgba(56, 111, 197, 1); }

.media-selector-selected .media-selector-item {
  width: 80px;
  height: 60px;
  border-width: 1px; }

.media-selector-box {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  position: relative; }
  .media-selector-box span {
    display: none; }
  .media-selector-box[data-media-type="attachment"] span {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 3px;
    background: rgba(250, 250, 250, 0.3);
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .media-selector-box:hover {
    background-color: rgba(56, 111, 197, 0.2); }

.image-selector-upload-form-container .btn {
  width: 300px; }

.media-selector-image-container {
  width: 300px;
  max-width: 100%;
  height: 150px;
  display: inline-block; }

.media-selector-image {
  width: 300px;
  max-width: 100%;
  height: 150px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  border: 2px solid #555;
  position: relative;
  display: inline-block; }
  .media-selector-image span {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 3px;
    background: rgba(250, 250, 250, 0.3);
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .media-selector-image .media-selector-overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    background-color: rgba(56, 111, 197, 0.2);
    display: block;
    visibility: hidden; }
  .media-selector-image:hover .media-selector-overlay {
    visibility: visible; }

.media-multi-selector-image {
  display: inline-block;
  position: relative; }
  .media-multi-selector-image .image-delete {
    position: absolute;
    top: 5px;
    right: 10px; }
  .media-multi-selector-image .media-selector-box {
    cursor: inherit; }

.hidden-file {
  width: 0px;
  height: 0px;
  overflow: hidden; }

.image-token {
  position: relative;
  padding-left: 48px; }
  .image-token img {
    position: absolute;
    top: 5px;
    left: 5px; }

.w100 {
  width: 100%; }

.text-center .img-responsive {
  margin: 0 auto; }

.team-overview-tool ul {
  padding: 0px;
  margin: 0px; }
  .team-overview-tool ul li {
    padding: 3px 0px;
    margin: 0px;
    list-style: none; }
    .team-overview-tool ul li.current {
      background: #ddd; }
    .team-overview-tool ul li div {
      vertical-align: middle;
      display: inline-block; }
  .team-overview-tool ul li:hover {
    background: #ddd; }

select {
  padding: 2px; }

input, button, select, textarea {
  border: 1px solid gray;
  border-radius: 4px; }

.auto-x {
  overflow-x: auto; }

body[data-style-preview="true"] .hidden-edit, .page-admin .hidden-edit {
  display: none; }

@media (max-width: 600px) {
    .ui-dialog.help-dialog {
      position: fixed !important;
      left: 0px !important;
      right: 0px !important;
      width: auto !important;
      bottom: 0px !important;
      top: auto !important;
      z-index: 99999 !important; } }

.busy-input {
  background: url("/assets/35eb3253//css/img/loadingbar.gif") no-repeat right 5px center !important; }

.article_panel .article-unpin, .article_panel .article-pin-up, .article_panel .article-pin-down {
  display: none; }
  .article_panel.article-pinned .article-pin {
    display: none; }
  .article_panel.article-pinned .article-unpin, .article_panel.article-pinned .article-pin-up, .article_panel.article-pinned .article-pin-down {
    display: inline; }

.style-hover {
  outline: 3px solid rgba(56, 111, 197, 1) !important;
  cursor: url('/assets/35eb3253//css/../img/crosshair.png') 25 25, auto !important;
  box-shadow: inset 0 0 0 2000px rgba(56, 111, 197, 0.3) !important; }
  .style-hover a {
    cursor: inherit !important;
    text-decoration: inherit !important; }

.handler-container {
  padding: 4px 4px 10px 4px; }
  .handler-container:last-child {
    padding-bottom: 4px; }

.handler-active {
  background: #5c9afb; }

#article_preview_image {
  width: 200px;
  height: 137px;
  background-color: #ccc;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat; }

.overlay-link-container {
  position: relative; }
  .overlay-link-container > a {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    background: rgba(56, 111, 197, 0.2);
    font-size: 30px;
    color: rgba(255, 255, 255, 0.8); }
  .overlay-link-container > a i {
    width: 30px;
    height: 30px;
    margin: auto;
    position: absolute;
    margin: auto;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    text-align: center; }
  .overlay-link-container:hover > a {
    display: block; }

.form-group .value-unit {
  padding: 6px;
  border: 1px solid #ccc; }

.value-unit {
  border: 1px solid gray;
  border-radius: 4px;
  background: #fff;
  vertical-align: baseline;
  padding: 3px;
  display: inline-block; }
  .value-unit input:focus, .value-unit select:focus, .value-unit textarea:focus, .value-unit button:focus {
    outline: none; }
  .value-unit input, .value-unit button, .value-unit select, .value-unit textarea {
    border: none;
    background: none; }
  .value-unit .ui-widget-content {
    color: inherit;
    background: transparent;
    background: transparent;
    border: none; }
  .value-unit input.ui-spinner-input {
    margin: 0px; }
  .value-unit .ui-spinner .ui-icon-triangle-1-s {
    background-position: -60px -18px; }
  .value-unit .ui-spinner .ui-icon-triangle-1-n {
    background-position: 5px -16px; }
  .value-unit .ui-spinner a.ui-spinner-button {
    border: none;
    opacity: 0.5; }
  .value-unit .ui-spinner a.ui-spinner-button:hover {
    opacity: 1; }
  .value-unit .ui-button {
    background: none; }
  .value-unit input::-webkit-outer-spin-button, .value-unit input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */ }

.truncate {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.busy {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.7); }
  .busy i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

label.checkbox {
  margin-left: 22px; }

.item-card {
  min-height: 85px;
  position: relative; }
  .item-card .item-card-image {
    max-height: 90px;
    max-width: 90px;
    margin-left: -100px;
    position: absolute; }
  .item-card .item-card-content {
    padding-left: 100px;
    min-height: 100px; }
  .item-card .item-card-footer {
    margin: -20px;
    margin-top: 0px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 4px 4px; }
  .item-card .item-card-footer a {
    margin: 5px;
    display: inline-block; }
  .item-card .item-card-options {
    position: absolute;
    top: 0px;
    right: 0px; }
  .item-card .item-card-options a.dropdown-toggle {
    color: #444;
    text-decoration: none; }

.panel-heading-full {
  padding: 0px; }

.modal-dialog .panel-group .panel {
  background: #eee; }
  .modal-dialog .panel-group .panel-heading {
    border: none;
    background: #ccc;
    display: block; }
    .modal-dialog .panel-group .panel-heading a {
      display: block; }
  .modal-dialog .panel-group .panel-body {
    padding-top: 6px;
    border: none; }

.page-admin .widget-admin .horizontal-spacer {
  border-top: 1px dashed gray;
  border-bottom: 1px dashed gray; }

.widget-admin .alert-warning {
  display: none; }

.page-admin .widget-admin .alert-warning {
  display: block; }

.param-group {
  margin-left: 20px; }

hr {
  border-top: 1px solid rgba(0, 0, 0, 0.3); }

hr.full {
  margin-left: -15px;
  margin-right: -15px; }

.panel-sub-full {
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: -16px;
  box-shadow: none !important; }

.list-view-loading {
  background-position-x: right; }

.dashboard-user {
  display: contents; }
  .dashboard-user > img {
    float: left;
    margin: 0px 10px 10px 0px;
    width: 100px; }
  .dashboard-user li {
    list-style: none; }

.media-selector-item-hint {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 1;
  opacity: 0.5; }

.media-selector-item-hint:hover {
  opacity: 1; }

#main-admin {
  width: calc(100vw - 30px);
  margin: 30px 0px;
  margin-left: calc(-50vw + 50%);
  padding: 30px 0px 30px 30px;
  background: #e6e6e6;
  box-shadow: 30px 0px 0px rgba(255, 255, 255, 1), 3px 3px 15px rgba(0, 0, 0, 0.8); }

.searchAndSelect {
  position: relative; }
  .searchAndSelect .data-item {
    border-radius: 0px;
    margin: 0px;
    padding: 5px;
    cursor: pointer; }
  .searchAndSelect .data-item.active {
    background: #798dac; }
  .searchAndSelect .searchAndSelectOptions {
    display: none;
    position: absolute;
    overflow-y: auto;
    background: #eee;
    border: 1px solid #777;
    border-radius: 4px;
    padding: 0px;
    width: 100%;
    z-index: 1; }
  .searchAndSelect .searchAndSelectOptions > i {
    margin: 10px; }
  .searchAndSelect .searchAndSelectOptions .data-item {
    border-bottom: 1px solid #444; }
  .searchAndSelect .searchAndSelectTarget {
    background: #eee;
    display: none;
    border: 1px solid #777;
    border-radius: 4px;
    padding: 0px;
    width: 100%; }
  .searchAndSelect .searchAndSelectTarget .data-item:hover {
    background: #ac7979; }

#widget-tabs ul.nav.nav-tabs {
  margin: 0px -15px;
  padding: 0px 15px; }

label.radio {
  margin-left: 20px; }

#main-admin .panel, #main-admin .panel .panel-heading, #main-admin .panel .panel-footer {
  background: none;
  border: none;
  box-shadow: none; }

#main-admin .panel .panel-heading {
  border-bottom: 1px solid #000;
  padding: 0px 10px; }

#main-admin .panel .panel-heading h1, #main-admin .panel .panel-heading h2, #main-admin .panel .panel-heading h3 {
  font-size: 18px;
  margin: 2px;
  font-weight: bold; }

#main-admin .panel .panel-heading .nav-tabs {
  margin-bottom: 0px; }

#main-admin .panel .panel-heading .nav-tabs li a {
  border: 1px solid #000; }

#main-admin .panel .panel-heading .nav-tabs li.active a {
  color: #555;
  cursor: default;
  border: 1px solid #000;
  border-bottom-color: #fff;
  background: #fff; }

#main-admin {
  background: #fff; }
  #main-admin .panel .panel-body {
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1); }

.editor-content {
  position: relative; }
  .editor-content .editor-content-info {
    display: none;
    font-family: monospace;
    background: #333;
    color: white;
    text-align: left;
    padding: 0px 5px; }

.style-tool .handler-active .editor-content-active {
  position: fixed;
  background: #fff;
  width: 90vw !important;
  z-index: 12;
  outline: 3px solid gray;
  box-shadow: 5px 5px 200px 100px rgba(0, 0, 0, 0.7);
  top: calc(100vh - 800px);
  left: calc(50% - 45vw); }
  .style-tool .handler-active .editor-content-active .editor-content-info {
    display: block; }
  .style-tool .handler-active .editor-content-active .editor-content-overlay {
    display: none; }

@media print {
  .toolbox-right, #tools-container {
    display: none; } }

.qr-code-manual {
  font-size: 36px;
  letter-spacing: 10px;
  font-family: "Courier New", Courier, monospace;
  text-align: center;
  max-width: 100%; }
  .qr-code-manual::placeholder {
    color: #ddd; }

.panel-admin-action a em {
  color: #c60; }
  .panel-admin-action .admin-action {
    padding: 15px;
    padding-bottom: 40px;
    margin-bottom: 40px; }
  .panel-admin-action .admin-action:hover {
    box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.6); }

.chessboard {
  background-color: #555;
  background-image: linear-gradient(45deg, #808080 25%, transparent 25%), linear-gradient(-45deg, #808080 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #808080 75%), linear-gradient(-45deg, transparent 75%, #808080 75%);
  background-size: 40px 40px;
  background-position: 0 0, 0 20px, 20px -20px, -20px 0px; }

.page-admin .container-widget {
  border: 5px solid gray; }
  .page-admin .container-widget .container-widget-title {
    background-color: gray;
    color: #fff;
    padding: 5px;
    margin: -1px;
    text-align: center;
    font-family: "Courier New", Courier, monospace; }

.tag-panel {
  border-radius: 10px;
  border: 2px solid gray;
  border-left-width: 20px;
  margin-bottom: 12px;
  padding: 6px;
  position: relative;
  padding-left: 40px;
  min-height: 42px; }
  .tag-panel > .fa {
    position: absolute;
    left: 6px;
    top: 9px; }
  .tag-panel .buttons {
    position: absolute;
    right: 6px;
    top: 6px; }

.token-new {
  color: green; }
  .token-new:before {
    color: white;
    content: "neu";
    background-color: #1b750a;
    border-radius: 2px;
    padding: 2px;
    font-size: 8px;
    vertical-align: super; }

.ui-menu li.ui-menu-item {
  padding: 0.2em; }

.ui-menu-item.token-secondary a, .token-secondary {
  color: #555 !important; }

.ui-menu-item.token-primary a, .token-primary {
  color: black !important; }
  .ui-menu-item.token-primary a *, .token-primary * {
    font-weight: bold !important; }

.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: inherit;
  margin: 0;
  color: #fff;
  background: rgba(56, 111, 197, 0.2);
  background-image: none;
  filter: none;
  text-shadow: none;
  border-color: none;
  border-radius: 2px; }

#style-element-dialog {
  position: absolute;
  box-shadow: 1px 1px 10px;
  background: #fff;
  padding: 5px;
  width: 500px;
  z-index: 100;
  display: none; }
  #style-element-dialog .param-title {
    font-weight: bold;
    text-align: center; }

.soph {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  text-align: right;
  transition: all;
  transition-duration: 600ms;
  z-index: 99;
  top: 30px; }
  .soph .btn {
    transition: all;
    transition-duration: 600ms;
    box-shadow: 0px 0px 4px 2px #0c95cd; }

div:hover > .soph {
  visibility: visible;
  opacity: 1; }
  div:hover > .soph .btn {
    box-shadow: 0px 0px 4px 1px rgba(12, 149, 205, 0); }

.param-mapping .parameter {
  position: relative;
  margin: 3px;
  padding: 3px;
  background: #eee; }
  .param-mapping .parameter:hover {
    background: #ddf;
    cursor: pointer; }
  .param-mapping .param-value {
    display: none;
    position: absolute;
    width: 500px;
    left: 500px;
    top: -10px;
    z-index: 1;
    background: #ccc;
    border: 1px solid;
    border-radius: 5px;
    padding: 3px; }
  .param-mapping .parameter:hover .param-value {
    display: block; }

.param-mapping-preview {
  max-height: 200px; }

.ace_text-input {
  position: absolute !important; }

.external-link span:after {
  content: "\f35d";
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  padding-left: 4px;
  font-size: 0.7em;
  vertical-align: top;
  opacity: 0.8; }

.animation-delay-1 {
  -webkit-animation-delay: 0.1s !important;
  -moz-animation-delay: 0.1s !important;
  -ms-animation-delay: 0.1s !important;
  -o-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important; }

.animation-delay-2 {
  -webkit-animation-delay: 0.2s !important;
  -moz-animation-delay: 0.2s !important;
  -ms-animation-delay: 0.2s !important;
  -o-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important; }

.animation-delay-3 {
  -webkit-animation-delay: 0.3s !important;
  -moz-animation-delay: 0.3s !important;
  -ms-animation-delay: 0.3s !important;
  -o-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important; }

.animation-delay-4 {
  -webkit-animation-delay: 0.4s !important;
  -moz-animation-delay: 0.4s !important;
  -ms-animation-delay: 0.4s !important;
  -o-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important; }

.animation-delay-5 {
  -webkit-animation-delay: 0.5s !important;
  -moz-animation-delay: 0.5s !important;
  -ms-animation-delay: 0.5s !important;
  -o-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important; }

.animation-delay-6 {
  -webkit-animation-delay: 0.6s !important;
  -moz-animation-delay: 0.6s !important;
  -ms-animation-delay: 0.6s !important;
  -o-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important; }

.animation-delay-7 {
  -webkit-animation-delay: 0.7s !important;
  -moz-animation-delay: 0.7s !important;
  -ms-animation-delay: 0.7s !important;
  -o-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important; }

.animation-delay-8 {
  -webkit-animation-delay: 0.8s !important;
  -moz-animation-delay: 0.8s !important;
  -ms-animation-delay: 0.8s !important;
  -o-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important; }

.animation-delay-9 {
  -webkit-animation-delay: 0.9s !important;
  -moz-animation-delay: 0.9s !important;
  -ms-animation-delay: 0.9s !important;
  -o-animation-delay: 0.9s !important;
  animation-delay: 0.9s !important; }

.animation-delay-10 {
  -webkit-animation-delay: 1s !important;
  -moz-animation-delay: 1s !important;
  -ms-animation-delay: 1s !important;
  -o-animation-delay: 1s !important;
  animation-delay: 1s !important; }

.animation-delay-11 {
  -webkit-animation-delay: 1.1s !important;
  -moz-animation-delay: 1.1s !important;
  -ms-animation-delay: 1.1s !important;
  -o-animation-delay: 1.1s !important;
  animation-delay: 1.1s !important; }

.animation-delay-12 {
  -webkit-animation-delay: 1.2s !important;
  -moz-animation-delay: 1.2s !important;
  -ms-animation-delay: 1.2s !important;
  -o-animation-delay: 1.2s !important;
  animation-delay: 1.2s !important; }

.animation-delay-13 {
  -webkit-animation-delay: 1.3s !important;
  -moz-animation-delay: 1.3s !important;
  -ms-animation-delay: 1.3s !important;
  -o-animation-delay: 1.3s !important;
  animation-delay: 1.3s !important; }

.animation-delay-14 {
  -webkit-animation-delay: 1.4s !important;
  -moz-animation-delay: 1.4s !important;
  -ms-animation-delay: 1.4s !important;
  -o-animation-delay: 1.4s !important;
  animation-delay: 1.4s !important; }

.animation-delay-15 {
  -webkit-animation-delay: 1.5s !important;
  -moz-animation-delay: 1.5s !important;
  -ms-animation-delay: 1.5s !important;
  -o-animation-delay: 1.5s !important;
  animation-delay: 1.5s !important; }

.animation-delay-16 {
  -webkit-animation-delay: 1.6s !important;
  -moz-animation-delay: 1.6s !important;
  -ms-animation-delay: 1.6s !important;
  -o-animation-delay: 1.6s !important;
  animation-delay: 1.6s !important; }

.animation-delay-17 {
  -webkit-animation-delay: 1.7s !important;
  -moz-animation-delay: 1.7s !important;
  -ms-animation-delay: 1.7s !important;
  -o-animation-delay: 1.7s !important;
  animation-delay: 1.7s !important; }

.animation-delay-18 {
  -webkit-animation-delay: 1.8s !important;
  -moz-animation-delay: 1.8s !important;
  -ms-animation-delay: 1.8s !important;
  -o-animation-delay: 1.8s !important;
  animation-delay: 1.8s !important; }

.history-page.history-preview {
  border-right: 6px solid rgba(255, 165, 0, 0.2); }
  .history-page .text-history-preview-current {
    color: orange; }
  .history-page.history-preview-current {
    border-right: 6px solid orange; }
  .history-page .text-history-page-current {
    color: green; }
  .history-page.history-page-current {
    border-right: 6px solid green; }
  .history-page .history-page-summary {
    display: none;
    background-color: #555;
    font-size: 12px;
    width: 300px;
    left: -296px;
    position: absolute;
    padding: 10px; }
  .history-page:hover .history-page-summary {
    display: block; }

.uc-text-embedding {
  background: #ffd0d0;
  border: 1px solid red;
  color: red;
  padding: 10px;
  font-family: sans-serif; }

.uc-text-embedding a {
  color: blue; }

.event_description img {
  max-width: 100% !important;
  max-height: 300px !important; }

.sh-no-consent {
  background-color: #ffd0d0;
  color: #000;
  font-size: 16px;
  padding: 10px;
  display: none; }

.uc-text-embedding {
  color: #000 !important; }

.comp-team {
  width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .comp-team .comp-team-logo {
    width: 24px;
    margin-right: 6px; }

.img-full-width {
  width: 100%;
  display: block; }

.items-grid {
  display: grid;
  column-gap: 15px;
  row-gap: 15px;
  align-content: center; }
  .items-grid > * {
    align-self: stretch; }
/* Small Devices, Tablets */
@media only screen and (min-width: 200px) {
  .items-grid-s-1 {
    grid-template-columns: repeat(1, 1fr); } }
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .items-grid-m-1 {
    grid-template-columns: repeat(1, 1fr); } }
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .items-grid-l-1 {
    grid-template-columns: repeat(1, 1fr); } }
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1600px) {
  .items-grid-xl-1 {
    grid-template-columns: repeat(1, 1fr); } }
/* Small Devices, Tablets */
@media only screen and (min-width: 200px) {
  .items-grid-s-2 {
    grid-template-columns: repeat(2, 1fr); } }
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .items-grid-m-2 {
    grid-template-columns: repeat(2, 1fr); } }
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .items-grid-l-2 {
    grid-template-columns: repeat(2, 1fr); } }
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1600px) {
  .items-grid-xl-2 {
    grid-template-columns: repeat(2, 1fr); } }
/* Small Devices, Tablets */
@media only screen and (min-width: 200px) {
  .items-grid-s-3 {
    grid-template-columns: repeat(3, 1fr); } }
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .items-grid-m-3 {
    grid-template-columns: repeat(3, 1fr); } }
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .items-grid-l-3 {
    grid-template-columns: repeat(3, 1fr); } }
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1600px) {
  .items-grid-xl-3 {
    grid-template-columns: repeat(3, 1fr); } }
/* Small Devices, Tablets */
@media only screen and (min-width: 200px) {
  .items-grid-s-4 {
    grid-template-columns: repeat(4, 1fr); } }
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .items-grid-m-4 {
    grid-template-columns: repeat(4, 1fr); } }
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .items-grid-l-4 {
    grid-template-columns: repeat(4, 1fr); } }
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1600px) {
  .items-grid-xl-4 {
    grid-template-columns: repeat(4, 1fr); } }
/* Small Devices, Tablets */
@media only screen and (min-width: 200px) {
  .items-grid-s-5 {
    grid-template-columns: repeat(5, 1fr); } }
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .items-grid-m-5 {
    grid-template-columns: repeat(5, 1fr); } }
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .items-grid-l-5 {
    grid-template-columns: repeat(5, 1fr); } }
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1600px) {
  .items-grid-xl-5 {
    grid-template-columns: repeat(5, 1fr); } }

.readmore-js-collapsed {
  --mask: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 0) 100% 50% / 100% 100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask); }

@media (min-width: 768px) {
  /* MINI, lower line fix */
    .fc-mini {
      padding: 2px 0px; } }

.widget-accordion-widget > .panel-group > .panel > .panel-heading {
  padding: 0px;
  border-bottom: 1px solid #ccc; }
  .widget-accordion-widget > .panel-group > .panel > .panel-heading .panel-title {
    padding: 10px;
    cursor: pointer;
    border: 1px solid #ccc !important; }
  .widget-accordion-widget > .panel-group > .panel > .panel-heading a {
    display: block; }
  .widget-accordion-widget > .panel-group > .panel-collapse > .panel-body {
    border: 1px solid #ccc !important;
    border-top: none; }

/** /release/dev/www/html/sh/sh.customer/app/assets/css/main.scss **/

/*** /assets/35eb3253//css/main.article.css ***/

.revisions {
  margin: 5px;
  padding: 10px;
  background: #e9ffff;
}
.revisions .selected {
  border: 2px solid black;
}
.revision {
  margin: 3px;
  border: solid grey 1px;
  padding: 2px;
}
.overview_image_list img {
  margin: 2px;
}

/** /release/dev/www/html/sh/sh.customer/app/assets/css/main.article.less **/

/*** /assets/35eb3253//css/main.gb.css ***/

.gbHeader {
  color: #1d513d;
}
.gbDate {
  font-size: 0.8em;
}
.gbImage {
  float: left;
  margin-right: 3px;
}
.gbLink {
  font-size: 0.8em;
}
.gbEntry hr {
  margin-top: 4px;
  margin-bottom: 6px;
}
.gbEntry:last-child hr {
  margin-bottom: 6px;
}
.guestbookWidget div.pagination {
  margin: 0px;
}
.guestbookWidget .pagination a {
  padding: 3px 5px;
  font-size: .8em;
}

/** /release/dev/www/html/sh/sh.customer/app/assets/css/main.gb.less **/

/*** /assets/35eb3253//css/main.fb.css ***/

.fbEntry {
  overflow: auto;
  margin-bottom: 6px;
  padding-bottom: 2px;
  border-bottom: 1px solid #ddd;
}
.fbCreatedTime {
  font-size: 0.8em;
}
.fbWidgedBanner {
  margin-top: 2px;
  margin-bottom: 10px;
  font-weight: bolder;
  color: #3B5999;
}
.fbName {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
.fbImage {
  float: left;
  margin-right: 3px;
}
.fbPicture {
  margin-top: 3px;
}
.fbLink {
  font-size: 0.8em;
}
ul.subpages {
  padding-left: 2em;
}

/** /release/dev/www/html/sh/sh.customer/app/assets/css/main.fb.less **/

/*** /assets/35eb3253//css/main.team.css ***/

.team_preview {
  clear: right;
  padding: 5px;
  clear: both;
}
.team_preview img {
  margin: 5px;
}
.team_players {
  margin-left: auto;
  margin-right: auto;
}
#players-gallery ul {
  margin: 0px;
  padding: 0px;
}
#players-gallery li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.player_preview_picture {
  position: relative;
}
.player_preview_caption {
  position: absolute;
  bottom: 0px;
  background-color: rgba(255,255,255,0.8);
  padding: 2px;
}

/** /release/dev/www/html/sh/sh.customer/app/assets/css/main.team.less **/

/*** /assets/35eb3253//css/main.mediaAdmin.css ***/

.media-item-list table {
  margin: 5px 0px; }

.media-item-list table td {
  margin: 0px;
  padding: 1px 0px;
  padding-right: 5px; }

.media-item-list .media {
  width: 200px; }

.media-item-list .media img {
  max-width: 200px;
  vertical-align: top; }

.media-item-list .media-item > div {
  display: inline-block;
  vertical-align: top;
  /* here */ }

.media-item-list .media-item > .info {
  margin-left: 10px; }
  .media-item-list .media-item > .info h2, .media-item-list .media-item > .info h3 {
    margin-top: 0px;
    padding: 0px; }

/** /release/dev/www/html/sh/sh.customer/app/assets/css/main.mediaAdmin.scss **/