
body   
{
    font-size: .80em;
    font-family: "Verdana";
    margin: 0px;
    padding: 0px;
    color: #000;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #436786;
    height: 100%;
    /* nicht selektieren lassen */
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    overflow-x: hidden;
}

iframe {
    border: 0px;
}

.MasterPanel
{
    border: 0px solid #496077;
    height: 100%;
}

.header-panel
{
    float: left;
    width: 100%;
}

.master-content-panel
{
    float: left;
    overflow: auto;
    width: 100%;
    height: 1px;
    margin-bottom: 15px;
    border: 0px solid yellow;
}

.footer-panel
{
    position: fixed;
    top: calc(100% - 15px);
    width: 100%;
    height: 15px;
    background-color: #555;
    /*z-index: 10;*/
}

input[type="button"], input[type="submit"], .LegacyBtn
{
    height: 30px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    min-width: 100px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #fff;
	font-weight: bold;
    background: #e4a245;
    margin-bottom: 5px;
}

input[type="text"], input[type="password"]
{
    color: #000;
    background-color: #fff;
    border: 2px solid #5d8fba;
    font-weight: bold;
    height: 28px;
    width: calc(100% - 14px);
    border-radius: 2px;
    padding: 0 5px;
}

input[type="text"]:disabled {
    background-color: darkgrey;
}

input[type="button"]:hover, input[type="submit"]:hover
{
	background: #d68c25;
}

input[type="submit"][disabled="disabled"], input[type="submit"][disabled="disabled"]:hover
{
    background: #aaa;
    color: black;
    border: #aaa;
    cursor: default;
}

input[type="text"]:focus, input[type="password"]:focus
{
    border: 2px solid orange;
}

.busy
{
    cursor: wait !important;
}

.box
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.modalPopup
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 100;
}

.modalPopup-background
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: Black;
    filter: alpha(opacity=10);
    opacity: 0.9; 
    z-index: -1
}

.checker-arrow
{
    float: right;
    height: 100%;
    width: 25px;
    margin-right: 3px;
    background-image: url('Img/arrow_left.gif');
    background-size: contain;
}

div[class~=checked] > div[class~=checker-arrow]
{
    background-image: url('Img/arrow_down.gif');
}

.checker-collapsed
{
    width: 100%;
    height: 100%;
    background-image: url('Img/expand.gif');
    background-size: 100% 100%;
}

div[class~=checked] > div[class~=checker-collapsed]
{
    background-image: url('Img/expand_checked.gif');
}

select
{
    height: 20px;
    width: 200px;
    background: #bababa; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JhYmFiYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iIzkzOTM5MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZjRmNGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #bababa 0%, #939393 48%, #4f4f4f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bababa), color-stop(48%,#939393), color-stop(100%,#4f4f4f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bababa 0%,#939393 48%,#4f4f4f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bababa 0%,#939393 48%,#4f4f4f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bababa 0%,#939393 48%,#4f4f4f 100%); /* IE10+ */
    background: linear-gradient(to bottom, #bababa 0%,#939393 48%,#4f4f4f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#4f4f4f',GradientType=0 ); /* IE6-8 */
          
    -webkit-appearance: none;  /*Removes default chrome and safari style*/
    -moz-appearance: none;  /*Removes default style Firefox*/
    
    border: 2px solid black;
    background-origin: border-box;
}

option:hover
{
    background-color: DarkGray;
}

.required 
{
    color: #FF0000;
    margin-left: 5px;
    line-height: 24px;
}
.available
{
    color: #4cb6ea;
    margin-left: 5px;
    line-height: 24px;
}

#splitContainer
{
    float: left;
    height: calc(100% - 2px);
    width: 100%;
}

h1
{
    font-size: large;
    font-weight: bold;
    text-decoration: underline;
}

.hiddenImp {
	display: none!important;
}

.negativ {
    color: #ff0000 !important;
}

.positiv {
    color: #009900 !important;
}

.redBG {
    background: #ff0000 !important;
	color: #fff !important;
}

.greenBG {
    background: #009900 !important;
	color: #fff !important;
}

.grid-row-ticketdetail .center-grid-panel {
    margin: 0 auto !important;
    float: none;
	border: none;
}

.grid-row-ticketdetail .grid {
    margin: 0 auto 20px auto;
	border: none;
	margin-top: 10px;
}


#groupFilterTree .groupfilterIcon{
	background: url('../Styles/Img/group.png') no-repeat !important;
	background-size: contain !important;
}

.groupfilterIconLock {
	background: url('../Styles/Img/filtericonLock.png') no-repeat !important;
	background-size: contain !important;
}


.action-button[data-tag="search"] { background-image: url("Img/action_search.png"); }
.action-button[data-tag="konto"] { background-image: url("Img/payout.png"); }
.action-button[data-tag="myacc"] { background-image: url("Img/kasse.png"); background-size: 28px; background-position: center 12px; }
.action-button[data-tag="aufgroupacc"] { background-image: url("Img/AufGruppe.png"); background-size: 35px; background-position: center 5px; }
.action-button[data-tag="vongroupacc"] { background-image: url("Img/VonGruppe.png"); background-size: 50px 34px; background-position: center 10px; }


.grid-cell-accounting-group-doaccounting a {
    width: 20px;
    height: 30px;
    background-image: url(Img/collapse.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}

#usrDropDownWaehrung_pActive span {
    width: calc(100% - 28px);
}

input[type="submit"].einzahlen-button {
	background-image: url("Img/arrow_green.png"); 
    background-size: 20px;
    background-position: left center !important;
	background-repeat: no-repeat;
}

input[type="submit"].auszahlen-button {
	background-image: url("Img/arrow_red.png");
    background-size: 20px !important;
    background-position: left center;
	background-repeat: no-repeat;
}

.showdetail-button {
    display: block;
    width: 100%;
    background-image: url(Img/collapse.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.showdetail-button.prozentHeader {
	width: 20px;
	height: 20px;
	background-color: #eee;
	float: left;
	margin: 3px 0 0 0;
	cursor: pointer;
}

.promptBox .creditsInputWrapper .label {
	width: 100%;
	float: left;
	margin: 10px 0;
}

.promptBox .creditsInputWrapper .creditsInput {
	width: 100px;
	float: left;
	padding: 2px 5px;
}

.promptBox .creditsResult {
	float: left;
	clear: both;
	margin: 10px 0;
}

.promptBox .creditsBtnWrapper {
	float: left;
	clear: both;
	margin: 5px 0;
    height: 30px;
	line-height: 30px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #fff;
    font-weight: bold;
    background: #e4a245;
	padding: 0 20px;
	text-decoration: none;	
}

.promptBoxInner {
	width: 100%;
	height: 100%;
	float: left;
}

.creditDialog {
	width: 380px;
	height: 180px;
    background-color: black;
    padding: 15px;
    color: white;
    border: 1px solid white;
    border-radius: 4px;
}

/*
.promptBoxClose {
    position: absolute;
    right: -28px;
    top: -28px;
    width: 28px;
    height: 28px;
    color: #fff;
    font-size: 28px;
	background: #000;
	cursor: pointer;
}*/

.deskBackBtn {
	color: #fff;
	font-weight: bold;
}

.has-sub.active {
	background: #999;
}

mli a.active {
	background: #999;
}

/* jquery-ui-tooltip*/

.ui-tooltip {
    max-width: 1000px;
}

div[data-action="popup"] {
    float: left;
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 5px;
}

.context-menu-icon-lock-custom {
    background-image: url(Img/lock_full.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: 3px center;
}
.context-menu-icon-unlock-custom {
    background-image: url(Img/unlock.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: 3px center;
}
.context-menu-icon-add-custom {
    background-image: url(Img/add.png);
    background-repeat: no-repeat;
    background-position: 3px center;
}
.context-menu-icon-remove-custom {
    background-image: url(Img/item_delete.png);
    background-repeat: no-repeat;
    background-position: 3px center;
}
.context-menu-icon-rename-custom {
    background-image: url(Img/item_edit.png);
    background-repeat: no-repeat;
    background-position: 3px center;
}
.context-menu-icon-settings-custom {
    background-image: url(Img/preferences.png);
    background-repeat: no-repeat;
    background-position: 3px center;
}
.context-menu-icon-close-custom {
    background-image: url(Img/close.gif);
    background-repeat: no-repeat;
    background-position: 1px 0px;
    background-size: 20px 20px;
}



@media (min-width: 0) and (max-width: 700px) {
	.card-button {
		margin: 0 5px !important;
		width: 114px !important;
		height: 160px !important;
		background-size: 100% auto !important;
		background-repeat: no-repeat !important
	}
	
	.card-button input[type="text"] {
		margin: 50% auto 0 auto !important;
		width: calc(90% - 14px) !important;
		display: table !important;
	}
	
	.card-button input[type="submit"] {
		margin: 5px auto 0 auto !important;
		width: calc(90% - 14px) !important;
		display: table !important;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	
	.filter-panel, .sub-panel, .close-panel {
		width: calc(100% - 25px) !important;
	}
	
	.lookup-header-text {
		float: none !important;
		margin: 0 auto !important;
		display: table;
	}
	
	.lookup {
		float: none !important;
		margin: 0 auto !important;
		display: table;
	}
	
	.close-panel > table {
		margin: 0 10px;
		width: calc(100% - 20px);
		overflow: hidden;
		display: block;
	}
	
	.close-panel td input[type="submit"],
    .sub-panel td input[type="submit"] {
		width: 100% !important;
        min-width: 150px !important;
	}
	
	.close-panel td {
		padding: 0 !important;
	}
	
	.tabitem {
		padding: 0 !important;
	}
	
	.tabitem a {
		padding: 0 10px !important;
	}
	
	.print-control-panel {
		background-color: #eee !important;
	}

	.default-panel {
		position: relative;
		height: 100%;
		width: inherit !important;
		left: inherit !important;
		overflow: auto;
		text-align: center;
		display: table !important;
		margin: 0 auto !important;
	}
	
	.card-history-row {
		height: inherit !important;
	}
	
	.card-history-typ {
		float: left;
		width: auto !important;
		padding: 0 10px !important;
	}
	
	.top-language-panel {
		width: calc(40% - 10px);
	}
	
	.top-pagesize-panel {
		width: calc(20% - 10px);
	}
	
	.dropdown-control[data-typ="Language"],
	.dropdown-control[data-typ="Currency"]	{
		width: 100% !important;
	}
	
	.top-filter-panel, .top-pagesize-panel, .top-language-panel {
		margin-bottom: 7px;
		float: none;
		position: relative;
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#usrDropDownWaehrung_pChoice {
		right: 0;
	}
	
	mli.has-sub > a {
		padding-left: 5px !important;
		width: 100% !important;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	mli.has-sub > a .fa {
		right: 5px;
	}
	
	.has-sub {
		padding-right: 20px !important;
		width: calc(25% - 21px);
	}
	
	/*.has-sub[data-tag="management"] mul {
		right: -1px;
	}*/
	
	.action-control {
		border-right: 1px solid #436786 !important;
		height: auto !important;
		display: inline-block;
		clear: both;
		width: 100%;
		margin-bottom: 15px;
	}
	
	.action-bar {
		background: transparent !important;
	}
	
	.action-button {
		border-top: 1px solid #436786 !important;
		float: none !important;
		display: inline-block;
		min-width: 70px !important;
		width: calc(100% - 20px) !important;
		padding: 0 10px !important;
		overflow: hidden;
		text-overflow: ellipsis;
		background-position: 5px center !important;
		background-size: auto 20px;
	}
	
	.action-control-wrapper {
		height: auto !important;
		display: inline-block !important;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eeeeee+47,dddddd+100 */
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 47%, #dddddd 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 47%,#dddddd 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 47%,#dddddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	}
	
	.action-button a {
		overflow: hidden;
		text-overflow: ellipsis;
		line-height: 40px !important;
		height: auto !important;
		font-weight: bold;
	}
	
	.action-control div span {
		color: #fff !important;
	}
	
	.action-button[data-tag="printCard"] {
		background-position: 0 center !important;
	}
	
	.action-button[data-tag="showKassaEin"] {
		background-position: 0 center !important;
	}
	
	.action-button[data-tag="showKassaAus"] {
		background-position: 0 center !important;
	}
	
	.center-grid-panel {
		width: auto !important;
		min-width: calc(100% - 25px) !important;
	}
	
	.dropdown-control[data-typ="pageSize"] {
		width: 100% !important;
	}
	
	.top-usercontrol-panel {
		float: none !important;
		display: inline-block !important;
		margin: 0 5px !important;
		width: calc(50% - 31px);
	}
	
	#pUserControl {
		width: calc(50% - 44px) !important;
		float: left !important;
		clear: both;
	}
	
	#MasterContent_MainContent_usrTicketSummaryGrid_gvGrid {
		background: #fff;
	}
	
	.logout-panel {
		width: 100%;
	}
	
	#cloneLogoutBtn {
		float: right !important;
	}
	
	.datetime-text-helper {
		width: calc(37% - 10px);
	}
	
	.datetime-content-helper {
		width: 63%;
	}
	
	.user-input-panel {
		padding-left: 0 !important;
	}
	
	.right.right_panel {
		min-width: 250px;
	}
	
	#MasterContent_pGroupPanel {
		z-index: 9;
		background: #fff;
		-webkit-box-shadow: 10px 0 25px 5px #000;
		box-shadow: 10px 0 25px 5px #000;
	}
	
	.vsplitter {
		background-color: #fff !important;
	}
	
	.loggedout .top-language-panel {
		width: 50%;
		float: right;
	}
	
	.loggedout .dropdown-control[data-typ="Language"] > .dropdown-choice {
		right: 0;
	}
	
	.error-panel .errorOuter {
		width: 300px !important;
		left: calc(50% - 150px) !important;
	}
	
	.error-panel .errorOuter {
		font-size: 14px !important;
		font-weight: bold;
	}
	
	.top-usercontrol-panel .user-actions,
	.dropdown-choice	{
		z-index: 1000 !important;
	}
	
	div[data-action="popup"] input[type="text"], div[data-action="popup"] input[type="password"] {
		width: inherit !important;
	}
	
	.deskBackBtn {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eeeeee+47,dddddd+100 */
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 47%, #dddddd 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 47%,#dddddd 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 47%,#dddddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
		color: #000;
		padding: 5px 10px;
		float: left;
		margin: 0 5px 5px 5px;
	}
	
	.sub-panel > table {
		margin-right: 10px;
	}
	
	.action-bar-info {
		font-size: 12px !important;
	}
	
	.group-expander-panel, .group-compress-panel {
		position: absolute !important;
		right: -9px !important;
		top: 0px !important;
		height: 60px !important;
		width: 32px !important;
		background-repeat: no-repeat !important;
		background-size: contain !important;
		background-position: -4px -1px !important;
		text-align: right !important;
		z-index: 99 !important;
	}
    .card-detail-panel {
        display: none !important;
    }
}
