@charset "utf-8";

/*
 * considion - lupo stylesheet
 */
 
/* Reset all */

* {
    vertical-align: baseline;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, ul, ol, dl {
    margin: 20px 0;
}

h1 {
	font-size: 2.2rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.8rem;
}

h4 {
	font-size: 1.6rem;
}

h5 {
	font-size: 1.4rem;
}

h6 {
	font-size: 1.2rem;
}


dd, blockquote {
    margin-left: 40px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* General tags */

body {
	font-family: Arial;
	background-color: #F8F8FF;
	/*background-color: #DAEDE2;*/
	overflow-y: scroll;
}

a {
	text-decoration: none;
	color: #145680;
	outline: none;
}

form {
	display: inline;
	margin: 0;
}

input, select {
	width: auto;
	padding: 4px;
	margin: 0 0 0 0;
	border: 1px solid black;
}

select>option {
	padding: 0 8px;
	margin: 2px 0;
}

select>option:disabled {
	color: #999999;
}

/* classes */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

/* Override jquery-ui default colors to match the considion ci */

.ui-icon {
	background-image: url(/static/images/ui-icons_DD0B2F_256x240.png) !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	color: #DD0B2F !important;
	font-size: 1rem;
	font-weight: normal;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: #0073ea url("/static/images/ui-bg_highlight-soft_25_DD0B2F_1x100.png") 50% 50% repeat-x;
    color: #FFF !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    color: #000 !important;
}

.wrapper-dropdown-day .ui-icon {
	cursor: pointer;
	margin-top: 3px;
}

.wrapper-dropdown-day * {
	float: left;
}

.ui-datepicker {
	margin-left: -20px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.odd {
	background-color: #77C4D3;
}

.even {
	background-color: #DAEDE2;
}

.time_input {
	width: 2rem;
}

.wrap {
	width: 100%;
	min-width: 42rem;
	padding: 0px 10px 0 10px;
	max-width: 75rem;
	margin: 0 auto;
}

/* div's used */

#top {
	width: 100%;
	height: auto;
	min-height: 5rem;
	background: url("/static/images/header-bg.png") repeat-x scroll left bottom #FFF;
	position: relative;
}

#top .wrap {
	padding-top: 15px;
	padding-bottom: 5px;
}

#bar {
	width: 100%;
	overflow: hidden;
}

#bar .right {
	font-size: 1.2rem;
	vertical-align: middle;
	line-height: 60px;
	overflow: hidden;
}

#logo, #logo>img {
	width: 100%;
	max-width: 324px;
}

#navigation {
	margin-top: 1rem;
	padding-left: 26rem;
	padding-right: 13rem;
}

#navigation>div {
	position: relative;
	float: left;
}

#navi {
	display: inline-block;
	width: 26rem;
	margin-left: -26rem;
	margin-bottom: -4px;
}

#navi>ul {
	margin: 0 auto;
	padding: 0;
}

#navi>ul li {
	list-style: none;
	display: inline-block;
	float: left;
	height: 3rem;
	margin: 0;
	padding: 0 1%;
	border-left: 1px solid white;
}

#navi>ul li.active, #navi>ul li:hover {
	background: url('/static/images/mainmenu-hover.png') repeat-x scroll left bottom transparent;
}

#navi>ul li a {
	color: black;
	display: block;
	height: 100%;
	width: 100%;
}

#controls {
	width: 100%;
	text-align: center;
	height: 20px;
	overflow: visible;
}

#controls>div {
	text-align: left;
}

#user {
	width: 13rem;
	margin-right: -13rem;
	text-align: right;
}

#sum table {
	float: right;
	margin-right: 100px;
}

#sum table tr td {
	padding: 0 0.5rem;
}

#picker {
	margin-top: 15px !important;
	height: 38px;
	display: table;
}

#picker #day {
	font-size: 1.6rem;
	cursor: pointer;
	vertical-align: middle;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */

	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
}

#picker .wrapper-dropdown {
	float: left;
}

#picker input[type="button"] {
	float: right;
}

#content {
	margin: 2rem auto;
}

#content .sum{
	margin-right: 15%;
	text-align: right;
}

#content .kunde {
	display: inline-block;
	padding: 0.5rem 1rem;
	border: 1px solid black;
	border-bottom-style: none;
}

#content .hr {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	border-top: 1px solid black;
}

#content table {
	width: 100%;
	margin: 25px auto;
	border-collapse: collapse;
	border: 1px solid green;
}

#content table tr td {
	color: #555;
	padding: 0 0.5rem;
	border-collapse: collapse;
}

#content table tr td:first-child {
	padding: 0;
}

#content table tr td {
	border: 1px solid #eee;
}

#content table tr:hover {
	background: #f4f4f4;
}

#login, #pswchange {
	margin-top: 15px;
}

#login table, #pswchange table, #dialog table{
	width: auto;
	margin: 0;
	border-style: none;
}

#login table tr td, #pswchange table tr td, #dialog table tr td {
	padding: 0.5rem 0.5rem 0.5rem 0;
	border-style: none;
	vertical-align: middle;
}

#login table tr:hover {
	background: none;
}

#login input[type="submit"], #pswchange input[type="submit"] {
	width: 100% !important;
}

#pswchange input[type=password] {
	border: 0;
}

#feedback {
	text-align: center;
	color: #DD0B2F;
}

#content .table {
	width: 80%;
	margin: 0 auto 1rem auto;
	display: table;
}

#content .table .row {
	display: table-row;
}

#content .table .row .cell {
	display: table-cell;
	/*text-align: center;*/
	vertical-align: middle;
	border: 1px none black;
	border-top-style: solid;
	border-left-style: solid;
	padding: 0.1rem;
	min-width: 1rem;
}

#content .table .row .cell:first-child {
	border-left-style: none;
}

#content .table .row .cell ul {
	margin: 0;
	padding: 0;
}

#content .table .row .cell:first-child {
	width: 3rem;
}

#content .table .row .cell ul li {
	list-style: none;
	display: inline-block;
	margin: 0 0.4rem;
	padding: 0;
}

#content .table .row .none {
	border-top-style: none;
}

#content .table .row:last-child .cell {
	border-bottom-style: solid;
}

#dialog {
	display: none;
	font-size: 1rem;
}

#dialog table {
    width: 100%;
    table-layout: auto;
}

#dialog table .max {
    width: 100%;
}

#dialog table td input[name="comment"] {
	width: 100%;
}

#dialog table td span {
    width: 16px;
    height: 16px;
}

#dialog .clearfix {
    line-height: 2rem;
}

#dialog .wrapper-dropdown-day {
	width: 100%;
}

#dialog select {
	border: 0;
	margin: 0;
	padding: 0.5em;
	width: 100%;
	display: block;
	box-sizing: border-box;
}

#dialog input {
	border: 0;
}

#dialog input[name="time"] {
	height: 2rem;
	margin-left: 4px;
}

#dialog textarea[name="comment"] {
	width: 100%;
	box-sizing: border-box;
	margin-top: 3px;
}

#message {
	position: absolute;
	margin: auto;
	top: 50%;
	width: 100%;
	text-align: center;
}

/* Defined colors */

#day_picker .row {
	background-color: #333745;
}

/* month & year date controls */

/* @import url('demo.css');
 @import url('font-awesome.css'); */

/* GLOBALS */

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

#controls span {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

/*#controls span:selection, #picker input:selection {
    background: transparent;
}

#controls span:-moz-selection, #picker input:selection {
    background: transparent;
}*/

.current {
    font-weight: bold;
    color: #DD0B2F;
}

.date-input {

    background: #fff;
    width: 180px;
    /*
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.30);
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);
    */
    border: 0px;
    outline: none;

    /* Font settings */
    font-weight: bold;
    font-family: Arial;
    font-size: 0.95em;
    color: #808080;

}

.wrapper-dropdown-day {
    /* Size and position */
    position: relative;
    width: auto;
    margin: 0 auto;
    padding: 2px;

    /* Styles */
    background: #fff;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.30);
    box-shadow: 0 1px 1px rgba(50, 50, 50, 0.1);
    /* cursor: pointer; */
    outline: none;

    /* Font settings */
    font-weight: bold;
    font-family: Arial;
    font-size: 0.85em;
    color: #808080;

    display: inline-block;
}

.wrapper-dropdown {
    /* Size and position */
    position: relative;
    width: 200px;
    margin: 0 auto;
    padding: 5px;

    /* Styles */
    background: #fff;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.30);
    box-shadow: 0 1px 1px rgba(50, 50, 50, 0.1);
    cursor: pointer;
    outline: none;

    /* Font settings */
    font-weight: bold;
    font-family: Arial;
    font-size: 0.85em;
    color: #808080;

    display: inline-block;
}

.wrapper-dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #808080 transparent;
}

.wrapper-dropdown .dropdown {
    /* Size & position */
    z-index: 1;
    position: absolute;
    top: 140%;
    left: 0;
    right: 0;

    /* Styles */

    background: white;
    border-radius: inherit;
    border: 1px solid rgba(0, 0, 0, 0.17);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    font-weight: normal;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    list-style: none;

    /* Hiding */
    opacity: 0;
    pointer-events: none;
}

.wrapper-dropdown .dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;
}

.wrapper-dropdown .dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1) transparent;
}

.wrapper-dropdown .dropdown>li a {
    z-index: 2;
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #808080;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

}

.wrapper-dropdown .dropdown>li i {
    float: right;
    color: inherit;
}

.wrapper-dropdown .dropdown>li:first-of-type a {
    border-radius: 5px 5px 0 0;
}

.wrapper-dropdown .dropdown>li:last-of-type a {
    border: none;
    border-radius: 0 0 5px 5px;
}

/* Hover state */

.wrapper-dropdown .dropdown>li:hover a {
    background: #f8f8f8;
}

/* Active state */

.wrapper-dropdown.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

/* No CSS3 support */

.no-opacity .wrapper-dropdown .dropdown,
.no-pointerevents .wrapper-dropdown .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity .wrapper-dropdown.active .dropdown,
.no-pointerevents .wrapper-dropdown.active .dropdown {
    display: block;
}

.arrow-right{
    width: 0;
    height: 0;
    border-style: solid;
    position: relative;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border-width: 7.5px 0 7.5px 13.0px;
    border-color: transparent transparent transparent #DD0B2F;
}

.arrow-left {
    width: 0;
    height: 0;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border-style: solid;
    border-width: 7.5px 13px 7.5px 0;
    border-color: transparent #DD0B2F transparent transparent;
}

.jump-link {
  margin: 5px 0;
  padding: 0;
  position: relative;
}

.jump-link a {
  float: left;
  height: 24px;
  line-height: 24px;
  position: relative;
  margin: 0;
  padding: 0 10px 0 14px;
  background: #0ac92b;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.jump-link a:after {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #0ac92b;
  border-style: solid;
  border-width: 12px 0 12px 12px;
}

.jump-link a:hover {
  background: #555;
}

.jump-link a:hover:after {
  border-color: transparent transparent transparent #555;
}

.comment-empty {
  border-color: red;
}
