@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);

html, body {
	height:101%;
}

body     { 
color: #333; 
font-size: 13px; 
font-family: 'Open Sans', sans-serif;
background-color:#F1F1F1 !important;
margin-top:20px;
}


#wrapper {
margin:20px auto;
width:1500px;
padding:15px 20px 20px 20px;
border:1px solid #D2D3D5;
background-color:#fff;
}


#new-account { margin-top:50px;}

#main-wrapper {
width:100%;
min-height:550px;
}

#header {
height:120px;
/*border-bottom:1px solid #D2D3D5; */
}

#header-left  {
width:400px;
float:left;
padding-top:0px;
/* margin-top:-15px; */
}

#header-left a { margin-top:0px;}

#header-right  {
width:450px;
float:right;
text-align:right;
padding:20px 20px 0px 0px;
}

#login-name { font-weight:600; }

#logout { margin-top:10px; }


#main-wrapper {
margin-top:10px;
position:relative;
 overflow: hidden;
 width:100%;

}

#menu{
width:200px;
float:left;
margin:0px !important;
padding:0px !important;
position:absolute;
top:0; left:0;
height:100%;
}

#menu ul { margin-left:0px !important; width:200px; padding:0px !important;} 
#menu ul li { list-style-type:none} 
li.second a { padding-left:30px !important; }


#content {
width:100%;
/*float:left; 
padding-top:15px; 
 padding-left:50px; */
float:right;
display:table-row;
}

#footer {
 border-top:1px solid #D2D3D5;
 margin-top:15px;
 padding:8px 0px 8px 0px; 
}

#footer-left {
float:left;
width:1256px;
font-size:12px;
}

#footer-right {
float:left;
width:200px;
text-align:right;
  
}

#logo {
	margin-top:-20px;
}

#session { position:absolute; top:0; right:0; width:300px; height:150px; border:1px solid #666; display:none !important; }

a.logout  { color:#333; text-decoration:underline;} 
a.logout:hover  { color:#E30614; text-decoration:underline;} 






/* Formular Update */
#form-wrapper {
 position:relative;
}

.form-group { margin-bottom: 6px; }


ul.formfields {
	list-style-type: none !important;
	margin-left:0px !important;
	padding:0px !important; 
	/* padding:0px 15px 10px 15px !important; */
}

ul.formfields li {
display:block;
height:auto;
 clear:both;  
 }

ul.formfields li label {
display:block;
float:left;
width:200px;
font-weight:400;
padding-top:5px;
margin-bottom:2px !important;
}

ul.formfields li input  {
 width: 500px;
 float:left;
 border:1px solid #ccc;
 padding:4px 0px 4px 4px;
 margin-bottom:6px;
}

ul.formfields li select  {
 width: 500px;
 float:left;
 border:1px solid #ccc;
 padding:4px 0px 4px 0px;
  margin-bottom:6px;
}

ul.formfields li input[type="submit"] {
margin-top:15px;
margin-left:200px; 
}


input[type="file"] { /* margin-left:200px;*/ float:left; }

button, input, select[multiple], textarea {
 
}

.fill-date { height:auto !important;}

.rbutton { float:left;}
.stat { float:left;}
input[type="radio"] {display:inline !important; width:25px !important; float:left;}
.firstr { margin-right:30px !important;}

.form-control { border-radius: 0px !important; height:auto !important; font-size:13px !important; max-width:500px;}

#datetimepicker, #datetimepicker1 { max-width:500px !important; }
.input-group-addon { padding: 4px 12px; }

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #9acc85;
	-webkit-box-shadow:inset 0px 1px 0px 0px #9acc85;
	box-shadow:inset 0px 1px 0px 0px #9acc85;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #68a54b));
	background:-moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-webkit-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-ms-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b',GradientType=0);
	background-color:#74ad5a;
	border:1px solid #3b6e22;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	width:180px !important;
	margin-top:15px;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #68a54b), color-stop(1, #74ad5a));
	background:-moz-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-webkit-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-o-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-ms-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a54b', endColorstr='#74ad5a',GradientType=0);
	background-color:#68a54b;
}
.myButton:active {
	position:relative;
	top:0px;
}

#rte { height:auto; padding-top:25px;}
#rte-content  { overflow:scroll; width:400px; height:350px; }
#editor { width:800px !important; height:450px !important; background-color:#fff; max-width:800px !important;}
.mce-tinymce { max-width:900px !important; width:100%; }

.red { color:#FF3300; }
.green { color:#33CC33; }
.orange { color:#3399FF; }


#new-termin { margin-bottom:10px; float:right; text-align:right;}

#close, #new {
    position: absolute;
    right: 15px;
    top: 17px;
}

#modal-services div {
    float: left;
}
#addr-edit {
    margin-left: 20px;
    margin-top: 1px;
}


.descr label { font-weight:700 !important; padding-top:10px; background-color:transparent !important; }
.fa-times, .fa-plus-square { font-size:1.5em; }


#table-adressen_filter input { border:1px solid #666 !important;  }



/* Menu */
#menu {
	min-height:550px;
	/*background-color:#0092CF; */
	border-right: 1px solid #d2d3d5;
}

#menu a,   .first  {
display:block;
font-family: 'Open Sans', sans-serif;
font-size:14px;
font-style:normal;
font-weight:400;
color:#919191;
text-decoration:none;

 /* background-color:#0092CF; */
  /* cursor:pointer; */
  padding:3px 0px 0px 10px;
  margin-bottom:6px;
}


#menu a:hover {
  color:#0092CF;
}

.active {
  color:#0092CF !important;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}


.tmine {
	margin-top:25px;
}

.first, .first a { 
	font-weight:700 !important;
	/* cursor:none !important; */
	color:#0092CF;
}


.hide { display:none;}



input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

#pwStatus { margin-left:200px; }




/* Fonts */
h1, h2, h3 {
    margin-bottom: 12px;
    margin-top: 0px !important;
}

h1 {font-size:26px; color:#3B5A97; font-weight:700; padding:12px 0px 12px 3px; border-bottom:1px solid #d2d3d5; border-top:1px solid #d2d3d5;margin-bottom:30px; background-color:#fff;  }
h2 {font-size:18px; color:#666; margin-bottom:0px !important;}
h3 {font-size:18px; color:#666; margin-bottom:0px !important;}