@CHARSET "UTF-8";

body, html {
    font: normal 11px/100% Arial, Helvetica, sans-serif;
    background: white;
    min-height: 250px;
    height: 100% !important;
    overflow: hidden;
}

* {
	margin: 0;
	padding: 0;
}

p {
	padding: 0;
	font-size: 1.2em;
}

.head-wrapper {
	margin: 0px;
	padding: 0px;
}

.head-wrapper span {
	font: bold 16px/100% Arial, Helvetica, sans-serif;
	color: #175369;
}

.no-border {
	border: none !important;
}

.box_login {
	max-width: 330px;
    padding: 15px;
	margin: 0 auto;
	margin-top: 90px;
}

.box_login h2 {
	margin-bottom: 10px;
}

.box_login .profile-img-card {
    margin: 0 auto 21px;
    display: block;
    width: 100%;
}

.box_login .form-control {
    position: relative;
    height: auto;
    box-sizing: border-box;
    padding: 10px !important;
	font-size: 16px;
	width: 100% !important;
}

.box_login .form-control:focus {
    z-index: 2;
}

.box_login input[type='text'] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.box_login input[type='password'] {
    margin-bottom: 10px;
    border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.box_login dt {
	display: none;
}

#specialauth-label {
    display:block;
	margin: 5px 0px;
}
#specialauth {
    margin: 5px 0px;
}

.box_login dd {
	padding: 0;
}

.footer-version {
    display: block;
    text-align: center;
    font-size: 12px;
    font-style: normal;
}

.footer-version span {
    color: #808080;
	display: block;
	padding-bottom: 3px;
}

.footer-version .fa-heart {
    color: #D42124;
}

.footer-version .fa-coffee {
    color: #80391e;
}

.customer_pic {
	/* position: relative; */
	top: -10px;
	width: 75px !important;
	margin: 0px;
	padding: 0px;
	/* border-right: 1px solid #888; */
	/* border-bottom: 1px solid #888; */
	/* box-shadow: 2px 2px 5px #888; */
	box-shadow: 0 1px 1px 0 rgba(60,64,67,.08), 0 1px 3px 1px rgba(60,64,67,.16);
}

.dragbox-image,
.circular-image {
	border-radius: 50%;
	object-fit: cover;
}

.dragbox-image {
	width: 85px !important;
    height: 85px !important;
    background-color: #fff !important;
}

.circular-image.row {
	width: 50px;
	height: 50px;
}

.circular-image.bigpic {
	width: 120px !important;
	height: 120px !important;
}

h2 {
	margin-top: 12px;
	margin-bottom: 12px;
	color: #175369;
}

h2 a {
	font: bold 13px/100% Arial, Helvetica, sans-serif;
	text-decoration: none;
}

h2 a:after {
	font: bold 13px/100% Arial, Helvetica, sans-serif;
}

a {
	color: #175369;
}

#main h1 {
	margin-bottom: 10px;
	font: bold 20px/100% Arial, Helvetica, sans-serif;
}

#main h2 {
	margin-bottom: 10px;
	font: bold 20px/100% Arial, Helvetica, sans-serif;
}

#main h3 {
	margin-top: 10px;
	font: normal 13px/100% Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #b22222;
}

#view_search_wrapper {
	width: 100%;
	min-height: 31px;
}

#view_search_wrapper p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	float: left;
	min-height: 31px;
}

#view_search_wrapper a {
	text-decoration: none;
}

#searchform {
	font-size: 13px/100%;
	float: right;
}

#searchform input[type="text"] {
	margin: 0px 5px 0px 0px;
	font: normal 13px/100% Arial, Helvetica, sans-serif;
	padding: 8px;
	border-radius: 4px;
}

#searchform input[type="submit"] {
	font: normal 13px/100% Arial, Helvetica, sans-serif;
}

/** tabs */
#tabs {
	border: none !important;
	margin-top: 30px;
}

.ui-widget-header {
	border: none !important;
	background: none !important;
}

.ui-tabs .ui-tabs-nav {
	border-bottom: 1px solid #ddd !important;
}

.ui-tabs .ui-tabs-nav li {
	background: #f1f1f1 !important;
	border-bottom: none;
	border-top: none;
	border-left: none;
	border-right: none;
	font: bold 13px/100% Arial, Helvetica, sans-serif;
	padding: 6px !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
	color: #175369 !important;
	cursor: pointer !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a:focus {
	outline: none;
}

.ui-tabs .ui-tabs-nav .ui-tabs-active {
	border-bottom: 2px solid #175369;
}

.ui-tabs .ui-tabs-nav li {
	background: #fff !important;
}

.ui-tabs .ui-tabs-nav li:hover {
	background: #f1f1f1 !important;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-top,
.ui-corner-right,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-tr {
    border-radius: 0px !important;
}

.dragbox {
	background: #f1f1f1 !important;
	border: none !important;
	margin-bottom: 9px;
	padding: 9px;
}

.dragbox-content_small {
	background: #f1f1f1 !important;
}
.dragbox-content_small .sub-content:not(:last-child) {
    margin-bottom: 0.6em;
}
.dragbox-content_small .sub-content .title {
    font-weight: 600;
}

.cross-selling-tab .columninfo {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1em;
}

.dragbox.cs-page {
    display: flex;
    align-items: center;
    gap: 0.4em;
}
label.dragbox {
    font-weight: 600;
    cursor: pointer;
}
.dragbox [icon-preview] {
    font-size: 1.7em;
    margin: -1em 0;
}

.dragbox input[type="checkbox"] {
    width: 1.2em;
    margin: -1em 0;
}


h3 {
	color: #175369;
	text-decoration: underline;
}

h4 {
	color: #175369;
	text-decoration: none;
	background-color: #eee;
	display: block;
}

table {
	font-size: 1.2em;
}

td {
	vertical-align: top;
}

.vertical_top td {
	vertical-align: top !important;
	position: relative;
}

.text_center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

#pageWrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    overflow: auto;
	margin-bottom: 1em;
	background: #fff;
}

#header {
	height: 5.5em;
	padding: 1em 2em;
}

#logo {
	float: right;
	height: 82px;
	width: 82px;
	background: url(../images/logo.gif) no-repeat top right;
}

#header h1 {
	font-size: 1.6em;
	padding-top: 1.5em;
	color: #175369;
}

#user_info {
	float: right;
	margin: 0px 20px 0px 20px;
	font-size: 1.2em;
	font-weight: normal;
}

#nav {
	/*background: url(../images/nav_bg.gif) repeat-x #0085b0; border-bottom: #CCC 0px dashed;*/
	height: 1.8em;
	margin: 0 0 0 0;
	padding: .5em 0;
}

#nav_main {
	float: left;
}

#main {
	position: relative;
	margin: 0 0 .5em 0;
	padding: 2em;
	min-height: 30em;
    overflow: hidden;
}

#massform,
*:not(#massform) .tablesorter {
    overflow-x: auto;
    overflow-y: hidden;
}

#sidebar_slider {
	float: left;
	width: 26px;
	height: 32px;
	margin: 0;
	padding: 0;
}

.sidebar_on {
	background: url(../images/icons/menu_off.png) no-repeat transparent;
}

.sidebar_off {
	background: url(../images/icons/menu_on.png) no-repeat transparent;
}

#sidebar-container {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5000;
}

#sidebar_wrapper {
    display: flex;
	position: absolute;
	top: 16px;
	right: 21px;
	/*background-color: #fff; */
	/* padding: 10px; */
	/*border: 1px dashed #ccc; */
	cursor: pointer;
}

#sidebar_wrapper ul li {
	width: 130px;
}

#sidebar {
	display: none;
}

#password-element {
	position: relative;
}

/* #main_login_button {
	left: 220px !important;
	top: -26px !important;
	position: relative !important;
	display: inline-block !important;
} */

.clear {
	clear: both;
}

#subNav, #adminMenu {
	height: 100%;
	margin: 0 0 .5em 0;
}

#adminMenu {
	height: 100%;
	margin: 0;
}

#footer {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    text-align: center;
    font-style: italic;
    clear: both;
}

.featuredItem {
	padding: 5px 10px;
	margin: 10px;
	width: 420px;
	min-height: 100px;
	-moz-border-radius: 5px;
	border: 1px solid #749BCE;
}

.featuredItem h3 {
	margin-bottom: 5px;
}

.featuredItem h3 a {
	color: #000;
	text-decoration: none;
}

.featuredItem h3 a:hover {
	text-decoration: underline;
}

.featuredItem img {
	width: 120px;
	height: auto;
	float: left;
	margin: 0 10px 10px 0;
}

.featuredItem ul {
	padding: 5px 30px;
}

#openPage {
	width: 520px;
}

#openPage blockquote {
	padding: 10px;
	font-style: italic;
}

#openPage img#mainImage {
	width: 320px;
	height: auto;
	margin: 0 0 10px 10px;
	float: right;
}

.recentPages {
	padding: 5px 10px;
	margin: 10px;
	width: 420px;
	min-height: 100px;
	-moz-border-radius: 5px;
	border: 1px solid #749BCE;
}

.recentPages h3 {
	margin-bottom: 5px;
}

.recentPages h3 a {
	color: #000;
	text-decoration: none;
}

.recentPages h3 a:hover {
	text-decoration: underline;
}

.recentPages ul {
	padding: 5px 30px;
}

.vertical th {
	text-align: left;
}

/* tables */

table.tablesorter {
	/* font-family:arial; */
	/* background-color: #CDCDCD; */
	/* margin:10px 0pt 15px; */
	/* font-size: 110%; */
	width: 100%;
	text-align: left;
}

table.tablesorter thead tr {
	background: #175369;
	/* background: url(../images/nav_bg.gif) repeat-x; */
	/* background:#228fb6; */
	/* background:-moz-linear-gradient(top,  #228fb6 0%, #175369 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e698c), color-stop(100%,#30576e));
	background:-webkit-linear-gradient(top,  #228fb6 0%,#175369 100%);
	background:-o-linear-gradient(top, #228fb6 0%,#175369 100%);
	background:-ms-linear-gradient(top, #228fb6 0%,#175369 100%);
	background:linear-gradient(top,  #228fb6 0%,#175369 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e698c', endColorstr='#30576e',GradientType=0 ); */
	font: bold 12px/100% Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	color: #fff;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	/* color: #3D3D3D; */
	background-repeat: no-repeat;
	background-position: center right;
	border: 0px solid #FFF;
	padding: 4px 8px 4px 4px;
}

table.tablesorter tbody td {
	color: #3D3D3D;
	border: 0px solid #FFF;
	padding: 4px 4px;
	vertical-align: middle;
}

/* table.tablesorter tbody td div {
	padding-top: 10px;
	display: block;
} */

table.tablesorter tbody td.entry-action-column > .flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6em;
}
table.tablesorter tbody td.entry-action-column a {
    text-decoration: none;
}

table.tablesorter tbody tr {
	cursor: pointer;
}

table.tablesorter tbody tr.even {
	background-color: #FFF;
}

table.tablesorter tbody tr.odd {
	background-color: #f7f7f7;
}

table.tablesorter tbody tr.trover {
	background-color: #F0F0F6;
}

table.tablesorter tbody tr.tr_vertical_middle td {
	vertical-align: middle;
}

#listtable tbody tr.trclick {
	background-color: #ff0033;
	/* color:white; */
}

table.tablesorter thead tr .header span {
	/*background-image: url(../images/icons/bg.gif); */
	cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
	background: transparent url(../images/icons/asc_white.gif) no-repeat right;
	/* text-decoration: underline; */
	/* background:#516519; */
	cursor: pointer;
}

table.tablesorter thead tr .headerSortDown {
	background: transparent url(../images/icons/desc_white.gif) no-repeat right;
	/* text-decoration: underline; */
	/* background:#516519; */
	cursor: pointer;
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	/* color: #0085B0; */
	/* font-weight:bold; */
}

table.tablesorter thead tr th {
	/* color: #0085B0; */
	background: #175369;
	/* background:#228fb6;
	background:-moz-linear-gradient(top,  #228fb6 0%, #175369 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e698c), color-stop(100%,#30576e));
	background:-webkit-linear-gradient(top,  #228fb6 0%,#175369 100%);
	background:-o-linear-gradient(top, #228fb6 0%,#175369 100%);
	background:-ms-linear-gradient(top, #228fb6 0%,#175369 100%);
	background:linear-gradient(top,  #228fb6 0%,#175369 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e698c', endColorstr='#30576e',GradientType=0 ); */
	vertical-align: middle;
}

table.tablesorter tbody tr.masschecked {
	background-color: #cccccc;
}

.tablesorter td {
	line-height: 1.3em;
}


table.tablesorter tbody tr:hover, .tablesorter .grid-filter-wrapper {
	background-color: #F0F0F0;
}

.tablesorter .grid-filter .datepicker {
	width: 65px;
	margin-bottom: 5px;
}

.grid-filter select {
	width: 50px;
}

.tb_vertical td {
	padding-left: 10px;
}

.lefty {
	float: left;
}

.follower {
	margin-left: 15px;
}

.filteritem {
	color: #ff0033;
	cursor: pointer;
	padding: 2px 10px 2px 20px;
	background: url("../images/icons/filter-delete-icon") no-repeat top left;
}

.article_pics_name {
	height: 20px;
	text-align: center;
	line-height: 20px;
	overflow: hidden;
}

.article_pics_img {
	height: 80px;
	margin: 5px 0;
}

.article_pics_buttons {
	height: 20px;
	text-align: center;
}

#pics, #teaserpic {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#pics li, #teaserpic li {
	margin: 3px 3px 3px 0;
	padding: 1px;
	float: left;
	width: 100px;
	height: 130px;
	text-align: center;
}

#pics li {
	cursor: url(../images/icons/drag.gif), move;
}

.article_pics_buttons img {
	cursor: pointer;
}

.missingData a {
	background: url("../images/icons/att.gif") no-repeat top right;
}

div.missingData {
	background: url("../images/icons/att.gif") no-repeat top right;
	padding-top: 16px;
}

.ajaxloader {
	width: 100%;
	height: 100px;
	background: url("../images/icons/ajax-loader.gif") no-repeat 50% 50%;
}

.filtersearch-reset {
	text-decoration: none;
	padding: 5px;
	border: 1px solid #bbb;
	border-radius: 3px;
	background: #fff;
	color: #444;
	font: 13px/100% Arial, Helvetica, sans-serif;
	float: right;
	margin-left: 5px;
}

.filtersearch-help {
	display: block;
	float: left;
	margin-right: 5px;
	position: relative;
	top: 4px;
}

.filtersearch-help .fas.fa-info-circle {
	font-size: 2.2em;
	color: #175369;
}

.hover-help {
	display: block;
	/* float: left; */
	/* margin-right: 5px; */
	position: relative;
	/* top: 4px; */
    width: 20px;
}
.hover-help .fas.fa-info-circle {
	font-size: 20px;
	color: #1753699d;
}
.hover-help-text {
	display: none;
}
#dashboard_search_wrapper label.hover-help-label {
    width: 20px;
}

#search_str {
	float: left;
	width: 200px;
	padding: 4px;
	border: 1px solid #bbb;
	border-radius: 3px;
	background: #fff;
	font-family: verdana;
	color: #444;
	font-size: 1.3em;
}

/* #btn_submit {
	cursor: pointer;
	padding: 5px;
	width: 60px;
} */

.pager-inner-button {
	float: left;
}

.pager-inner-button i {
	margin-left: inherit;
}

#object-head-wrapper {
	margin-bottom: 15px;
}

#object-head-wrapper td, #object-head-wrapper th {
	padding: 2px 5px;
	font-size: 11px;
}

.object-head-container {
	padding: 10px;
}

/* css for timepicker */

.ui-timepicker-div .ui-widget-header {
	margin-bottom: 8px;
}

.ui-timepicker-div dl {
	text-align: left;
}

.ui-timepicker-div dl dt {
	height: 25px;
	margin-bottom: -25px;
}

.ui-timepicker-div dl dd {
	margin: 0 10px 10px 65px;
}

.ui-timepicker-div td {
	font-size: 90%;
}

.ui-tpicker-grid-label {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

.ui-timepicker-rtl {
	direction: rtl;
}

.ui-timepicker-rtl dl {
	text-align: right;
}

.ui-timepicker-rtl dl dd {
	margin: 0 65px 10px 10px;
}

#webcam_movie {
	border-radius: 10px;
	border: 2px solid #888;
}

#preview {
	width: 400px;
	height: 500px;
}

#overlay {
	position: absolute;
	z-index: 5;
	width: 398px;
	height: 498px;
	border-radius: 10px;
	border: 1px solid #66cc99;
	background: url('../images/overlay.png')
}

#preview:hover #overlay {
	visibility: hidden;
}

#overlay_container:hover #overlay {
	/* visibility:hidden; */
}

.clearfloat {
	clear: left;
}

#upload_result {
	position: absolute;
	margin-left: 15px;
	margin-top: 50px;
}

#image_preview {
	width: 398px;
	height: 498px;
}

#image_preview img, #preimg img {
	border-radius: 10px;
	box-shadow: 3px 3px 10px #888;
	width: 100%;
	height: 100%;
}

#image_preview span {
	position: absolute;
	margin-top: -25px;
	margin-left: 15px;
	font-size: 16px;
	color: #0c0;
	font-weight: bold;
	text-shadow: 0px 0px 2px #000, 0px 0px 1px #000, 0px 0px 1px #000;
}

#preimg {
	width: 400px;
	height: 570px;
	background-color: #fff;
	position: absolute;
	z-index: 150;
}

.special_button {
	padding: 5px !important;
}

.special_button:hover {
	color: #000 !important;
	border: 1px solid #888 !important;
}

.message_text {
	line-height: 1.2;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px !important;
}


/* for ticket wizard */
.verificationWrapper {
	border: 1px solid #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
}

.verificationTitle {
	font-weight: bold;
	text-align: left;
	padding: 0px 0px 3px 0px;
	color: #444;
}

.verificationLabel {
	text-align: left;
	padding: 3px 15px 3px 0px;
}

.verificationText {
	text-align: left;
}

#breadcrumps>ul>li {
	border-radius: 5px;
	margin: 0 0.5em 0.5em;
	padding: 1em;
	text-decoration: none;
	width: 120px;
	float: left;
}

#breadcrumps>ul>li.current {
	background: none repeat scroll 0 0 #2184BE;
	color: #FFFFFF;
	cursor: default;
}

#breadcrumps>ul>li.done {
	background: none repeat scroll 0 0 #9DC8E2;
	color: #FFFFFF;
}

#breadcrumps>ul>li.done a, #breadcrumps>ul>li.done a:active, #breadcrumps>ul>li.done a:hover {
	background: none repeat scroll 0 0 #9DC8E2;
	color: #FFFFFF;
	text-decoration: none;
}

#customer_wrapper {
	margin: 10px 0px 0px 0px;
	background-color: #eee;
	width: 600px;
	font: normal 14px 'Segoe UI', Helvetica, Arial, sans-serif;
	float: left;
}

#guest_wrapper {
	margin: 10px 0px 0px 25px;
	background-color: #eee;
	width: 600px;
	font: normal 14px 'Segoe UI', Helvetica, Arial, sans-serif;
	float: left;
}

.positions-subtext {
	font-size: 10px;
	font-weight: normal;
	padding: 1px !important;
}

.text-small {
	font-size: 10px;
	font-weight: normal;
	padding: 5px 5px 5px;
}

.text-info {
	font-size: 14px;
	font-weight: normal;
}

.text-normal {
	font-size: 14px;
	font-weight: normal;
	background: #fff;
	padding: 1px 8px 1px 8px;
}

.text-big {
	font-size: 24px;
	font-weight: bold;
}

.text-label {
	font-size: 13px;
	font-weight: bold;
}

table.verification {
	border-collapse: collapse;
}

table.verification th {
	padding: 5px 5px;
}

table.verification td {
	padding: 5px 5px;
}

/*** Form Buttons***/

.cancel_img {
	background: url('../images/icons/cancel.png');
	display: block;
	width: 64px;
	height: 64px;
}

.accept_img {
	background: url('../images/icons/accept.png');
	display: block;
	width: 64px;
	height: 64px;
}

/*** Profiler Hebler-Ansicht***/

#log {
	width: 85%;
	height: 85%;
	margin: auto;
	margin-top: 20px;
	border: 1px solid #888;
	background: #fff;
	font-size: 18px;
	padding: 15px;
}

#listener_1 {
	width: 500px;
	height: 100%;
	margin: auto;
	overflow-y: scroll;
	overflow-x: hidden;
	text-align: center;
}

#listener_1 dl {
	margin-bottom: 10px;
}

#listener1 span {
	display: inline-block;
	width: 100%;
	text-align: left;
}

#log .img {
	/*	width:360px; */
	margin: auto;
	z-index: 10;
	margin-bottom: -40px;
}

.img img {
	box-shadow: 0px 0px 10px #000;
	z-index: 10;
	border-radius: 10px;
}

#container {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #eee;
}

#bar {
	display: block;
	width: 100%;
	height: 60px;
	background: -moz-linear-gradient(center top, #228FB6 0%, #175369 100%) repeat scroll 0 0 transparent;
}

#bar h1 {
	color: #fff;
	font-size: 25px;
	text-shadow: 1px 1px 5px #000;
	padding: 10px;
	padding-left: 35px;
	position: absolute;
}

#back {
	position: absolute;
	right: 200px;
	top: 30px;
}

#back a:before {
	content: url('../images/icons/backto.png');
	float: left;
	margin-top: -4px;
}

#logout {
	position: absolute;
	right: 100px;
	top: 30px;
}

#logout a:before {
	content: url('../images/icons/Apps-session-logout-icon.png');
	float: left;
	margin-top: -4px;
}

#bar a {
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 800;
	font-size: 14px;
	text-shadow: 1px 1px 1px #000;
}

#logo_h {
	display: block;
	float: right;
	background: url('../images/logo_invert.png') no-repeat;
	background-size: cover;
	margin: 10px;
	margin-right: 35px;
	width: 101px;
	height: 40px;
}

.access {
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 15px;
}

.access button {
	margin: auto;
	padding: 5px;
	margin-top: 8px;
	border-radius: 5px;
	border: 1px solid #888;
	background: #fff;
	box-shadow: inset 0px 0px 8px #aaa, 0px 0px 2px #000;
	font-weight: 800;
	font-size: 24px;
}

.access button:hover {
	background: #eee;
}

.access span {
	font-size: 18;
	color: #fff;
	text-shadow: 0px 0px 4px #000, 0px 0px 4px #000;
}

.zutritt {
	box-shadow: inset 0 0 15px #888;
	background: #8fc800;
	/* Old browsers */
	background: -moz-linear-gradient(top, #8fc800 0%, #248200 50%, #59a800 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8fc800), color-stop(50%, #248200), color-stop(100%, #59a800));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8fc800 0%, #248200 50%, #59a800 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8fc800 0%, #248200 50%, #59a800 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #8fc800 0%, #248200 50%, #59a800 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #8fc800 0%, #248200 50%, #59a800 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc800', endColorstr='#59a800', GradientType=0);
	/* IE6-9 */
}

.zutritt .img:after {
	content: 'Zutritt';
	position: relative;
	bottom: 50px;
	font-size: 40px;
	color: #77EE77;
	text-shadow: 1px 1px 3px #000;
	z-index: 100;
	display: none;
}

.zutritt img {
	box-shadow: 0px 0px 10px #000, !important;
}

.kein_zutritt {
	box-shadow: inset 0 0 15px #888;
	background: #f3c5bd;
	/* Old browsers */
	background: -moz-linear-gradient(top, #f3c5bd 0%, #e86c57 50%, #ea2803 51%, #ff6600 75%, #c72200 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3c5bd), color-stop(50%, #e86c57), color-stop(51%, #ea2803), color-stop(75%, #ff6600), color-stop(100%, #c72200));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f3c5bd 0%, #e86c57 50%, #ea2803 51%, #ff6600 75%, #c72200 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f3c5bd 0%, #e86c57 50%, #ea2803 51%, #ff6600 75%, #c72200 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f3c5bd 0%, #e86c57 50%, #ea2803 51%, #ff6600 75%, #c72200 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #f3c5bd 0%, #e86c57 50%, #ea2803 51%, #ff6600 75%, #c72200 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c5bd', endColorstr='#c72200', GradientType=0);
	/* IE6-9 */
}

.kein_zutritt .img:after {
	content: 'Kein Zutritt';
	position: relative;
	bottom: 50px;
	font-size: 40px;
	color: #ff0000;
	text-shadow: 1px 1px 3px #000;
	z-index: 100;
	display: none;
}

.kein_zutritt img {
	box-shadow: 0px 0px 10px #000, !important;
}

.info-message, .customer_message {
	background: #fff;
	width: 90%;
	margin: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 5px;
	border-radius: 5px;
}

.entry_deny {
	display: none !important;
}

span.customers_name {
	font-size: 40px;
	margin-top: 30px;
	display: inline-block;
}

/* Websocket Status Signal   */

#server_status {
	position: relative;
	float: right;
	right: 0px;
}

/* Ticket_payments */

#summtable, #summtable:hover {
	background: transparent;
}

#diff_warner {
	visibility: hidden;
}

.payment_icon {
	display: block;
	width: 16px;
	height: 16px;
}

span.payment_icon.rate_allocate {
	background: url('../images/icons/bs_allocate.png') center center no-repeat;
	background-size: contain !important;
}

span.payment_icon.rate_cut {
	background: url('../images/icons/bs_cut.png') center center no-repeat;
	background-size: contain !important;
}

span.payment_icon.fee {
	background: url('../images/icons/bs_fee.png') center center no-repeat;
	background-size: contain !important;
}

span.payment_icon.groups_deposit {
	background: url('../images/icons/bs_groups_deposit.png') center center no-repeat;
	background-size: contain !important;
}

input.cost_value, input[disabled].cost_value {
	color: #000;
	border: 1px solid transparent;
	background: transparent;
	width: 50px;
}

input.cost_value:focus {
	border: 1px solid #000;
	background: #fff;
	;
}

.red_text {
	color: #f00 !important;
	font-weight: bold;
}

.select_container {
	/* width: 140px !important; */
	/* height: 20px; */
	overflow: hidden;
	/* background: url('../images/icons/edit.gif') no-repeat right transparent; */
	border: 1px solid transparent;
	position: absolute;
	/* margin-left: -5px; */
	margin-top: -10px;
}

.select_container::after {
	color: #175369;
	content: "\f044";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
}

.select_container:hover {
	/* background: url('../images/icons/edit.gif') no-repeat right #fff; */
	border: 1px solid #aaa;
}

.select_container select {
	border: 0;
	background: rgba(0, 0, 0, 0);
	-webkit-appearance: none;
	/* width: 158px !important; */
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	position: relative;
	text-align: left;
	margin-top: 0px;
	z-index: 2;
}

.disabled_option {
	color: #f00 !important;
	font-style: italic;
}

.select_container option:not([disabled]) {
	color: #000 !important;
	font-style: normal !important;
}

.select_container option[disabled] {
	color: #f00 !important;
	background: #ccc !important;
	text-decoration: line-through;
	font-style: italic;
}

.select_container option[disabled]:before {
	content: 'veraltet: ' !important;
}

.date_picker_input {
	width: 80px !important;
	height: 20px;
	background: transparent;
	border: 1px solid transparent;
	margin-left: -5px;
	color: #aaa;
}

.date_picker_input:hover, .date_picker_input:focus {
	background: #fff;
	border: 1px solid #aaa;
	color: #000;
}

span.checkbox.inactive {
	background: url('../images/icons/not_ticked.gif') no-repeat right;
	display: block;
	width: 20px;
	height: 20px;
	margin: auto;
}

span.checkbox.active {
	background: url('../images/icons/ticked.gif') no-repeat right;
	display: block;
	width: 20px;
	height: 20px;
	margin: auto;
}

span.checkbox.invoiced {
	background: url('../images/icons/24x24_deposit_alloc.png') no-repeat right;
	display: block;
	width: 20px;
	height: 20px;
	margin: auto;
	background-size: contain;
}

span.checkbox.canceled {
	background: url('../images/icons/countermanded.png') no-repeat right;
	display: block;
	width: 20px;
	height: 20px;
	background-size: contain;
	margin: auto;
}

#defaultForm fieldset .cke_reset {
	margin-left: 0;
	float: left;
}

.translation-textarea {
	float: left;
}


#contract_recieved, #printContract {
	cursor: pointer;
	margin: 0 !important;
	float: right;
}

span#printContract {
	display: block;
	width: 20px;
	height: 20px;
	background: url('../images/icons/PDF.png') no-repeat top left;
	background-size: contain;
}


.selected_entry {
	border: 1px solid #0f0 !important;
}

.hotspot, .hotspot:hover {
	box-shadow: inset 0px 0px 5px #01A9DB !important;
}

/* Status_info */

#status_info {
	position: fixed;
	z-index: 100;
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 0px;
	right: 50px;
	top: 150px;
	display: none;
	z-index: 60;
	text-align: center;
	padding: 10px;
	box-shadow: 0px 0px 5px #444;
	color: #000;
}

#status_info.warning,
#status_info .warning {
	margin: 0;
	position: relative;
	line-height: 18px;
	font-size: 16px;
	width: 250px;
	color: #f00 !important;
	font-weight: 800 !important;
}


#status_info.notify,
#status_info .notify {
	border: 2px solid green !important;
	border-radius: 15px;
	display: block;
	padding: 15px;
	color: green !important;
	z-index: 25;
	line-height: 18px;
	font-size: 16px;
	width: 250px;
	text-align: center;
}

#status_info.notify:before,
#status_info .notify:before {
	content: "Hinweis:";
	text-decoration: underline;
	font-weight: 800;
	font-size: 18px;
	display: block;
	margin-bottom: 10px;
}

/* ADDITIONALSEARCHFIELD */

#additional_searchfield_wrapper {
	float: right;
}

.additionalsearchfield_button, .additionalsearchfields {
	position: fixed;
}

.additionalsearchfield_button {
	text-decoration: none;
	box-shadow: 0px 0px 4px #ccc;
	background-position: 3px;
	border: 1px solid #888;
	width: 15px;
	height: 100px;
	margin-top: 35px;
	margin-left: 5px;
}

.additionalsearchfield_button.open {
	background: url(../images/icons/24x24arrowleft.gif) #fff no-repeat center left;
	background-size: contain;
}

.additionalsearchfield_button.close {
	background: url(../images/icons/24x24arrowright.gif) #fff no-repeat center left;
	background-size: contain;
}

.additionalsearchfields {
	background-color: #fff;
	background-color: rgba(255, 255, 2555, 0.9);
	border: 2px solid rgba(240, 240, 240, 0.5);
	display: none;
	padding: 10px;
	min-height: 80px;
	box-shadow: 0px 0px 4px #ccc;
	z-index: 90;
	margin-top: 35px;
	left: 1500px;
}

.additionalfilteractive {
	position: relative;
	margin-top: -5px;
	margin-left: -5px;
	z-index: 91;
}

#listdialog iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

#listdialog, #filtersearch-help-text {
	display: none;
}

.action-container dl {
	float: left;
	margin-right: 24px;
}

.action-container dd {
	padding-left: 0;
}

/* AJAX LOADER */
.blockMsg {
	box-shadow: 0px 0px 10px #000;
}

.blockMsg h1 {
	margin-top: 15px;
}

.blockMsg #blockUI_message {
	display: block !important;
	padding-top: 20px !important;
}

.loader {
	margin: auto;
	display: block;
	background: url('../images/ajax/ajaxLoader.gif');
	width: 128px;
    height: 15px;
    filter: grayscale(1);
}

/* NAVIGATION HACK */
.navigation ul {
	position: absolute;
	right: 0px;
}

/* ADDITIONAL HACKS */

#dialog-message, #dialog-confirm {
	line-height: 1.3em;
}

span.ticket_code, span.form-error-icon {
	font-size: 10px !important;
	display: block;
}

.clickable span:before, .tablesorter td span[link]:before, span.clickme::before {
	content: '';
	width: 10px;
	height: 6px;
	display: inline-block;
	background: url('../images/icons/Forward.gif') no-repeat top left;
	background-size: contain;
	opacity: 0.5;
	margin-right: 2px;
}

.clickable span:hover:before, .tablesorter td span[link]:hover:before, span.clickme:hover:before {
	width: 10px;
	height: 10px;
	opacity: 1;
}

.clickable span.checkbox:after {
	background: none !important;
}

.tooltip_date span:before {
	content: '';
	width: 14px;
	height: 14px;
	display: inline-block;
	background: url('../images/icons/16x16_calendar_disabled.png') no-repeat top left;
	background-size: contain;
	opacity: 1;
	margin-right: 2px;
}

.tooltip_date span:hover:before {
	background: url('../images/icons/16x16_calendar.png') no-repeat top left;
	width: 14px;
	height: 14px;
}

table.tablesorter tbody td div.cancel_ticket {
	padding-top: 2px !important;
	cursor: pointer;
}

.cancel_ticket span {
	height: 16px;
	line-height: 16px;
}

.cancel_ticket span:before {
	content: "\f05e";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	margin-right: 3px;
}

.cancel_ticket span:hover:before {
	color: #ef0000;
}

.has_title:after {
	position: absolute;
	content: '';
	width: 14px;
	height: 14px;
	display: inline-block;
	background: url('../images/icons/24x24info.png') no-repeat top left;
	background-size: contain;
	margin-left: 2px;
	margin-top: 1px;
}

.select_wrapper {
	display: inline-block;
	width: 140px !important;
	height: 20px !important;
	overflow: hidden;
	padding-bottom: 20px;
	margin: 0px;
	position: absolute;
	margin-top: -18px;
}

select[disabled].disabled {
	background: rgba(0, 0, 0, 0);
	-webkit-appearance: none;
	color: #000;
	border: 1px solid transparent;
	width: 180px !important;
}

.truncate:hover {
	text-decoration: underline;
}

.truncate:hover div.full_text {
	visibility: visible;
	text-decoration: none;
	padding: 15px;
	background: white;
	border: 1px solid #888;
	border-radius: 10px;
	margin-left: 80px;
	margin-top: -35px;
	width: 220px;
	height: 150px;
}

div.full_text {
	visibility: hidden;
	position: absolute;
}

span.full_text_wrapper {
	display: block;
	width: 220px;
	height: 130px !important;
	overflow-y: auto;
}

#ui-datepicker-div {
	z-index: 100 !important;
}

#summtable td {
	border-top: 1px dashed #000;
	padding-top: 5px;
}

#summtable h4 {
	background: transparent;
}

/* ERRORS OVERWRITE */

.errors:before {
	content: '!';
	background: #f00;
	color: #fff;
	display: block;
	padding-top: 2px;
	width: 16px;
	height: 14px;
	border-radius: 20px;
	text-align: center;
	border: 2px solid #800;
	font-weight: 800;
	text-shadow: 0px 0px 2px #fff;
	box-shadow: inset 0px 0px 4px #800, 0px 0px 2px #000;
}

.errors li {
	visibility: hidden;
	position: absolute;
	margin-left: 25px;
	margin-top: -22px;
	padding: 5px;
	z-index: 100;
}

.errors:hover li {
	display: inline-block;
	visibility: visible;
	position: absolute;
	background: #fff;
	border: 2px solid #f00;
}

.object-head-container {
	padding: 10px;
	/* border: 1px solid #f0f0f0; */
	background: #f1f1f1;
	/* border-radius: 5px; */
	margin-right: 5px;
	margin-bottom: 3px;
	min-height: 120px;
	height: 100%;
	display: inline-block;
}

#tickets_debit_info_bank_code, #customers_debit_info_bank_code {
	position: absolute;
	margin-top: -5px;
}

#tickets_debit_info input[disabled], #customers_debit_info input[disabled] {
	background: transparent;
	border: 1px solid transparent;
}


#customers_internal_note, #status_custom_text {
	width: 200px;
	height: 60px;
	resize: none;
}

#customers_internal_note:hover, #customers_internal_note:focus {
	width: 400px;
	height: 300px;
	position: absolute;
	z-index: 5;
}

#fieldset-group_users input#password {
	width: 175px !important;
}

#status_custom_text:hover, #status_custom_text:focus {
	width: 400px;
	height: 150px;
	position: absolute;
	z-index: 5;
	margin-top: -50px;
}

/**
* invoices
*/

.invoice_positions_list {
	display: none;
	margin: 0 !important;
	padding: 0 !important;
	wifht: 0px;
	height: 0px;
}

.invoice_positions_list ol {
	padding: 5px;
	position: absolute;
	background: #fff;
	border: 1px solid #000;
	display: block;
	z-index: 5;
	width: 500px;
	margin-top: 10px;
}

.invoice_positions_list li {
	margin-left: 25px;
	margin-bottom: 10px;
}

.invoice_positions_list li span {
	margin-right: 5px;
}

.ol_opener {
	display: inline-block;
	border-radius: 15px;
	width: 12px;
	height: 12px;
	border: 1.5px solid #000;
	text-align: center;
	font-size: 8px;
	line-height: 11px;
	font-weight: 800;
	margin-top: -3px;
	margin-left: 5px;
	background: #fff;
}

/**
 * card
 */

#event_calendar {
	float: left;
	/* width: 55%; */
	width: 67%;
	margin-right: 30px;
}

#cali1 {
	width: 80%;
}

#prev_customer_bookings {
	padding: 15px;
	margin-top: 20px;
	height: auto;
	border: 1px solid #888;
	width: 100%;
	background: #f1f1f1;
	font-size: 20px;
	position: relative;
	padding-bottom: 45px;
	border-radius: 5px;
	background: rgb(225, 225, 225);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(225, 225, 225, 1) 0%, rgba(241, 241, 241, 1) 80%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(225, 225, 225, 1)), color-stop(80%, rgba(241, 241, 241, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
	background: -webkit-linear-gradient(top, rgba(225, 225, 225, 1) 0%, rgba(241, 241, 241, 1) 80%, rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(top, rgba(225, 225, 225, 1) 0%, rgba(241, 241, 241, 1) 80%, rgba(255, 255, 255, 1) 100%);
	background: -ms-linear-gradient(top, rgba(225, 225, 225, 1) 0%, rgba(241, 241, 241, 1) 80%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(225, 225, 225, 1) 0%, rgba(241, 241, 241, 1) 80%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#ffffff', GradientType=0);
}

#shopping_cart:before {
	content: '';
	display: inline-block;
	width: 100%;
	position: absolute;
	margin-left: -15px;
	margin-top: -15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	height: 60px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMWUxZTEiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(225, 225, 225, 1) 52%, rgba(225, 225, 225, 0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(241, 241, 241, 1)), color-stop(51%, rgba(225, 225, 225, 1)), color-stop(52%, rgba(225, 225, 225, 1)), color-stop(100%, rgba(225, 225, 225, 0)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(225, 225, 225, 1) 52%, rgba(225, 225, 225, 0) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(225, 225, 225, 1) 52%, rgba(225, 225, 225, 0) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(225, 225, 225, 1) 52%, rgba(225, 225, 225, 0) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(225, 225, 225, 1) 52%, rgba(225, 225, 225, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00e1e1e1', GradientType=0);
	z-index: 0;
}

#shopping_cart label {
	margin-right: 10px;
}

#shopping_cart h4 {
	font-size: 16px;
	margin-top: 10px;
	background: transparent !important;
	position: relative;
	z-index: 2;
}

#tickets_template_type, #customers_id, #groups_id {
	border: 0px solid transparent !important;
	height: 15px;
	font-size: 8px;
	width: 25px;
	color: #fafafa;
}

#tickets_template_type:after, #customers_id:after {
	content: '/';
}

.title_resource_name {
	position: absolute;
	text-align: center;
	padding: 5px 0px;
}

.title_resource_name.dayview {
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	margin-left: -1px;
	box-shadow: inset 0px 0px 5px #ccc;
}

.ui-autocomplete {
	z-index: 6000 !important;
}

.slidingDiv {
	display: block;
	background-color: #99CCFF;
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 5px solid #3399FF;
	width: 46.4%;
}

#frm_orders_filter, .show_hide {
	position: relative;
	display: inline-block;
	z-index: 3;
	padding-bottom: 10px;
}

#frm_orders_filter input[type=text] {
	padding: 2px;
	margin-bottom: 5px;
}

#ui-datepicker-div {
	z-index: 10001 !important;
}

#frm_orders_filter input[type=submit] {
	font-size: 12px;
	color: #fff !important;
	background: #228fb6 !important;
	background: -moz-linear-gradient(top, #228fb6 0%, #175369 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e698c), color-stop(100%, #30576e)) !important;
	background: -webkit-linear-gradient(top, #228fb6 0%, #175369 100%) !important;
	background: -o-linear-gradient(top, #228fb6 0%, #175369 100%) !important;
	background: -ms-linear-gradient(top, #228fb6 0%, #175369 100%) !important;
	background: linear-gradient(top, #228fb6 0%, #175369 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e698c', endColorstr='#30576e', GradientType=0) !important;
	border-radius: 3px;
	border: 1px solid #000;
	text-align: center;
	padding: 2px;
	text-decoration: none;
	text-shadow: 0px 1px 1px #000 !important;
}

#frm_orders_filter label.optional, #orders_filter label.optional {
	display: block;
	font-weight: bold;
	width: 140px;
	padding-top: 15px;
	padding-bottom: 3px;
	font-size: 13px;
}

.cool_effect {
	padding: 15px 0px 15px 0px;
	color: #fd53c6;
	font-family: "Museo";
	font-size: 12px;
	margin: 12px auto;
	text-align: center;
	/*text-shadow: 0 0 10px #FFFFFF, 0 0 20px #FFFFFF, 0 0 30px #FFFFFF, 0 0 40px #FF00DE, 0 0 70px #FF00DE, 0 0 80px #FF00DE, 0 0 100px #FF00DE, 0 0 150px #FF00DE*/
	;
	text-transform: uppercase;
}

#frm_orders_filter input[type=radio] {
	margin-top: 3px;
	margin-right: 3px;
}

#orders_filter input[type=checkbox] {
	margin-top: 3px;
	margin-right: 3px;
}

#frm_orders_filter label {
	font-weight: normal;
	font-size: 12px;
}

.resources_filter {
	display: block;
	cursor: pointer;
}

#frm_orders_filter #filtern {
	display: block;
	margin-top: 10px;
}

.show_hide {
	display: none;
}

#calendar_filter .show_hide {
	position: absolute;
	right: 10px;
	bottom: 0px;
}

.other_type_chooser {
	float: right;
}

.filter_wrapper {
	width: 47.25%;
}

.ui-dialog {
	z-index: 999;
}

/*
.ui-dialog ul.errors {
	float: left;
}
/*
##############################################################################################################
INVOICES
##############################################################################################################
*/

.fieldset {
	border: 1px solid #ccc !important;
	padding: 10px;
	display: none;
	float: none;
	clear: both;
	width: 100%;
	min-height: 15px;
	position: relative;
	overflow: hidden !important;
	background: #fcfcfc !important;
}

.fieldset_classic {
	display: block;
	width: 700px;
	border: 1px solid #ccc !important;
	padding: 10px;
	float: none;
	clear: both;
	min-height: 15px;
	position: relative;
	overflow: hidden !important;
}

.fieldset label {
	display: inline-block !important;
	font-size: 10px !important;
	width: 100px !important;
}

input.pos_small {
	width: 60px !important;
	padding: 2px !important;
	border-radius: 2px !important;
	border: 1px solid #aaa !important;
	font-size: 10px !important;
}

input.pos_medium {
	width: 90px !important;
	padding: 2px !important;
	border-radius: 2px !important;
	border: 1px solid #aaa !important;
	font-size: 10px !important;
}

input.pos_max {
	width: 537px !important;
	padding: 2px !important;
	border-radius: 2px !important;
	border: 1px solid #aaa !important;
	font-size: 10px !important;
}

input.invoices_positions_text {
	width: 400px;
	padding: 5px;
	border-radius: 2px;
	border: 1px solid #aaa;
}

.invoices_positions_internal_note {
	width: 402px;
	padding: 5px;
	border-radius: 2px;
	border: 1px solid #aaa;
	height: 20px;
	display: block;
	margin-top: 2px;
	box-size: border-box;
	margin-left: 2px;
	resize: none;
}

input.invoices_positions_value, input.invoices_positions_qty, input.invoices_rabatt {
	width: 60px;
	padding: 5px;
	border-radius: 2px;
	border: 1px solid #aaa;
}

input.invoices_positions_qty {
	margin-top: 0px;
	display: inline-block;
}

input.invoices_rabatt {
	width: 60px !important;
	font-size: 1.2em !important;
}

textarea.pos_max {
	height: 50px;
	width: 400px;
	resize: none;
	margin-left: 35px;
}

#add_position {
	border-collapse: separate;
	border-spacing: 0 5px;
	margin-bottom: 10px;
	width: 100%;
}

#add_position td {
	/*	vertical-align: center !important; */
	vertical-align: middle !important;
    text-align: center;
	padding: 2px 5px;
	line-height: 25px;
}

#add_position tr td:first-child {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

#add_position tr td:last-child {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

#add_position tr td {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

#add_position tr:hover td {
	background: #e0e0e0;
}

#add_position tr.selected td {
	background: #deffde;
}

#add_pos {
	background: url("../images/icons/add.png") no-repeat top left;
	display: block;
	width: 20px;
	height: 20px;
	background-size: contain;
	position: absolute;
	right: 0px;
	bottom: 0px;
	cursor: pointer;
}

.del_pos {
	background: url("../images/icons/delete.png") no-repeat top left;
	display: block;
	width: 20px;
	height: 20px;
	background-size: contain;
	cursor: pointer;
}

#no_position_fieldset {
	border: 1px solid #B27575 !important;
}

#no_position_fieldset h4 {
	background: transparent;
	color: #B27575;
}

#no_position_fieldset h4.open {
	margin-bottom: 15px;
}

#no_position_fieldset a {
	color: #a00;
}

#tool_box {
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
	margin-top: 10px !important;
	height: 20px !important;
}

#rabatt {
	display: none;
}

#add_rabatt {
	background: url("../images/icons/rabatt.png") no-repeat top left;
	display: block;
	width: 20px;
	height: 20px;
	background-size: contain;
	position: absolute;
	left: 0px;
	bottom: 0px;
	cursor: pointer;
	z-index: 100;
}

#add_rabatt.close {
	background: url("../images/icons/no_rabatt.png") no-repeat top left;
	display: block;
	width: 20px;
	height: 20px;
	background-size: contain;
	position: absolute;
	left: 0px;
	bottom: 0px;
	cursor: pointer;
}

#no_position_warning {
	background: url("../images/arrow_down.png") no-repeat top left;
	display: block;
	width: 20px;
	height: 20px;
	background-size: contain;
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
}

#no_position_warning.close {
	background: url("../images/arrow_up.png") no-repeat top left;
	display: block;
	width: 20px;
	height: 20px;
	background-size: contain;
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
}

#no_position #no_invoice_result {
	/*	vertical-align: center; */
	vertical-align: middle;
	text-align: left;
	min-width: 25px;
}

#no_position h5 {
	margin-bottom: 5px;
}

.invoice_warning {
	margin: 0 !important;
	/*padding: !important;*/
	padding: 0 !important;
	display: block;
	margin-bottom: 5px;
}

.invoice_warning:first-child {
	margin: 0 !important;
	/*padding: !important;*/
	padding: 0 !important;
	margin-top: 15px !important;
	display: block;
	margin-bottom: 5px;
	background: #ff0;
}

.invoices_positions_tax_rate {
	font-size: 12px !important;
	width: 100px !important;
	padding: 5px !important;
	display: block;
	margin-top: 3px;
	border-radius: 2px;
	border: 1px solid #aaa;
}

.invoices_positions_summ {
	font-size: 12px !important;
	width: 72px !important;
	padding: 5px !important;
	display: block;
	margin-top: 3px;
	border-radius: 2px;
	border: 1px solid #aaa;
}

.error_code {
	cursor: pointer;
	color: #888;
}

.error_code:hover {
	color: #a00;
}

.add_special {
	border-radius: 5px !important;
	border: 1px solid #bbb !important;
}

#rabatt {
	padding: 5px;
	border-radius: 5px;
	width: 100%;
	border: 1px solid #bbb;
	margin-top: 5px;
	margin-bottom: 10px;
	position: relative;
	z-index: 10;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	background: #ffffff;
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f1f1f1), color-stop(51%, #e1e1e1), color-stop(100%, #f6f6f6));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
	/* IE6-8 */
}

#rabatt:after {
	content: '';
	display: block;
	width: 50px;
	height: 30px;
	position: absolute;
	margin-top: -98px;
	margin-left: -5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	z-index: 1;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	border-left: 1px solid #bbb;
	border-top: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background: #fdfdfd;
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZGZkZmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fdfdfd 0%, #f4f4f4 47%, #fdfdfd 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(47%, #f4f4f4), color-stop(100%, #fdfdfd));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fdfdfd 0%, #f4f4f4 47%, #fdfdfd 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fdfdfd 0%, #f4f4f4 47%, #fdfdfd 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fdfdfd 0%, #f4f4f4 47%, #fdfdfd 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fdfdfd 0%, #f4f4f4 47%, #fdfdfd 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#fdfdfd', GradientType=0);
	/* IE6-8 */
}

#search_result {
	margin-left: 10px;
	width: 675px;
}

.fieldset_classic #internal_note, .fieldset_classic #invoices_additional_text, .fieldset_classic #invoices_address {
	width: 685px;
	height: 100px;
	resize: none;
	padding: 5px !important;
}

.required_failed {
	border: 1px solid #f00 !important;
	box-shadow: inset 0px 0px 5px rgba(255, 0, 0 0.2);
}

.required_failed:focus {
	border: 1px solid #f00 !important;
	box-shadow: inset 0px 0px 0px #f00;
}

.required_failed_after {
	display: block;
	color: #f00;
}

.multiplicator {
	display: inline-block;
	width: 25px;
	text-align: right;
}

table#summ {
	width: 100%;
}

label.gsumm {
	font-size: 16px !important;
	width: 250px !important;
}

input.gsumm, input.gsumm:hover {
	font-size: 16px !important;
	background: none !important;
	border: none !important;
	box-shadow: none !important;
}

.invoiced_icon {
	display: inline-block;
	position: absolute;
	right: 23px;
	margin-top: -6px;
	width: 16px;
	height: 16px;
	background: url(../images/icons/bs_invoiced.png) no-repeat transparent;
	background-size: contain;
}

/*
##############################################################################################################
SUNSETTIMES
##############################################################################################################
*/

#sunsettimes {
	z-index: 10 !important;
}

#sunsettimes.front {
	z-index: 1 !important;
}

#sunsettimes.uni {
	background: rgba(0, 0, 70, 0.25);
}

#sunsettimes.opaque {
	background: rgba(0, 0, 70, 0.9);
}

#sunsettimes.gradient {
	background: -moz-linear-gradient(top, rgba(0, 0, 70, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 70, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.7)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0, 0, 70, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0, 0, 70, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0, 0, 70, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(0, 0, 70, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000046', endColorstr='#66000000', GradientType=0);
	/* IE6-9 */
}

#sunsettimes.colorfull {
	background: -moz-linear-gradient(top, rgba(255, 103, 15, 0.45) 0%, rgba(255, 15, 19, 0.45) 24%, rgba(17, 11, 196, 0.45) 70%, rgba(0, 0, 0, 0.45) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 103, 15, 0.45)), color-stop(24%, rgba(255, 15, 19, 0.45)), color-stop(70%, rgba(17, 11, 196, 0.45)), color-stop(100%, rgba(0, 0, 0, 0.45)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 103, 15, 0.45) 0%, rgba(255, 15, 19, 0.45) 24%, rgba(17, 11, 196, 0.45) 70%, rgba(0, 0, 0, 0.45) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 103, 15, 0.45) 0%, rgba(255, 15, 19, 0.45) 24%, rgba(17, 11, 196, 0.45) 70%, rgba(0, 0, 0, 0.45) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 103, 15, 0.45) 0%, rgba(255, 15, 19, 0.45) 24%, rgba(17, 11, 196, 0.45) 70%, rgba(0, 0, 0, 0.45) 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(255, 103, 15, 0.45) 0%, rgba(255, 15, 19, 0.45) 24%, rgba(17, 11, 196, 0.45) 70%, rgba(0, 0, 0, 0.45) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40ff670f', endColorstr='#40000000', GradientType=0);
	/* IE6-9 */
}

#sunsettimes.uni:before {
	content: '';
	display: block;
	height: 100%;
	width: 60px;
	position: relative;
	z-index: 20 !important;
	background: rgba(0, 0, 70, 0.25);
}

#sunsettimes.opaque:before {
	content: '';
	display: block;
	height: 100%;
	width: 60px;
	position: relative;
	z-index: 20 !important;
	background: transparent;
	/*rgba(0, 0, 70, 0.25) !important;*/
	box-shadow: inset 0 0 10px rgba(0, 0, 70, 0.25);
}

#sunsettimes.gradient:before {
	content: '';
	display: block;
	height: 100%;
	width: 60px;
	margin-left: 0px;
	position: relative;
	z-index: 20 !important;
	background: -moz-linear-gradient(top, rgba(0, 0, 70, 0.05) 0%, rgba(0, 0, 0, 0.1) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 70, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0, 0, 70, 0.05) 0%, rgba(0, 0, 0, 0.1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0, 0, 70, 0.05) 0%, rgba(0, 0, 0, 0.1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0, 0, 70, 0.05) 0%, rgba(0, 0, 0, 0.1) 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(0, 0, 70, 0.05) 0%, rgba(0, 0, 0, 0.1) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000046', endColorstr='#66000000', GradientType=0);
	/* IE6-9 */
}

#sunsettimes.colorfull:before {
	content: '';
	display: block;
	height: 100%;
	width: 60px;
	position: relative;
	z-index: 20 !important;
	background: -moz-linear-gradient(top, rgba(255, 103, 15, 0.25) 0%, rgba(255, 15, 19, 0.25) 24%, rgba(17, 11, 196, 0.25) 70%, rgba(0, 0, 0, 0.25) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 103, 15, 0.25)), color-stop(24%, rgba(255, 15, 19, 0.25)), color-stop(70%, rgba(17, 11, 196, 0.25)), color-stop(100%, rgba(0, 0, 0, 0.25)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 103, 15, 0.25) 0%, rgba(255, 15, 19, 0.25) 24%, rgba(17, 11, 196, 0.25) 70%, rgba(0, 0, 0, 0.25) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 103, 15, 0.25) 0%, rgba(255, 15, 19, 0.25) 24%, rgba(17, 11, 196, 0.25) 70%, rgba(0, 0, 0, 0.25) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 103, 15, 0.25) 0%, rgba(255, 15, 19, 0.25) 24%, rgba(17, 11, 196, 0.25) 70%, rgba(0, 0, 0, 0.25) 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(255, 103, 15, 0.25) 0%, rgba(255, 15, 19, 0.25) 24%, rgba(17, 11, 196, 0.25) 70%, rgba(0, 0, 0, 0.25) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40ff670f', endColorstr='#40000000', GradientType=0);
	/* IE6-9 */
}

.form_inputs_break {
	padding: 5px;
}

.form_inputs_break .date_picker_input {
	margin-left: 0px !important;
	border: 1px solid #888;
	height: auto;
	margin-right: 5px;
}

.form_inputs_break .date_picker_input[disabled="disabled"], .form_inputs_break .date_picker_input[disabled="disabled"]:hover {
	background: transparent;
	color: #888;
}

.form_inputs_break .date_picker_input, .form_inputs_break .date_picker_input:hover {
	background: #fff;
	color: #000;
}

.form_inputs_break input {
	width: 150px;
	padding: 5px;
	margin-bottom: 3px;
	border: 1px solid #888;
}

.form_inputs_break select {
	width: 160px;
	padding: 5px;
	margin-bottom: 3px;
	border: 1px solid #888;
}

.form_inputs_break label {
	display: inline-block;
	width: 150px;
	padding: 5px;
	margin-bottom: 3px;
}

.form_inputs_break .warning {
	font-size: 10px;
	color: #eedd00 !important;
	text-shadow: 0px 0px 1px #000, 0px 0px 3px #000;
	margin-left: 30px;
}

.form_inputs_break .warning:before {
	content: '';
	background: url('../images/icons/new_warning.png') no-repeat top left;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-top: 5px;
	margin-left: -20px;
	position: absolute;
	background-size: contain;
}

.form_inputs_break .error {
	font-size: 10px;
	color: #f00;
	text-shadow: 0px 0px 3px #888;
	margin-left: 30px;
	display: inline-block !important;
}

.form_inputs_break .error:before {
	content: '';
	background: url('../images/icons/new_error.png') no-repeat top left;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-top: -5px;
	margin-left: -20px;
	position: absolute;
	background-size: contain;
}

.datepicker_container.inactive img {
	display: none;
}

.small {
	font-size: 10px;
}

.bolder {
	font-weight: 600;
}

.invoices_internal_comment {
	display: block;
	font-style: italic;
	color: #800;
}

/* #commentUpdateWrapper {
	margin-top: 150px;
} */

.nice_submitter {
	font-size: 12px;
	align: left;
	/*position:absolute;
	*/
	bottom: 5px;
	color: #fff !important;
	background: #228fb6 !important;
	background: -moz-linear-gradient(top, #228fb6 0%, #175369 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e698c), color-stop(100%, #30576e)) !important;
	background: -webkit-linear-gradient(top, #228fb6 0%, #175369 100%) !important;
	background: -o-linear-gradient(top, #228fb6 0%, #175369 100%) !important;
	background: -ms-linear-gradient(top, #228fb6 0%, #175369 100%) !important;
	background: linear-gradient(top, #228fb6 0%, #175369 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e698c', endColorstr='#30576e', GradientType=0) !important;
	border-radius: 3px;
	border: 1px solid #000;
	text-align: center;
	padding: 5px;
	padding-top: 7px;
	text-decoration: none;
	text-shadow: 0px 1px 1px #000 !important;
	font-weight: 800;
	cursor: pointer;
}

.payment_methods_form_image {
	width: calc(100% - 15px);
	padding: 5px;
	border: 1px solid #aaa;
}

.payment_medhtods_image_preview {
	max-width: 200px;
	max-height: 30px;
}

#pagination-top-wrapper {
	/*	width: 400px; */
	margin-right: 40px;
	float: left;
}

.simple_container {
	margin-bottom: 15px;
}

.simple_button {
	border: 1px solid #888;
	border-radius: 3px;
	padding: 3px;
	font-size: 12px;
	line-height: 18px;
	cursor: pointer;
	background: #fff;
	display: block;
	width: 80px;
	margin-bottom: 15px;
}

.simple_button:hover {
	background: #eee;
}

.icon_email {
	width: 16px;
	height: 16px;
	background: url(../images/icons/bs_invert_mail.png) top left no-repeat transparent;
	background-size: contain;
	padding: 0;
	margin: 0;
	display: inline-block;
	margin-left: 5px;
	margin-top: -5px;
}

.ml_25 {
	margin-left: 25px;
	margin-top: 2px;
}

.icon_email:before {
	content: '' !important;
	background: none !important;
}

.ppoid_icon {
	width: 16px;
	height: 16px;
	background: url(../images/payment_methods_logos/payment_gateway_standard_icon.png) top left no-repeat transparent;
	background-size: contain;
	padding: 0;
	margin: 0;
	display: inline-block;
	margin-left: 5px;
	margin-top: -5px;
}

.ppoid_icon ul li {
	background: #fff;
	padding: 5px 15px;
	border: 1px solid #888;
	border-radius: 5px;
	margin-left: 20px;
	margin-top: -5px;
	list-style-type: none;
	box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.25);
}

.ppoid_icon ul {
	visibility: hidden;
	position: absolute;
}

.ppoid_icon:hover ul {
	visibility: visible;
	position: absolute;
}

/* added for displaying org price in ticket tabs
 * @author     Author of Hotfix "Dominik Much" <d.much@coretress.de>
 * @since      07.07.2015
 */

.cart_item_infos_pricing_org {
	text-decoration: line-through;
	color: #B00985;
}

/*
 * fix for dialog close button
 */

.ui-dialog-titlebar-close .ui-icon-closethick {
	top: 0 !important;
	left: -2px !important;
}

.alert-info {
	color: #31708f !important;
	background-color: #d9edf7 !important;
	border-color: #bce8f1 !important;
}

.alert-success {
	color: #3c763d !important;
	background-color: #dff0d8 !important;
	border-color: #d6e9c6 !important;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.table tr:nth-child(even) {
	background: #F7F7F7;
}

.table tr:nth-child(odd) {
	background: #FFF;
}

.table-inventory-wrapper {
	max-height: 500px;
	overflow: auto;
}

.pager-inner {
	margin-top: 6px;
}

.modal-title-shop-sync {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 22px;
}

.frontend_booking {
    z-index: 4 !important;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.crossSellingTable td, .crossSellingTable th{
	height: 25px;
}

.cross-body {
	font-size: 22px;
}

.cross-group {
	border: solid 1px #c7bebe;
    border-radius: 8px;
margin-bottom: 15px;
    padding-bottom: 5px;
}

.group-title, .item-info {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 5px;
}

.group-title {
	font-weight: 700;
	border-bottom: 1px solid #c7bebe;
}

.item-info {
	padding-left: 5px;
	padding-right: 5px;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
    width: 200px;
}

.flex-start {
    display: flex;
    justify-content: flex-start;
    min-width: 200px;
}

.group-item {
	display: flex;
	justify-content: space-between;
}

.group-item, .item, .group-title {
	padding-top: 5px;
	padding-left: 2px;
}

.reveal-modal.large {
	width: 45%;
}

/* # Scan Monitor # */
div#container.container.blackbox #log dl img {
    width: 70%;
}