body {
	margin:0;
	text-align: center;
	font-family: "Lato";
	font-weight:300;
	color: #333333;
	background-size: cover !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

input, input[type="text"], input[type="submit"], select, textarea {
	/*appearance: none;*/
	font-size: 1em;
	width: calc(50% - 20px);
	padding:10px;
	font-family: "Lato";
	font-size:14px;
	display:block;
	margin-bottom:15px;
}

rightinline {
	float:right;
	margin-left:10px;
}

.fa.fa-exclamation-circle {
	color: red !important;
	padding-left: 4px;
}

.site-header, .site-content {
	text-align:left;
}

.site-header {
	background-color: rgba(255,255,255,0.8);
	display: inline-block;
	width: calc(100% - 40px);
	max-width:1100px;
	margin: 0 auto;
	padding: 40px 20px 0;
}

.site-header .logo {
	width:40%;
	display: inline-block;
	vertical-align: bottom;
}

.site-header .welcome {
	width:58%;
	display: inline-block;
	vertical-align: middle;
	text-align:right;
	margin-bottom:10px;
}

.site-header .welcome img {
	display: inline-block;
	margin-left:5px;
}

.site-header .welcome span {
	display: inline-block;
}

.site-header .main-navigation ul {
	margin: 20px 0;
	padding:0;
}

.site-header .main-navigation ul a li {
	margin: 0 10px 10px 0;
	padding: 140px 10px 10px;
	width: calc(16.5% - 28px);
	
	float: left;
	background-color: #333333;
	text-align:left;
	color:white;
	font-weight:500;
	font-size:18px;
	list-style:none;
	background-position: center center;
	background-size: cover;
}

.site-header .main-navigation a:last-child li {
	margin-right: 0;
}

.site-header .main-navigation ul a li .icon {
	margin-right:8px;
	
}

.site-header .main-navigation ul a li .notification {
	float:right;
	color:grey;
}

.site-header .main-navigation ul a li:hover, .site-header .main-navigation ul a li.active {
	background-color: #16738F;
}

.site-content-container {
	
}

.site-content {
	background-color: white;
	background-color:rgba(255,255,255,0.8);
	width: calc(100% - 40px);
	max-width:1100px;
	margin: 0 auto;
	padding: 20px 20px;
	
}

.wt-widget.wt-widget-classic {
	width:100% !important;
}


/* DESK */

.page-desk {


}

.task p {
	margin: 0 !important;
}

.page-desk .container {
	width:68%;
	
	float:left;
}

.heading-print {
	display:none;
}

.daily_notes img {
	display:inline-block;
	width: 50%;
	max-height: 300px;
	margin-bottom: 30px;
}

.hello {
	margin-top: 20px;
}

.hello .fa {
	color:white !important;
}

.page-desk .container:first-child {
	font-size: smaller;
	width:30%;
	margin-right:15px;
}
.page-desk .container:last-child {
	width:calc(70% - 15px);
}

.page-desk .today .task {
	padding:10px;
	border: 1px #333333 solid;
	margin-bottom:10px;
}

.page-desk .today .task.important {
	background-color: rgba(212, 117, 122, 0.20);
}

.page-desk .today .task .fa {
	color:#16738F;
}

.page-desk .today .task .fa.fa-check {
	color:white;
}

.page-desk .today .task.completed .fa.fa-check, .page-desk .today .task .fa.fa-check:hover {
	color:#16738F;
}

.page-desk .today .task .fa.fa-check:hover {
	cursor:pointer;
}

.page-desk .today .task.completed .fa.fa-check {
	cursor:inherit;
}

.page-desk .today .task.new, .page-tasks .tasks a {
	color: #8f8f8f;
	text-decoration: none;
	border-color: #8f8f8f
}

.page-desk .today .task .images {
	margin-top:10px;
}

.page-desk .today .task .images img {
	width: calc(50% - 10px);
	float:left;
	margin-right: 10px;
	margin-bottom:10px;
}



.page-desk .today .date {
	padding:10px;
	border: 1px #333333 solid;
	margin-bottom:10px;
}

.page-desk .today .date.important {
	background-color: rgba(212, 117, 122, 0.20);
}

.page-desk .today .date .fa {
	color:#16738F;
}

.page-desk .today .date .fa.fa-check {
	color:#f0f0f0;
}

.page-desk .today .date.completed .fa.fa-check, .page-desk .today .date .fa.fa-check:hover {
	color:#16738F;
}

.page-desk .today .date .fa.fa-check:hover {
	cursor:pointer;
}

.page-desk .today .date.completed .fa.fa-check {
	cursor:inherit;
}

.page-desk .today .date.new, .page-tasks .tasks a {
	color: #8f8f8f;
	text-decoration: none;
	border-color: #8f8f8f
}

.page-desk .today .date .images {
	margin-top:10px;
}

.page-desk .today .date .images img {
	width: calc(50% - 10px);
	float:left;
	margin-right: 10px;
	margin-bottom:10px;
}

.page-desk .week .task {
	padding:10px;
	border: 1px #333333 solid;
	margin-bottom:10px;
}

.page-desk .week .task.important {
	background-color: rgba(212, 117, 122, 0.20);
}

.page-desk .week .task .fa {
	color:#16738F;
}

.page-desk .week .task .fa.fa-check {
	color:white;
}

.page-desk .week .task.completed .fa.fa-check, .page-desk .week .task .fa.fa-check:hover {
	color:#16738F;
}

.page-desk .week .task .fa.fa-check:hover {
	cursor:pointer;
}

.page-desk .week .task.completed .fa.fa-check {
	cursor:inherit;
}

.page-desk .week .task.new, .page-tasks .tasks a {
	color: #8f8f8f;
	text-decoration: none;
	border-color: #8f8f8f
}

.page-desk .week .task .images {
	margin-top:10px;
}

.page-desk .week .task .images img {
	width: calc(50% - 10px);
	float:left;
	margin-right: 10px;
	margin-bottom:10px;
}


.page-desk .note {
	padding:10px;
	border: 1px #333333 solid;
	margin-bottom:10px;
}

.page-desk .note p {
	margin:0;
}

.page-desk .note .fa {
	color:#16738F;
}

.page-desk .note.new, .page-notes a {
	color: #8f8f8f;
	text-decoration: none;
	border-color: #8f8f8f
}

.page-desk .note .images {
	margin-top:10px;
}

.page-desk .note .images img {
	width: calc(50% - 10px);
	float:left;
	margin-right: 10px;
	margin-bottom:10px;
}



/* DATES */
.page-dates .search {
	width: calc(100% - 20px);
}

.page-dates .categories {
	width: calc(25% - 5px);
	float:left;
}

.page-dates .categories .main {
	padding:10px;
	margin-bottom:10px;
	border: 1px #f0f0f0 solid;
	background-color: #333333;
	text-align:left;
	color:white;
	font-weight:500;
}

.page-dates .categories .sub {
	width:80%;
	padding:10px;
	margin-bottom:10px;
	border: 1px #333333 solid;
	margin-left:auto; margin-right:0;
}

.page-dates .categories .sub:hover {
	background-color:#333333;
	color:white;
	cursor:pointer;
}

.page-dates .categories .sub.active {
	background-color:#16738F;
	border-color:#16738F;
	color:white;
}

.page-dates .dates {
	width:74%;
	float:right;
}

.page-dates .dates .date {
	padding:10px;
	border: 1px #333333 solid;
	margin-bottom:10px;
}

.page-dates .dates .date.important {
	background-color:rgba(22,  115,  143, 0.17);
}

.page-dates .dates .date .fa {
	color:#16738F;
}

.page-dates .dates .date .fa.fa-check {
	color:#cacaca;
}

.page-dates .dates .date.completed .fa.fa-check, .page-dates .dates .date .fa.fa-check:hover {
	color:#16738F;
}

.page-dates .dates .date .fa.fa-check:hover {
	cursor:pointer;
	color:#16738F;
}

.page-dates .dates .date.completed .fa.fa-check {
	cursor:inherit;
}

.page-dates .dates .date.new, .page-dates .dates a {
	color: #8f8f8f;
	text-decoration: none;
	border-color: #8f8f8f
}

.page-dates .dates .date .images {
	margin-top:10px;
}

.page-dates .dates .date .images img {
	width: calc(50% - 10px);
	float:left;
	margin-right: 10px;
	margin-bottom:10px;
}





/* TASKS */

.page-tasks .categories {
	width: calc(25% - 5px);
	float:left;
}

.page-tasks .categories .main {
	padding:10px;
	margin-bottom:10px;
	border: 1px #f0f0f0 solid;
	background-color: #333333;
	text-align:left;
	color:white;
	font-weight:500;
}

.page-tasks .categories .sub {
	width:80%;
	padding:10px;
	margin-bottom:10px;
	border: 1px #333333 solid;
	margin-left:auto; margin-right:0;
}

.page-tasks .categories .sub:hover {
	background-color:#333333;
	color:white;
	cursor:pointer;
}

.page-tasks .categories .sub.active {
	background-color:#16738F;
	border-color:#16738F;
	color:white;
}

.page-tasks .tasks {
	width:74%;
	float:right;
}

.page-tasks .tasks .task {
	padding:10px;
	border: 1px #333333 solid;
	margin-bottom:10px;
}

.page-tasks .tasks .task.important {
	background-color:rgba(22,  115,  143, 0.17);
}

.page-tasks .tasks .task .fa {
	color:#16738F;
}

.page-tasks .tasks .task .fa.fa-check {
	color:white;
}

.page-tasks .tasks .task.completed .fa.fa-check, .page-tasks .tasks .task .fa.fa-check:hover {
	color:#16738F;
}

.page-tasks .tasks .task .fa.fa-check:hover {
	cursor:pointer;
	color:#16738F;
}

.page-tasks .tasks .task.completed .fa.fa-check {
	cursor:inherit;
}

.page-tasks .tasks .task.new, .page-tasks .tasks a {
	color: #8f8f8f;
	text-decoration: none;
	border-color: #8f8f8f
}

.page-tasks .tasks .task .images {
	margin-top:10px;
}

.page-tasks .tasks .task .images img {
	width: calc(50% - 10px);
	float:left;
	margin-right: 10px;
	margin-bottom:10px;
}


/* KANBAN BOARD */
.page-kanban .canban-column {
	width: calc(25% - 15px);
	margin-right:20px;
	display:inline-block;
	vertical-align: top;
}

.page-kanban .canban-column:nth-child(4) {
	margin-right:0px;
}

.page-kanban .canban-column .canban-column-header {
	padding: 10px;
	background-color: #37809F;
	border: 1px solid black;
	margin-bottom:10px;
	color: white;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.page-kanban .canban-column#step-2 .canban-column-header {
	background-color:#C4AE52;
}

.page-kanban .canban-column#step-3 .canban-column-header {
	background-color:#C4566E;
}

.page-kanban .canban-column#step-4 .canban-column-header {
	background-color:#76B55E;
}

.page-kanban .canban-column .canban-column-content a{
	color: inherit;
	text-decoration: inherit;
}

.page-kanban .canban-column .canban-column-content a p {
	margin: 0 !important
}

.page-kanban .canban-column .canban-column-content {
	min-height:800px;
}

.page-kanban .canban-column .canban-column-content .task{
	padding:5px;
	margin-bottom:10px;
	border: 1px solid #f0f0f0;
	background-color: rgba(55, 128, 159, 0.6);
	cursor: grabbing;
}

.page-kanban .canban-column#step-2 .canban-column-content .task {
	background-color:rgba(197, 174, 83, 0.6)
}

.page-kanban .canban-column#step-3 .canban-column-content .task {
	background-color:rgba(197, 87, 111, 0.6)
}

.page-kanban .canban-column#step-4 .canban-column-content .task {
	background-color:rgba(118, 181, 94, 0.6)
}

.page-kanban .canban-column .canban-column-content .task .category {
	display:inline-block;
	font-size:8pt;
	background-color: black;
	border: 1px solid black;
	border-radius: 10px;
	color: white;
	padding: 2px 5px;
}


/* NOTEs */
.page-notes .categories {
	width: calc(25% - 5px);
	float:left;
}

.page-notes .categories .main {
	padding:10px;
	margin-bottom:10px;
	border: 1px #f0f0f0 solid;
	background-color: #333333;
	text-align:left;
	color:white;
	font-weight:500;
}

.page-notes .categories .sub {
	width:80%;
	padding:10px;
	margin-bottom:10px;
	border: 1px #333333 solid;
	margin-left:auto; margin-right:0;
}

.page-notes .categories .sub:hover {
	background-color:#333333;
	color:white;
	cursor:pointer;
}

.page-notes .categories .sub.active {
	background-color:#16738F;
	border-color:#16738F;
	color:white;
}

.page-notes .notes {
	width:74%;
	float:right;
}


.page-notes .notes .note {
	padding:10px;
	border: 1px #333333 solid;
	margin-bottom:10px;
}

.page-notes .notes .note p {
	margin:0;
}

/*.page-notes .notes .note:hover {
	background-color: rgba(22, 115, 143, 0.17);
	cursor:pointer;
}*/

/*.page-notes .notes .note .body {
	display:none;
}*/

.page-notes .notes .note .fa {
	color:#16738F;
}

.page-notes .notes .note.new, .page-notes .notes a {
	color: #8f8f8f;
	text-decoration: none;
	border-color: #8f8f8f
}

.page-notes .notes .note .images {
	margin-top:10px;
}

.page-notes .notes .note .images img {
	width: calc(50% - 10px);
	float:left;
	margin-right: 10px;
	margin-bottom:10px;
}



/* NOTEPAD */

.page-notepad .notepad-note {
	padding:10px;
	margin: 10px;
	background-color: rgba(29, 117, 143, 0.56);
	width: calc(33% - 40px);
	float:left;
	
}

.page-notepad .notepad-note .move {
	display:inline-block;
	width:50%;
	cursor:pointer;
}
.page-notepad .notepad-note .move.next {
	text-align:right;
}

.page-notepad .notepad-new {
	padding: 10px 17px;
	margin: 10px;
	background-color: rgba(29, 117, 143, 0.56);
	float:left;
	cursor:pointer;
}

.page-notepad .notepad-note .notepad-note-textarea {
	width:calc(100% - 20px);
	max-width:calc(100% - 20px);
	height: 10em;
	background-color:transparent;
	border:0;
	font-size: 16pt;

}

.notepad-note-small {
	padding:5px;
	margin: 5px;
	background-color: #D97530;
	width: calc(15% - 20px);
	float:right;
	min-height: 100px;
	font-size: 12pt;
	text-align: center;
	margin-top: -90px;
}

.mode-1 .page-notepad .notepad-note, .mode-1 .page-notepad .notepad-new {
	background-color: rgba(240,  196,  65, 0.56);
}

/* KALENDER */

.iframe-cal  {
	width:100%;
}
.iframe-cal .header {
	display:none !important;
}

.page-desk .iframe-cal {
	height:200px;
}

/* Categories */
.page-categories .category {
	padding:10px;
	border: 1px #333333 solid;
	margin-bottom:10px;
}

.page-categories .category.new {
	color: #8f8f8f;
	text-decoration: none;
	border-color: #8f8f8f;
}

.page-categories a {
	text-decoration: none
}

.page-categories .category .fa {
	color:#16738F;
}


/* MINIKALENDER */

#tcal {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 200px;
	background-color: white;
	margin-top: 2px;
	padding: 0 2px 2px 2px;
	border: 1px solid silver;
}
#tcal2 {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 200px;
	background-color: white;
	margin-top: 2px;
	padding: 0 2px 2px 2px;
	border: 1px solid silver;
}

/* table containing navigation and current month */
#tcalControls {
	border-collapse: collapse;
	border: 0;
	width: 100%;
}
#tcalControls td {
	border-collapse: collapse;
	border: 0;
	padding: 0;
	width: 16px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}
#tcalControls th {
	border-collapse: collapse;
	border: 0;
	padding: 0;
	line-height: 25px;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
}
#tcalPrevYear { background-image: url('../images/tcal/prev_year.gif'); }
#tcalPrevMonth { background-image: url('../images/tcal/prev_mon.gif'); }
#tcalNextMonth { background-image: url('../images/tcal/next_mon.gif'); }
#tcalNextYear { background-image: url('../images/tcal/next_year.gif'); }

/* table containing week days header and calendar grid */
#tcalGrid {
	border-collapse: collapse;
	border: 1px solid silver;
	width: 100%;
}
#tcalGrid th {
	border-bottom: 1px solid silver;
	border-collapse: collapse;
	padding: 3px 0;
	text-align: center;
	font-size: 12px;
}
#tcalGrid td {
	border: 0;
	border-collapse: collapse;
	padding: 2px 0;
	text-align: center;
	width: 14%;
	font-size: 12px;
	cursor: pointer;
	transition: background-color .25s ease-in-out; -moz-transition: background-color .25s ease-in-out; -webkit-transition: background-color .25s ease-in-out;
}	
#tcalGrid td:hover {
	background-color: #e6eaeb;
	transition: background-color .25s ease-in-out; -moz-transition: background-color .25s ease-in-out; -webkit-transition: background-color .25s ease-in-out;
}
#tcalGrid td.tcalOtherMonth { color: #e6eaeb; }
#tcalGrid td.tcalWeekend { }
#tcalGrid td.tcalToday { background-color: #16738F; font-weight:bold; }
#tcalGrid td.tcalSelected { border: solid 1px #16738F; }


#week {
	text-align: center;
	font-size:20px;
	margin-bottom:10px;
	position:relative;
}

#week form {
	position: absolute;
	right: 20px;
	top: 0;
}

#week form input{
	margin:0;
	padding: 3px;
	width:100%;
}

#calendar .dates {
	height:800px;
	overflow:scroll;
	position:relative
}


#calendar .day {
	width: calc(14.2% - 13px);
	margin-right:5px;
	padding: 5px 0;
	display:inline-block;
	background-color:#f5f5f5;
	text-align:center;
	position:relative;
	font-size:14px;
}



#calendar a {
	color:black;
	text-decoration: none;
}

#calendar .header .day {
	background-color: #c0c0c0
}

#calendar .dates_wholeday{
	
}
#calendar .dates_wholeday .day {
	background-color: #d1d1d1;
	
}

#calendar .dates .day {
	background: linear-gradient(
	  to bottom,
	  #fafafa,
	  #fafafa 100px,
	  white 100px,
	  white
	);
	
	background-size: 100% 200px;
	
}

#calendar .day .header {
	position:fixed;
}

#calendar .dates .day {
	height:2400px;
	position:relative;
	
}


#calendar .dates .day .date {
	position:absolute;
	border:1px solid black;
	width: calc(100% - 12px);
	background-color:white;
	overflow:hidden;
	font-size:12px;
	padding:5px;
	background-position: center bottom;
	background-size:contain;
	background-repeat:no-repeat;
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}

#calendar .day:last-child {
	margin-right:0;
}	

#calendar .dates .day .date.parent-1 {
	background-color: rgba(240, 196, 65, 0.75);
	border-color: rgba(240, 196, 65, 1);
}

#calendar .dates .day .date.parent-2 {
	background-color: rgba(22, 115, 143, .75);
	border-color: rgba(22, 115, 143, 1);
}

#calendar .day:first-child {
	width:30px;
	background:none !important;
}

#calendar .day:first-child .date {
	border: none;
	background-color: transparent;
	
}

#calendar .dates .day .overlapping .date {
	width:calc(50% - 12px);
	font-size: 10px;
	padding:5px;
}

#calendar .dates .day .overlapping.right .date {
	left:50%;
	
}

.schoolswitch {
	display:inline-block;
	margin-right:100px;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(240,  196,  65, 1);
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: rgba(22,  115,  143, 1);
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.pulse {
  animation: animationFrames 2s infinite;
}

.notepad-note-small.pulse {
	animation: animationFrames2 1s infinite;
}


@keyframes animationFrames{
  0% {
    opacity: .3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .3;
  }
}

@keyframes animationFrames2{
  0% {
    background-color: rgba(56, 255, 0, 1);
  }
  50% {
    
    background-color: rgba(255, 247, 0, 1)
  }
  100% {
    background-color: rgba(56, 255, 0, 1);
  }
}

#controls {
	position: fixed;
	right: 0;
	bottom: 20px;
	background-color: #333333;
	padding: 10px 10px;
	font-size: 25px;
	cursor:pointer;
	color: white;
} 

#controls div {
	display:inline-block;
	margin: 0 5px;
}

#recordButton.active {
	animation: animationFramesrecording 2s infinite;
}

#controls #pauseButton, #controls #stopButton {
	display:none;
}

@keyframes animationFramesrecording{
  0% {
    color: red;
  }
  50% {
    color: black;
  }
  100% {
    color: red;
  }
}

@media only screen and (max-width: 800px) {
	
	.site-header .main-navigation ul a li {
		padding: 20px 10px 10px;
		width: calc(50% - 30px);
		font-size: inherit;
	}
	
}

@media only screen and (max-width: 600px) {
	
	.site-header .logo {
		width:80%;
	}

	.site-header .welcome {
		display: none;
	}
	
	
	
}

	
@supports (-webkit-overflow-scrolling: touch) {
  #controls {
		font-size:80px;
	}
}

@media print {
	
	body {
		background-image:none !important;
		font-size: 50%;
		page-break-inside: avoid !important;
	}
	
	.site-header {
		padding:0;
	}
	
	.site-header-container, .site-header .welcome, .main-navigation, .hello, .notepad-small, .fa, #controls, .tcalInput {
		display:none !important;
	}
	
	.site-header .main-navigation ul a li.active, .site-header .main-navigation ul a li {
		background-color:white;
		-webkit-print-color-adjust: exact;
	}
	
	.heading-print {
		display:inherit;
	}
	
	.page-desk, .page-desk .container {
		page-break-inside: auto !important;
	}
	
	.page-desk .container.today {
		width: 65%;
	}
	
	.date img, .task img {
		display:none
	}
	
	#calendar .dates {
		height: auto;
	}
	
	#calendar .dates .day {
		height: auto;
		background: none;
		vertical-align: top;
	}
	
	#calendar .dates .day:first-child {
		visibility: hidden;
	}
	
	#calendar .dates .day .date {
		position: static;
		height: auto;
		margin-bottom: 12px;
		height: auto !important;
		background-image:none !important;
	}
	
	#calendar .dates .day .overlapping .date {
		width: inherit;
		font-size: 12px;
	}

	
}