body {
	font-family: Helvetica, Arial, sans-serif;
	background: #f9f9f9;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

div[data-role="header"].ui-header-fixed {
	z-index: 1000;
}

.clearFloating {
	clear: both;
}

/* loading divs using FA */

.loading-block {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(190, 190, 190, 0.6);
}

.loading-block i {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -0.5em;
	margin-left: -0.5em;
	vertical-align: middle;
	text-align: center;
	text-shadow: none;
}

.loading-noblock {
	position: fixed;
	left: 100%;
	top: 100%;
	z-index: 9997;
	background: transparent;
}

.loading-noblock i {
	position: fixed;
	top: 100%;
	left: 100%;
	margin-top: -1em;
	margin-left: -1em;
	vertical-align: middle;
	text-align: center;
	text-shadow: none;
}

#rememberme-label {
	border-radius: 4px;
	font-weight: 100;
	background: rgb(246, 246, 246);
	border-color: rgb(246, 246, 246);
}

#rememberme-label:hover {
	background-color: rgb(246, 246, 246);
	border-color: rgb(246, 246, 246);
}

/* todo replace with font awesome */
.ui-icon-logout {
	background-image: url('../images/logout-18.png');
	background-position: inherit;
}

.change-pass-fail {
	color: #DD4B39;
	line-height: 17px;
	margin-top: 15px;
}

.change-pass-success {
	color: green;
	line-height: 17px;
	margin-top: 15px;
}

.center-wrapper {
	text-align: center;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
	align: center;
	text-align: center;
}

#control-buttons-div a {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 2px;
	margin-right: 2px;
}

/*
.my-radio-icon {
	height: 18px;
	width: 18px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	display: block;
	background-color: rgba(0, 0, 0, 0.4);
}*/

#persInfo {
	font-size: 0.8em;
}

.center-wrapper {
	text-align: center;
}

.center-wrapper * {
	margin: auto auto auto auto;
}

.login-width {
	max-width: 400px;
}

#login-failure-msg {
	color: #DD4B39;
	line-height: 17px;
	margin-top: 15px;
}

.home-width {
	max-width: 800px;
}

.hidden, .hidden-element {
	display: none !important;
}

#user-info {
	font-size: 13px;
}

.evoapp {
	display: inline-block;
	margin: 15px;
	text-decoration: none;
}

.evoapp-label {
	display: block;
	font-size: 75%;
	color: black;
}

/* todo remove implicit jqm styling and use separate classes */

.icon-info-sign {
	float: right;
	margin-right: 3px;
	cursor: pointer;
}

.resource-monatsauswertung {
	float: right;
	margin-right: 3px;
	cursor: pointer;
}

.resource-info-icon {
	float: right;
	margin-right: 3px;
	cursor: pointer;
}

.resource-info-icon :before {
	content: " "
}

.fc-corner-right {
	background-image: none;
}

#pers-info-username {
	font-weight: bolder;
	text-align: center;
	border-bottom: 2px double;
}

.evoApps-navbar {
	list-style-type: none;
}

.popup-list {
	overflow-y: auto;
	height: 20em;
	width: 25em;
}

.list-no-search {
	margin-top: auto !important;
}

.inline-element {
	display: inline-block !important;
}

/***********************BEGIN DATEPICKER THEME CUSTOMIZING*/
.ui-datepicker {
	background: #eeeeee !important;
	border: 1px silver;
	-moz-box-shadow: inset 0 0 3px #555, 0 0 9px #555 !important;
	-webkit-box-shadow: inset 0 0 3px #555, 0 0 9px #555 !important;
	box-shadow: inset 0 0 3px #555, 0 0 9px #555 !important;
	z-index: 9999 !important;
}

.ui-datepicker * {
	text-shadow: none !important;
	font-weight: normal;
	font-size: 95%;
}

#ui-datepicker-div {
	border-radius: 4px;
	width: 230px;
}

.ui-datepicker select {
	/* copied from .jquiblue .ui-widget-header */
	border: 1px solid #387bbe;
	background: #387bbe url("images_blue/ui-bg_highlight-soft_50_387bbe_1x100.png") 50% 50% repeat-x;
	color: #ffffff;
}

/*replace datepicker icons*/
.datepicker .ui-icon-circle-triangle-w {
	background-position: -97px 0 !important;
}

.datepicker .ui-icon-circle-triangle-e {
	background-position: -32px 0 !important;
}

.datepicker .ui-state-hover .ui-icon,
.datepicker .ui-state-focus .ui-icon {
	background-image: url("images_blue/ui-icons_d8e7f3_256x240.png");
}

.ui-datepicker-buttonpane {
	border: none !important;
	font-size: 80%;
}

/*.datepicker .ui-priority-primary {*/
/*display: none;*/
/*}*/

.datepicker .ui-priority-secondary {
	opacity: 1 !important;
}

/*.datepicker {*/
/*position: relative !important;*/
/*left: -10px !important;*/
/*}*/

/***********************END DATEPICKER THEME CUSTOMIZING*/

.displaySettings {
	list-style-type: square;
}

#filter {
	float: right;
}

/*********Tooltip popup**********/

.sis-ttooltip {
	text-align: center;
	color: #ffffff;
	background: #588ebe;
	position: absolute;
	padding: 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	text-shadow: none !important;
	z-index: 1000000;
}

.sis-ttooltip:after /* triangle decoration */
{
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #588ebe;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
}

.sis-ttooltip.top:after {
	border-top-color: transparent;
	border-bottom: 10px solid #588ebe;
	top: -20px;
	bottom: auto;
}

.sis-ttooltip.left:after {
	left: 10px;
	margin: 0;
}

.sis-ttooltip.right:after {
	right: 10px;
	left: auto;
	margin: 0;
}

.autoComplete-field {
	position: absolute;
	z-index: 1000;
	overflow-y: scroll;
	max-height: 250px;
}

/** SIDE PANEL ***********************/
.row-visible a {
	color: #000000 !important;
}

.row-invisible a {
	color: #a4a4a4 !important;
}

.row-selected a {
	color: #588ebe !important;
}

.div_error {
	border: 1px solid red !important;
}

label.error {
	padding-top: .5em;
	color: red;
	/*font-family: san-serif;*/
	font-size: small;
}

/** PersonalInfoView **/
.dayinfo-bullet {
	margin: 4px 0 3px 0;
	font-size: small;
	font-weight: bold;
}

.info-spacer {
	border-top: 1px solid black;
	margin: 0.5em 0 0.5em 0;
}

.dayinfo-content {
	margin: 0 0 2px 4px;
	font-size: small;
}

.dayInfoPopupButton.notCleared {
	color: red;
}

.dayInfoPopupButton {
	cursor: pointer;
}

/************** jquery blockUI / growlUI *****************/
div.growlUI {
	font-family: Helvetica, Arial, sans-serif;
	background: url(../images/presenceStatusAbsent-64.png) no-repeat 10px 10px;
	background-size: 40px;
}

div.growlUI h1 {
	font-size: medium;
	color: white;
	padding: 5px 5px 5px 75px;
	text-align: left
}

div.growlUI h2 {
	font-size: small;
	color: white;
	padding: 0 5px 5px 75px;
	text-align: left
}

/* Popup buttons - todo rename? */
.buttons {
	text-align: center;
}

.transition-ease {
	transition: all 0.6s ease-in-out;
}

.popup-spinner-header {
	margin: 7px;
	float: left;
}

#representativeList, #altRepresentativeList {
	margin: 0 !important;
}

#calendarDialogForm label {
	margin-top: 10px;
}

/* BEGIN scrollable panel */

.ui-panel.ui-panel-open {
	position: fixed;
}

.ui-panel-inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: -1px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

/* END scrollable panel */

.mobilespacer {
	height: 400px;
}

#pers-info-popup-div .ui-content .ui-collapsible-content {
	max-height: 500px;
	overflow-y: auto;
}

.ui-popup .ui-header h1.ui-title {
	margin: .6em 8% .8em; /* fix jqm header title element too small*/
}

.unselectableText {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ScrollbarStyle::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	background-color: #F5F5F5;
}

.ScrollbarStyle::-webkit-scrollbar {
	width: 10px;
	border-radius: 5px;
	background-color: #F5F5F5;
}

.ScrollbarStyle::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #6A7780;
}

.BlockBgEl {
	z-index: 10000;
	border: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.3;
	cursor: default;
	position: fixed;
	background-color: rgb(0, 0, 0);
}

[data-invoke] {
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* scrollbox markings for scroll data hints - copy and replace 'white' with your bg-color*/
.scrollbox {
	background: linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
	background: linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
	background-repeat: no-repeat;
	background-color: white;
	background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
	background-attachment: local, local, scroll, scroll;
}

.forceFocus {
	box-shadow: 0 0 3px 1px #619ac7;
	border-color: #619ac7 !important;
}

.ScrollContainer {
	overflow: auto;
	background: linear-gradient(#fcfcfc 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #fcfcfc 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
	background: linear-gradient(#fcfcfc 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #fcfcfc 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
	background-repeat: no-repeat;
	background-color: #fcfcfc;
	background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
	background-attachment: local, local, scroll, scroll;
}

/* END scrollcontainer */

.inline-block {
	display: inline-block;
}

.clickable {
	cursor: pointer;
}