/* Learning Platform Wave-Solutions.de */

a:hover:not(.btn):not([role=button]),
a:visited:not(.btn):not([role=button]),
a:link:not(.btn):not([role=button]),
a:active:not(.btn):not([role=button]) {
    text-decoration: none;
    color: black;
}

.btn.orange {
    background-color: #CD853F;
    color: white;
}

.wave-campus-button {
	background-color: #d82e2e;
	color: #fff;
}

.wave-campus-button:active {
	background-color: #d82e2e;
	color: #fff;
}

.wave-campus-button:focus {
	background-color: #d82e2e;
	color: #fff;
}

.wave-campus-button:visited {
	background-color: #d82e2e;
	color: #fff;
}

.wave-campus-button:active:hover {
	background-color: #d82e2e;
	color: #fff;
}

.wave-campus-button:active:focus {
	background-color: #d82e2e;
	color: #fff;
}

.wave-campus-button:hover {
	color: #fff;
	background-color: #8a2323; // #de4b4b;
}

/* Hints panel with password strength requirements */

.hints-box {
    font-size: 12px;
    background-color: #f2f2f2;
    border: 1px solid grey;
}

.hints-box legend {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.hints-box li {
    list-style-type: square;
}

.hints-box li li {
    list-style-type: circle;
}

/* forms, submit+cancel buttons */

div.form-group button.btn:not(.btn-xs):not(.dropdown-toggle), div.form-group a.btn:not(.btn-xs):not(.dropdown-toggle) {
    min-width: 86px;
}

div.panel.with-form {
    min-width: 160px;
}

div.click {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
}

div.click:hover {
	background-color: rgba(0, 0, 0, 0.05);
	//background-color: rgba(0, 200, 0, 0.15);
}

div.flex-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


div.flex-container > div {
	margin-right: 1rem;
	margin-left: 1rem;
	min-width: 320px;
}

.LessonModal{
    animation: blowUpModal .5s cubic-bezier(0.165,0.840,0.440,1.000) forwards;
    position:absolute;
    margin-bottom:5px;
    overflow:hidden !important;
}
.LessonModal > div{
    margin: 0;
    width:100%;
    font-family: helvetica, arial, sans-serif;
    font-weight:200;
}
/* CourseTimetable*/
#StundenplanzuweiserTitel{
    margin-bottom: 15px
}

.sticky-header{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #FFF;
    padding-top: 28px !important;
    padding-bottom: 13px !important;
}

/* Lesson Client */
.ClientContainer{
    display: flex;
    align-items:center;
    flex-direction:row;
    justify-content: space-between;
    margin-top: 15px;
    margin-right:0;
    margin-left:0;
}

.FlexCalenderDiv{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding:0;
}

.glyphiconCenter{
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
}

.StundenplanButtonDiv{
    height: 100%;
    margin-bottom:20px;
    background: #f5f5f5;
}
.modalButtonDiv{
    padding: 0;
    height: 36px;
}
#modalStudenplanButton{
    cursor: pointer;
    border: none;
    width:100%;
    height:100%;
    outline: none;
    font-size:15px;
}

#modalStudenplanHeadline{
    text-align:center;
    background-color: #f5f5f5;
}
.modal-Studenplan{
    display:flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 15px 0 15px;
}
.LessonModalStundenplan{
    animation: .5s cubic-bezier(0.165,0.840,0.440,1.000) forwards;
    top:15%;
    left:15%;
    position:absolute;
    margin-bottom:5px;
    overflow:hidden !important;
}
.LessonModalStundenplan > div{
    margin: 0;
    height: 100%;
    width:  75%;
    font-family: helvetica, arial, sans-serif;
    font-weight:200;
}

@keyframes blowUpModal {
  0% {
    transform:scale(0);
  }
  100% {
    transform:scale(1.5);
  }
}

div.row.description {
	min-height: 60px;
	margin-bottom: 2rem;
}

div.panel.panel-default {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
}

div.panel.panel-default.finished {
	border: 2px solid #22CC22; // green
}

div.panel.panel-default.incomplete {
	border: 2px solid #CC2222; // red
}

div.panel.panel-default.open {
	border: 2px solid #ffef00; // yellow
}

.jsgrid-selected-row > .jsgrid-cell {
	background-color: #f0ad4e;
	border-color: #f0ad4e;
}

.messagebox {
	font-weight: 500;
	max-height: 130px;
	background-color: #f0ad4e;
	border: 1px solid #7f7f7f;
 	border-radius: 8px;
 	overflow: hidden;
 	text-overflow: ellipsis;
 	z-index: 999;
 	padding: 0;
 	margin: 0 auto;
}

.messagebox p {
	margin: 0;
	padding: 10px 0;
	overflow: hidden;
}

.tabbable-panel {
  border-bottom:1px solid #eee;
  padding-bottom: 10px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #fbcdcf;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #f3565d;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}


/* Style for zooming Pictures */
#appear_image_div {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    opacity: 0.8;
    background: #000000;
}

#appear_image {
    display: block;
    margin: auto;
    max-width: 95%;
    max-height: 95%;
    position: fixed;
    z-index: 9001;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.panel-footer {
    background: #FFFFFF;
}

.linkToFile {
	color: #337ab7 !important;
}

.linkToFile:hover {
	text-decoration: underline !important;
	cursor: pointer !important;
}

div.image-file-hidden {
	display: none;
}

.dot {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
}

.calendar-table {
	margin-bottom: 15px;
    border-collapse: collapse;
    border-radius: 5px;
    border-style: hidden; /* hide standard table (collapsed) border */
    box-shadow: 0 0 0 1px #665; /* this draws the table border  */ 
}

.calendar-table tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
    border-right: 0px solid white;
}

.calendar-table tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
    border-right: 0px solid white;
}

.calendar-cell {
	text-align:center;
    border: 1px solid #ccc !important;
}

.calendar-cell.cw  {
	font-weight: 700;
}

.calendar-cell > .dayOutOfMonth  {
	text-align:center;
	background: rgba(255, 255, 255, 0.8);
	color: rgba(0, 0, 0, 0.3);
}




/* Pfusch */

.calendar-table1 {
	margin-bottom: 15px;
	width:31%;
    border-collapse: collapse;
    border-radius: 5px;
    border-style: hidden; /* hide standard table (collapsed) border */
    box-shadow: 0 0 0 1px #665; /* this draws the table border  */
}

.calendar-table1 tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
    border-right: 0px solid white;
}

.calendar-table1 tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
    border-right: 0px solid white;
}

.calendar-cell1 {
	text-align:center;
    border: 1px solid #ccc !important;
}

.calendar-cell1.cw  {
	font-weight: 700;
}

.calendar-cell1 > .dayOutOfMonth  {
	text-align:center;
	background: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 0);
    pointer: none;
    pointer-events:none;
}

.collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.collapsible:active, .collapsible:hover {
  background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.collapsecontent {
  padding: 0 18px;
  background-color: #f2f2f2;
}
