

body {
    font-family: Arial,sans-serif;
    font-size: 12px;
	
	
}

input {
border-radius: 2px;
}
select {
border-radius: 2px;
padding-left: 1px;
}

.w3-myfont {
  font-family: "Comic Sans MS";
}



span.more {
    background: url("http://www.bomc24.de/images/arrow-more.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
    bottom: 0;
    display: block;
    font-size: 10px;
    height: 13px;
    padding: 0 0 0 13px;
    position: absolute;
    right: -20px;
    text-decoration: none;
    width: 100px;
    color: #E00000;
}

#message {
    position: relative;
    left:450px;
    top:280px;
    z-index: 2;
    color: red;
    font-weight: bold;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.font_standard {
    font-size: 14px;
}

div.menu {
    padding-top:20px;
}
@media only screen and (max-width: 1400px) {
    div.menu {
        padding-top:50px;
    }
}
@media only screen and (max-width: 1250px) {
    div.menu {
        padding-top:50px;
    }
}
@media only screen and (max-width: 720px) {
    div.menu {
        padding-top:80px;
    }
}
@media only screen and (max-width: 523px) {
    div.menu {
        padding-top:120px;
    }
}


/** Login Stuff **/

.login_input {
    background-color: #EFEFEF;
}

.login_div {
    color: #190098;
    width: 400px;
    height: 200px;
    background-color: #ffffff;
    border: 1px solid #190098;
    position: absolute;
    top: 40%;
    left: 10%;
    padding-left: 15%;
}
.login_div table tr th {
    text-align: left;
    padding: 0;

}

.login_div table tr td {
    padding-bottom: 5px;;
}
.login_submit {
    border: 1px solid #afafaf;
    color: #190098;
}
div#contentMain {
    padding-top: 81px;
}

#table_pw_form {
    display:none;
}


/** Table & Input Klassen spezifisch **/

.kassenbericht input[type=text] {
    width: 80px;
}

table.kbbearbeiten .border_red,
table.kassenbericht .border_red {
    border: 2px solid #E00000;
}

table.kbbearbeiten .border_green,
table.kassenbericht .border_green {
    border: 2px solid #008800;
}
table.kbbearbeiten .border_grey,
table.kassenbericht .border_grey {
    border: 2px solid #808080;
}

table.kbbearbeiten td input[type=text],
table.split td input[type=text] {
    width: 98%;
}

table.kbbearbeiten td select {
    width: 98%;
}



/*
table.kbbearbeiten {
    width: 100%;
    min-width: 1400px;
}
*/
/*
table.kbbearbeiten th,
table.split th {
    width: 10%;
}
*/
table.kbbearbeiten td input[type=submit],
table.kbbearbeiten td input[type=button] {
    width: auto;
}
table.kbbearbeiten .pad {
    padding-right: 0;
}
/*
table.kbbearbeiten th.smallRow,
table.split th.smallRow {
    width:5%;
}
*/

table.kbbuchungsliste td,
table.kbbuchungsliste td input {
    text-align: right;

}
table.mandanten td,
table.mandanten th {
    padding:5px;
    font-size: 13px;
}

table#changes td {
    text-align: right;
}
table#changes th {
    text-align: center;
}
.statistik td {
    text-align: right;
}
.statistik tr.topline td {
    border-top: 1px solid #000000;
}
.statistik tr.bottomline td {
    border-bottom: 1px solid #000000;
}

.statistik .head {
    font-weight: bold;
    text-align: left;
}


/** Table & Input Klassen allgemein **/
.table_head_no_bg th {
    background-color: #fff;
}
input:disabled,
input[readonly],
input[readonly=""],
input[readonly='readonly'] {
    background-color:#D4D0C8;
    color: #0e0e0e;
}
/*
button[type=submit].disabled,
input[type=submit]:disabled,
input[type=button]:disabled {
    color: #bbb;
}
*/
input[type=text],
select,
input[type=password] {
    border: 2px solid #808080;
    -webkit-appearance: none;
}
/*
button[type=submit],
input[type=submit],
input[type=button] {
    border: 1px solid #AFAFAF;
}
*/
/*
td {
    padding-right: 5px;
}
/*
th {
    background-color: lightgrey;
}
*/


.hidden {
    display:none;
}
.wrap_drucken {
    display:none;
}
#wrapper {
    width: 100%;
    text-align: center;
}
#wrap_laden,
#wrap_erfassen {
/*    border: 1px solid red;*/
/*    margin: 0 auto 0 auto;*/
}
.box_datum {
    width:300px;
    text-align: left;
    padding-left: 100px;
}
.msg {
    color:red;
    font-weight: bold;
}
.msgg {
    color:green;
    font-weight: bold;
}
::selection { background:#dddddd; color:#000; /* Safari and Opera */ }
::-moz-selection { background:#dddddd; color:#000; /* Firefox */ }

input:focus,
select:focus
{
    background-color: #fff;
    border: 2px solid blue;
}
.abstand {
    height:20px;
}


.border_red {
    border: 2px solid #E00000;
    background-color: #ffffff;
}
.border_green {
    border: 2px solid #008800;
    background-color: #ffffff;
}
.border_grey {
    border: 2px solid #808080;
    background-color: #ffffff;
}

#pagination {
    margin: auto;
}
#pagination a {
    color: #333333;
}
.even {
    background-color: #e5e5e5;
}
.odd {
    background-color: #d5d5d5;
}

.passwort {
    width: 550px;
}
.passwort th {
    text-align: left;
    vertical-align: top;
    width:200px;
}
#version {
    padding: 2px;position:relative;bottom:-10px;float: right;background-color: #ffffff;color: gray;
}

#ausblenden {
    display: none;
}
