* {
  font-family: 'CenturyGothic';
  outline: 0; }

html,
body {
  font-size: 14px;
  padding: 0px;
  margin: 0px;
  background-color: #EEE;
  width: 100%;
  height: 100%; }

body.gradient {
  background: #0080d2;
  background: -webkit-linear-gradient(#00cdff, #0080d2);
  background: -o-linear-gradient(#00cdff, #0080d2);
  background: -moz-linear-gradient(#00cdff, #0080d2);
  background: linear-gradient(#00cdff, #0080d2); }

p {
  line-height: 16px; }

iframe {
  background-color: #FFF; }

form.storyweek-content.hide {
  display: none; }

form.storyweek-content.show {
  display: block; }

form.storyweek-assignment.hide {
  display: none; }

form.storyweek-assignment.show {
  display: block; }

div.legend-wrapper {
  display: flex;
  margin-top: 5px; }
  div.legend-wrapper > div:first-of-type {
    width: 30px;
    height: 12px; }
    div.legend-wrapper > div:first-of-type.occupied {
      background-color: #F33446; }
    div.legend-wrapper > div:first-of-type.free {
      background-color: #4CAF50; }
  div.legend-wrapper > div:last-of-type {
    margin-left: 5px; }

div.xdsoft_inline div.xdsoft_label.xdsoft_month,
div.xdsoft_inline div.xdsoft_label.xdsoft_year {
  z-index: 0; }
  div.xdsoft_inline div.xdsoft_label.xdsoft_month > span,
  div.xdsoft_inline div.xdsoft_label.xdsoft_year > span {
    margin-right: 5px !important; }

div.xdsoft_inline div.xdsoft_label.xdsoft_year {
  width: 60px !important; }

div.xdsoft_inline > div.xdsoft_datepicker.active {
  width: 380px; }
  div.xdsoft_inline > div.xdsoft_datepicker.active > div.xdsoft_calendar th {
    width: 40px !important; }
  div.xdsoft_inline > div.xdsoft_datepicker.active > div.xdsoft_calendar tr th:nth-child(1) {
    width: 50px;
    min-width: 45px; }

div.xdsoft_inline td.xdsoft_day_of_week1.xdsoft_disabled.occupied {
  background-color: #F33446 !important;
  color: #FFFFFF; }
  div.xdsoft_inline td.xdsoft_day_of_week1.xdsoft_disabled.occupied:hover {
    background: #F33446 !important;
    color: #FFF !important; }

div.xdsoft_inline td.xdsoft_date.xdsoft_day_of_week1.xdsoft_date {
  background-color: #4CAF50;
  color: #FFF; }
  div.xdsoft_inline td.xdsoft_date.xdsoft_day_of_week1.xdsoft_date.xdsoft_current {
    background-color: #3af !important; }
  div.xdsoft_inline td.xdsoft_date.xdsoft_day_of_week1.xdsoft_date:hover {
    background-color: #424242 !important;
    color: #FFF; }

.error-info,
.success-info,
.info {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: calc(100% - 20px);
  padding: 10px 15px;
  background-color: #00cdff;
  font-size: 12px;
  display: none; }

.error-info {
  background-color: #F33446; }

.success-info {
  background-color: #4CAF50; }

.mce-tinymce {
  width: calc(100% + 8px) !important;
  box-shadow: none !important;
  margin: -5px !important; }

body > header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #000000;
  height: 60px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  z-index: 10; }
  body > header nav ul {
    padding: 0px;
    margin: 0px;
    height: 60px; }
    body > header nav ul li {
      float: left;
      padding: 21px 20px;
      list-style: none;
      margin: 0px; }
      body > header nav ul li:hover, body > header nav ul li.active {
        background-color: rgba(255, 255, 255, 0.2); }
      body > header nav ul li:first-of-type {
        height: 30px;
        padding: 15px 20px; }
      body > header nav ul li a {
        color: #FFFFFF;
        text-decoration: none; }
        body > header nav ul li a img {
          height: 30px; }

ul.subnavigation {
  position: fixed;
  list-style: none;
  height: 38px;
  width: calc(100% - 70px);
  top: 60px;
  padding: 0px;
  margin: 0px;
  background-color: #333;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  z-index: 1;
  padding-left: 70px; }
  ul.subnavigation li {
    margin: 0px;
    padding: 10px 20px;
    display: inline-block; }
    ul.subnavigation li a {
      color: #FFF;
      text-decoration: none; }
    ul.subnavigation li:hover {
      background-color: rgba(255, 255, 255, 0.2); }

aside {
  position: fixed;
  bottom: 0px;
  right: 0px;
  padding: 5px 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  z-index: 10;
  background-color: #FFF;
  color: #000;
  display: none; }
  aside.success {
    background-color: #0C0;
    color: #FFFFFF; }
  aside.error {
    background-color: #C00;
    color: #FFFFFF; }

/*aside {
	position: relative;
	display: block;
	width: 180px;
	height: 100%;
	background: #0080d2;
    background: -webkit-linear-gradient(#0080d2, #00cdff);
    background: -o-linear-gradient(#0080d2, #00cdff); 
    background: -moz-linear-gradient(#0080d2, #00cdff);
    background: linear-gradient(#0080d2, #00cdff);
    padding:0px;
    box-shadow: inset 7px 0 9px -7px rgba(0,0,0,0.4);
    float: left;
    overflow: auto;

    h1 {
    	padding: 15px 20px;
    	font-size: 16px;
    	margin:0px;
    	background-color: rgba(0,0,0,0.5);
    	color: #FFFFFF;
    	text-align: left;
    	font-family: 'CenturyGothic-Bold';
    	font-weight: normal;
    }

	> ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
		
		> li {
			list-style: none;
			padding: 10px 20px;
			margin: 0px;
			width: calc(100% - 40px);
			border-top: 1px solid rgba(0,0,0,0.1);
		
			&:last-of-type {
				border-bottom: 1px solid rgba(0,0,0,0.1);
			}

			&.active {
				background-color: #000;
			}

			> a {
				color: #FFF;
				text-decoration: none;
			}
		}
	}
}*/
#wrapper {
  top: 60px;
  position: absolute;
  width: 100%;
  height: calc(100% - 60px);
  display: block; }
  #wrapper.subnavigation {
    top: 98px;
    height: calc(100% - 98px); }
  #wrapper a {
    color: #0080d2; }
    #wrapper a:hover {
      color: #000; }

#popup a {
  color: #0080d2; }
  #popup a:hover {
    color: #000; }

main {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  float: left;
  overflow: auto; }
  main #container {
    position: relative;
    height: calc(100% - 37px);
    width: 100%; }
  main iframe.desktop {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    transition: all 0.25s ease;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1); }
  main iframe.tablet {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 768px;
    height: 100%;
    transition: all 0.25s ease;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1); }
  main iframe.mobile {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 360px;
    height: 600px;
    max-height: 100%;
    transition: all 0.25s ease;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1); }
  main #popup {
    width: 100%; }
    main #popup #close {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 40px;
      height: 40px; }

section header {
  width: calc(100% - 80px);
  padding: 20px 40px;
  background: #0080d2;
  background: -webkit-linear-gradient(#0080d2, #00cdff);
  background: -o-linear-gradient(#0080d2, #00cdff);
  background: -moz-linear-gradient(#0080d2, #00cdff);
  background: linear-gradient(#0080d2, #00cdff);
  height: auto; }
  section header h1 {
    font-family: 'CenturyGothic-Bold';
    font-size: 30px;
    color: #FFF;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px; }
  section header p {
    color: #FFF;
    font-weight: normal;
    font-size: 14px;
    max-width: 600px; }

.auto-preview {
  width: 100px;
  height: 100px;
  text-align: center; }
  .auto-preview img {
    max-width: 100% !important;
    max-height: 100% !important; }

table tr td a {
  color: #0080d2; }
  table tr td a:hover {
    color: #000; }

table tr td.config {
  padding: 0px !important;
  width: 30px;
  height: 100%; }
  table tr td.config .icon {
    position: relative;
    background-size: 16px;
    background-image: url(../img/config.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 36px; }
    table tr td.config .icon:hover {
      background-color: #FFF; }
    table tr td.config .icon.white {
      background-image: url(../img/config-negative.png); }
      table tr td.config .icon.white:hover {
        background-color: rgba(255, 255, 255, 0.2); }
    table tr td.config .icon ul {
      position: absolute;
      top: 100%;
      right: -1px;
      display: none;
      list-style: none;
      padding: 0px;
      margin: 0px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      z-index: 2; }
      table tr td.config .icon ul li {
        padding: 5px 10px;
        background-color: #FFF;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin: 0px; }
        table tr td.config .icon ul li a {
          color: #0080d2; }
          table tr td.config .icon ul li a:hover {
            color: #000; }
        table tr td.config .icon ul li:last-of-type {
          border-bottom: 0px; }
    table tr td.config .icon.active ul {
      display: block; }

.table-wrapper {
  width: 100%; }
  .table-wrapper table {
    border-collapse: collapse;
    min-width: 100%; }
    .table-wrapper table tr.subtitle {
      cursor: pointer;
    }
    .table-wrapper table tr.row.hide-row {
      display: none !important;
    }    
    .table-wrapper table tr td {
      padding: 10px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      font-size: 12px;
      vertical-align: top;
      -webkit-user-select: none;
      /* Chrome all / Safari all */
      -moz-user-select: none;
      /* Firefox all */
      -ms-user-select: none;
      /* IE 10+ */
      user-select: none; }
      .table-wrapper table tr td .cropper {
        max-width: 800px; }
        .table-wrapper table tr td .cropper img {
          max-width: 800px; }
      .table-wrapper table tr td input[type=text],
      .table-wrapper table tr td input[type=number],
      .table-wrapper table tr td input[type=email],
      .table-wrapper table tr td input[type=date],
      .table-wrapper table tr td input[type=password],
      .table-wrapper table tr td textarea,
      .table-wrapper table tr td select {
        width: calc(100% - 2px);
        padding: 2px 5px;
        border: 1px solid #AAA;
        margin: -5px;
        font-size: 12px;
        resize: none;
        border-radius: 3px; }
        .table-wrapper table tr td input[type=text]:focus,
        .table-wrapper table tr td input[type=number]:focus,
        .table-wrapper table tr td input[type=email]:focus,
        .table-wrapper table tr td input[type=date]:focus,
        .table-wrapper table tr td input[type=password]:focus,
        .table-wrapper table tr td textarea:focus,
        .table-wrapper table tr td select:focus {
          border: 1px solid #00cdff; }
        .table-wrapper table tr td input[type=text].error,
        .table-wrapper table tr td input[type=number].error,
        .table-wrapper table tr td input[type=email].error,
        .table-wrapper table tr td input[type=date].error,
        .table-wrapper table tr td input[type=password].error,
        .table-wrapper table tr td textarea.error,
        .table-wrapper table tr td select.error {
          border-color: #C00; }
      .table-wrapper table tr td textarea {
        height: 100px; }
      .table-wrapper table tr td select {
        width: calc(100% + 10px); }
      .table-wrapper table tr td input[type=checkbox],
      .table-wrapper table tr td input[type=radio] {
        margin: -5px; }
      .table-wrapper table tr td input[type=button],
      .table-wrapper table tr td input[type=submit] {
        padding: 2px 5px;
        background: #0080d2;
        background: -webkit-linear-gradient(#00cdff, #0080d2);
        background: -o-linear-gradient(#00cdff, #0080d2);
        background: -moz-linear-gradient(#00cdff, #0080d2);
        background: linear-gradient(#00cdff, #0080d2);
        margin: -5px;
        color: #FFF;
        border: 0px;
        border-radius: 3px; }
      .table-wrapper table tr td .dragdropupload > div {
        position: relative;
        border: 4px dashed #00cdff;
        padding: 40px;
        text-align: center;
        cursor: pointer; }
        .table-wrapper table tr td .dragdropupload > div.over {
          border-color: #0080d2; }
      .table-wrapper table tr td .dragdropupload #progress {
        padding: 0px;
        border: 0px;
        text-align: left;
        cursor: default; }
        .table-wrapper table tr td .dragdropupload #progress > div {
          position: relative;
          border: 1px solid rgba(0, 0, 0, 0.1);
          width: 100%;
          margin-top: 5px; }
          .table-wrapper table tr td .dragdropupload #progress > div .filename {
            padding: 2px 0px;
            position: relative;
            text-align: center;
            z-index: 2; }
          .table-wrapper table tr td .dragdropupload #progress > div .progress {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 0%;
            height: 100%;
            background-color: rgba(0, 205, 255, 0.5); }
      .table-wrapper table tr td .dragdropupload input[type=file] {
        display: none; }
      .table-wrapper table tr td .arrow-down {
        display: inline-block;
        width: 8px;
        height: 10px;
        background-image: url(../img/arrow-down.png);
        background-size: cover;
        background-repeat: no-repeat;
        margin-left: 10px; }
      .table-wrapper table tr td .arrow-up {
        display: inline-block;
        width: 8px;
        height: 10px;
        background-image: url(../img/arrow-up.png);
        background-size: cover;
        background-repeat: no-repeat;
        margin-left: 10px; }
      .table-wrapper table tr td .filesearch input[type="text"] {
        width: calc(100% - 110px);
        margin: 10px 20px 10px 0; }
    .table-wrapper table tr.dragdrop td {
      border-bottom-color: #666666; }

.tabsystem {
  width: 100%; }
  .tabsystem .tabs {
    width: 100%;
    background-color: #00cdff; }
    .tabsystem .tabs .tab {
      background-color: #0080d2;
      padding: 10px;
      float: left;
      border-left: 1px solid rgba(255, 255, 255, 0.5);
      color: #FFF;
      font-size: 12px;
      cursor: pointer; }
      .tabsystem .tabs .tab.active {
        background-color: #000;
        color: #FFF;
        border-left-color: #000; }
    .tabsystem .tabs::after {
      content: ' ';
      display: block;
      clear: both; }
  .tabsystem .tabcontent {
    display: none; }
    .tabsystem .tabcontent.active {
      display: block; }

.accordion {
  border-collapse: collapse;
  width: 100%; }
  .accordion li.accordion_title,
  .accordion li.accordion_row {
    padding: 0px;
    margin: 0px; }
  .accordion tr.accordion_title td {
    padding: 10px;
    background-color: #DDD;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 12px; }
    .accordion tr.accordion_title td.config {
      border-left: 1px solid rgba(0, 0, 0, 0.1);
      border-right: 1px solid rgba(0, 0, 0, 0.1); }
  .accordion tr.accordion_title.active td {
    background-color: #c6c6c6;
    border-color: #c6c6c6; }
  .accordion tr.accordion_row {
    display: none; }
    .accordion tr.accordion_row > td {
      padding: 0px;
      margin: 0px; }
    .accordion tr.accordion_row.active {
      display: table-row; }

#popup {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
  overflow: auto;
  display: none; }
  #popup > div {
    padding: 200px 0px; }
    #popup > div > div {
      position: relative;
      padding: 10px;
      max-width: 1024px;
      width: calc(100% - 40px - 20px);
      background-color: #FFFFFF;
      margin: 0px auto; }
      #popup > div > div div#close {
        display: block;
        position: absolute;
        background-size: 16px;
        background-image: url(../img/close.png);
        background-repeat: no-repeat;
        background-position: center center;
        width: 16px;
        height: 16px;
        top: 20px;
        right: 20px;
        cursor: pointer; }

.fileselector {
  max-height: 600px;
  overflow: auto; }

#login {
  max-width: 280px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  padding: 10px;
  background-color: #FFF;
  border-radius: 10px; }
  #login center {
    padding: 10px; }
    #login center #logo-big {
      width: 150px; }

#logout {
  position: fixed;
  top: 20px;
  height: 20px;
  right: 20px; }

#imagepreview {
  background-color: #FFF;
  padding: 5px;
  position: absolute;
  transform: translateY(calc(-100% - 20px));
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 0px;
  z-index: 1000; }
  #imagepreview img {
    padding: 0px;
    margin: 0px;
    border: 0px; }
