/* Main Stylesheet */

html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: Arial;
	background: #efefef;
	font-size: 12pt;
}

body {
	overflow-Y: scroll;
}

strong, b {
   font-weight: bold;
}

/* @media (max-width: 768px) { */
  /* aside#mainmenu { */
    /* display: none; */
  /* } */
/* } */

/* Standard Classes */
.left {float: left;}
.right{float: right;}
.clear {clear: both;float: none;}
.form {position: relative;}
.error {color: #ff0000;}
.success {color: #00ff00;}

.stdshadow {
	background: #fefefe;
	padding: 15px;
}

.stdbox {
	margin: 0px auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.stdlist {
	list-style-type: none;
	position: relative;
	left: -40px;
}

.stdlist li {
	margin: 8px;
}

.activelink {
	cursor: pointer;
}

.openwindow {
	border-bottom: 1px dotted #f00;
	text-decoration: none;
	color: #000;
}

.inset {
   padding: 10px 0 10px 25px;
}

/* Header */
header {
	background: #fbdb00;
	padding: 10px;
}

header > h1 {
	font-size: 26px;
	margin: 0px 25px;
	font-weight: normal;
	line-height: 65px;
}

/* Wrapper */
section#wrapper {
	width: 85%;
	min-width: 980px;
	background: #efefef;
	margin: 0 auto;
}

/* Aside Mainmenu */
aside#mainmenu {
	position: relative;
	width: 200px;
}

aside#mainmenu ul {
	position: relative;
	left: -20px;
	list-style-type: none;
	font-size: 12pt;
}

aside#mainmenu ul li a {
	text-decoration: none;
	font-weight: bold;
}

aside#mainmenu ul li.current a {
	text-decoration: underline;
}

/* Content Section */
section#content {
	width: 70%;
   /*min-width: 720px; */
	height: auto !important;
	height: 200px;
	min-height: 200px;
	padding: 20px;
	float: left;
	background: #fff;
	position: relative;
}

section#content_extern {
	background: #fff;
}

/* Footer */
footer {
	background: #fbdb00;
	position: fixed;
	width: 100%;
	bottom: 0;
	padding: 4px 0px;
	font-size: 9pt;
}

footer span {
	margin: 0px 15px;
}

/* Links */
a {
	color: #000;
	text-decoration: underline;
}

span.redborder {
	padding: 2px;
	border: 1px solid #ff0000;
	color: #ff0000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #eea9b8;
}

span.redborder a {
	text-decoration: none;
	color: #ff0000;
}

/* Headlines */
h1 {font-size: 20pt; padding: 0; margin: 10px 0;}
h2 {font-size: 18pt; padding: 0; margin: 10px 0;}
h3 {font-size: 16pt; padding: 0; margin: 10px 0;}

/* Tabellen */
table thead {
	font-weight: bold;
	background: #fbdb00;
}

table td {
	padding: 4px 8px;
}

table tbody tr {
	height: 35px;
}

table tbody tr:nth-child(2n) {
	background: #fafad2;
}

table tbody tr.activelink {
	cursor: pointer;
}

table tbody tr.currentuser {
   background: #ffec8b;
}

table tbody tr.delivered {
   background: lightgray;
}

table tbody tr.alert {
   background: #eea9b8;
}

table.calendar {
	width: 97%;
	margin: 0 auto;
}

table.calendar thead td {
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
}

table.calendar thead tr td:last-child  {
	border-right: 1px solid gray;
}

table.calendar tbody td {
	height: 75px !important;
	width: 125px !important;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
}

table.calendar tbody tr td:last-child {
	border-right: 1px solid gray;
}

table.calendar tbody td.disabled {
	background: lightgray; 
}

table.calendar tbody td.full {
	background: #ffec8b;
	cursor: pointer;
}

/* Forms */

.backbutton {
   cursor: pointer;
   float: left;
   width: 35px;
   height: 35px;
   background-image: url(/app/files/layout/img/back.png);
}

.backbutton:hover {
   background-image: url(/app/files/layout/img/back_hover.png);
}

textarea {
   width: 98%;
}

fieldset {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #555;
	padding: 10px;
}

label {
	font-weight: bold;
}

form.stdform input,
form.stdform select{
	position: absolute;
	left: 190px;
}

form.stdform input[type="button"], 
form.stdform input[type="submit"], 
form.stdform input[type="reset"],
form.stdform button {
	position: static;
	background: #fefefe;
	cursor: pointer;
}

input, 
select,
button {
	padding: 3px;
	border: 1px solid #999;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

input:active, 
input:focus,
select:active,
select:focus,
button:focus {
	border: 1px solid #000;
}

input[type="button"], 
input[type="submit"], 
input[type="reset"],
button {
	background: #fefefe;
	cursor: pointer;
}

select.trip_filter {
    position: absolute;
    left: 520px;
}

/* Special Definitions for TripInfo */
section#ti_content {
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    position: relative;
}

.ti_center {
    width: 900px;
    margin: 10px auto;
    padding: 10px;
}

.ti_foot {
    position: absolute;
    bottom: 0;
    padding: 15px;
    margin-top: 15px;
}