.abt-right{
float: right;
}

.abt-1-cell{
 position: relative;
 font-size: 16px;
 display: inline-block;
 box-sizing: border-box;
 width: 100%;
 /* max-width: 350px; */
 margin: 0;
 padding: 20px 0;
 /* für handy: max-width: 350px */
 overflow: auto;
}

.abt-time{
 max-width: 130px;
 font-size: 1.4em;
}

.abt-date{
	font-size: 1.4em;	
}

.mdl-checkbox__box-outline{
  width: 28px;
  height: 28px;
  top: -3px;
}

.mdl-checkbox__label {
 left: 10px;
}

.mdl-checkbox__label_disabled {
 color: #ddd;
}

.mdl-mega-footer {
	/*
	position: absolute;
    bottom: 0;
    width: 100%;
	height: 66px;
	*/	
}

.mdl-mega-footer--link-list {
margin-bottom: 0;
}

#view-source {
  position: fixed;
  display: block;
  right: 0;
  bottom: 0;
  margin-right: 40px;
  margin-bottom: 40px;
  z-index: 900;
}

.mdl-selectfield {
    position: relative;
    font-size: 16px;
    display: inline-block;
    box-sizing: border-box;
    width: 300px;
    max-width: 100%;
    margin: 0;
    padding: 20px 0;
}

.mdl-selectfield__select {
    display: block;
    width: 100%;
    padding: 4px 0;
    margin: 0;
    color: inherit;
    background: transparent;
    font-size: 16px;
    text-align: left;
    color: inherit;
    border: none;
    border-bottom: 1px solid rgba(0,0,0, 0.12);
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.mdl-textfield__input{
	font-size: 26px;
}

.arrow{ /* CheckBox-Haken in ergebnistabelle */
	width: 32px;
}

.toprow{
	font-weight: bold;
	background-color: #252525;
	color: white;
}
.resultTable td {
	padding: 2px 4px;
}

@media screen and (max-width: 600px) {
 .mdl-layout__content{
	padding-left: 8px;	
 }
 
 .abt-1-cell {
	max-width: 530px;
 }
 
 #popup {
	 top: 156px;
	 left: 10px !important;
 }
 
 #editPopup {
	 top: 8px !important; /* 75x */
	 left: 10px !important;
	 width: 90% !important; /* 93% */
	 height: 668px !important; /* 668  */
 }
 
 #editForm{
	 width: 95% !important;
	 height: 625px !important;
 }
 
 .td-left {
	padding-right: 30px !important;
 }
}

@media screen and (max-width: 886px) {
 .mdl-layout__content{
	padding-left: 8px;	
 }
}
#popup {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	display:none;
	width:350px;
	height:180px;
	/* position:absolute; */
	z-index:999;
	background-color: #e0e0e0;
	border: 3px solid black;
	border-radius: 4px;
	padding:0px;
	/* overflow: auto;	*/
	position: fixed;
	top: 266px;
	left: 50%;
	/* width: 80%; */
	/* margin-left: -40%; */
	margin-top: 0px;
}

#popupText{ /* <div> */
	overflow: auto;
	width: 334px;	
	height: 135px;
	background-color: #ffffff;
	padding: 8px;
	margin-top: 10px;
}

.closeIcon{
	position: absolute;
	top: 4px;
	right: 4px;
	cursor: pointer;
}

.popupheader {
	position: relative;
	top: 4px;
	margin-left: 6px;
	font-weight: bold;
}

#editPopup {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	display:none;
	/* width:80%; /* 350px ?*/
	width: 865px;
	height:712px;
	/* position:absolute; */
	z-index:999;
	background-color: #e0e0e0;
	border: 3px solid black;
	border-radius: 4px;
	padding:0px;
	/* overflow: auto;	*/
	position: fixed;
	top: 32px; /* 236*/
	left: 20%;
	/* width: 80%; */
	/* margin-left: -40%; */
	margin-top: 0px;
}

#editForm{ /* <div> */
	overflow: auto;
	width: 849px;	
	height: 666px;
	background-color: #ffffff;
	padding: 8px;
	margin-top: 10px;
}

.editTable{
	position: relative;
    font-size: 16px;
    display: inline-block;
    box-sizing: border-box;
    width: 288px !important;
    max-width: 100%;
    margin: 0;
    padding: 20px 0;
}

.editTable td{
	padding-top: 10px;
}

.td-left {
	padding-right: 74px;
}

.idDivLabel{
	color: rgb(103,58,183);
    font-size: 12px;
    top: 4px;
    visibility: visible;
}
.abt-user-textarea{
	font-size: 16px;	
}

.mdl-textfield__label{
 top:6px !important;	
}

#FolgearbeitDesc {
	display:none;	
}

#EFolgearbeitDesc {
	display:none;	
}

/* Beleg-Fotos: */
.MonthName {
	color: #673AB7;
	font-size:1.15em;
	font-weight:bold;
	cursor:pointer;
}

.YearName {
	color: #512DA8;
	font-size:1.25em;
	font-weight:bold;
	cursor:pointer;	
}

.delIcon {
	cursor:pointer;		
}

.fade-in {
  animation: fadeIn .7s;
  -webkit-animation: fadeIn .7s;
  -moz-animation: fadeIn .7s;
  -o-animation: fadeIn .7s;
  -ms-animation: fadeIn .7s;
}
@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}