@CHARSET "UTF-8";

body {
	padding: 60px 0 40px;
	min-width: 1280px;
}

body * {
	outline: none !important;
}

fieldset {
	margin: 0 0 10px;
}

fieldset textarea, fieldset input {
	height: 20px !important;
	line-height: 20px !important;
	font-size: 12px !important;
	padding: 2px 6px !important;
}
fieldset select {
	padding: 2px 0 2px 6px;
	height: 26px;
  	line-height: 26px;
  	font-size: 12px !important;
}

#superstate {
	position: fixed;
	top: 8px;
	width: 450px;
	text-align: center;
	background: #f5555f !important;
	background: -moz-linear-gradient(top,  #f5555f 0%, #ff0000 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5555f), color-stop(100%,#ff0000)) !important;
	background: -webkit-linear-gradient(top,  #f5555f 0%,#ff0000 100%) !important;
	background: -o-linear-gradient(top,  #f5555f 0%,#ff0000 100%) !important;
	background: -ms-linear-gradient(top,  #f5555f 0%,#ff0000 100%) !important;
	background: linear-gradient(to bottom,  #f5555f 0%,#ff0000 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5555f', endColorstr='#ff0000',GradientType=0 );
	font-weight: bold;
	color: #fff;
	padding: 0 10px;
	line-height: 24px;
	left: 50%;
	margin-left: -235px;
	z-index: 9999;
	box-shadow: 2px 2px 10px rgba(0,0,0,.3);
	border: 1px solid;
	border-radius: 4px;
	display: none;
}
#superstate a {
	color: #f00;
	background: #fff;
	padding: 0 5px;
	line-height: 15px;
	border-radius: 4px;
	display: inline-block;
}

a#logo {
	width: 180px;
	height: 30px;
	background: url(../img/logo.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	display:  block;
	float: left;
	margin: 9px 10px 0;
}

#login-box {
	width: 225px;
	left: 50%;
	margin: 50px 0 0 -175px;
	position: relative;
	border: 1px solid #dedede;
	box-shadow: 0 10px 40px rgba(0,0,0,.1);
	border-radius: 5px;
	padding: 10px 25px;
}

.tl { text-align: left }
.tr { text-align: right }
.tc { text-align: center }

#container{
	min-height:670px;
}

.c { }

.display-none {
	display:none !important;
}

.page-footer {
	font-size: .9em;
	overflow: hidden;
	margin: 20px 0 10px;
	padding-top: 5px;
	border-top: 1px solid #ccc;
}

.page-footer .nav {
	float: right;
}

.page-footer .nav > li {
	padding: 0 1em;
}

.page-footer .nav > li,
.page-footer .nav > li > a {
	display: inline;
}

td.actions
{
	white-space: nowrap;
}

form div.checkbox {
	margin: 10px 0 0;
	overflow: visible;
	white-space: nowrap;
	width: auto;
	padding: 0;
}

form div.checkbox label {
	margin: 0 5px;
	display: inline-block;
	vertical-align: bottom;
}


form div.checkbox input {
	display: inline-block;
	vertical-align: middle;
	margin: 0 !important;
	float: none !important;
}

select[multiple] option
{
	cursor: pointer;
	background-repeat: no-repeat;
    background-position: center right;
}

select[multiple] option:checked
{
    background-image: url('../img/active-icon.png');
}

select[multiple] option[selected]:not(:checked)
{
    background-image: url('../img/delete-icon.png');
}

.btn, .logout-btn
{
	transition: .25s !important;
	-webkit-transition: .25s !important;
	-moz-transition: .25s !important;
	-o-transition: .25s !important;
}

.logout-btn
{
    margin-top: 9px !important;	
}

.logout-btn:hover {
	box-shadow: 0 0 5px red;
	-webkit-box-shadow: 0 0 5px red;
	-moz-box-shadow: 0 0 5px red;
	-o-box-shadow: 0 0 5px red;
	background: red;
}

.sort_select, .btn_wide
{
	width: 75px;
}
li.select-hotel {
	padding-top: 10px;
	height: 20px;
}
li.select-hotel select {
    font-size: 11px;
    height: 20px;
    margin: 2px 0 -15px;
    padding: 0 5px 2px;
    width: 160px;
}
#topMenu {
	border: none;
	background: none;
}

#topMenu ul {
	display: none;
}

.ui-menu {
	margin: 0;
	padding: 0;
	font-size: 1em;
	border-radius: 0;
}

.ui-menu-item > .ui-menu {
	dispay: block;
	width: auto;
	min-width: 230px;
	top: 45px !important;
	background: #fff;
	box-shadow: 5px 10px 20px rgba(0,0,0,.2), 0 3px 8px rgba(0, 0, 0, 0.05) inset;
	position: absolute;
    padding: 0;
    margin: -4px 0 0;
}

.ui-menu .ui-menu-item {
    width: auto;
}

.ui-menu-item .ui-menu .ui-menu-item {
    width: 100%;
    list-style: none;
}
.ui-menu-item .ui-menu .ui-menu-item a {
    line-height: 35px;
    padding: 0 15px;
    transition: background .2s;
    o-transition: background .2s;
    -moz-transition: background .2s;
    -webkit-transition: background .2s;
}
.ui-menu-item a {
    transition: background .2s;
    o-transition: background .2s;
    -moz-transition: background .2s;
    -webkit-transition: background .2s;
}

.ui-menu-icon {
	display: none;
}
.ui-corner-all {
	border-radius: 0 !important;
}

.ui-dialog {
	box-shadow: 10px 15px 30px rgba(0,0,0,.2);
}

fieldset > div {
	overflow: hidden;
}

fieldset h3 {
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	line-height: normal;
	margin: 0 0 10px;
	overflow: hidden;
}
fieldset label {
	font-size: 12px;
	margin-bottom: 1px; 
}

fieldset.inline > div {
	display: inline-block;
	vertical-align: middle;
}
input,textarea,select {
	margin: 0 !important;
}
.ui-spinner {
	border: none !important;
}
.short {
	width: 50px !important;
}
select.short {
	width: 80px !important;
}
.middle {
	width: 100px !important;
}
select.middle {
	width: 130px !important;
}
.wide {
	width: 500px !important;
}
optgroup {
	background: #eee;
	font-style: normal;
	margin: 2px 0;
}
optgroup > option {
	background: #fff;
	margin: 0;
}
.navbar-fixed-top {
    z-index: 110;
}
fieldset.button-bar {
	 text-align: right;
	 border-top: 1px solid #ccc;
	 margin:10px 0 0;
	 padding: 10px 0 0;
}

label.error {
  color: #f00;
  background: #fff;
  font-size: 11px;
  position: absolute;
}

input.error,
select.error,
textarea.error {
	border-color: #f99 !important;
	background-color: #ffddce !important;
}
.date-selector {
  float: right;
  margin: 0 30px;
  padding: 10px 15px 0;
}

.input.date select,
.date-selector select {
	width: auto;
}

.input .hasDatepicker {
	width: 90px !important;
	text-align: center;
	background: #fff url("../img/calendar-icon.png") 89px center no-repeat;
	border: 1px solid #ccc;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;border-radius: 3px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 9px;
	padding: 4px 18px 4px 0;
	cursor: pointer;
}

.input.month .hasDatepicker{
	width: 130px !important;
	background-position: 126px center;
}

.monthPicker .ui-datepicker-calendar {
    display: none;
}

.date-selector .submit{
	text-align: right;
	margin-top: 15px;
}
@MEDIA screen {

	#control-panel .container {
		width: 1100px;
		position: relative;
		margin: 10px auto 0;
	}
	
	#control-panel {
		background: #ffffff;
		background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
		background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
		background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
		background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
		background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
		position: fixed;
		left: 0;
		height: 50px;
		width: 100%;
		font-size: 13px;
		border-bottom: 0.5px solid #ccc;
		box-shadow: 0 3px 15px rgba(0,0,0,.2);
		z-index: 100;
	}
	
	#control-panel form {
		display: inline;
	}
	
	#control-panel form input,
	#control-panel form select {
		width: auto;
	}
	
	#control-panel form .input {
		float: left;
		margin: 0 5px;
	}
	
	#control-panel form label {
		float: left;
		line-height: 30px;
		margin-right: 5px;
	}
	
	#control-panel form span {
		margin-left: 10px;
	}
	
	#control-panel .btn {
		margin: 0 3px;
		float: left;
	}
	#control-panel form input.btn{
		height: 30px;
	}
	
	#control-panel .separator {
		width: 0.5px;
		height: 30px;
		display: block;
		float: left;
		border-left: 1px solid #ccc;
		border-right: 1px solid #fff;
		margin: 0 10px;
	}
}
.container-fluid.wcp {
	padding-top: 50px;
}

.button-bar .btn {
	margin: 0 5px;
}

th a.asc:after{
	content: '\2191';
	padding-left: 3px;
}

th a.desc:after{
	content: '\2193';
	padding-left: 3px;
}
input.number {
	text-align: right;
}

.table.flat th, .table.flat td {
	padding: 3px 8px;
}

.checkRow td {
	white-space: nowrap;
}

.page-footer {
		border: none;
	}
	
	.cashbooks-container {
		 min-width: 1700px;
		 display: block;
	}
	#collect-dialog {
		display: none;
	}
	
	.cashbooks-container h2 {
		text-align: center;
		color: navy;
	}
	.cashbooks-container .column{
		width: 30%;
		min-width: 500px;
		display: inline-block;
		margin: 0 20px;
		overflow: hidden;
		vertical-align: top;
	}
	.cashbooks-container .button-bar {
		margin: 10px;
		position: absolute;
	}
	.cashbooks-container form {
		display: inline;
	}
	.cashbooks-container table {
		
	}
	
	.cashbooks-container table th,
	.cashbooks-container  table td {
		border: 1px solid !important;
		padding: 1px 5px;
		text-align: center;
		vertical-align: middle;
	} 
	.cashbooks-container table tr.new-day {
		border-top: 3px solid #333;
	}
	.cashbooks-container table tr.system {
		background: #def;
	}
	.cashbooks-container table tr.system.abholung {
		background: #ffe9c5;
	}
	.cashbooks-container table tr.system.kassenschnitt {
		background: #ffc9bf;
	}
	.cashbooks-container table tr.system.check {
		background: #dfd;
	}
	
	.cashbooks-container  table td {
		line-height: 1.1em;
	}
	
	.cashbooks-container table td input {
		width: 50px;
	}
	
	.cashbooks-container table td textarea {
		width: 130px;
		height: 20px;
	}
	.cashbooks-container table tfoot {
		position: fixed;
		bottom: 0;
		border-top: 2px solid;
		padding:  10px 5px 50px;
		width: 30%;
		min-width: 500px;
		background: #fff;
	}
	
	.cashbooks-container table tfoot td {
		border: none !important;
		font-size: 16px;
		font-weight: bold;
	}
	
	.cashbooks-container table tbody tr:first-child #CashbookDescription {
		height: 3em;
	}
	
	#grand-total {
		position: fixed;
		right: 20px;
		bottom: 10px;
		font-size: 18px;
		font-weight: bold;
		padding: 5px;
		border: 1px solid;
		border-bottom: 4px double;
		background: #eee;
	}
	.green {
		color: #090;
	}
	.red {
		color: #f00;
	}

@media screen and (max-width: 1350px){
	body {
		min-width: 1024px;
    		padding: 0;
	}
	.container-fluid {
		padding: 0;
	}
	.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
		padding: 0;
		position: relative;
	}
	.nav-collapse, .nav-collapse.collapse {
		height: auto;
		overflow: visible;
	}
	#control-panel,
	#control-panel .container,
	.navbar-fixed-top, .navbar-fixed-bottom {
		position: relative;
		top: auto !important;
		width: auto;
		border-radius: 0;
	}
	.nav-collapse .nav > li {
		float: left;
	}
	.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
		font-weight: normal;
		font-size: 13px;
		padding: 9px 12px;
	}
	.navbar .nav-collapse .nav.pull-right {
		float: left;
	}
	.ui-menu-item > .ui-menu {
		display: none !important;
	}
	#container {
		margin: 0 10px;
	}
	.container-fluid.wcp {
		padding: 0;
	}
}
@media screen and (max-width: 960px){
	.navbar-fixed-top {
		margin: 0;
	}
	.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
		font-size: 12px;
		padding: 9px;
	}
}