.hide {
    display: none;
}

/* ueber alles */
body {
    font: 400 normal 16px Open Sans, sans-serif;
    color: #333;
}

a {
    color: #933;
    text-decoration: none;
}

p, ul, table {
    margin-bottom: 1em;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 2em;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.15em;
}

h4 {
    font-size: 1em;
}

h5 {
    font-size: .85em;
}

h6 {
    font-size: .5em;
}

.light {
    background: #ddd;
}

/* hauptmenu */
#main_menu {
    width: 180px;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    padding-left: 1em;
}

#main_menu a {
    display: block;
    line-height: 1.75em;
    border-top: 1px solid #eee;
    text-align: left;
}

#main_menu a:hover {
    background: #ddd;
}

#main_menu a:last-child {
    border-bottom: 1px solid #eee;
}


/* dashboard */
ul.rechnungen li {
    line-height: 1.5em;
    padding-left: 1em;
}

ul.rechnungen li:hover {
    background: #b2b2b2;
}


/* rechnungsuebersicht */
#rechnungen tr:hover td {
    background: #b2b2b2;
}

#rechnungen th {
    padding-right: .25em;
    padding-left: .25em;
    line-height: 1.5em;
    text-align: right;
}

#rechnungen th-first-child {
    text-align: left;
}

#rechnungen td {
    text-align: right;
    line-height: 1.25em;
    padding-right: .25em;
    padding-left: .25em;
}

#rechnungen td.rnummer {
    text-align: left;
}

/* formular stylesheets */
form {
    margin: 1em auto;
}

fieldset {
    border: none;
}

input[type=text],
input[type=password],
textarea {
}

input[type=submit] {
}

.login_form {
    width: 480px;
    margin-top: 240px;
}

.login_form fieldset {
}

.login_form legend {
    text-align: left;
    font-size: 1.75em;
    line-height: 1.75em;
    margin: 0;
    color: #333;
    font-style: italic;
    text-transform: uppercase;
    width: 100%;
    font-weight: 500;
}

.login_form div {
    padding: .25em 0;
}

.login_form label {
    display: none;
}

.login_form input,
.login_form .button-submit {
    width: 100%;
    font-size: 1.5em;
    line-height: 1em;
    display: block;
    border: 1px solid #933;
    padding: .125em .5em;
}

/*.login_form input[type=submit]*/
.login_form .button-submit {
    background: #933;
    color: #fff;
    padding: 0;
    line-height: 1.75em;
    text-align: center;
    text-transform: lowercase;
}

/* kundenliste */
.list-customer {
    float: left;
    padding: 0px;
    margin: 0px 10px 20px 10px;
}

.customer {
    clear: left;
    height: 22px;
    font-size: 14px;
}

.list-customer li:nth-child(even) {
    background: #e2e2e2;
}

.customer span {
    padding-right: 10px;
    float: left;
    height: 22px;
    line-height: 1em;
    padding-top: 3px;
}

.customer span:last-child {
    padding-right: 0px;
}

.customer-name {
    width: 30%;
    max-width: 320px;
    min-width: 260px;
}

.customer-city {
    width: 30%;
    max-width: 240px;
    min-width: 180px;
}

.customer-salutation i {
    text-align: center !important;
    width: 16px;
    color: #933;
}

.customer-actions a {
    color: #933;
    text-decoration: none;
    padding-right: 5px;
}

.customer-actions a:last-child {
    padding-right: 3px;
}

/* sidebar + widget stylesheets */
.sidebar {
    float: right;
    width: 180px;
    border: 2px solid #933;
}

.sidebar .widget {
    border-bottom: 1px solid #933;
}

.sidebar .widget:last-child {
    border-bottom: none;
}

.widget-title {
    background: #e2e2e2;
    padding: 4px 8px 6px 8px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1em;
}

.widget-legend ul {
    margin: 8px;
}

.widget-legend .fa {
    display: inline-block;
    width: 20px;
    text-align: center !important;
    color: #933;
    margin-right: 8px;
}


.billing-tarif {
    padding-left: 10px;
    font-size: .8em;
}