/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600&display=swap');

html * {
  font-family: 'Noto Sans', sans-serif;
} */

body{
background-color:#e0e0e0;
/* font-family: 'Droid Sans', arial, tahoma, verdana; */
font-size:10pt;
padding:0px;
margin:0px;
}

/*****************
 *Allgemeine Elemente
 *****************/ 
form{
margin:0px;
}

h1{
font-size:19pt;
/* color:#474747; */
font-weight:normal;
}

h2{
font-size:13pt;
/* color:#104291; */
font-weight:normal;
}

p{
margin:0;
line-height: 1.5em;
}

table{
font-size:10pt;
/* font-family: 'Droid Sans', arial, tahoma, verdana; */
color: #505050;
}

td.small{
  font-size:8pt;
}

select option:disabled{
  color: #e0e0e0;
}

/*****************
 *Allgemeine Form-Elemente
 *****************/ 
input{
font-size:10pt;
border: 1px solid #ccc;
/* font-family: 'Droid Sans', arial, tahoma, verdana; */
padding:5px;
border-radius: 4px;
} 

input:read-only {
  color: rgb(84, 84, 84);
  cursor: default;
  background-color: rgb(235, 235, 228);
}
.input-readonly {
  color: rgb(84, 84, 84);
  cursor: default;
  background-color: rgb(235, 235, 228);
}
textarea:read-only {
  color: rgb(84, 84, 84);
  cursor: default;
  background-color: rgb(235, 235, 228);
}

textarea{
  border: 1px solid #ccc;
  padding:5px;
  /* font-family: 'Droid Sans', arial, tahoma, verdana; */
  border-radius: 4px;
  font-size: 10pt;
}
    
input.searched{
background-color: orange;
}

select{
font-size:10pt;
/* font-family: 'Droid Sans', arial, tahoma, verdana; */
border: 1px solid #ccc;
padding:4px;
border-radius: 4px;
}

textarea.fallprotokoll{
width: 750px;
height: 100px;
}


/*****************
 *Allgemeine Klassen
 *****************/ 
.size8{ font-size: 8pt; }
.size10{ font-size: 10pt; }
.size12{ font-size: 12pt; }
.size14{ font-size: 14pt; }
.size16{ font-size: 16pt; }
.size18{ font-size: 18pt; }
.size20{ font-size: 20pt; }
.size22{ font-size: 22pt; }

.blue{ color: #016db2; }

.noborder{ border: 0px; }

.bold { font-weight: 700; }

.error{ color: red;  font-weight: 700; }

.successful{ color: blue;  font-weight: 700; }

.errorSmall{ color: red; font-size: 9pt; font-style: italic;}

.align_right{ text-align: right; }

.transparent {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.head_1{
	font-size: 13pt;
	color: #016db2;
}

/*****************
 *Tags
 *****************/ 
/* .tag{
  background-color: #000;
  border-radius: 5px;
  border: 1px solid #fff;
  color: #fff;
  padding: 6px;
  text-align:center;
  font-size:9px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.2;
  white-space: nowrap;
}
.tag.blue{
  background-color: #008cba94;
}
.tag.red{
  background-color: #bf000094;
}
.tag.orange{
  background-color: #c5520094;
}
.tag.green{
  background-color: #5bbf0094;
}
.tag.darkgreen{
  background-color: #3e810094;
}
.tag.black{
  background-color: #00000094;
} */

.badge.badge-lg{
  font-size: 0.8rem;
  font-weight: normal;
}
.badge.blue{
  background-color: #008cba94;
  color: #fff;
}
.badge.red{
  background-color: #bf000094;
  color: #fff;

}
.badge.orange{
  background-color: #c5520094;
  color: #fff;

}
.badge.green{
  background-color: #5bbf0094;
  color: #fff;

}
.badge.darkgreen{
  background-color: #3e810094;
  color: #fff;

}
.badge.black{
  background-color: #00000094;
  color: #fff;

}

/*****************
 *Links
 *****************/ 
/* a:link, a:active, a:visited{
color:#3787ea;
text-decoration:none;
}
a:hover{
text-decoration:underline;
} */

/*****************
 *Kalender Tage
 *****************/ 

 .calender_day{ 
  font-size:11px; 
  text-align: center;
  border:1px solid darkgray;
  background-color:gray;
  color:black;
  padding:2px;
  display: block;
  font-weight: bold;
}

.calender_today{ 
  background-color:#c3e2ff;
}

.calender_day_blue{ 
  border:1px solid darkblue;
  background-color:#3f51b5;
  color:white;
}

.calender_day_red{ 
  border:1px solid red;
  background-color:red;
  color:white;
}

.calender_day_orange{ 
  border:1px solid darkorange;
  background-color:orange;
  color:black;
}

.calender_day_gray{ 
  border:1px solid darkgray;
  background-color:gray;
  color:white;
}

.calender_no_workday{ 
  border:2px dashed mediumorchid;
  background-color:white;
  color:black;
} 


/*****************
 *Grundlayout
 *****************/ 
#outer{
float:left;
width:100%;
margin-top: 0px;
margin-right: 20px;
}

#inner{
float:left;
width:1300px; 
}

#header{
float:left;
width:1115px;
height:50px;
background-color:#ffffff;      
}

#header #logo{
float:left;
width:300px;
height:60px;
overflow:hidden;
}

#header #login{
float:right;
margin-top: 3px;
margin-right: 10px;
width:400px;
height:15px;
text-align: right;
}

#menu_left{
float:left;
margin-top: 10px;
width:150px;
background-color: #ffffff;
/* border-right: 1px solid #d0d0d0; */
}

#menu_left a:link, #menu_left a:active, #menu_left a:visited{
	float: left;
  color:#3787ea;
	height:14px; 
  width:130px;  
  font-size: 13px;
  margin-left:5px;
  /* margin-bottom:14px; */
  padding: 7px;
}

#menu_left a.current:link, #menu_left a.current:active, #menu_left a.current:visited{
  text-decoration:none;
  background-color:#f3f3f3;
  padding: 7px;
  border-radius: 5px;
}

#menu_left a:hover{
  text-decoration:none;
  background-color:#f3f3f3;
  padding: 7px;
  border-radius: 5px;
}

#menu_left p{
	float: left;
	height:22px; 
  width:140px;  
  font-size: 10pt;
  margin-left:5px;
  margin-top:10px;
  margin-bottom:5px;
  font-weight:bold;
  text-transform: uppercase;
  color: #a9a9a9;
}


#content{
float:left;
/*clear:both;*/
margin-top: 10px;
margin-left: 0px;
width:965px;
background-color: #ffffff;
}
#content #margin{
float:left;
margin-top: 10px;
margin-left: 20px;
}

#footer{
float:left;
width:965px;
background-repeat:repeat-x;
height:46px;
clear: both; 
}

#footer .content{
float:left;
margin-left:10px;
margin-top:5px;
color:white;
font-size:11px;
}

#footer .content p{
margin:3px;
padding:0;
}



/*****************
 *FRAME 1
 *****************/ 
div#frame1{
float:left;
margin-bottom:20px;
border:1px solid #d7d7d7;
}
div#frame1 #header{
float:left;
height:30px;
line-height:30px;
font-size:14px;
color:#404040;
background-color:#f1f1f1;
}
div#frame1 #header img{
float:left;
margin-left:5px;
}
div#frame1 #header span{
float:left;
margin-left:5px;
}
div#frame1 #text{
float:left;
}


/*****************
 *Exceptionbox
 *****************/ 
#exceptionbox{
  float: left;
  width: 945px;
  background-color: #fddada;
  border-radius: 5px;
  margin: 10px;
  border-color: #ebccd1;
}

#exceptionbox #in{
float:left;
margin: 10px;
color: #a94442;
width: 850px
}

#exceptionbox a:link, #exceptionbox a:active, #exceptionbox a:visited{
color:#000000;
text-decoration:none;
}
#exceptionbox a:hover{
text-decoration:underline;
}

#exceptionbox img{
float:left;
margin: 10px;
}

/*****************
 *Informationbox
 *****************/ 
#informationbox{
float:left;
width:965px;
background-color: blue;
}

#informationbox #in{
float:left;
margin: 10px;
color: white;
width: 850px
}

#informationbox img{
float:left;
margin: 10px;
}

/*****************
 *DASHBOARD
 *****************/ 
 
 .dashboard h1 {
   color: #58ACFA;
   font-weight: bold;
   text-transform: uppercase;
 }
 .dashboard h2{
  color: #58ACFA;
  font-size:14px;
  font-weight: bold;
  text-transform: uppercase;
}

.dashboard .icon-xl i.fas {
  border-radius: 50%;
  border: 4px solid #58ACFA;
  color: #58ACFA;
  padding: 10px;
  width:50px;
  height: 50px;
  text-align:center;
  font-size:40px;
}
.dashboard .icon-xl i.fas:hover {
  border-radius: 50%;
  border: 4px solid #349cfa;
  color: #349cfa;
  -webkit-box-shadow: 0px 0px 5px 0px #cfcfcf;
  box-shadow: 0px 0px 5px 0px #cfcfcf;
}
.dashboard span.infotext {
  color: #58ACFA;
  font-weight: bold;
  text-transform: uppercase;
  line-height:25px;
}

.dashboard .widget {
  border-radius: 5px;
  border: 2px solid #58acfa33;
  color: #58ACFA;
  padding: 10px;
  text-align:center;
  font-size:15px;
  width:400px;
  background-color: #58acfa0f;
  float:left;
  margin: 15px;
}



.dashboard .widget .small-text{
  font-size:13px;
}

.dashboard .widget .left{
  text-align:left;
}

.dashboard .widget p{
  color: #5f7f9c;
  font-size:13px;
  line-height: 25px;
}

.dashboard .widget ul{
  text-align: left;
  color: #5f7f9c;
}

.dashboard .widget .upper{
  font-weight: bold;
  text-transform: uppercase;
}
.dashboard .widget h2 i.fas {
  color: #58ACFA;
  font-size:15px;
}

.gray {
  color: #8f8f8f;
}

.lightgray {
  color: #e4e4e4;
}

.green {
  color: #09b300;
}

.darkblue {
  color: #016db2;
}

.dashboard .widget.updateinfo {
  border-radius: 5px;
  border: 2px solid #1f9633;
  width:850px;
  background-color: #1f96330d;
  color: #1f9633;
}
.dashboard .widget.updateinfo h2{
  color: #1f9633;
  font-size:20px;
  font-weight: bold;
  text-transform: uppercase;
}
.dashboard .widget.updateinfo h2 i.fas {
  color: #1f9633;
  font-size:25px;
}

/*****************
 *Funktionsbar
 *****************/ 
#functionbar{
	float: left;
	width: 920px;
	background-color: #f0f0f0;
  /* border: 1px solid #d0d0d0; */
	height:34px;
  margin-bottom:7px;
}

#functionbar #splitter{
float:left;
margin-top:2px;
margin-left:10px;
margin-right:5px;
width:1px;
height: 28px;
font-size: 0px;
background-color: #a0a0a0;
}

#functionbar #text{
float:left;
margin-left: 5px;
margin-right: 5px;
height: 28px;
margin-top:9px;
}

#functionbar a.button:link, #functionbar a.button:active, #functionbar a.button:visited{
	float: left;
  display:block;
	background-color: #d0d0d0;
  color:#404040;
  border: 1px solid #a0a0a0;
	height:22px;
  margin-top:5px;
  margin-bottom:5px;
  margin-left:5px;
	padding-left: 5px;
	padding-right: 5px;
}

#functionbar a.button:hover{
text-decoration:none;
background-color: #e0e0e0;
border: 1px solid #d0d0d0;
}

#functionbar a.button img{
float:left;
margin-top:3px;
}

#functionbar a.button span{
float:left;
display: block;
cursor:pointer;
margin-left:10px;
margin-top:3px;
}

#functionbar a.button .icon{
  float:left;
  margin-top:3px;
  }

/********************
 *Functionbar Linkbar
 ********************/
#functionbar.linkbar{
	margin-bottom: 8px;
}

/********************
 *Informationsboxen
 ********************/
#errorBox{
float:left;
border:1px solid #FF8000;
background-color:#F5DA81;
width:590px;
}

#errorBox img{
float:left;
margin:10px;
}

#errorBox #text{
float:left;
margin:10px;
}

/********************
 *Table LIST
 ********************/
/* table#list{
	width: 920px;
  margin-bottom:20px;
  border-bottom:1px solid #c8c8c8;
  border-spacing: 0px;
}

table#list thead th{
	text-align: left;
	background-color: #fff;
	padding: 10px;
	font-size: 12px;
}

table#list tbody td{
	padding: 10px;
}

table#list tbody td.gray{
	background-color: #f7f7f7;
}

table#list tbody td.blue{
	background-color: steelblue;
  color:white;
}

table#list tbody td.row-header{
	text-align: left;
	background-color: #c8c8c8;
	padding: 10px;
	font-size: 12px;
}

table#list tbody td #splitter{
	width:5px;
	height: 16px;
	font-size: 16px;
	margin-left:5px;
	margin-right:5px;
	background-image: url(Bilder/splitter.png);
	background-repeat: no-repeat;
}

table#list a.actionlink:hover{
  color: #3787ea !important;
  transition: all 0.2s ease-in;
}

table#list a.actionlink{
  color: #9e9e9e;
  font-size: 16px;
} */

/* Subtable */
table table.subtable{
  font-size:12px;
  background-color: #f5f5f5;
}
table table.subtable th{
  text-align:left;
  background-color: #ebebeb;
}
table table.subtable td{
  text-align:left;
}



/********************
 *BUTTONS
 ********************/
.styled-button-3 {
	-webkit-box-shadow:rgba(0,0,0,0.0.1) 0 1px 0 0;
	-moz-box-shadow:rgba(0,0,0,0.0.1) 0 1px 0 0;
	box-shadow:rgba(0,0,0,0.0.1) 0 1px 0 0;
	background-color:#5B74A8;
	border:1px solid #29447E;
	/* font-family:'Droid Sans',Tahoma,Verdana,Arial,sans-serif; */
	font-size:12px;
	/*font-weight:400;*/
	padding:2px 6px;
	height:28px;
	color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

a.styled-button-3 {
  text-decoration: none;
  padding: 6px;
  color: white;
}

.styled-button-3.red {
  background-color: #F44336;
    border: 1px solid #bf5a53;
}

.styled-button-login {
  -webkit-appearance: none;
  background-color: #008CBA;
  border: none;
  color: white;
  padding: 10px 15px;
  text-align: center;
  width:80%;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.styled-button-gray {
  -webkit-appearance: none;
  background-color: #e0e0e0;
  border: none;
  color: #5a5a5a;
  padding: 6px 6px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  border-radius:3px;
	-moz-border-radius:3px;
  -webkit-border-radius:3px;
  cursor: pointer;
}
.styled-button-gray:hover, .styled-button-gray:active, .styled-button-gray:focus, .styled-button-gray:visited {
  text-decoration: none;
  background-color: #d6d6d6;
  color: #171717;
}


/********************
 *LOGIN
 ********************/
form.login input.textfeld{
  background-color: #f7f7f7;
  width:270px;
  height:30px;
  font-size:14px;
  padding-left:7px;
  margin:10px;
}

form.login img.avatar{
  display: block;
  width: 80px;
  height: 80px;
  margin: 1em auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  border-radius: 99em;
  border: 1px solid #eee;
  box-shadow: 4px 5px 8px rgba(0, 0, 0, 0.3);  
}

/********************
 *AUTOCOMPLETE
 ********************/
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }

/********************
 *Abwesenheiten
 ********************/
.abwesenheiten_name {
  font-size: 8pt;
  margin-bottom: 5px;
  float: left;
  clear: both; 
  font-weight: bold;
}


/********************
 *Fontawesome
 ********************/
 /* i.fas {
  color: #777777;
  font-size: 15px;
  margin-left: 5px;
}

i.fas.fa-grip-lines-vertical {
  color: #cfcfcf;
  font-size: 10px;
  margin-left: 5px;
} */

/********************
 *nothing-found
 ********************/
.nothing-found{
  color: #777777;
  font-size: 17px;
  margin-left: 5px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.nothing-found i.fas{
  color: #777777;
  font-size: 25px;
  margin-left: 15px;
  margin-right: 5px;
}

/********************
 *Formulare
 ********************/
/* #docs_form {
  float:left;
}
#docs_form td {
  vertical-align: top;
}
#docs_form td span.label{
  margin-top:7px;
  display:inline-block;
} */
.docs_form h1{
  margin-top: 15px;
  font-size: 13pt;
  color: #474747;
  font-weight: normal;
  background-color: #f4f6f9;
  padding: 10px;
}
.docs_form h4{
  font-size: 10pt;
  color: #474747;
  font-weight: bold;
  padding: 4px;
  background-color: #fcf8e3;
  display: inline-flex;
}

/* #docs_form .textfield{
  width: 250px;
}
#docs_form .textfield.sm{
  width: 100px;
}
#docs_form .textfield.xs{
  width: 50px;
} */

/*
DOCS Tabelle für Ziele
*/
/* table.docs_ziele{
  width: 100%;
}
table.docs_ziele td{
  vertical-align: middle;
  padding: 10px;
}
table.docs_ziele th{
  text-align: left;
  padding: 10px;

} */

/*
Confirm Dialog
*/
.no-close .ui-dialog-titlebar-close {
  display: none;
}