[data-role="page"]{height: 100%;}

#header {
	text-align:center;
	height:50px;
}

#content {
	position:absolute;
	width:100%;
	overflow:auto;
  background: #13557d;
  color : #ffffff;
  text-shadow: none;
}

.info-text
{ word-break: break-word;
}

h4 {
  color: #3A3A3A; 
  text-shadow : none;
}

.tplLeftNav {
	margin-left:5px;
	float:left;
}

.title {
	position:relative;
	top:15px;
}

.tplTopNav {
	margin-right:5px;
	float:right;
}

.tplTopNav a {
	margin-right:5px;
}

.popContent,
.popFooter {
	margin-left:10px;
}

.popContent {
	position:relative;
	overflow:auto;
	height:100%;
	margin-top:5px;
}

.popFooter {
	position:absolute; 
	bottom:0px; 
	width:87%;
	text-align:center;
}

.goBack {
	margin-left:5px;
	float:left;
}

/**************** Center **********************/
.centered {
	text-align: center;
	margin-bottom:10px;
}
.centered:before {
	/*content: '';* /*alex*/
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}
.centered div {
	display: inline-block;
    vertical-align: middle;
}
/**************** Center **********************/

table.data {
    color: black;
    padding: 0;
    width: 100%;
	border-spacing: 0px;
	/*border-collapse: separate;*/
	border: none;
	border-collapse: collapse;
	border-radius: 5px;
	background-color: #f9f9f9;
}

table.data tr td {
    color: #666;
	padding: 5px;
	border: 1px solid #ddd;
	background: #f9f9f9;
	font-weight:normal;
	word-wrap: anywhere;
}

table.data tr:first-child td {
	border-top: none;
	border-right: none;
}

table.data tr:last-child td {
	border-bottom: none;
	border-right: none;
}

table.data tr td:first-child {
	border-left: none;
}

table.data tr:first-child td:first-child {
	border-top-left-radius: 5px;
}

table.data tr:first-child td:last-child {
	border-top-right-radius: 5px;
}

table.data tr:last-child td:first-child {
	border-bottom-left-radius: 5px;
}

table.data tr:last-child td:last-child {
	border-bottom-right-radius: 5px;
}

table.data tr:last-child td:first-child {
	border-bottom-left-radius: 5px;
	/*max-width: 65px;*/
}

table.data tr td.none {
	border: 0px;
	background: transparent;
}

.gridbox-station, .gridbox {
	margin-right: 5px;
	margin-bottom: 0px;
	width: 100%;
}

.gridview-station, .gridview {
	width: 100%;
	margin-bottom: 15px;
}

.gridview-station {
	border: 1px solid #ddd;
}

.gridview-station td, .gridview {
	border-bottom: 1px solid #ddd;
	border-left: none;
	border-right: none;
}

.gridview-station td {
	border-top: 1px solid #ddd;
	background-color: #F6F6F6;
}

.gridview div.gridbox.item {
	border-top: 1px solid #ddd;
	background-color: #F6F6F6;
}

/*.gridview-station tr:first-child td:first-child {
 border-left: none;
 border-top: none;
}
.gridview-station tr:last-child td {
	border-right: none;
	border-bottom: none;
}

.gridview-station tr:first-child td:first-child { border-top-left-radius: 10px; }
.gridview-station tr:first-child td:last-child { border-top-right-radius: 10px; }
.gridview-station tr:last-child td:first-child { border-bottom-left-radius: 10px; }
.gridview-station tr:last-child td:last-child { border-bottom-right-radius: 10px; }*/


.stationsitem
{ float: left;
  height: 55px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.projectitem
{ float: left;
}

.projectitem p
{  color: #5c5c5c;
   padding-left: 15px;
}

h5
{	padding-left: 15px;
	border-color: #ddd;
	color: #5c5c5c;
	font-weight: bold;
}


a.linkBtn,
a.linkBtn:link,
a.linkBtn:visited {
	display:inline-block;
	vertical-align: middle;
	color: inherit;
	text-decoration: none;
	font-weight:normal;
	height:100%;
	width:100%;
}
a.linkBtn:hover,
a.linkBtn:active {
	background: #f0f0f0;
}

button.linkBtn {
	text-align:left;
	font-weight:normal;
}


div.wrapper {
	float:left; /* important */
	position:relative; /* important(so we can absolutely position the description div */
}
.wrapper_size {
	width:55px;
	padding:0px 0px 0px 0px;
}
.project_size {
	width:100%; /*300px*/
}
div.description {
	position:absolute; /* absolute position (so we can position it where we want)*/
	bottom:0px; /* position will be on bottom */
	left:0px;
	width:100%;
	color: #666;
	/* styling bellow */
	max-height: 55px;
	overflow: hidden;
}
p.description_content {
	padding:5px;
	margin:0px;
  overflow: hidden;
	word-wrap: Break-Word;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto; 
}
div.timetotal {
	text-align:right;
	font-weight:normal;
}

.content-box {
	background: white;
	padding: 20px;
	margin: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.no-items .content-box {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}

.snap-drawer {
    background: #e9e9e9;
	color: grey;
}

.snap-drawer ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
	background-color: #e9e9e9;
	color: #666;

}

.snap-drawer ul li{ 
  border-bottom: 1px solid rgba(0,0,0, 0.1);
}

.snap-drawer ul li:first-child {
  border-top: 1px solid rgba(0,0,0, 0.1);
}


.snap-drawer ul li a, .snap-drawer ul li a:link, .snap-drawer ul li a:visited {
	text-shadow: none;
	color: #333;
	border-top: 1px solid rgba(0,0,0, 0.1);
	border-bottom: 1px solid rgba(0,0,0, 0.1);
}

.snap-drawer ul li a, .snap-drawer ul li a:link, .snap-drawer ul li a:hover {
	background-color: #e9e9e9;
	color: #333;
	border:none;
	text-indent: 10px;
}

.snap-drawer h4
{ color: #333;
}

/*--------- KEVIN TESTING ---------- */

#calendarMINE {
  color: #ffffff;
  overflow-wrap:break-word;
  padding: 0;
  text-shadow: 0 0 0 #ffffff;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

#calendar {
  text-shadow: none;
  color: white;
  height: 600px;
}

.datepicker {
 color: black;
}

.fc-time-grid-event.fc-not-start
{ padding-top: 0px;
}

.fc-time-grid-event.fc-not-end
{ padding-bottom: 0px;
}

.fc-time-grid-event.fc-event.fc-start.fc-end.fix .fc-content
{ padding-left: 10%;
  background: linear-gradient(90deg,rgba(0,0,0,0.6) 10%, transparent 10%);
  height: 100%;
  border-radius: 4px;
}

/*start event*/
.fc-time-grid-event.fc-not-start.fix .fc-content
{ 
  padding-left: 10%;
  background: linear-gradient(90deg,rgba(0,0,0,0.6) 10%, transparent 10%);
  height: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/*end event*/
.fc-time-grid-event.fc-not-end.fix .fc-content
{ padding-left: 10%;
  background: linear-gradient(90deg,rgba(0,0,0,0.6) 10%, transparent 10%);
  height: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}



.fc a,.fc a:hover {
  text-decoration: none;
  color: white;
}

.fc .fc-axis
{ padding: 0 10px 0 5px;
}

.fc td, .fc th {
  border-color: #427797;
  /*border-bottom: #ddd 1px solid;*/
}

.fc-head {
  background: #427797;
}

.fc-event-container a, .fc-event-container a:hover {
  color: #111111;
}
.ui-bar-a, .ui-page-theme-a .ui-bar-inherit, html .ui-bar-a .ui-bar-inherit, html .ui-body-a .ui-bar-inherit, html body .ui-group-theme-a .ui-bar-inherit
{ border: none;
  border-color: none;
}

.fc-unthemed td.fc-today {
  background: unset;
}

.fc-event {
  word-break: break-all;
  border-radius: 5px;
  -moz-border-radius: 5px;
  /*padding: 4px;*/
}
.fc-title
{ margin: 4px;
}

.fc-unthemed .fc-divider, .fc-unthemed .fc-popover .fc-header, .fc-unthemed .fc-list-heading td {
	background: #427797;
}

.fc-unthemed .fc-list-item:hover td {
  background-color: #13557d;
}

div.fc-toolbar.fc-header-toolbar{
  display: none;
}

.fc-ltr .fc-axis
{ text-align: center;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover
{ background-color: #FFFF00; 
}

.datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today[disabled], .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled:hover[disabled]
{ background-color: #FFFF00; 
}

.plantafelEvent {
	border-top: #13557d 2px dashed !important;
	border-bottom: #13557d 2px dashed !important;
}

#upload-files {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

#uploadLabel {
    display: inline-block;
	border-style: none;
	background-color: #f6f6f6;
	border-color: #ddd;
	color: #333;
	text-shadow: 0 1px 0 #f3f3f3;
	box-shadow: 0 1px 3px rgba(0,0,0,.15);
	font-size: 16px;
	margin: .5em 0;
	padding: .7em 1em;
	display: block;
	position: relative;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: .3125em;
	-moz-border-radius: .3125em;
	width: 100%;
	background-clip: padding-box;
	font-weight: bold;
}

#uploadLabel:hover
{ background-color: #EDEDED;
}

#videoStream .ui-input-text, .ui-input-search
{	margin: 0px;
	border-width: 0px;
	border-style: none;
}

#uploadLabel:focus 
{ 	background-color: red;
	border-color: red;
}

.btnRest-wrapper {
	margin: 0 auto;
	width: 228px;
}

#btnRest {
	width: 228px;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	color: #999;
	font-size: 18px;
	font-weight: bold;
}

.clockpicker-button .glyphicon.glyphicon-ok {
	color: #999;
}

.input-group-btn .js-scanCode:hover {
	background-color: #f6f6f6;
}

.scan-container {
	width: 100%;
	height: 100%;
	background: #13557d;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
}

.scan-container.container-hidden {
	display: none;
}

.scan-container .switchCamera-container {
	flex-basis: 50%;
	display: flex;
	justify-content: flex-end;
}

.scan-container .switchCamera-hidden {
	display: none;
}

.scan-container .input-group-btn {
	width: 45px;
}

.scan-container .btn {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0.2rem;
	background-color: #e9e9e9;
}

.scan-container .btn:focus {
	outline: none;
	box-shadow: none;
}

.scan-container .btn img {
	width: 100%;
}

.scan-container .btn, .scan-container .btn:first-child {
	border-radius: 4px;
}

.scan-container .video-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	position: relative;
	margin-top: 1rem;
	flex-basis: 100%;
	height: auto;
}

.scan-container .video-container.video-hidden {
	display: none;
}

.scan-container .video-container video {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 90vh;
}

.scan-container .toggle-scan-container {
	flex-basis: 50%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	padding: 1rem;
}

.scan-container .toggle-scan {
	border: 0;
	background: transparent;
	box-sizing: border-box;
	width: 0;
	height: 74px;
	opacity: 0.9;
	border-color: transparent transparent transparent #e9e9e9;
	transition: 100ms all ease;
	cursor: pointer;
	border-style: solid;
	border-width: 37px 0 37px 60px;
}

.scan-container .scan-hidden {
	display: none;
}

@-webkit-keyframes fadein {
	from { opacity: 0.4; }
	to { opacity: 0.9; }
}

@-moz-keyframes fadein {
	from { opacity: 0.4; }
	to { opacity: 0.9; }
}

@keyframes fadein {
	from { opacity: 0.4; }
	to { opacity: 0.9; }
}

.scan-container .toggle-scan.scan-active {
	border-style: double;
	border-width: 0px 0 0px 60px;
	-webkit-animation: fadein 1.25s ease-in alternate infinite;
	-moz-animation: fadein 1.25s ease-in alternate infinite;
	animation: fadein 1.25s ease-in alternate infinite;
}

.scan-container .cameraNotification {
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: center;
}

.scan-container .cameraNotification.notification-hidden {
	display: none;
}

.scan-container .cameraNotification h4 {
	color: white;
}

#filestoragePage.footer-open {
	margin-bottom: 8rem;
}

.boxed-wrapper {
	background: white;
	border-radius: 5px;
	padding: 2rem;
	color: black;
}

.responsive-table {
	display: flex;
	flex-flow: row wrap;
	padding-top: 0.5rem;
}

.responsive-table .responsive-row {
	display: flex;
	flex-flow: row nowrap;
	margin-bottom: 1rem;
	overflow: hidden;
	width: 100%;
	background-color: #F6F6F6;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.responsive-table .responsive-row > div {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	padding: 0.5rem;
	border-bottom: 1px solid #e6e6e6;
}

.responsive-table .responsive-row > div.ui-input-text {
	display: none;
}

.responsive-table .responsive-row div.header {
	flex-basis: 15%;
	font-weight: bold;
	background: #427797;
	color: white;
	font-size: 1.5rem;
	justify-content: center;
}

.responsive-table .responsive-row div.header img, #filestoragePage .move-up {
	width: 45px;
	height: 45px;
}

.responsive-table .header-wrapper {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	margin-bottom: 1rem;
}

.responsive-table .move-up {
	flex-basis: 15%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}

.responsive-table .move-up img {
	width: 45px;
	height: 45px;
}

.responsive-table .head {
	flex-basis: 85%;
	padding: 0.5rem;
}

.responsive-table .responsive-row div.content {
	flex-basis: 85%;
	overflow: hidden;
	padding-left: 1.5rem;
}

.responsive-table .responsive-row div.content span {
	max-width: 100%;
	overflow: hidden;
}

.responsive-table .responsive-row h5 {
	padding: 0;
	word-break: break-word;
}

.tplFileExplorer {
	word-break: break-word;
}

.tplFileExplorer .data {
	border-top: 1px solid #ddd;
}

.tplFileExplorer .wrapper {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}

.lds-ring {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 55px;
	height: 55px;
}
.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	margin: 2px;
	border: 2px solid #d1d1d1;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: black transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}
@keyframes lds-ring {
	 0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.overlay {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1001;
}

.overlay .background {
	background-color: black;
	opacity: 0.5;
	flex-basis: 100%;
	height: 100%;
}

.overlay .content {
	background: white;
	height: 60vh;
	width: 80vw;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	position: absolute;
	top: calc(50% - 30vh);
	left: calc(50% - 40vw);
	border-radius: 5px;
	box-shadow: 2px 2px 1000px black;
	border-radius: 15px;
}

.overlay .content .text-container {
	flex-basis: 80%;
	padding: 0.75rem;
	overflow: auto;
	word-break: break-word;
	display: flex;
	flex-flow: column nowrap;
}

.overlay .content .text-container span {
	padding-bottom: 0.5rem;
}

.overlay .content .text-container span.error {
	color: darkred;
}

.overlay .content .text-container span.warn {
	color: darkorange;
}

.overlay .content .text-container span.success {
	color: green;
}

.overlay .content .progress-container, .overlay .content .button-container {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}

.overlay .content .progress-container {
	flex-basis: 20%;
}

.overlay .content .button-container {
	justify-content: flex-end;
	/*height: 65px;*/
	height: 55px;
}

.progress-container .counter-wrapper {
	flex-basis: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	padding: 20px 10px;
	align-items: flex-end;
}

.counter-wrapper .counter {
	text-align: center;
}

.progressbar {
	position: relative;
	height: 30px;
	overflow: hidden;
	flex-basis: 100%;
}

span.progressWidth {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	background: #427797;
	transition: all .3s;
}

.modify-date-view-table
{ margin: 0px;
  color: white; 
	border: none; 
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px 5px;
	padding-top: 10px;
}

.modify-date-view-table-col1
{ padding: 5px;
  width: 100px;
  vertical-align: top;
  word-wrap : anywhere;
}

.modify-date-view-table-col2
{ padding: 5px;
  background: #427797;
  width: auto;
  vertical-align: top;
  color: white;
  border-radius: 5px;
  word-wrap : anywhere;
}

.modify-date-view-table-col2-visiert
{ padding: 5px;
  border: 1px solid white;
  width: auto;
  vertical-align: top;
  color: white;
  border-radius: 5px;
  word-wrap : anywhere;
  opacity: 0.8;
}

.stats-view-table
{ 	margin: 0px;
	color: white; 
	border: none; 
	width: 260px;
	border-collapse: separate;
	border-spacing: 0px 5px;
}

.stats-view-table-col1
{ padding-left: 5px;
  padding-right: 5px;
  width: 150px;
  opacity: 0.6;
  vertical-align: top;
  word-wrap : anywhere;
}

.stats-view-table-col2
{ padding-left: 5px;
  padding-right: 5px;
  width: 110px;
  vertical-align: top;
  color: white;
  opacity: 0.6;
  word-wrap : anywhere;
  text-align: right;
}

.stats-view-title
{ margin: 0 0 0 0;
  padding: 5px;
  font-weight: bold;
  color: white;
}

#self-back-button
{ top: 0%; 
  left: 0%;
  margin-left: 5px; 
  float: left; 
  width: 28px;
  height: 28px;
}


#btnSet
{ -webkit-box-shadow: none;
  box-shadow:  none;
  border: none;
  background-color: #f9f9f9;
}