/* //  HTML elements */

@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url(../fonts/gk5FxslNkTTHtojXrkp-xF1YPouZEKgzpqZW9wN-3Ek.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Condensed Bold'), local('OpenSans-CondensedBold'), url(../fonts/gk5FxslNkTTHtojXrkp-xONSK5BxN3NFS4EJkViHIqo.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Cond Light Italic'), local('OpenSans-CondensedLightItalic'), url(../fonts/jIXlqT1WKafUSwj6s9AzV6XnXbwdDC8wAz6IIzmCDUP3rGVtsTkPsbDajuO5ueQw.woff) format('woff');
}


/* base */
body, table, input, textarea, select, li, button, span {
	font-family: 'Open Sans Condensed', sans-serif !important;
	font-size: 14px;
	/*font: 1em Arial, Helvetica, sans-serif;*/
	line-height: 1.5em;
}
body {
	font-size: 14px;
}
/* // base */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans Condensed', sans-serif !important;
	font-weight: normal;
	margin: 0;
	line-height: 1.1em;
	color: #000;
}

div
{
	font-family: 'Open Sans Condensed', sans-serif !important;
	font-size: 14px;
}

input.text {
	margin-bottom: 12px;
	width: 95%;
	padding: .4em;
}
fieldset {
	padding: 0;
	border: 0;
	margin-top: 25px;
}
h1 {
	font-size: 1.2em;
	margin: .6em 0;
}

.ui-dialog .ui-state-error {
	padding: .3em;
}
.validateTips {
	border: 1px solid transparent;
	padding: 0.3em;
}
h1 {
	font-size: 2em;
	margin-bottom: .5em;
}
h2 {
	font-size: 1.75em;
	margin-bottom: .5142em;
	padding-top: .2em;
}
h3 {
	font-size: 1.5em;
	margin-bottom: .7em;
	padding-top: .3em;
}
h4 {
	font-size: 1.25em;
	margin-bottom: .6em;
}
h5, h6 {
	font-size: 1em;
	margin-bottom: .5em;
	font-weight: bold;
}
p, blockquote, ul, ol, dl, form, table, pre {
	line-height: inherit;
	margin: 0 0 1.5em 0;
}
ul, ol, dl {
	padding: 0;
}
ul ul, ul ol, ol ol, ol ul, dd {
	margin: 0;
}
li {
	margin: 0 0 0 2em;
	padding: 0;
	display: list-item;
	list-style-position: outside;
}
blockquote, dd {
	padding: 0 0 0 2em;
}
pre, code, samp, kbd, var {
	font: 100% mono-space, monospace;
}
pre {
	overflow: auto;
}
abbr, acronym {
	text-transform: uppercase;
	border-bottom: 1px dotted #000;
	letter-spacing: 1px;
}
abbr[title], acronym[title] {
	cursor: help;
}
small {
	font-size: .9em;
}
sup, sub {
	font-size: .8em;
}
em, cite, q {
	font-style: italic;
}
img {
	border: none;
}
hr {
	display: none;
}
table {
	width: 100%;
	/*border-collapse: collapse;*/
}
th, caption {
	text-align: left;
}
form div {
	margin: .5em 0;
	clear: both;
}
label {
	display: block;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
legend {
	font-weight: bold;
}
input[type="radio"], input[type="checkbox"], .radio, .checkbox {
	margin: 0 .25em 0 0;
}

/* login form */
#login {
	margin: 5em auto;
	background: #fff;
	border: 8px solid #eee;
	width: 500px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px #4e707c;
	-webkit-box-shadow: 0 0 10px #4e707c;
	box-shadow: 0 0 10px #4e707c;
	text-align: left;
	position: relative;
}
#login a, #login a:visited {
	color: #0283b2;
}
#login a:hover {
	color: #111;
}
#login h1 {
	background: #0092c8;
	color: #fff;
	text-shadow: #007dab 0 1px 0;
	font-size: 14px;
	padding: 18px 23px;
	margin: 0 0 1.5em 0;
	border-bottom: 1px solid #007dab;
}
#login .register {
	position: absolute;
	float: left;
	margin: 0;
	line-height: 30px;
	top: -40px;
	right: 0;
	font-size: 11px;
}
#login p {
	margin: .5em 25px;
}
#login div.loginDiv {
	margin: .5em 25px;
	background: #eee;
	padding: 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: right;
	position: relative;
}
#login label {
	float: left;
	line-height: 26px;
	padding-left: 10px;
}
#login .field {
	border: 1px solid #ccc;
	width: 280px;
	font-size: 14px;
	line-height: 1em;
	padding: 4px;
	-moz-box-shadow: inset 0 0 5px #ccc;
	-webkit-box-shadow: inset 0 0 5px #ccc;
	box-shadow: inset 0 0 5px #ccc;
}
#login div.submit {
	background: none;
	margin: 1em 25px;
	text-align: left;
}
#login div.submit label {
	float: none;
	display: inline;
	font-size: 11px;
}
#login button {
	border: 0;
	padding: 0 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	text-shadow: #007dab 0 1px 0;
	background: #5ba55a;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	cursor: pointer;
}
#login .forgot {
	text-align: right;
	font-size: 11px;
}
#login .back {
	padding: 1em 0;
	border-top: 1px solid #eee;
	text-align: right;
	font-size: 11px;
}
#login .error {
	float: left;
	position: absolute;
	left: 95%;
	top: -5px;
	background: #890000;
	padding: 5px 10px;
	font-size: 11px;
	color: #fff;
	text-shadow: #500 0 1px 0;
	text-align: left;
	white-space: nowrap;
	border: 1px solid #500;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 5px #700;
	-webkit-box-shadow: 0 0 5px #700;
	box-shadow: 0 0 5px #700;
}
#loginError
{
	margin: 0px 5px;
}
/* //  login form */	

.clear
{
	clear: both;
}

.headline
{
	background: url("smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
    border: 1px solid #D3D3D3;
    color: #555555;
    text-align: right;
    padding: 5px 10px;
}

a
{
	color: #890000;
}

a:hover
{
	text-decoration: none;
}

.mainLeft
{
	width: 10%;
	float: left;
}

.mainRight
{
	width: 90%;
	float: left;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 1em;
}

.split8
{
	height: 8px;
}

#jqxgridWrapper
{
	margin-left: 5px;
	margin-top: 2px;
}

#jqxgrid
{
	margin-left: 5px;
	margin-top: 5px;
}

#dialog-confirm-barliste, #dialog-confirm-freigabe
{
	display: none;
}

.abrechnungTable
{
	/*margin-left: 5px;*/
	margin-top: 2px;
	width: 99%;
	border: 1px solid #bfbfbf;
    margin-bottom: 5px;
    position: relative;
}

.abrechnungTable td
{
	border: 1px solid #bfbfbf;
	padding: 2px;
}

input.abrechnungInput
{
	border: 0px;
	text-align:right;
	width: 100%;
}

input.abrechnungInputSonstiges
{
	border: 0px;
	text-align:right;
	width: 100%;
}

.firstRow
{
	background-color: #F0F0F0;
    background-image: linear-gradient(#EDEDED, #EDEDED 38%, #DEDEDE);
}

.fixedMe
{
	position: fixed;
	top: 2px;
	z-index: 2;
	
}

.fixedMeLeftBorder
{
	border-left: 0px !important;
}

.abrechnungMgesamt
{
	text-align: right;
}

#abrechnungDatum
{
	border: 1px solid #bfbfbf;
	padding: 0px 2px;
}

#fullGesamtWrapper
{
	font-weight: bold;
	margin-left: 5px;
	width: 99%;
	text-align: right;
	padding-right: 1px;
	font-size: 16px;
}

.barlisteTable td
{
	padding: 2px;
	line-height: 1;
	font-size: 12px;
}

.barlisteTable td.firstRow
{
	font-size: 14px;
}

.fontSize12
{
	font-size: 12px;
}

.bold
{
	font-weight: bold;
}

#SUCHE
{
	border: 1px solid #BFBFBF;
	padding-left: 2px
}

#buchung-form
{
	display: none;
}

#sammelbuchung-form
{
	display: none;
}

.custom-combobox {
    position: relative;
    display: inline-block;
  }
  .custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    /* support: IE7 */
    *height: 1.7em;
    *top: 0.1em;
  }
  .custom-combobox-input {
    margin: 0;
    padding: 0.3em;
  }
  
.defaultTable
{
	margin-left: 5px;
	margin-top: 2px;
	width: 99%;
	border: 1px solid #bfbfbf;
    margin-bottom: 5px;
    position: relative;
}

.defaultTable td
{
	border: 1px solid #bfbfbf;
	padding: 2px;
}

.defaultTable td.noPadding
{
	padding: 0px;
}

.width100
{
	width: 100px !important;
}

.width148
{
	width: 148px !important;
}

.width300
{
	width: 300px;
}

.classSoll
{
	padding: 2px 5px;
	border-bottom: 1px solid #bfbfbf;
	color: #cd4242;
}

.classHaben
{
	padding: 2px 5px;
	border-bottom: 1px solid #bfbfbf;
	color: #56b834;
}

.noBorder
{
	border-bottom: 0px;
}

.hideMe
{
	display: none;
}

.textarea
{
	width: 319px;
	resize: none;
}

.editBuchung span
{
	padding: 2px 5px !important;
}

.delBuchung span
{
	padding: 2px 5px !important;
}

.filterDate
{
	width: auto !important;
	margin-bottom: 0px !important;
}
