/* general */

body {
    font-family: Verdana;
    /* font-size: 10pt;*/
    font-size: 13px; /* SH standardgrösse den Angaben angepasst*/
}
body.phone {
    padding: 0 2px 0 2px;
}
a,
a:link,
a:visited,
a:hover {
    color: #d70070;
    text-decoration: underline;
}
a[data-action] {
    cursor: pointer;
}
h1,
p {
    margin: 0 !important;
    line-height: 20px;
}
h1 {
    margin: 20px 0 !important;
    font-size: 16px;
}
h2 {
    margin: 0;
    font-size: 14px;
    font-style: italic;
}
h3,
h4 {
    margin: 0;
    font-size: 14px;
}
ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}
textarea {
    resize: vertical;
}
.nav-tabs {
    margin-bottom: 0;
    background: #fff;
}
.nav-tabs a {
    color: #000;
    cursor: pointer;
    text-decoration: none;
}
.clearboth {
    clear: both;
}
#center {
    /*    position: absolute; */
    /*    top: 42px; */

    bottom: 0;
    left: 0;
    right: 0;
}
.force-visible {
    visibility: visible !important;
}
.force-invisible {
    display: none !important;
    visibility: hidden !important;
}
body.phone #center,
body.tablet #center {
    position: static;
}
#bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 42px;
}
#bottom .ctrls {
    margin-top: 10px;
    margin-left: 20px;
}
.ovl {
    z-index: 9998;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
/*********************************
* Bootstrap 3.3.5 approaching    *
**********************************/

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    /*margin-top: 8px;*/

    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-inner {
    min-height: 0;
    padding: 0;
    background: none;
    border: 0;
    box-shadow: none;
    background-image: none;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-toggle {
    border-color: #aaaaaa;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
.divider {
    height: 1px;
    margin: 5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

body.phone .row,
body.tablet .row
{
	margin: 0;
}

/****************************
*  Buttons                  *
****************************/

.btn-hslu {
	background-color: #415e6c;
	transition: background-color ease 0.5s;
	color: white !important;
	font-size: 14px;
}

.btn-hslu:hover {
	background-color: #344b56;
}

.btng-add-resource {
	margin-bottom: 200px;
}

/* Used e.g. with <a> */
.rcc-button,
.rcc-button:visited {
	display: block;
	height: 30px;
	border-radius: 15px !important; /* because bootstrap .btn-group>last-child*/
	cursor: pointer;
}

.rcc-button > .rccb-addon-left {
	border-right: 1px solid white;
	min-width: 30px;
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
}

.rcc-button > .rccb-content {
	float: left;
	line-height: 30px;
	padding: 0 10px 0 10px;
}

.rcc-button > .rccb-addon-right {
	border-left: 1px solid white;
	float: right;
	min-width: 30px;
	height: 30px;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}

.btn-add-resource {
	width: 200px;
}

.btn.add-editor {
	float: left;
	clear: both;
}

.rccToolbar .btn[disabled]:hover i,
.rccToolbar .btn[disabled] i:hover
{
	color: white;
}


body.phone .nav li {
    display: block;
    width: 100%;
}

ul.nav > li > ul.nav > li {
    width: 100%;
}
/* Second level navigation details */

.nav .nav>li>a {
    padding: 5px 0 5px 20px;
    font-size: 0.8rem;
}
.navbar li.active>div {
    color: #555555;
    text-decoration: none;
    background-color: #e5e5e5;
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

/* Sub nav: mobile needs further marking. */
.nav-tabs>.active>a:focus,
.nav-tabs>.active>a {
  background-color: #EEEEEE;
}

/*************************
* Miscellanous 	         *
**************************/

.custombox-close,
.import-close {
    position: absolute;
    top: 3px;
    right: 5px;
    font-size: 1.8rem;
}


.custombox-modal > form {
	background-color: white;
    padding: 20px;
}

.no-data-hint {
  padding: 20px;
  width: 100%;
  font-size: 18px;
  color: #888888;
  border: 5px solid #EEEEEE;
  text-align: center;
}


/****************************
*  calendar page           *
****************************/

#c73 {
    margin-top: -20px;
    /* page has no tabs, no space wished */
}
body.phone #c73,
body.tablet #c73 {
    margin-top: 0;
    /* mobile page has no tab height, no space correction needed */
}
body.phone .fc-header td {
    display: block;
    float: left;
    clear: both;
}
#c73 p {
    display: inline;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
}
#calendar-menu {
    width: 150px;
    float: right;
    height: 0;
}
body.phone #calendar-menu,
body.tablet #calendar-menu
{
	width: 60px;
}
body.phone #calendar-menu .dropdown-menu,
body.tablet #calendar-menu .dropdown-menu
{
	left: auto;
	right: 0;
}

#calendar-menu-inner {
    float: right;
    min-height: 0;
    /* more height is inherited by navbar-inner */

    clear: both;
    position: relative;
    z-index: 1000;
}
#calendar-menu button {
    position: relative;
    z-index: 1000;
    /* because the calendar is pulled over. It's visible but not clickable. 1000 is not too top for the live mode. */
}
#calendar-menu li {
    color: #888888;
    cursor: pointer;
    list-style: none;
}
#calendar-menu li:hover {
    color: #000000;
}
#calendar-menu li.active {
    font-weight: bold;
}
#calendar {
    width: 100%;
    /*margin-top: -30px;*/
    /* no float right spacing */

    float: left;
    clear: both;
}
#calendar .fc-context-menu
{
    position: absolute;
    right: 1px;
    text-align: right;
    overflow: visible;
    z-index: 100000;
    display: block;
	background-color: #6a95a9;
   	color: white;
}

.calendar-free-context-menu .fc-context-menu
 {
    position: absolute;
    right: 1px;
    text-align: left;
    overflow: visible;
    z-index: 100000;
    display: block;
	background-color: #6a95a9;
   	color: white;
}


#calendar .fc-context-menu-inner {
    display: none;
}
#calendar .fc-context-menu-inner.navbar-default-rcc {
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
	background-color: #6a95a9;
}
#calendar .fc-context-menu-inner.navbar-default-rcc li:hover {
    color: black;
}
#calendar .fc-context-menu-inner {
    list-style: none;
}
#calendar .fc-context-menu-inner > li {
    list-style: none;
    margin-left: 0;
}

.calendar-free-context-menu li:hover {
    cursor: pointer;
}
.calendar-free-context-menu .fc-context-menu-inner.navbar-default-rcc li:hover {
    color: black;
}
/****************************
*  message panel            *
****************************/

.messages.free {
    position: fixed;
    width: 100%;
    -webkit-box-shadow: 0px 10px 9px 0px rgba(170, 170, 170, 1);
    -moz-box-shadow: 0px 10px 9px 0px rgba(170, 170, 170, 1);
    box-shadow: 0px 10px 9px 0px rgba(170, 170, 170, 1);
    z-index: 10000;
}
/* mod: cnt */

#cnt {
    height: 450px;
    background: #fff;
    position: relative;
}
/* mod: rcc_overview */

.week {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 827px;
    overflow-y: scroll;
}
body.phone .week,
body.tablet .week {
    position: static;
    width: 100%;
    overflow: visible;
}
.week .nav-tabs li.last {
    margin-right: 20px;
}
body.phone .week .nav-tabs li.last,
body.tablet .week .nav-tabs li.last {
    margin-right: 0;
    float: none;
    text-align: center;
}
.week .navWeek {
    margin-top: 4px;
}
.week .cnt {
    background: #fff;
    padding: 20px;
}
.week .legends {
    padding: 20px;
}
.week .th {
    border-top: 1px #ccc solid;
}
.week .th,
.week .td {
    width: 100px;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 16px;
    line-height: 16px;
    border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    text-align: center;
}
body.phone .week .th,
body.tablet .week .th,
body.phone .week .td,
body.tablet .week .td {
    width: 11%;
    font-size: 10px;
    line-height: 12px;
    height: 12px;
}
body.phone .week .th:first-child,
body.tablet .week .th:first-child,
body.phone .week .td:first-child,
body.tablet .week .td:first-child {
    width: 16%;
}
.week .th:first-child,
.week .td:first-child {
    width: 60px;
}
.week .td:not(:first-child) {
    font-size: 10px;
    cursor: pointer;
}
.week .th.first,
.week .td.first {
    border-left: 1px #ccc solid;
}
.weekEdit {
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fefefe;
    padding: 10px;
    width: 280px;
    height: 440px;
    margin: auto;
}
.weekEdit input.input-medium {
    width: 136px !important;
}
.weekEdit textarea.input-medium {
    width: 268px;
    height: 80px;
}
/* mod: rcc_journal */

.journal_top,
.journal_week {
    width: 700px;
}

.journal_week h2 {
    float: left;
    margin-top: 25px;
    margin-bottom: 5px;
}

body.phone .journal_top,
body.phone .journal_week {
    width: 100%;
    overflow: hidden;
}
.weekConclusion .introduction {
    display: block;
    font-size: 0.7rem;
    margin-bottom: 10px;
    float: left;
}
/* TODO: add class in template */
.col-md-12.noPadding[data-role="week-entry-preview"]
{
  word-break: break-word;
  word-wrap: break-word;
}
.journal_week li {
    padding-bottom: 15px;
}
.journal_week .activity {
    background: #fafafa;
    border-bottom: 1px #aaa solid;
}
.journal_week .activity:last-child {
    border-bottom: none;
    margin-bottom: 10px;
}
.journal_week .activity > .pull-right {
    width: 480px;
    padding: 10px;
}
.journal_week .activity .activityimage-container img.dz-clickable {
    width: 200px;
    float: left;
}
.journal_week .btn.btnRm,
.journal_week .btn.btnWeekConclusionEdit {
    width: 15px;
    height: 15px;
    padding: 3px;
    line-height: 15px;
}
.journal_week .btn.btnRm {
    background-color: #FFCCCC;
    background-image: none
}
.journal_week .activity .activityimage-container .image-background {
    visibility: hidden;
}
.journal_week .activity .activityimage-container.shim img.dz-clickable {
    position: relative;
    float: none;
    height: 150px;
    z-index: 10;
    /* opacity: 0.5; */
}
.journal_week .activity .activityimage-container.shim .image-background {
    width: 200px;
    height: 150px;
    visibility: visible;
    position: relative;
    top: -150px;
    margin-bottom: -150px;
    z-index: 5;
}
body.phone .journal_week .activity > div {
    float: none;
    width: 100%;
}
.journal_week .activity .caption {
    font-weight: bold;
}
.journal_week .weekConclusion {
    background: #e5e5ff;
    padding: 10px;
}
.journal_week .weekConclusion .caption {
    font-weight: bold;
    margin-bottom: 10px;
}
.journal_week .weekConclusion > .pull-left {
    width: 350px;
    clear: both;
}
.body.phone .journal_week .weekConclusion > .pull-left {
	width: 100%;
}

.journal_week .weekConclusion > .pull-right {
    width: 330px;
    height: 0;
    /* Otherwise, the floatingboxes on the left side have a space. Clear doesn't help. */

    overflow: visible;
}
body.phone .journal_week .weekConclusion > .pull-right {
	float: left !important;
    width: 60%;
    min-width: 300px;
    height: initial;
    overflow: hidden;
}

.journal_week .weekConclusion > hr {
    display: block;
    float: left;
    clear: both;
    width: 330px;
}
body.phone .journal_week .weekConclusion > hr {
	width: 99%;
}

.journal_week .weekConclusion > hr.jw-first-separator {
	width: 98%;
}

.journal_week .weekConclusion > hr.jw-second-separator {
	display: none;
	visibility: hidden;
}
body.phone .journal_week .weekConclusion > hr.jw-second-separator {
	display: initial;
	visibility: visible;
}

.journal_week .btnAddContainer {
    margin-top: 15px;
}

.journal_week .editor-container.general,
.journal_week .editor-container.general > .pull-left,
.journal_week .editor-container.general > .pull-left textarea {
    width: 98%;
}

body.phone .journal_week .editor-container,
body.phone .journal_week .editor-container > .pull-left,
body.phone .journal_week .editor-container > .pull-left textarea {
	width: 98%;
}

body.phone .journal_week .weekConclusion > div {
    width: 100%;
}
.journal_week .input-xxlarge {
    width: 330px;
}
body.phone .journal_week .input-xxlarge {
    width: 90%;
}
/* mod: tabs */

.tabs_cnt {
    /* padding: 20px; */ /* SH an Angaben angepasst */
    padding: 0px 30px 0px 30px;
}
body.phone .tabs_cnt,
body.tablet .tabs_cnt {
    padding: 0;
}
/* mod: wall */

.wall {
    width: 600px;
}
body.phone .wall,
body.tablet .wall {
    width: 100%;
}
.wall label {
    display: inline;
}
.wall textarea {
    width: 586px;
    margin-bottom: 0;
}
.wall .btn {
    color: #000;
}
body.phone .wall textarea,
body.tablet .wall textarea {
    width: 100%;
}
.wall .wall_item {
    margin-bottom: 5px;
}
.wall .wall_add {
    width: 600px;
    padding: 10px;
    text-align: right;
}
body.phone .wall .wall_add,
body.tablet .wall .wall_add {
    width: 100%;
}
/*******************************
 * Downloads and sharing links *
 ******************************/

.master-column-center .downloads {
    padding: 20px;
}

body.phone .master-column-center .downloads li {
    margin-bottom: 10px;
}

body.phone .master-column-center .downloads p {
    line-height: 1.3em;
    overflow: hidden;
    max-height: 2.9em;
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

body.phone .master-column-center .downloads a i {
	clear: both;
	float: left;
	height: 1.5em;
	margin-top: 3px;
}

.shared-links ul {
    list-style: disc;
}
.shared-links li {
    margin-bottom: 15px
}
.shared-links .c1 {
    clear: both;
}
.shared-links .c2 {
    float: left;
    width: 200px;
    margin-left: 18px;
}
.shared-links .c3 {
    float: left;
}
.shared-links .c4 {
    clear: both;
    margin-left: 18px;
    font-size: 0.9rem;
}
.shared-links .c4 img.preview {
    display: block;
    clear: both;
    width: 50px;
    height: auto;
}
.shared-links .c5 {
    clear: both;
    margin-left: 18px;
    font-size: 0.9rem;
    cursor: pointer;
    display: inline-block;
}
.shared-links .c5:hover {
    font-weight: bold;
}
.shared-links .c6 {
    margin-left: 18px;
    font-size: 0.9rem;
    cursor: pointer;
    display: inline-block;
}
.shared-links .c6:hover {
    font-weight: bold;
}

.shared-links h2 .hover-tools,
.shared-links li .hover-tools {
	display: inline-block;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity ease 0.3s;
	webkit-transition:  visibility 0s, opacity ease 0.3s;
	-moz-transition:  visibility 0s, opacity ease 0.3s;
    -ms-transition:  visibility 0s, opacity ease 0.3s;
	-o-transition:  visibility 0s, opacity ease 0.3s;
	margin-left: 30px;
}

.shared-links h2:hover .hover-tools,
.shared-links li:hover .hover-tools {
	visibility: visible;
	opacity: 1;
}

.shared-links h2 .hover-tools > i,
.shared-links li .hover-tools > i {
	margin-left: 10px;
	cursor: pointer;
}

.shared-links a {
    word-break: break-word;
}


.sharing fieldset {
    clear: both;
}
.format-error-simple {
    color: #a00057;
    margin-top: -10px;
    margin-left: 20px;
    margin-bottom: 10px;
}
body.tablet .sharing fieldset {
    width: 80%;
}
body.phone .sharing fieldset {
    width: 95%;
}
.sharing fieldset input[type="text"],
.sharing fieldset textarea {
    width: 90%;
    padding-left: 10px;
}
.sharing .share-form legend {
    float: left;
    margin-bottom: 0;
    margin-top: 15px;
    border-bottom: none;
    font-size: 1rem;
}

.sharing fieldset label,
.sharing fieldset input,
.sharing fieldset textarea,
.sharing fieldset img
{
    float: left;
    clear: both;
}

.sharing .share-form label {
    width: 200px;
}

.sharing .share-form .no-picture-text {
	float: left;
    padding: 10px;
    text-decoration: none;
    width: 300px;
    word-wrap: normal;
    word-break: break-all;
}

.sharing .share-form .no-picture-text > a {
	text-decoration: none;
}

.sharing .share-form textarea {
    float: left;
}
.sharing .share-form button {
    float: left;
}
.sharing .share-form .submit-resource {
    clear: both;
}
.sharing .share-form button.submit-resource.edit-button {
    clear: none !important;
    margin-left: 40px;
}
.sharing .shared-links li.edit-mode {
    background-color: rgba(223, 231, 234, 0.29);
}
.shared-resources-admin-table {
    margin-top: 30px;
}
.shared-resources-admin-table th {
    text-align: left;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
}
.shared-resources-admin-table td {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #EEEEEE;
}
.shared-resources-admin-table th.c1 {
    width: 20%;
}
.shared-resources-admin-table th.c2 {
    width: 32%;
}
.shared-resources-admin-table th.c3 {
    width: 18%;
}
.shared-resources-admin-table th.c4 {
    width: 10%;
}
.shared-resources-admin-table th.c5 {
    width: 5%;
}
.shared-resources-admin-table th.c6 {
    width: 5%;
}
.shared-resources-admin-table td.c5 {
    font-size: 1.2rem;
    text-align: center;
    cursor: pointer;
}
.shared-resources-admin-table td.c6 {
    font-size: 1.1rem;
    text-align: center;
    cursor: pointer;
}
.shared-res-noimage-placeholder {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #AAAAAA;
    color: #666666;
    font-size: 20px;
    text-decoration: none;
}
/* mod: rcc_settings */

.shared-links li[data-id] > h2 {
	display: inline-block;
}

.share-edit-title-form {
	padding:30px;
}

.share-edit-form-label {
	display: inline;
	width: 20%;
	text-align: left;
}

.share-edit-form-text {
	display: inline !important;
	width: 80%;
}

div.dz-clickable  {
	width: 100px;
	height: 80px;
	line-height: 80px;
}

.settings {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 500px;
    background: #e5e5e5;
    overflow-y: scroll;
}
.settings {
    position: static;
    width: 100%;
    overflow: visible;
}
body.phone .settings .nav-tabs li,
body.tablet .settings .nav-tabs li {
    width: 33%;
    float: left;
}
.settings #viewProfile,
.settings #viewColoring,
.settings #viewSystem {
    background: #fff;
    padding: 20px;
}
.settings .coloring h1 {
    margin-top: 20px !important;
}
.settings #viewProfile #day {
    width: 55px;
}
.settings #viewProfile #month {
    width: 88px;
}
.settings #viewProfile #year {
    width: 70px;
}
.settings #viewProfile .directLogin {
    width: 220px;
    word-wrap: break-word;
}
.settings #viewSystem h2:not(.newest),
.settings #viewSystem p:not(.newest) {
    color: #ccc;
}
/* plugin: validate */

.validate_err {
    position: absolute;
    background: #ffba68;
    padding: 2px 5px;
    border-radius: 4px;
}
/* plugin: dropzoneJS */

.dz-preview {
    display: none;
}
/* Spezialitäten für Downloads */

.downloads a i {
    width: 1.3em;
}
/* Spezialitäten für Login */

#login {
    /*position: absolute;*/

    top: 10%;
    left: 0;
    right: 0;
    margin: 10% auto auto auto;
    max-width: 450px;
}
#login-hslu-img {
    float: left;
    width: 50%;
}
#login-crealab-img {
    float: right;
    width: 30%;
    height: auto;
}
#login .csc-default {
    float: left;
    width: 100%;
    height: auto;
}
#login .tx-felogin-pi1 legend {
    font-size: 12px;
    border: 0;
}
#login .tx-felogin-pi1 {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
#login .tx-felogin-pi1 label {
    width: 30%;
    float: left;
    clear: none;
}
p.align-center {
    text-align: center;
}
#userinfo {
    display: block;
    width: auto;
    margin-top: 10px;
}
.widget-edit-event {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -175px;
    margin-top: -315px;
    border: 1px solid gray;
    width: auto;
    height: auto;
    background-color: #EEEEEE;
    z-index: 10000;
    padding: 10px;
    width: 350px;
}
body.phone .widget-edit-event {
    width: 280px;
    margin-left: -145px;
    margin-top: -260px;
    padding: 3px;
}
body.phone .widget-edit-event input {
    margin-bottom: 5px;
}
body.phone input {
    /* height: 12px;*/
}
body.phone #rccEntry {
    height: 20px;
}
body.phone #rccRcc {
    margin-bottom: 0px;
}
body.phone #rccRcc>label {
    width: 20%;
}
body.phone #rccRcc>div {
    width: 80% !important;
}
body.phone .widget-edit-event legend {
    display: none;
    visibility: hidden;
    margin: 0;
}
.slider > .dragger {
    background: #FF0000;
    background-color: #FF0000;
}
.slider.disabled {
    -moz-opacity: 0.30;
    -khtml-opacity: 0.30;
    opacity: 0.30;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=30);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=30);
    filter: alpha(opacity=30);
}
.widget-edit-event-content form label,
.widget-edit-event-content form input,
.widget-edit-event-content form select,
.widget-edit-event-content form textfield {
    float: left;
    display: block;
    clear: none;
    width: 50%;
}
.widget-edit-event-content form .control-box {
    float: left;
    display: block;
    clear: none;
    width: 50%;
}
.widget-edit-event-content form .control-append {
    float: left;
    display: block;
    clear: none;
    width: 3%;
    margin-left: 10px;
}
.widget-edit-event-content form .control-append .warning-empty {
    color: #A00057;
    font-weight: bold;
}
.widget-edit-event-content form .control-append.rcc {
  float: right;
  width: 49px;
}

.widget-edit-event-content form textarea {
    margin-bottom: 10px;
}
.widget-edit-event-content form label {
    clear: both;
    width: 32%;
}
.widget-edit-event-content form .v-box {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}
.widget-edit-event-content form .v-box .v-box-title {
    float: left;
    clear: both;
    width: 30%;
}
.widget-edit-event-content form .v-box label {
    width: auto;
    clear: none;
}
.widget-edit-event-content form #collapseTwo[aria-expanded="true"] .v-box:first-child {
    height: 50px;
}
.widget-edit-event-content form #collapseTwo .v-box:first-child > label {
    display: inline-block;
    line-height: 15px;
    height: 49px;
}

.widget-edit-event-content form .v-box input[type="radio"] {
    width: 20px;
    clear: none;
    margin-right: 4%;
    margin-left: 0.5%;
}

.widget-edit-event-content form .v-box.scrollcontainer {
  max-height: 132px;
  overflow-x: hidden;
  overflow-y: auto;
}

.widget-edit-event-content form .journal {
    width: 80%;
    height: 50px;
}
.widget-edit-event-content form .clear {
    clear: both;
}
.slider {
    float: left;
    margin-bottom: 15px;
    width: 90% !important;
}

.widget-edit-event-content form .v-box.va-on-off {
/*  position: absolute;
  transition: right ease 0.3s;
  right: 20px;
  float: none !important;
  width: auto !important;
  top: 4px;
  */
  position: absolute;
  transition: right ease 0.3s;
  width: auto !important;
  bottom: -4px;
  right: 125px;
}

.widget-edit-event-content form .v-box.va-on-off.va-on-off-2 {
  right: 0;
}

.widget-edit-event-content form .v-box.va-number-of-activities {
  position: absolute;
  width: auto !important;
  bottom: -4px;
  right: 125px;
  left: 0;
  cursor: pointer;
}

.widget-edit-event-content form #collapseTwo[aria-expanded="true"] .v-box.va-number-of-activities {
  bottom: -37px;
  right: unset;
  left: 0;
  cursor: unset;
}

.widget-edit-event-content form #collapseTwo .v-box.va-number-of-activities.va-error {
  color: #A00057;
  font-weight: bold;
}

.widget-edit-event-content .va-disabled .panel-heading h4 a {
    color: #cccccc;
}

.widget-edit-event-content .va-disabled .panel-heading button {
  background-color: #98bcce;
}

.widget-edit-event-content #accordion .va-disabled #collapseTwo.collapse:not(.in) {
  display: none !important;
  visibility: hidden;
}

.btn-mini {
  padding: 1px;
  font-size: 9px;
}


.widget-edit-event-content form input[type="text"]::placeholder {
  color: #AAAAAA;
}


.widget-edit-event-content .fullscreen-editor-container {
    background-color: #eee;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    padding: 10px;
    border: 2px solid #e0e0e0;

    display: flex;
    flex-direction: column;
}

.widget-edit-event-content form .form-main-buttons,
.widget-edit-event-content form .editor-buttons
 {
  padding-right: 35%;
}

.widget-edit-event-content .fullscreen-editor-container .fullscreen-editor-title {
  flex: 0 0 30px;
  font-size: 14px;
  font-weight: bold;
}

.widget-edit-event-content .fullscreen-editor-container .tb_notes {
  flex: 0 0 30px;
}
.widget-edit-event-content .fullscreen-editor-container .journal,
.widget-edit-event-content .fullscreen-editor-container iframe
 {
    width: 100% !important;
    flex: 1 1 auto;
}
.widget-edit-event-content .fullscreen-editor-container .editor-buttons {
    flex: 0 0 30px;
}

.widget-edit-event-content form .rccViewField {
  float: left;
  position: relative;
  width: 100%;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 15px;
  font-size: 12px;
  background-color: #F8F8F8;
}

.widget-edit-event-content .fullscreen-editor-container .tb_notes [data-wysihtml5-dialog="createLink"] {
   background-color: #F8F8F8;
   width: 100%;
   float: left;
   display: flex;
   flex-direction: row;
}

.widget-edit-event-content .fullscreen-editor-container .tb_notes [data-wysihtml5-dialog="createLink"] > label {
   flex: 1 1 auto;
   white-space: nowrap;
}

.widget-edit-event-content .fullscreen-editor-container .tb_notes [data-wysihtml5-dialog="createLink"] > label > input {
   width: calc(100% - 65px);
   float: none;
   display: inline-block;
}

.widget-edit-event-content .fullscreen-editor-container .tb_notes [data-wysihtml5-dialog="createLink"] > .btn {
   flex: 0 0 20px;
}

.widget-edit-event-content form .rccViewField.view-field-placeholder {
  color: #AAAAAA;
}

.widget-edit-event-content form .rccFullTextField {
  display: none;
  visibility: hidden;
}

.widget-edit-event-content form .rccViewField:hover {
  background-color: #e5e5e5;
}
.widget-edit-event-content form .rccViewField:hover:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: '\f040';
  position: absolute;
  right: 10px;
  top: 0;
}

/* Definitions for Voice Assistance */

.widget-edit-event-content form div.va-is-used-panel {
    float: right;
    width: 40%;
    margin-top:-20px;
    text-align: right;
}

.widget-edit-event-content form div.va-is-used-panel > label,
.widget-edit-event-content form div.va-is-used-panel > input
{
   float: none;
   display: inline-block;
}

.widget-edit-event-content form div.va-is-used-panel.va-error > label,
.widget-edit-event-content form div.va-is-used-panel.va-error > input {
   color: #A00057;
   font-weight: bold;
}

.widget-edit-event-content form div.box-va-text-1 {
  overflow: hidden;
  transition: height 0.5s ease;
  max-height: 70px;
}

.widget-edit-event-content form div.box-va-text-2 {
  overflow: hidden;
  transition: height 0.5s ease;
  max-height: 90px;
}

.widget-edit-event-content label {
  font-weight: normal;
}

.widget-edit-event-content #accordion {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    /*  min-height: 330px; Used for a second accordion part only */
    border-bottom: 1px solid #E5E5E5;
}

.widget-edit-event-content #accordion h4.panel-title > a {
  display: inline-block;
  width: 100%;
}

.widget-edit-event-content #accordion h4.panel-title > a:after {
  position: absolute;
  right: 5px;
  content: '\25be';
  transition: transform 0.5s ease;
  font-size: 20px;
  line-height: 10px;
}

.widget-edit-event-content #accordion h4.panel-title > a[aria-expanded="false"]:after {
  transform: rotate(0deg);
}

.widget-edit-event-content #accordion h4.panel-title > a[aria-expanded="true"]:after {
  transform: rotate(180deg);
}

.widget-edit-event-content #accordion .panel,
.widget-edit-event-content #accordion .panel-collapse {
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

.widget-edit-event-content #accordion .panel-heading {
  border: 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background-color: #e5e5e5;
  padding: 4px 0 7px 0;
  border-radius: 0;
  position: relative;
}

.widget-edit-event-content #accordion .panel-body {
  padding: 4px 2px 4px 2px;
  border: none;
}

.widget-edit-event-content #accordion #collapseTwo.collapse:not(.in) {
    display: block !important;
    height: 70px !important;
    overflow: hidden;
}

.widget-edit-event-content .without-accordion #accordion .panel-heading {
    background-color: transparent;
}

.widget-edit-event-content .without-accordion #accordion h4.panel-title > a:after {
  display: none;
  visibility: hidden;
}

.widget-edit-event-content .without-accordion #accordion h4.panel-title > a {
  pointer-events: none;
}

/* Definitions for voice assistance screens and components */
#edit-event .screens legend {
  margin-bottom: 5px;
}

#edit-event .screens .legend-title {
  font-size: 21px;
  display: inline-block;
}

#edit-event .screens .legend-title-smaller {
  font-size: 16px;
  line-height: 21px;
  display: inline-block;
}

.widget-edit-event .container {
    width: 100%;
    margin: 0;
    padding: 0;
}
.widget-edit-event .container .col-md-12 {
    padding: 0;
}

.widget-edit-event .va-widget-list {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow: hidden;
}

.widget-edit-event .va-widget-list .container-header {
  flex: 0 0 16px;
}
.widget-edit-event .va-widget-list .container-header > :first-child {
  float: left;
}
.widget-edit-event .va-widget-list .container-header > :nth-child(2) {
  float: right;
  margin-right: 45px;
}
.widget-edit-event .va-widget-list .container-header.no-activity-column > :nth-child(2) {
  float: right;
  margin-right: 0;
}

.widget-edit-event .va-widget-list .scrollcontainer.part-1 {
  flex: 100 1 auto;
  min-height: 50px;
  margin-bottom: 7px;
}

.widget-edit-event .va-widget-list .scrollcontainer.part-2 {
  flex: 1 100 auto;
  min-height: 50px;
}

.widget-edit-event .va-widget-list .scrollcontainer .empty-hint {
    padding: 10px;
    color: #B0B0B0;
}

#edit-event .panel-body > .empty-hint {
  float: left;
  text-align: center;
  padding: 10px;
  color: #B0B0B0;
}

button.edit-va-activities {
  float: right;
}

button.edit-va-activities.va-error {
  border: 2px solid #A00057;
}

#edit-event .btn-group-vertical .btn  {
    float: none;
    white-space: nowrap;
    text-align: left;
    padding: 2px 2px 2px 2px;
    display: flex;
    flex-direction: row;
    border-radius: 0;
    min-height: 15px;

    flex-wrap: wrap;
}


#edit-event .btn-group-vertical .btn input[type="checkbox"] {
  flex: 0 0 20px;
    margin-right: 5px;
    width: 15px;
    float: none;
    display: inline-block;
    height: 15px;
}

#edit-event .btn-group-vertical .btn .btn-group-label {
    flex: 10000 1 auto;
    max-width: 75%;
    white-space: normal;
    float: none;
    display: inline-block;
    vertical-align: top;
}
#edit-event .btn-group-vertical .btn .btn-group-label.label-short {
  max-width: 65%;
}

#edit-event .btn-group-vertical .btn .va-text-input {
  flex: 1 0 95%;
  margin-left: 30px;
}

#edit-event .btn-group-vertical .btn .va-text-input > input {
  width: 90%;
}

#edit-event .btn-group-vertical .btn .attachment-right {
  flex: 1 0 30px;
  display: inline-block;
  text-align: center;
  line-height: 100%;
  /*width: 30px;*/
  height: 100%;
}

#edit-event .btn-group-vertical .btn .attachment-right i:not(.fa-star):not(.fa-star-o) {
  font-size: 18px;
}

#edit-event .btn-group-vertical .btn .attachment-right i.fa-star,
#edit-event .btn-group-vertical .btn .attachment-right i.fa-star-o {
  font-size: 14px;
}

#edit-event .screens .rcc-widget .scrollcontainer {
    overflow-y: auto;
    overflow-x: hidden;
}

#edit-event .va-summary {
  position: relative;
  background-color: rgb(248, 248, 248);
  padding: 2px;
  margin-bottom: 10px;
  cursor: pointer;
}

#edit-event .va-summary:not(.summary-disable-edit):hover {
  background-color: #E5E5E5;
}

#edit-event .va-summary:not(.summary-disable-edit):after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: '\f040';
  position: absolute;
  right: 10px;
  top: 0;
}

#edit-event .va-summary div.delete-button {
  position: absolute;
  top: 0;
  right: 40px;
}

#edit-event .va-summary div.delete-button:hover {
  color: #d70070;
}

#edit-event .va-summary.summary-disable-edit {
  cursor: initial;
}

#edit-event .va-summary.summary-disable-edit div.delete-button {
  display: none;
  visibility: hidden;
}

#edit-event .va-summary div.va,
#edit-event .va-summary div.va-device
 {
  display: inline-block;
}

#edit-event .va-summary div.trash-icon {
    position: absolute;
    top: 0;
    right: 100px;
}

#edit-event .screens .rcc-widget {
    height: 500px;
}

#edit-event .screens .rcc-widget > .rcc-widget-content label {
  width: 100%;
}

#edit-event .screens .rcc-widget  {
  line-height: 16px;
}


#edit-event .screens .rcc-widget > .rcc-widget-header,
#edit-event .screens .rcc-widget > .widget-header {
    margin: 0;
    padding:0;
}

#edit-event .screens .rcc-widget > .rcc-widget-header:first-child,
#edit-event .screens .rcc-widget > .widget-header:first-child {
    /*padding-bottom: 15px;*/
}

#edit-event .screens .rcc-widget > .rcc-widget-header > .widget-title,
#edit-event .screens .rcc-widget > .widget-header > .widget-title {
  flex: 1 1 30px;
}

#edit-event .screens .rcc-widget > .rcc-widget-header > .widget-tools,
#edit-event .screens .rcc-widget > .widget-header > .widget-tools {
  flex: 1 1 0;
}

#edit-event .screens .rcc-widget > .rcc-widget-header > .widget-title > h1,
#edit-event .screens .rcc-widget > .widget-header > .widget-title > h1 {
    margin: 0 !important;
}

#edit-event .screens .rcc-widget > .rcc-widget-header > .widget-title > h2,
#edit-event .screens .rcc-widget > .widget-header > .widget-title > h2 {
    margin: 0 !important;
}

#edit-event .screens .rcc-widget > .rcc-widget-content {
  /*  This is the version that pushes the boxes down. */
  flex: 1 0 auto;
  /* We want them to narrow to fit in the box. */
  flex: 1 1 auto;
  overflow: hidden;
  /* We want to have the content as flex as standard. It is the most used. */
  display: flex;
  flex-direction: column;
}


#edit-event .screens .rcc-widget > .rcc-widget-footer {
  padding-top: 5px;
  flex: 0 0 30px;
}

#edit-event .screens .rcc-widget > .rcc-widget-footer.footer-2-buttons-normal {
  flex: 0 0 30px;

  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

#edit-event .screens .rcc-widget > .rcc-widget-footer.footer-2-buttons-normal button {
  flex: 0 0 90px;
}

#edit-event .screens .rcc-widget > .rcc-widget-footer.footer-one-at-right {
  flex: 0 0 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#edit-event .screens .rcc-widget > .rcc-widget-footer.footer-one-at-right button:first-child {
  flex: 0 0 90px;
}

#edit-event .screens .rcc-widget > .rcc-widget-footer.footer-one-at-right button:nth-child(2) {
  float: right;
}


#edit-event .screens .rcc-widget.screen-5 > .rcc-widget-content label,
#edit-event .screens .rcc-widget.screen-20 > .rcc-widget-content label {
  margin-top: 10px;
}

#edit-event .screens .rcc-widget.screen-15 {
  overflow: hidden;
}

#edit-event .screens .rcc-widget.screen-15 .rcc-widget-content {
  flex: 1 1 auto;
  flex-direction: column;
}

#edit-event .screens .rcc-widget.screen-15 .rcc-widget-content > div {
  flex: auto;
}

#edit-event .screens .rcc-widget.screen-15 .row-3 {
  flex: 0 10 0;
  overflow: hidden;
}
#edit-event .screens .rcc-widget.screen-21 .rcc-widget-content > label {
   margin-top: 1em;
}
#edit-event .screens .rcc-widget.screen-21 .rcc-widget-content > div.rccViewField {
   margin-top: 1em;
}

#edit-event .form-main-buttons.new {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

#edit-event .form-main-buttons.new .btn {
  border-radius: 0;
  flex: 0 0 90px;
}

#edit-event .va-edit-items-button {
  display: block;
  margin: auto 0 auto auto;
  min-width: 200px;
}

#edit-event .screen-10 .rcc-widget-content {
  display: flex;
  flex-direction: column;
}

#edit-event .screen-10 .rcc-widget-content .row-1 {
  flex: 0 1 auto;
}
#edit-event .screen-10 .rcc-widget-content .row-2 {
  flex: 0 1 auto;
  padding: 5px 0 5px 0;
}
#edit-event .screen-10 .rcc-widget-content  {
  flex: 1 10 50%;
}
#edit-event .screen-10 .rcc-widget-content .row-3 {
  flex: 10 10 0;
  overflow: hidden;
}
#edit-event .screen-10 .rcc-widget-content .row-3 .scrollcontainer {

}

.widget-edit-event-content .dropdown li {
	cursor: pointer;
}

.widget-edit-event-content .dropdown li a {
	line-height: 1.3;
}

.widget-edit-event-content .dropdown li.active a,
.widget-edit-event-content .dropdown li.active a:hover
 {
	background-color: #a00057;
	color: white;
}

.widget-edit-event-content .dropdown li a:hover {
	background-color: #ebc0d7;
}

.va-widget-list .btn-group-vertical label > input:checked + div + div > input {
    background-color: red;
}

.btn-gray.passive {
  background-color: #CFDFE6;
  color: #415e6c;
}
/****************************
* Colors page               *
****************************/
/*#c-colors {
	display: none;
}*/

#c-colors .colorchoice {
    height: auto;
}
#c-colors .colorchoice label {
    margin-left: 2em;
    display: inline-block;
}
#c-colors .colorchoice.range {
    /*height: 40px;*/

    height: auto;
    display: inline-block;
}
#c-colors div#feeling_min,
#c-colors div#awareness_min,
#c-colors div#divergence_min,
#c-colors div#meaningfulness_min {
    clear: both;
}
#c-colors .colorchoice.range div.gradient {
    display: inline-block;
    float: left;
    padding: 0.2em 0.5em 0.2em 0.5em;
    border: 1px solid white;
}
#c-colors .colorchoice.range .pick-a-color-markup {
    float: left;
}
#c-colors .colorchoice.range div.gradient {
    float: left;
    clear: none;
}
#c-colors .colorchoice.range div.gradient.first {
    margin-left: 1em;
}
#c-colors .colorchoice.range div.gradient.last {
    margin-right: 1em;
}
#c-colors .pick-a-color-gradient-box {
  width: 100%;
  float: left;
}
#c-colors .colorchoice .input-append,
#c-colors .colorchoice .input-prepend {
    margin-bottom: 0;
    display: inline-block;
}
#colormodebuttons {
    width: 80%;
    margin-bottom: 10px;
}
#palettebuttons {
    margin-top: 50px;
    margin-bottom: 150px;
    float: left;
}
#color-selection-container {
    float: left;
    clear: both;
}
/******************************************
* Designing user lists                    *
******************************************/
/* DEPRECATED
.userlist {
    width: 80%;
}
.userlist-anon {
    width: 60%;
}
*/
/* DEPRECATED
.userlist.dataTable td {
   overflow: hidden;
   word-break: break-word;
}
.userlist.dataTable th {
   font-weight: normal;
}
.userlist-anon .select-multiple {
    margin-left: 5px;
}
.userlist .clearfix,
.userlist-anon .clearfix {
    clear: both;
    float: left;
    width: 100%;
    border: 0;
    margin: 0;
}
.userlist .c1 {
    width: 5%;
}
.userlist .c2 {
    width: 10%;
}
.userlist .c3 {
    word-break: break-all;
    width: 18%;
}
.userlist .c4 {
    width: 13%;
}
.userlist .c5 {
    width: 13%;
}
.userlist .c6 {
    width: 25%;
}
.userlist .c7 {
    width: 8%;
}
.userlist .c8 {
    width: 7%;
}
.userlist .c6b {
    width: 40%;
}
*/

.userlist-anon .c1 {
    width: 10%;
}
.userlist-anon .c2 {
    width: 10%;
}
.userlist-anon .c3 {
    width: 10%;
}
.userlist-anon .c4 {
    width: 20%;
}
.userlist-anon .c5 {
    width: 20%;
}
.userlist-anon .c6 {
    width: 10%;
}
.userlist-anon .c7 {
    width: 10%;
}
.userlist-anon .c7 input {
    width: 120px;
    white-space: normal;
    font-size: 0.8em;
    line-height: 1.2em;
    text-align: left;
    margin-top: -10px;
}
.userlist-anon .c5 input {
    float: inline;
}

.userlist-anon .select-multiple {
    margin-left: 5px;
}

.userlist-anon .clearfix {
    clear: both;
    float: left;
    width: 100%;
    border: 0;
    margin: 0;
}

.userlist-anon .panel img {
    margin-right: 4px;
    border: 1px solid white;
}

.userlist-anon .panel img:hover {
    margin-right: 4px;
    border: 1px solid #BBBBFF;
}

.userlist-anon .clickable {
    cursor: pointer;
}

.userlist-anon .clearfix div {
    clear: none;
    float: left;
    padding-top: 4px;
    padding-left: 3px;
}

.content-float-left .weekbox-container > * {
  float: left;
}

/************************************
* Journal Verwaltung                *
************************************/

.btn-copy-templates {
    display: inline;
    float: left;
    clear: both;
    width: 200px;
}
#c109 h3 {
    display: block;
    float: left;
    clear: both;
}
#c28 a,
#c28 a:hover,
#c28 a:visited {
    text-decoration: none;
    color: #333333;
}
#c28 {
    margin-bottom: 40px;
}
/************************************
* Userlist Wochensicht              *
************************************/
/* DEPRECATED
.userlist .weekbox-container {
    width: 100%;
}
.userlist .weekbox {
    border: 1px solid gray;
    width: 6%;
    font-size: 0.8em;
    text-align: center;
    /*cursor: pointer;  x*x/x
}
*/
/************************************************
 * Progress view
 ************************************************/


#c-week-choice .weekbox-container {
  width: 100%;
  float: left;
/*  background-color: #f7f7f7; */
  margin: 0 0 60px 0;
}

#c-week-choice .weekbox-guidance {
    clear: both;
    float: left;
    margin-top: 1rem;
    width: 100%;
    /*font-size: 1.2rem; */
}

#c-week-choice .weekbox-detail {
    border: 1px solid #ccc;
    width: 20%;
    height: 40px;
    font-size: 1rem;
    text-align: center;
    float: left;
    position: relative;
    line-height: 17px;
    border-color: #6d8996; /* ACTION COLOR */
}

#c-week-choice .weekbox-detail:not(.unchooseable):after {
  position: absolute;
  width: 100%;
  height: 40px;
  background-color: brown;
  pointer-events: none;
  top: 0;
  left: 0;
  opacity: 0.15;
}

#c-week-choice .weekbox-detail:not(.unchooseable):hover:after {
  content: ' ';
}

#c-week-choice .weekbox-detail.unchooseable.marked {
  background-color: #FF8888 !important;
}

#c-week-choice .weekbox-guidance > ul {
  padding-left: 0px;
}

#c-week-choice .weekbox-guidance > ul > li {
  padding: 10px;
  margin-bottom: 7px;
}

#c-week-choice .weekbox-guidance > ul > li.error {
  background-color: #FCF2F4;
  color: #AF271A;
  position: relative;
  line-height: 23px;
  /* border-left: 2px solid #AF271A; */
  padding-left: 30px;
}

#c-week-choice .weekbox-guidance > ul > li.error:after {
  font-family: FontAwesome;
  content: "\f141";
  background-color: #AF271A;
  color: #FCF2F4;
}

#c-week-choice .weekbox-guidance > ul > li:after {
  position: absolute;
  left: -4px;
  top: -4px;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  font-size: 11px;
  line-height: 19px;
  text-align: center;
}

#c-week-choice .weekbox-guidance > ul > li.success {
  background-color: #F0FAF0;
  color: #85A515;
  position: relative;
  /* border-left: 2px solid #85A515; */
  padding-left: 30px;
}

#c-week-choice .weekbox-guidance > ul > li.success:after {
  font-family: FontAwesome;
  content: "\f00c";
  background-color: #85A515;
  color: #F0FAF0;
}

#c-week-choice .weekbox-guidance > ul > li.info {
  background-color: #EBF4FD;
  color: #4792F7;
  position: relative;
  /* border-left: 2px solid #4792F7; */
  padding-left: 30px;
}

#c-week-choice .weekbox-guidance > ul > li.info:after {
  font-family: FontAwesome;
  content: "\f129";
  background-color: #4792F7;
  color: #EBF4FD;
}

#c-week-choice .weekbox-guidance > ul > li > ul {
  padding-left: 20px;
}

#c-week-choice .weekbox-guidance > ul > li > ul > li {
  list-style-type: disc;
}


#c-week-choice .symbol-finished-ok {
  display: inline-block;
}
#c-week-choice .symbol-finished-ok > i {
  margin-left: 0;
  border-radius: 50%;
  font-size: 12px;
  padding: 6px;
}

#c-week-choice .weekbox-container .weekbox-detail + .weekbox-detail {
  border-left: none;
}

#c-week-choice .weekbox-detail {
  cursor: pointer;
}

#c-week-choice .weekbox-detail > div {
  display: block;
  height: 23px;
  overflow: hidden;
  line-height: 23px;
}

#c-week-choice .weekbox-detail > div > label {
    display: inline-block;
    vertical-align: middle;
    line-height: 11px;
    cursor: pointer;
}
#c-week-choice .weekbox-detail input {
  opacity: 0;
  height: 0;
  float: left;
  width: 0;
}

#c-week-choice .weekbox-detail input:checked + div:after {
    content: "";
    display: block;
    background-color: #828282;
    width: 10px;
    min-height: 10px;
    border-radius: 50%;
    position: absolute;
    bottom: 4px;
    right: 50%;
    margin-left: -5px;
}


#c-week-choice .weekbox-legend-title {
	display: inline-block;
	clear: both;
	margin: 20px 0 20px 0;
}

#c-week-choice .weekbox-legend {
	display: block;
	float: left;
	clear: both;
	max-width: 80%;
	margin-top: 10px;
	margin-bottom: 30px;
	white-space: nowrap;
}

#c-week-choice .weekbox-legend li {
	margin-top: 1px;
	margin-bottom: 1px;
}

#c-week-choice .weekbox-legend .weekbox-detail {
	width: 25px;
	height: 25px;
	float: none;
	display: inline-block;
	vertical-align: middle;

}
#c-week-choice .weekbox-legend .weekbox-legend-text {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	white-space: normal;
}

body.phone #c-week-choice .weekbox-container .weekbox-detail,
body.tablet #c-week-choice .weekbox-container .weekbox-detail {
  /* padding: 1px 11px; */
  font-size: 9px;
  min-height: 55px;
}

/************************************************
 * Journal view
 ************************************************/

#c25 h1 {
    float: left;
    width: 100%;
}
h1 span.addendum.small {
    font-size: 0.8em;
    font-weight: normal;
    padding-left: 2em;
}
body.phone h1 span.addendum.small {
  padding: 0;
}


/**************************************************
 * Text Edit Panels with illustration and editor. *
 *************************************************/

.editorgroup {
    clear: both;
}
.edit_panel_outer {
    clear: both;
    /* display: inline-block;*/
    /*float: left;*/
}
.edit_panel_inner {
    /*float: left;*/
    /*display: inline-block;*/

    overflow: auto;
}
.edit_panel_inner iframe {
    resize: none !important;
    min-height: 142px;
}
.editorgroup ol,
.editorgroup ol li {
    list-style-type: decimal;
    margin-left: 10px;
}
.editorgroup ul,
.editorgroup ul li {
    list-style-type: disc;
    margin-left: 10px;
}
.edit_panel_outer .btn {
    color: #666666;
}
.edit_panel_outer .ctrls {
    width: 80%;
}
.edit_panel_outer textarea {
    min-height: 180px;
    width: 83%;
    min-width: 400px;
    resize: none;
    border: 1px solid #B0B0B0;
    border-radius: 0;
    box-shadow: none;
}
.edit_panel_outer .illustration {
    width: 210px;
    float: left;
}
.edit_panel_outer .illustration img {
    margin-top: 31px;
}
.edit_panel_outer .textedit {
    overflow: auto;
    width: auto;
    float: none;
}
body.phone .edit_panel_outer .textedit {
    clear: both;
    margin-top: 10px;
    float: left;
    width: 100%;
}
body.phone .edit_panel_outer textarea {
    width: 100%;
}
.edit_panel_outer .editor-footer {
    float: left;
    clear: both;
    margin-top: 10px;
    margin-bottom: 20px;
}
.editor-footer input,
.editor-footer label {
    float: left;
}
.editor-footer input[type="checkbox"] {
    margin-right: 0.5em;
}
.toolbar .btn {
    color: #666666;
}
.tb_notes .btn {
    color: #666666 !important;
}
.dz-clickable {
     width: 95%;
     height: auto;
    /*height: 150px;*/
}

.editorgroup .journal-template .entry > p,
.editorgroup h2 > p
{
  margin: 0 0 14px 0 !important;
}

OFF .editorgroup .journal-template .entry > p:after,
p.copyable:after {
	position: absolute;
	display: inline-block;
	margin-left: 1em;
	font-family: FontAwesome;
	content: "\f0c5";
	color: #6D8996;
}

OFF .editorgroup .journal-template .entry > p:hover,
p.copyable:after {
	/* background-color: #D1DCE2; */
	/*cursor: pointer;*/
}

.OFF .editorgroup .journal-template .entry > p:hover:after,
p.copyable:hover:after {
	cursor: pointer;
	color: #314E5C;
}


.OFF .editorgroup .journal-template .entry > p:before,
p.copyable:hover:before {
	display: block;
	position: absolute;
	width: 30px;
	height: 16px;
	content: "Klicken, um Text in Clipboard zu kopieren";
	right: 0;
	color: #343434;
	border: 1px solid #343434;
	background-color: white;
}

.OFF .editorgroup .journal-template .entry > p:hover:before,
p.copyable:hover:before {
	visibility: visible;
}

.pull-right {
    float: right !important;
}
#rccEntry {
    width: 90%;
}
.btnAddContainer {
    float: left;
    clear: both;
}
.top-message {
    padding: 8px 20px;
    border-radius: 5px;
    border: 1px solid;
}
.top-message:first-child {
    /*margin-top: 4px;*/
}
.top-message.attention {
    background-color: red;
    border-color: #880000;
    color: white;
    font-size: 1rem;
}
.top-message.info {
    background-color: #49AFCD;
    border-color: #4444FF;
    color: white;
    font-size: 1rem;
}
.top-message .btn {
    float: right;
    margin-top: -5px;
}
body.phone #guestmode .btn {
    height: auto !important;
    /* TODO: remove the definition of body.phone input height = 12px, then remove this */
}
#ext-user-info {
    width: 500px;
}
#ext-user-info div {
    float: left;
    display: block;
}
#ext-user-info .c1 {
    clear: both;
    width: 30%;
}
#ext-user-info img {
    width: 400px;
    margin: 10px 0 20px 0;
}
#datamints_feuser_9_image_item_1_wrapper > div {
    clear: both;
}
#data-export-container {
    width: 100%;
    float: left;
    margin-bottom: 1em;
}
#data-export-container label {
    float: left;
    width: 60px;
    clear: both;
}
#data-export-container input {
    float: left;
}
#data-export-date {
    width: 40%;
    float: left;
}
#data-export-selection {
    width: 40%;
    float: right;
}
.warning-box {
    float: left;
    clear: both;
    margin-top: 1.5em;
}
.warning {
    color: #BB0000;
    font-weight: bold;
}
/**************************************************
 * Text Edit Panels - template preview            *
 *************************************************/
/*
.journal-template-container {
	margin-left: 50px;
	width: 70%;
	float: none;
	clear: both;
	margin-bottom: 40px;
	overflow: hidden;
}
*/
/*.journal-template-container*/

.journal-template {
    margin-bottom: 10px;
    white-space: nowrap;
    float: none;
    overflow: auto;
    clear: both;
	border-top: 7px solid #a00057;
	border-bottom: 7px solid #a00057;
}

/*.journal-template h2 {
    margin-top: -13px;
    margin-left: 205px;
}*/


.journal-template .illustration {
    clear: both;
    display: block;
    vertical-align: top;
    float: left;
    overflow: auto;
    width: 200px;
}

.journal-template .entry {
    display: block;
    overflow: auto;
    vertical-align: top;
    float: none;
    margin-left: 10px;
    word-wrap: normal;
    white-space: normal;
}
body.phone .journal-template .entry {
  float: left;
  margin-left: 0;
  clear: both;
}

.journal-template .entry b,
.journal-template .entry i,
.journal-template .entry p,
.journal-template .entry div {
    white-space: normal;
}

.journal-template .illustration img {
    width: 190px;
    height: auto;
}
.journal-protection-factors-container {
    margin-left: 50px;
    width: 70%;
    float: none;
    clear: both;
    margin-bottom: 40px;
    overflow: hidden;
}

.journal-protection-factors-container > .toggle-title {
	line-height: 30px;
}

body.phone .journal-template h2 {
	margin-left: 0;
	line-height: 1.8em;
	white-space: normal;
}
body.phone .journal-template .illustration {
	float: left;
}



body.phone .journal-protection-factors-container {
  margin-left: 5px;
  width: 95%;
}
.journal-protection-factors-container h2 {
  line-height: 1.6em;
  margin-bottom: 1.6em;
}
.journal-toggle-factors {
/*    display: block;
    margin-left: 50px;
    line-height: 0.8rem;
    float: right;
 */
    position: absolute;
    right: 0;
    z-index: 1;
}
.journal-protection-factors-narrow {
    width: 44% !important;
    float: left;
}
body.phone .journal-protection-factors-narrow {
  width: 85% !important;
  float: left;
}

/****************************************
 Overall Completeness Guide
 ****************************************/

.overall-completeness-list {
    margin-top: 30px;
    margin-bottom: 30px;
}
.overall-completeness > ul > li > div,
.overall-completeness > ul > li > ul > li > div {
    /* float: left; */

    display: inline-block;
    vertical-align: top;
}
.overall-completeness > ul {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 15px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.overall-completeness > ul > li {
    margin-top: 10px;
    margin-bottom: 4px;
    list-style-type: disc;
    margin-left: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 17px;
}
.overall-completeness > ul > li > ul > li {
    list-style-type: disc;
    margin-left: 20px;
    padding-top: 1px;
    padding-bottom: 1px;
}
.overall-completeness .c1 {
    width: 65%;
}
.overall-completeness .c1 a,
.overall-completeness .c1 br:nth-child(2),
.completeness-list-hint-text > i:first-child {
  display: none;
  visibility: hidden;
}
.overall-completeness .c1 a.goto-date-link {
  display: initial;
  visibility: visible;
  color: #a20058;
}
.overall-completeness .c1 a.goto-date-link:before {
  display: inline-block;
  font: normal normal normal 11px/1 FontAwesome;
  line-height: 14px;
  vertical-align: bottom;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: '\f061';
  margin-right: 4px;
}
.overall-completeness .c1 a.goto-date-link:hover {
  color: #ce6aa0;
}
.overall-completeness .c1 .completeness-list-hint-text {
  color: #a20058;
 }

.overall-completeness .c1 .completeness-list-hint-text ul {
    padding-left: 10px;
}
.overall-completeness .c1 .completeness-list-hint-text li {
  list-style: none;
}
.overall-completeness .c2 {
    width: 80px;
    text-align: center;
}
.overall-completeness .c2>img {
    width: 15px;
}
.overall-completeness .c3 {
  width: 80px;
  padding-top: 3px;
  height: 21px;
  overflow: hidden;
}
.overall-completeness .c1-1 {
    width: calc(65% - 7px);
}
.overall-completeness li > div {
    /* float: left; */

    display: inline-block;
}
.overall-completeness-feedback {
    font-size: 16px;
    width: 80%;
    margin-bottom: 80px;
}
.overall-completeness-feedback > div {
    padding: 20px;
}
.overall-completeness-feedback .danger {
    background-color: #FF6D6C;
    color: white;
}
.overall-completeness-feedback .good {
    background-color: #efefff;
}
.overall-completeness-feedback .top {
    background-color: #88FF88;
}
/****************************************
 News
 ****************************************/

.news {
    display: block;
    width: 80%;
    margin: 0 auto 3px auto;
    padding: 5px;
    font-size: 11px;
    line-height: 14px;
    background-color: #FBFBD3;
    border: 1px solid #F89406;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.news > div {
  min-width: 100%;
  padding-right: 30px;
  width: auto;
  display: inline-block;
}


/****************************************
 Tools for the data export
 ****************************************/

#export-result {
    margin-top: 2em;
}
#spinner {
    position: fixed;
    width: 200px;
    height: 200px;
    border: 1px solid gray;
    padding: 10px;
    top: 40%;
    left: 50%;
    margin-left: -100px;
    display: none;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
}
#spinner img {
    margin-top: 35px;
}
#export-result-flash {
    display: none;
    margin-top: -70px;
    height: 70px;
    background-color: #55FF55;
}


.spinner-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
}

.spinner {
  position: relative;
  top: 30%;
  left: calc(50% - 60px);
}

.spinner-modal .spinner-close-background {
  position: absolute;
  top: 26%;
  left: 26%;
  height: 37%;
  width: 49%;
  background: rgba(240, 240, 240, 0.95);
}

.spinner-modal .rcc-progress-bar {
  position: relative;
  top: 37%;
  width: 40%;
  left: 30%;
}

.spinner-modal .rcc-progress-bar .progress-wrap {
  position: relative;
  height: 15px;
}

.spinner-modal .rcc-progress-bar .progress-bar {
  position: relative;
  overflow: hidden;
}

.spinner-modal .rcc-progress-bar .progress {
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.spinner-modal .rcc-progress-bar .progress-bar-label {
  position: absolute;
  height: 15px;
  line-height: 16px;
  text-align: center;
  left: 0;
}
.spinner-modal .rcc-progress-bar .progress-bar-label.lower {
  width: 100%;
}

.spinner-modal .rcc-progress-bar .progress-description {
  position: absolute;
  height: 15px;
  margin-top: 20px;
  width: 100%;
  text-align: center;
}

/*********** skin ************/
.spinner-modal .rcc-progress-bar .progress-bar {
   background-color: #d70070;
   color: #FFFFFF;
}

.spinner-modal .rcc-progress-bar .progress-bar-label.lower {
  color: #333333;
}
/*******************************/

.no-transition {
  transition: none;
}

/****************************************
 Advising statistics
 ****************************************/
/* New part */

#c-diagram,
#c-diagram-control {
    display: inline-block;
    vertical-align: top;
}
body.phone#c-diagram,
body.tablet #c-diagram,
body.phone #c-diagram-control,
body.tablet ##c-diagram-control {
    max-width: 99%;
}

#advising-control-widget-2 {
    padding-bottom: 20px;
}

.advising-control-widget-nav
{
	z-index: 1000;
}
  /*
.advising-control-widget-nav li.disabled {
	cursor: default;
}

.advising-control-widget-nav li.disabled a {
	color: #EEEEEE;
	cursor: default;
}
*/
fieldset.advising-control-widget {
    white-space: normal;
    width: 400px;
    border: 1px solid #AAAAAA;
    padding: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 10px 10px 21px 1px rgba(224, 224, 224, 1);
    -moz-box-shadow: 10px 10px 21px 1px rgba(224, 224, 224, 1);
    box-shadow: 10px 10px 21px 1px rgba(224, 224, 224, 1);
}
body.phone fieldset.advising-control-widget,
body.tablet fieldset.advising-control-widget {
    width: 95%;
}
fieldset.advising-control-widget div legend {
    margin-top: 15px;
}
fieldset.advising-control-widget div:first-child legend {
    margin-top: 0px;
}
fieldset.advising-control-widget div.half {
    width: 45%;
    margin-right: 15px;
    float: left;
}
fieldset.advising-control-widget label.age {
    display: inline-block;
    width: 40px;
}
fieldset.advising-control-widget input.age {
    width: 50px;
}
fieldset.advising-control-widget .c2 div.half input[type="text"] {
    width: 50px;
}
fieldset.advising-control-widget .study-program {
    width: 100px;
}
fieldset.advising-control-widget select.study-program {
    resize: both;
    height: 200px;
    width: 80%;
}
fieldset.advising-control-widget > div {
    width: 30%;
    float: none;
    display: inline-block;
    vertical-align: top;
    min-width: 400px;
}
body.phone fieldset.advising-control-widget > div,
body.tablet fieldset.advising-control-widget > div {
    width: 100%;
    min-width: 100%;
}
fieldset.advising-control-widget .btn-subject {
    width: 99%;
    clear: both;
}
fieldset.advising-control-widget .btn-empty {
    line-height: 0.7rem;
    font-size: 0.7rem;
    vertical-align: text-bottom;
}
fieldset.advising-control-widget .btn-subject.active {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cfe4fc+0,7db9e8+100 */

    background: #cfe4fc;
    /* Old browsers */

    background: -moz-linear-gradient(top, #cfe4fc 0%, #7db9e8 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cfe4fc), color-stop(100%, #7db9e8));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, #cfe4fc 0%, #7db9e8 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, #cfe4fc 0%, #7db9e8 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, #cfe4fc 0%, #7db9e8 100%);
    /* IE10+ */

    background: linear-gradient(to bottom, #cfe4fc 0%, #7db9e8 100%);
    /* W3C */

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cfe4fc', endColorstr='#7db9e8', GradientType=0);
    /* IE6-9 */
}
.advising-control-widget .c3 div {
    margin-top: 10px;
}
.advising-control-widget .c3 label {
    display: inline-block;
    width: 120px;
    vertical-align: top;
    line-height: 1.5rem;
}
.advising-control-widget input[type="radio"] {
    margin-right: 10px;
    vertical-align: top;
    line-height: 1.5rem;
}
.diagram-wrapper {
    width: 700px;
    height: 600px;
    margin-left: 10px;
}
.diagram-wrapper.diagram-lines {
    height: 900px;
}
.diagram-wrapper.diagram-series2 {
    height: 950px;
}


#diagram-hint-scroll-down
{
	position: fixed;
	bottom: 0;
	left: 60%;
	opacity: 0;
	transition: opacity ease 0.3s;
}

#diagram-hint-scroll-down.flash-on {
	opacity: 1;
}

#diagram-hint-scroll-down > i {
	font-size: 100px;
	color: #d70070;
}

.amChartsLegend {
	overflow: auto !important;
}
body.phone .diagram-wrapper,
body.tablet .diagram-wrapper {
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin-left: 0px;
}
#c-diagram > div.firstElementFromTop
{
	/*overflow: hidden;*/ /* With the diagrams, allow the labels to be displayed. */
}
.diagram-wrapper h1 {
    text-align: left;
}
.diagram-wrapper .scroll-up-helper {
    position: absolute;
    right: 10px;
    display: none;
    height: 100px;
}
.diagram-wrapper .scroll-up-helper i,
.diagram-wrapper .scroll-up-helper i:active {
    position: absolute;
    right: 10px;
    z-index: 100000;
    margin-top: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 35px;
    line-height: 35px;
    transition: color 0.5s ease;
    color: #CCCCCC;
    cursor: pointer;
}
.diagram-wrapper .scroll-up-helper i:hover {
    color: #888888;
}
.diagram {
    width: 700px;
    height: 600px;
}
.diagram.diagram-pie {
    width: 850px;
    height: 700px;
    margin-left: -100px;
    margin-top: -120px;
    position: absolute;
    clip: rect(0px 2000px 2000px 65px);
}
.diagram.diagram-lines {
    width: 750px;
    height: 700px;
    margin-left: -50px
}
.diagram.diagram-series2 {
    height: 800px;
}
body.tablet .diagram {
    position: absolute;
    left: -100px;
    margin-top: -120px;
}
body.phone .diagram {
    position: absolute;
    left: -160px;
    margin-top: -120px;
}
.chart-no-data {
    visibility: hidden;
    color: #BB4444;
    /*margin-top: -350px;*/

    margin-top: 150px;
    margin-left: 50px;
    font-size: 1.4rem;
    line-height: 1.8rem;
    text-align: center;
}

.chart-spinner {
    width: 130%;
    height: 100%;
    left: -30px;
    position: absolute;
    background-color: white;
}
.chart-spinner img {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 10%;
    display: block;
}

.diag-rcc {}

/*
.diagram-chooser {
    display: block;
    float: right;
    margin-bottom: -30px;
}
.diagram-chooser button {
    width: 40px;
    height: 30px;
}
*/
/* Produktive #c84 h1, #c83 h1, #c81 h1, #c80 h1, #c78 h1, #c77 h1  { */

#c84 h1,
#c83 h1,
#c81 h1,
#c80 h1,
#c78 h1,
#c77 h1 {
    font-size: 0.8em;
}
/*
#c105 fieldset legend {
  font-size: 1em;
  width: auto;
  border: 0;
}
*/

#c105 fieldset {
    width: 49%;
    border: 1px solid gray;
    padding: 5px;
}
#c105 fieldset div.title {
    margin-bottom: 0.8em;
    margin-top: 1em;
}
#c105 fieldset input,
#c105 fieldset label {
    display: block;
    float: left;
}
#c105 fieldset input[type="radio"] {
    margin-right: 15px;
    clear: both;
}
#c105 fieldset input[type="button"] {
    width: 80px;
    background-color: #DDDDDD;
    color: #888888;
    border: 1px solid #888888;
}
#c105 fieldset input[type="button"].active {
    background-color: #CCCCFF;
    color: #000000;
    border: 1px solid #0000ff
}
/****************************************
 Tooltips
 ****************************************/

div.tooltip-container {
    /*float: left;
  width: 50px;
  height: auto;*/
}
.tooltip-icon {
    position: fixed;
    top: 42px;
    right: 5px;
    /*width: 35px;*/
    width: 50px;
    height: auto;
    cursor: pointer;
    z-index: 7990;
}

div.tooltip-container[data-tooltip-number="4"] {
	position: static;
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 0px !important;
}

div.tooltip-container[data-tooltip-number="9"] {
	display: inline-block !important;
	float: none !important;
}

div.tooltip-container[data-tooltip-number="9"] .tooltip-icon,
div.tooltip-container[data-tooltip-number="4"] .tooltip-icon {
    top: 0;
	position: relative !important;
}

body.phone #tooltip-journal-1 .tooltip-icon {
    top: 0px;
}
#tooltip-journal-1 {} body.phone #tooltip-journal-1,
body.tablet #tooltip-journal-1 {
    margin-right: 30px;
}
#tooltip-journal-2 {
    margin-top: -10px;
    margin-left: 30px;
}
body.phone #tooltip-journal-2 img {
  top: 0;
}
#tooltip-journal-3 .tooltip-icon {
    position: absolute;
    top: 5px;
}
#tooltip-targets {
    float: right;
    margin-bottom: -40px;
}
body.phone #tooltip-targets img {
  top: 0;
}
#tooltip-advise {
    position: absolute;
    left: 500px;
}
#tooltip-colors {
    float: left;
    margin-left: 40px;
}
body.phone #tooltip-colors img {
  top: 0;
}
#ctDiv {
    -webkit-box-shadow: -16px 0px 10px 11px rgba(209, 209, 209, 0.68);
    -moz-box-shadow: -16px 0px 10px 11px rgba(209, 209, 209, 0.68);
    box-shadow: -16px 0px 10px 11px rgba(209, 209, 209, 0.68);
    border-radius: 10px;
    /*max-width: 300px;*/
    /*width: 800px;*/
}
#ctDiv.tt-j-1 {
	z-index: 10000 !important;
}

.tt-j-7 ul {
    list-style: disc outside none;
    margin-left: 20px;
}
.tt-j-7 ul li {
    list-style: disc outside none;
}
.tt-j-2 {
    z-index: 100000 !important;
}

/* SH start */
#ctDiv .bg {
    background-color: #7d2553;
    color: #FFFFFF;
    padding: 15px;
}
#ctDiv .fg {
    background-color: #690036;
    color: #FFFFFF;
    padding: 15px;
}

/* das war vorher v */
/*
#ctDiv .bg {
    background-color: #E5E5FF;
    color: #444444;
    border: 1px solid #444444;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 5px;
}
#ctDiv .fg {
    background-color: #FFFFFF;
    color: #444444;
    border: 1px solid #444444;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 5px;
}
*/
/* SH start end */

#ctDiv ul,
#ctDiv li {
    list-style: disc;
}
#ctDiv ul {
    margin-left: 1.5em;
}
/****************************************
 Live-Modus
 ****************************************/
/* NEU */

#live-mode-pane > .header {
    max-width: 650px;
    width: 100%;
    display: block;
    float: none;
    margin: auto;
    margin-bottom: 15px;
    border-bottom: 1px solid #DDDDDD;
}
#live-mode-pane > .header > h1 {
    margin-bottom: 2px !important;
}
#live-mode-background,
#live-mode-tutorial {
    float: right;
}
img#live-mode-tutorial[disabled] {
    -moz-opacity: 0.30;
    -khtml-opacity: 0.30;
    opacity: 0.30;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=30);
}
#live-mode-controlpanel {
    max-width: 234px;
    height: 190px;
    width: 100%;
    display: block;
    margin: auto;
    float: none;
}
#live-mode-controlpanel .control {
    width: 200px;
    height: 170px;
    float: left;
    display: block;
    margin-left: 5px;
    margin-right: 5px;
    overflow-x: hidden;
    overflow-y: hidden;
}
#live-mode-controlpanel .control.action {
    float: right;
}
#live-mode-controlpanel .control.action .info {
    padding-top: 10px;
}
#live-mode-controlpanel .control.now {} #live-mode-controlpanel .control.now .header {
    padding-left: 5px;
}
#live-mode-controlpanel .control.now .info {
    height: 120px;
}
#live-mode-controlpanel .control.now .info-action-starttime {
    padding-left: 5px;
}
#live-mode-controlpanel .control.action button {
    width: 90%;
    margin-left: 5px;
}
#button-panel {
    max-width: 560px;
    /* 4*140 + some borders*/

    width: 100%;
    float: none;
    display: block;
    margin: auto;
    overflow-y: hidden;
    clear: both;
}
#button-panel .guide {
    padding: 10px 0;
    font-size: 1.05rem;
}
.lm-collapsed {} #btn-edit-current {
    /*  width: 90%; */

    margin-top: -20px;
    margin-left: 5px;
}
.info-action-type {
    padding: 5px;
    margin-top: 10px;
    font-weight: bold;
}
.info-action-subject {
    padding: 5px;
    height: 2rem;
    overflow-y: scroll;
}

button#live-mode-background {
	font-size: 20px;
}

/* OLD */

#live-mode-start-wrapper a {
    text-decoration: none;
    color: #888888;
    padding: 0;
}
#live-mode-start-wrapper a:hover {
    text-decoration: none;
    color: #000000;
    background-color: unset;
    background-color: invisible; /* ie11 */
}
#live-mode-pane {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8000;
    background-color: white;
    overflow-y: scroll;
}
#live-mode-end-wrapper {
    float: left;
    margin-top: 20px;
    margin-bottom: 50px;
    /* shift over scrollbar */

    text-align: center;
    width: 100%;
}
a#live-mode-end {
    display: inline;
}
a#live-mode-background {
    display: inline;
    margin-right: 30px;
}
#live-mode-current {
    float: left;
}
.mark-active {
    border: 2px inset red;
    padding: 2px;
    color: red;
}
/* #button-panel  {
	margin: 20px;
	float: left;
	overflow-y: hidden;
} */

#button-panel .action-button {
    padding: 5px 15px 5px 15px;
    float: left;
    min-height: 80px;
    white-space: normal;
    width: 140px;
    outline: none;
}
.action-button.active {
    background-color: white !important;
    color: red !important;
    font-weight: bold;
    border: 5px inset red;
}
/************************
 * Relogin-Maske        *
 ***********************/

#relogin-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10000;
}
#relogin-mask #login-form {
    width: 400px;
    height: 360px;
    background-color: white;
    z-index: 10001;
    margin: auto;
    margin-top: 25%;
    border: 1px solid blue;
}
#relogin-mask #login-form #login-form-inner {
    padding: 18px;
}
#relogin-mask #login-form .title {
    border-bottom: 1px solid blue;
    height: 2rem;
    line-height: 2rem;
    font-size: 1rem;
    text-align: center;
}
/*********************************************
 * Protection and stress factors table       *
 ********************************************/

.protection-factors {
    max-width: 800px;
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0 30px 5px;
}
.protection-factors tr.maintitle th {
    text-align: left;
    background-color: #EEEEEE;
}
.protection-factors tr.subtitle td {
    background-color: #E5E5FF;
}
.protection-factors tr.entry td {
    padding: 0;
    height: 30px;
}
.protection-factors tr.entry td.c1 {
    text-align: center;
    font-size: 1.5rem;
}
.protection-factors tr.entry td.c2,
.protection-factors tr.entry td.c3
{
	vertical-align: top;
    text-align: left;
}
.protection-factors tr.entry td textarea {
    /* width: 90%; */
    overflow-y: hidden !important;
    padding-top: 1.1em;
    resize: none;
}
/*********************************************
 * Tutorial                      *
 ********************************************/

#tutorialbox {
    z-index: 10000;
    -webkit-box-shadow: 0px 0px 22px -1px rgba(168, 165, 168, 1);
    -moz-box-shadow: 0px 0px 22px -1px rgba(168, 165, 168, 1);
    box-shadow: 0px 0px 22px -1px rgba(168, 165, 168, 1);
}
#tour_overlay {
    z-index: 9500;
    opacity: 0.25 !important;
}
#tutorial_intro_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000;
    opacity: 0.05;
    z-index: 8000;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=5);
}
#tutorialbox .info ul {
    list-style: disc;
    margin-left: 20px;
}
#tutorialbox .info ul li {
    list-style: disc;
}
#tutorialbox.small h1 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
    font-size: 12px;
    line-height: 12px;
}
#tutorialbox.small #tutorialbuttons,
#tutorialbox.small #tutorialbuttons label {
    line-height: 12px;
    font-size: 12px;
}
#tutorialbox.small #tutorialbuttons a {
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 10px;
}
#tutorialbox.small #tutorialbuttons input {
    margin-top: 0;
}
#tutorialbox.small #tutorialbuttons label,
#tutorialbox.small #tutorialbuttons input {
    display: inline-block;
    vertical-align: top;
}
#tour_tooltip {
    z-index: 100001;
    top: -5px;
    /* The borders make it appear at top / left 0/0 although it has heigth 0. */
}
#tour_tooltip p {
    float: left;
}
.countstep {
    text-align: left;
    font-size: 0.6rem;
    float: left;
    margin-left: 3px;
    margin-top: 3px;
    width: 80%;
    height: 12px;
    overflow: visible;
    line-height: 0.7rem;
}
.go-next {
    text-align: left;
    font-size: 0.6rem;
    float: right;
    margin-right: 3px;
    margin-top: 3px;
    height: 12px;
    overflow: visible;
    line-height: 0.7rem;
    cursor: pointer;
}
#tutorialbuttons {
    width: 95% !important;
}
#tutorialbuttons input {
    margin-right: 10px;
}
/*********************************************
 * Visitor                      *
 ********************************************/

.guestmode-hidden {
    cursor: pointer;
    height: 0;
}
.guestmode-hidden > div,
.guestmode-hidden > input {
    display: none;
}
/*********************************************
 * User Activity Log						 *
 ********************************************/

.user-activity-line {
    float: left;
    clear: both;
}
.user-activity-line > div {
    float: left;
}
.user-activity-line .col-1 {
    width: 180px;
}
.user-activity-line .col-2 {
    width: 150px;
}
.user-activity-line .col-3 {
    width: 500px;
}
/*************************************************
 * Application Settings	and user process choice  *
 *************************************************/

fieldset.app-settings {
    margin-top: 30px;
}
.app-settings textarea {
    display: block;
}
.app-settings button.btn.active {
    background-color: #DDFFDD;
}
.app-settings .remark {
    font-size: 12px;
    margin-bottom: 20px;
}
.app-settings.app-settings-user .asu-label {
	display: inline-block;
	min-width: 220px;
}

/*********************************************
 * Didactic Process - big arrow page		 *
 ********************************************/

#dp-header,
#dp-arrow {
    max-width: 1024px;
    width: 100%;
    margin-left: 90px;
}

@media(max-width: 990px) {
    #dp-header,
    #dp-arrow {
      margin-left: 0;
     }
}

@media(max-width: 900px) {

	.dp-arrow-content > .body {
    	width: 100% !important;
	    float: left !important;
	}

	.dp-arrow-content > .body > div.level-1.col {
		width: 100%;
		float: left;
		clear: both;
	}

}

#dp-header .left {
    max-width: 340px;
}

/* This is an application main title. */
#dp-header .left h1 {
    font-size: 26px;
    line-height: 34px;
    white-space: normal;
}
#dp-header .right {
    float: right;
    margin-top: -50px;
    margin-bottom: -50px;
}
@media(max-width: 900px) {
	#dp-header .right {
		margin-top: 0;
		margin-bottom: 0;
		width: 50%;
	}
}
@media(max-width: 700px) {
	#dp-header .right {
		float: left !important;
		margin-top: 30px;
	}
}
/*
@media(max-width: 500px) {
	#dp-header .right {
		width: 40%;
	}
}
*/
#dp-header .right .dp-mood {
	max-width: 450px;
    margin-top: -30px;
}
/*
@media(max-width: 900px) {
	#dp-header .right .dp-mood {
	    margin-top: 0px;
	    margin-bottom: 20px;
	}
}
*/
#dp-arrow {
	clear: both;
    margin-top: 100px;
}
.dp-arrow-title {
    margin-top: 20px;
    margin-bottom: 20px;
}
.dp-arrow-title h2 {
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
    margin-bottom: 60px;
}

@media(max-width: 500px) {
	#dp-arrow {
    	margin-top: 60px;
	}

}

/* Didactical Process Arrow: div commons general */
.dp-arrow-content div {
    float: left;
    margin: 0;
    padding: 0;
}

/* Didactical Process Arrow: grid layout  */

.dp-arrow-content > .body {
    width: 900px;
  float: none;
  white-space: nowrap;
}


.dp-arrow-content .level-1.col {
  display: inline-block;
  float: none;
  vertical-align: top;
  width: auto;
  height: auto;
}

.dp-arrow-content .level-1.col:nth-child(1) {  width: 12.5%; }
.dp-arrow-content .level-1.col:nth-child(2) {  width: 50%;  }
.dp-arrow-content .level-1.col:nth-child(3) {  width: 12.5%; }
.dp-arrow-content .level-1.col:nth-child(4) {  width: 24%;   }


.dp-arrow-content .level-1.col:nth-child(2) .row {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}

.dp-arrow-content .level-1.col:nth-child(2) .row .sub-col {
  width: 49.5%;
  float: none;
  display: inline-block;
}

@media(max-width: 500px) {
  .dp-arrow-content .level-1.col:nth-child(2) .row .sub-col {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 5px;
  }

}
.dp-arrow-content .level-1.col:nth-child(2) .row .sub-col .box {
  margin-bottom: 0;
}

.dp-arrow-content .level-1.col:nth-child(1) .box,
.dp-arrow-content .level-1.col:nth-child(3) .box,
.dp-arrow-content .level-1.col:nth-child(4) .box
{
  height: 441px;
}

@media(max-width: 900px) {

  .dp-arrow-content .level-1.col:nth-child(1) .box,
  .dp-arrow-content .level-1.col:nth-child(3) .box,
  .dp-arrow-content .level-1.col:nth-child(4) .box {
    height: 102px;
  }
}

.dp-arrow-content .level-1.col:nth-child(2) .box {
  height: 102px;
}

.dp-arrow-content .level-2.row {
  clear: both;
}

/* Box internas */

.dp-arrow-content .box {
    float: none;
    overflow: hidden;
    margin: 0 0 5px 0;
    padding: 3px;
    background-color: #E5E5FF;
    /* Gradient - it's puzzling, so let's switch off
background: -moz-linear-gradient(left,  rgba(210,210,255,1) 0%, rgba(239,239,255,1) 100%);
background: -webkit-linear-gradient(left,  rgba(210,210,255,1) 0%,rgba(239,239,255,1) 100%);
background: linear-gradient(to right,  rgba(210,210,255,1) 0%,rgba(239,239,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d2ff', endColorstr='#efefff',GradientType=1 );
*/
  color: black;
    cursor: pointer;
    white-space: normal;
    transition: background-color 0.3s ease;
}


.dp-arrow-content .box.box-hover {
    background-color: rgb(190,190,245);
    background-image: initial;
    transition: background-color 0.3s ease;
}

.dp-arrow-content .box .status .not-yet {
    float: right;
    border: 1px solid white;
    background: #eeeeee;
    padding: 5px !important;
}

.dp-arrow-content .box > .status .symbol {
    float: right;
}

.dp-arrow-content .box .status .dp-label {
  float: left;
  clear: both;
  width: 80%;
}

.dp-arrow-content .box .title {
    font-size: 0.8rem;
    line-height: 0.9rem;
    margin-bottom: 5px;
}
.dp-arrow-content .box .desc {
    float: left;
    clear: both;
    font-size: 0.65rem;
    line-height: 0.68rem;
}
.dp-arrow-content .box .status {
    float: right;
    font-size: 0.7rem;
    line-height: 0.8rem;
    min-width: 100px;
    width: 70%;
    max-width: 200px;
}
.dp-arrow-content .box .status .feedback {
    margin-top: 5px;
    position: absolute;
    border: 1px solid rgb(200, 200, 235);
    background-color: white;
    height: auto;
    width: auto;
    max-width: 200px;
    padding: 5px;
}
.dp-arrow-content .box .go {
    float: right;
}

.dp-arrow-content .box .go a {
    color: #00A000;
    font-size: 20px;
}

.dp-arrow-content .box .status .symbol img {
    width: 12px;
    height: 12px;
    cursor: pointer;
}

/* This organizes the behaviour of the didactical hints in mobile mode. */
@media(max-width: 900px) {
	.dp-arrow-content .box {
		min-height: 110px;
		height: auto !important;
	}

	.dp-arrow-content .box .status .symbol {
		width: 10px;
		overflow: display;
		height: auto !important;
	}
	.dp-arrow-content .box .status .feedback {
		position: initial;
		float: right;
		clear: both;
		min-width: 200px;
		height: auto;
	}
	.dp-arrow-content .box .status .symbol img {
    	float: right;
    	clear: both;
	}
}


/* Details that differ from general grid definition */

.dp-arrow-content .level-1.col:nth-child(1) .box > div,
.dp-arrow-content .level-1.col:nth-child(3) .box > div,
.dp-arrow-content .level-1.col:nth-child(4) .box > div {
	margin-bottom: 10px;
}

.dp-arrow-content .level-1.col:nth-child(1) .box > div.title,
.dp-arrow-content .level-1.col:nth-child(3) .box > div.title {
	margin-top: 110px;
}

@media(max-width: 900px) {
	.dp-arrow-content .level-1.col:nth-child(1) .box > div.title,
	.dp-arrow-content .level-1.col:nth-child(3) .box > div.title {
		margin-top: 10px;
	}
}

.dp-arrow-content .level-1.col:nth-child(2) .box:nth-child(1) .desc {
	margin-top: -5px;
}

.dp-arrow-content .level-1.col:nth-child(2) .row:nth-child(2) .box > div.desc,
.dp-arrow-content .level-1.col:nth-child(2) .row:nth-child(3) .box > div.desc,
.dp-arrow-content .level-1.col:nth-child(2) .row:nth-child(4) .box > div.desc {
  width: 63%;
}

.dp-arrow-content .level-1.col:nth-child(2) .row:nth-child(2) .box > div.desc.wide,
.dp-arrow-content .level-1.col:nth-child(2) .row:nth-child(3) .box > div.desc.wide,
.dp-arrow-content .level-1.col:nth-child(2) .row:nth-child(4) .box > div.desc.wide {
  width: 85%;
}

.dp-arrow-content .level-1.col:nth-child(2) .row:nth-child(2) .box > div.status,
.dp-arrow-content .level-1.col:nth-child(2) .row:nth-child(3) .box > div.status,
.dp-arrow-content .level-1.col:nth-child(2) .row:nth-child(4) .box > div.status {
  width: 35%;
  max-width: 160px;
}

.dp-arrow-content .level-1.col:nth-child(4) .box {
	padding-right: 50px;
}

.dp-arrow-content .level-1.col:nth-child(4) .box > div.title {
	margin-top: 158px;
}

.dp-arrow-content .level-1.col:nth-child(4) .box > div.go {
	margin-top: 130px;
	position: relative;
	left: -90px;
}

.dp-arrow-content .level-1.col:nth-child(4) .box > div.status {
	float: left;
}

@media(max-width: 900px) {
	.dp-arrow-content .level-1.col:nth-child(4) .box > div.title {
		margin-top: 0px;
	}

	.dp-arrow-content .level-1.col:nth-child(4) .box > div.go {
		margin-top: 0px;
	}

	.dp-arrow-content .level-1.col:nth-child(4) .box {
		padding-right: 3px;
	}

}

@media(max-width: 900px) {
  .dp-arrow-content .level-1.col:nth-child(3) .box > div.desc {
    width: 60%;
  }
}

.sub-col:nth-child(2) .title {
	white-space: nowrap;
}

.sub-col:nth-child(2) .desc {
  width: 95%;
  margin-top: -20px;
}

@media(max-width: 900px) {
	.sub-col:nth-child(2) .desc {
		width: 100%;
		margin-top: 0px;
	}

}

.dp-arrow-content .level-1.col:nth-child(2) .box > div {
	margin-bottom: 5px;
}

.dp-arrow-content .mask-container {
    float: right;
    margin-top: -452px;
}

.dp-arrow-content .mask-container > img.arrow-head-h {
	width: 100%;
    height: 448px;
}
.dp-arrow-content .mask-container > img.arrow-head-v {
	display: none;
	visibility: hidden;
}

@media(max-width: 900px) {
	.dp-arrow-content .mask-container {
    	width: 100%;
    	margin-top: -5px;
    	float: left;
    	height: 110px;
    }

	.dp-arrow-content .mask-container > img.arrow-head-v {
		visibility: visible;
		display: block;
		float: left;
		width: 100%;
		height: 110px;
		margin-bottom: 100px;
	}

	.dp-arrow-content .mask-container > img.arrow-head-h {
    	display: none;
    	visibility: hidden;
	}

}

#didactical-hint {
    float: left;
    clear: both;
    margin-left: 0px;
    padding: 10px;
    margin-top: 30px;
    font-size: 14px;
    width: 70%;
    white-space: nowrap;
}

#didactical-hint > div {
	vertical-align: top;
	display: inline-block;
	float: none;
	font-weight: bold;
	white-space: normal;
}

#didactical-hint > div.col-1 {
	margin-right: 10px;
}
/*************************
 * z-Index layer         *
 ************************/
/*
 	9999: the lightbox darkening layer background
 	8000: live mode cover plate over the calendar
 	7990: calendar tool tip
 */

.colorchoice.single:last-child {
    margin-bottom: 500px;
}



/***********************
* Selbsttests          *
***********************/
/*
table.questions-kolb,
table.questions-maslach,
table.questions-boundary
{
  margin-top: 30px;
  margin-bottom: 30px;
}


table.questions-maslach td:not(:nth-child(1)),
table.questions-maslach th:not(:nth-child(1)),
table.questions-boundary td:not(:nth-child(1)),
table.questions-boundary th:not(:nth-child(1))
{
    width: 22px;
    text-align: center;
}

table.questions-boundary th {
    vertical-align: top;
}

table.questions-boundary td.option-1,
table.questions-boundary td.option-2,
table.questions-boundary td.option-3
     {
	 width: 40px;
	 text-align: center;
   vertical-align: top;
     }

table.questions-maslach td,
table.questions-boundary td {
    padding-top: 2px;
    padding-bottom: 2px;
}

table.questions-kolb td {
  white-space: nowrap;
    padding-top: 10px;
    padding-bottom: 10px;
}

table.questions-kolb label {
  font-weight: initial;
  margin: 5px;
}

table.questions-kolb .too-many-points,
table.questions-kolb .too-few-points {
  color: red;
}

table.questions-kolb .unfinished {
    color: #888888;
    font-size: 16px;
    padding: 2px;
}

table.questions-maslach .unfinished td:not(:nth-child(1)),
table.questions-boundary .unfinished td:not(:nth-child(1)) {
   background-color: rgb(160, 0, 87);
}

table.questions-kolb .finished {
  color: #008800;
}

.questions-kolb select {
  width: 40px;
  height: 45px;
  font-size: 17px;
}

@media(max-width: 1020px) {
  table.questions-kolb select {
    float: left;
    clear: both;
  }
  table.questions-kolb label {
    float: left;
    clear: both;
  }
}


.chartdiv-kolb-container {
  position: relative;
  height: 500px;
  max-width: 700px;
}

.chartdiv-kolb-container .amcharts-chart-div {
  overflow:visible;
}

#chartdiv-kolb {
position: relative;
  width: 100%;
  height: 100%;
}

.low-amount {
  background-color: #7bd251;
}

.medium-amount {
  background-color: #f3e741;
}

.high-amount {
  background-color: #f38ba7;
}

.in-range {
    border: 4px solid #415e6c !important;
}

button.evaluate-kolb,
button.evaluate-maslach
 {
  margin-top: 30px;
  margin-bottom: 30px;
}


#chartdiv-maslach table {
    margin-top: 20px;
    width: 90%;
    margin-bottom: 20px;
}

#chartdiv-maslach table td {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #CCCCCC;
    font-weight: bold;
}

#chartdiv-maslach table td:first-child {
    width: 30%;
}
.csc-default ul li {
    list-style: disc;
    margin-left: 25px;
}

.csc-default ul {
    list-style: disc;
}


.kolb-label {
    position: absolute;
}

.kolb-label.quadrant-1 {
    top: 25%;
    right: 10%;
}

.kolb-label.quadrant-2 {
    bottom: 25%;
    right: 10%;
}

.kolb-label.quadrant-3 {
    left: 10%;
    bottom: 25%;
}

.kolb-label.quadrant-4 {
    top: 25%;
    left: 10%;
}

.kolb-label.size-1 {
      font-size: 1.6em;
    color: #97af43;
    font-weight: bold;
}
.kolb-label.size-2 {
      font-size: 1.5em;
    color: #879c3d;
}
.kolb-label.size-3 {
      font-size: 1.3em;
    color: #323a16;
}
.kolb-label.size-4 {
  font-size: 1.1em;
}

body.top-1 .master-column-right.layout-2-b {
  left: 90% !important;
}


table.evaluation-boundary {
  width: 100%;
  table-layout: auto;
}

table.evaluation-boundary tr.axis-row td {
  border-bottom: 3px solid gray;
  position: relative;
}
table.evaluation-boundary tr.axis-row td.spacer {
  border-bottom: 3px solid transparent;
}

table.evaluation-boundary td.boundary-axis-segment-1,
table.evaluation-boundary td.boundary-axis-segment-2 {
  width: 24%;
}
table.evaluation-boundary td.boundary-axis-segment-3 {
  width: 11%;
}
table.evaluation-boundary td.boundary-axis-segment-6 {
  width: 18%;
}
table.evaluation-boundary td.boundary-axis-segment-4,
table.evaluation-boundary td.boundary-axis-segment-5,
table.evaluation-boundary td.boundary-axis-segment-7
{
  width: auto;
}
table.evaluation-boundary td.boundary-axis-segment-8 {
  width: 55px;
}

table.evaluation-boundary td.boundary-axis-segment-7 div.position-dot
{
  right: 0;
}

table.evaluation-boundary tr.label-row td {
  vertical-align: top;
  height: 300px;
}

button.evaluate-boundary {
  margin-top: 30px;
  margin-bottom: 50px;
}

table.evaluation-boundary div.rotate-label {
  position: absolute;
  x/x*x transform: translate(0,42px) rotate(45deg); x*x/x
  transform: translate(13px, 8px) rotate(46deg);
  width: 280px;
  transform-origin: top left;
  color: rgb(210, 210, 210);
  line-height: 12px;
}
table.evaluation-boundary td.boundary-axis-segment-4 div.rotate-label {
  transform: translate(2px, 8px) rotate(46deg);
}

table.evaluation-boundary td.boundary-axis-segment-5 div.rotate-label {
  transform: translate(17px, 10px) rotate(46deg);
}

table.evaluation-boundary td.boundary-axis-segment-6 div.rotate-label {
  transform: translate(22px, 8px) rotate(46deg);
}


table.evaluation-boundary div.position-dot {
  width: 20px;
  height: 20px;
  background-color: rgb(210, 210, 210);
  border-radius: 10px;
  position: absolute;
}

table.evaluation-boundary .active div.position-dot {
  background-color: #a00057;
  transform: scale(1.2,1.2);
}

table.evaluation-boundary .active div.rotate-label {
  font-weight: bold;
  color: black;
}

*/
/***********************
* Management Statistik *
***********************/

.man-dashboard-detail-link
{
  float: right;
  margin-right: 40px;
}

#c-man-details-accordion .panel-group .panel-hslu
{
    border: none;
    box-shadow: none;
}

#c-man-details-accordion .panel-group .panel-hslu .panel-heading
{
    border-bottom: 1px solid white;
    background-color: #415e6c;
    padding: 7px;
}

#c-man-details-accordion .panel-group .panel-hslu .panel-collapse > div
{
    background-color: white;
}

#c-man-details-accordion .panel-group .panel-hslu .panel-heading .panel-title > a
{
    color: white;
    font-size: 13px;
    font-weight: normal;
}

#c-man-details-accordion .panel-heading-toggle-marker {
   color: white;
   top: -1px;
   transform: rotate(-90deg);
}

#c-man-details-accordion .panel-heading.in .panel-heading-toggle-marker {
   transform: rotate(90deg);
}

#c-man-details-accordion .panel-collapse .diagram-wrap
{
   padding-bottom: 20px;
}
/*
button[data-survey-type] {
  margin-bottom: 50px;
  margin-top: 50px;
  float: left;
}

.survey-button-hint {
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  font-weight: bold;
}
*/
.layout-info-only .csc-textpic-intext-right img {
    /* background-color: white; */
    margin-left: 20px;
    margin-right: 0;
    margin-top: 30px;
}

#c-colors-explanation .csc-textpic-imagewrap {
  margin-top: 40px;
  margin-bottom: 40px;
}

#c-colors-explanation img {
    width: 100%;
    max-width: 300px;
    height: auto;
    border: 2px solid #EEEEEE;
}

#c220 p:nth-child(3) a i:before,
#c220 p:nth-child(4) a i:before,
#c220 p:nth-child(5) a i:before,
#c220 p:nth-child(6) a i:before,
#c220 p:nth-child(7) a i:before
{
content: "\f03d";
   /*display: none;*/ /* No download symbol for links to youtube. */
   /*visibility: hidden;*/
}


.tx-datamintsfeuser-pi1 .type-group .item .thumb.none:before {
    height: auto !important;
    margin-top: unset !important;
  }

/********************
femanager
*********************/
#c260 {
   margin-top: 30px;
}

#c260 .col-sm-10 {
   width: 70%;
}

#c260 .col-sm-2 {
   width: 30%;
}

#c260 .femanager_image .col-md-10 {
    max-width: 300px;
}

#c260 .femanager_image img {
    width: 100%;
    height: auto;
}

#c260 .femanager_image .btn-danger {
    float: right;
    margin-top: 10px;
}

#c260 > header {
   display: none;
   visibility: hidden;
}

#c260 legend {
  display: none;
  visibility: hidden;
}

#c260 .btn {
    border: none !important;
    background-color: #415e6c;
    color: #ffffff;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

#c260 .btn:hover {
    background-color: #a00057;
    color: #ffffff !important;
}
#c260 .btn.focus,
#c260 .btn:focus,
#c260 .btn:hover {
    color: #333;
    text-decoration: none !important;
}

#c260 .btn.btn-danger {
   color: #a00057;
   background-color: #FF9999;
}

.journal-special-width-1 {
  width: 32%;
  float: left;
}

.journal-special-width-2 {
  width: 21.9%;
  float: left;
}

.Tagebucheintrag .va-texts {
  margin-top: 20px;
  border-top: 1px solid #dedede;
}

.Tagebucheintrag .va-texts h5 {
   font-weight: bold;
}



.rcc-widget {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.rcc-widget > .rcc-widget-header,
.rcc-widget > .widget-header {
  flex: 0 0 20px;
  display: flex;
  flex-direction: row;
  padding: 10px 0 10px 0;
}

.rcc-widget > .rcc-widget-header.header-vertical,
.rcc-widget > .widget-header.header-vertical {
  flex: 0 0 20px;
  display: flex;
  flex-direction: column;
  padding: 10px 0 10px 0;
}

.rcc-widget > .rcc-widget-header > .widget-title,
.rcc-widget > .widget-header > .widget-title {
  flex: 10 0 30%;
}

.rcc-widget.title-full-width > .widget-header {
  flex-wrap: wrap;
}

.rcc-widget > .rcc-widget-header > .widget-title > h1,
.rcc-widget > .widget-header > .widget-title > h1 {
    line-height: 18px;
    font-size: 16px;
}

.rcc-widget.title-full-width > .rcc-widget-header > .widget-title,
.rcc-widget.title-full-width > .widget-header > .widget-title {
  flex: 0 0 100%;
}

.rcc-widget > .rcc-widget-header > .widget-title > h2,
.rcc-widget > .widget-header > .widget-title > h2 {
  padding: 0;
  line-height: 22px;
  font-size: 18px;
}

.rcc-widget > .rcc-widget-header > .widget-info,
.rcc-widget > .widget-header > .widget-info {
  flex: 10 0 30%;
}

.rcc-widget > .rcc-widget-header > .widget-tools,
.rcc-widget > .widget-header > .widget-tools {
  flex: 10 0 30%;
}

.btn-gray:hover {
   background-color: #688796;
   border: 1px solid #688796;
}

[value="va-journal-1"] + span > span > svg,
[value="va-journal-3"] + span > span > svg {
    fill: #444444;
}


/* New Live Mode */

/* The dialog is equal to ui-dialog definitions, plus rcc style guide. */

.widget-edit-event.live-mode {
  outline: 0px;
  max-height: 75%;
  height: auto;
  width: 600px;
  display: block;
  background-color: white;
  border-radius: 5px;
  transition: none;
  border: 1px solid #415E6C;
  font-family: 'Open Sans', sans-serif;
  left: calc(50% - 300px);
  top: 25%;
  margin-left: 0;
  margin-top: 0;
}

.widget-edit-event.live-mode {
  margin-top: -12%;
}

.widget-edit-event.live-mode .widget-edit-event-content,
.widget-edit-event.live-mode .live-mode-form,
.widget-edit-event.live-mode
{
  height: 100%;
}

@media (max-height: 700px) {
  .widget-edit-event.live-mode {
    height: 100%;
    top: 0;
    margin-top: 0 !important;
    max-height: unset;
    min-height: unset;
  }
}

body.phone .widget-edit-event.live-mode {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 3px;
    margin-top: 0;
    margin-left: 0;
}


.widget-edit-event.live-mode .screens {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.widget-edit-event.live-mode .screens > legend {
    flex: 0 0 30px;
}

.widget-edit-event.live-mode .screens > .screen-1 {
    flex: 1 1 10%;
    overflow: hidden;
    height: unset;
}

.widget-edit-event.live-mode .screens > .form-main-buttons {
    flex: 0 0 30px;
}


.widget-edit-event.live-mode .activityButtons div.activityButton {
  text-align: center;
  float: left;
  width: 49%;
  height: 50px;
  border: 1px solid gray;
  margin-bottom: 1px;
  margin-right: 1px;
  cursor: pointer;
  color: white;
  background-color: #415e6C; /* HSLU Activity Color 1 */
  padding: 5px;
  display: flex;
  flex-direction: row;
}
.widget-edit-event.live-mode .activityButtons {
  overflow-y: auto;
  overflow-x: hidden;
   height: calc(100% - 50px);
}
.widget-edit-event.live-mode .activityButtons div.activityButton:hover {
  background-color: #6D8996; /* HSLU Activity Color 1 Hover */
}
.widget-edit-event.live-mode .activityButtons div.activityButton.selected {
  background-color: #9F0157; /* HSLU Accent color */
  cursor: pointer;
}
.widget-edit-event.live-mode .activityButtons div.activityButton .left {
  flex: 1 1 40px;
  min-width: 40px;
  max-width: 60px;
  position: relative;
}
.widget-edit-event.live-mode .activityButtons div.activityButton .color-marker {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid gray;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 18px);
}
.widget-edit-event.live-mode .activityButtons div.activityButton .right {
  flex: 0 0 auto;
}
.widget-edit-event.live-mode .activityButtons div.activityButton .title {
  text-align: left;
  font-size: 14px;
  margin-bottom: 5px;
}
.widget-edit-event.live-mode .activityButtons div.activityButton .info-line-2 {
  text-align: left;
  font-size: 12px;
}
.widget-edit-event.live-mode .activityButtons .selected {
  border: 2px solid red;
}

#c331 .tab-content {
  opacity: 0;
}
#c331 .tab-content.uncloaked {
  opacity: 1;
}

#tab-pane-5 ul, 
#tab-pane-5 li {
  padding-left: 1em;
  margin: initial;
  list-style: initial;
}
#tab-pane-5 li {
  margin-bottom: 0.4em;
}

#c196 ul, 
#c196 li {
    padding-left: 1em;
    margin: initial;
    list-style: initial;
}

.modal-info-layer,
.connection-info-layer {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(230,230,230,0.7);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    z-index: 10000;
}

.modal-info-layer .modal-messagebox,
.connection-info-layer .connection-info-message {
    padding: 50px;
    flex: 0 0 auto;
    float: none;
    margin: auto;
    height: 400px;
    margin: auto;
    float: none;
    background-color: white;
    display: flex;
    flex-direction: column;
    border: 1px solid #415E6C !important;
    border-radius: 5px;
}
.reportbox .modal-info-layer .modal-messagebox {
    height: auto;
    padding: 0;
    height: auto;
    max-height: 100vh;
}

.reportbox .modal-info-layer .modal-messagebox .header {
    flex: 0 0 auto;
    padding: 20px 50px 0 50px;
}
.reportbox .modal-info-layer .modal-messagebox .content {
    flex: 1 0 auto;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 180px);
    min-height: 200px;
    padding: 0 50px 0 50px;
}

.reportbox .modal-info-layer .modal-messagebox .content ul,
.reportbox .modal-info-layer .modal-messagebox .content li
{
    list-style: disc;
    padding-left: 15px;
}

.reportbox .modal-info-layer .modal-messagebox h2 {
    margin-top: 15px;
    margin-bottom: 5px;
}

.reportbox .modal-info-layer .modal-messagebox textarea {
    float: none !important;
    min-height: 70px;
}

.reportbox .modal-info-layer .modal-messagebox .content .emphasized {
    font-family: monospace
}

.reportbox .modal-info-layer .modal-messagebox .content .screenshot {
    width: 150px;
    height: auto;
    min-height: 80px;
}

.reportbox .modal-info-layer .modal-messagebox .content .form-error textarea {
    background-color: #dca8c4;
}
.reportbox .modal-info-layer .modal-messagebox .content .form-error > span {
    color: #be0435;
}

.reportbox .modal-info-layer .modal-messagebox .footer {
    flex: 0 0 50px;
    padding: 15px 50px 15px 50px;
}
.reportbox .modal-info-layer .modal-messagebox .footer > div {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.reportbox .modal-info-layer .modal-messagebox .footer > div > button {
    flex: 0 0 130px;
}

.reportbox .modal-info-layer .modal-messagebox .content #reportscreenshot {
    display: inline-block;
    width: 200px;
    height: 150px;
    border: 1px solid #D0D0D0;
    background-color: #EFEFEF;
    color: #D0D0D0;
    text-align: center;
}

.reportbox .modal-info-layer .modal-messagebox .content #reportscreenshot span {
    display: inline-block;
    font-size: 20px;
    margin-top: 62px;
}

.reportbox .modal-info-layer .modal-messagebox .content #reportscreenshot > canvas {
    width: 100% !important;
    height: auto !important;
}

