@import url(/fonts/material-design-icons/material-icons.css);
/**
 * #009bd4 - sparkle-Blau
 * #a1daf7 - sparkle-Hellblau
 */
body {

	background: rgba(66,138,202,1);
	background:  url(../logo_on_blue_trans.png), -o-linear-gradient(top, rgba(66,138,202,1) 0%, rgba(191,208,227,1) 100%);
	background:  url(../logo_on_blue_trans.png), -ms-linear-gradient(top, rgba(66,138,202,1) 0%, rgba(191,208,227,1) 100%);
	background: url(../logo_on_blue_trans.png), linear-gradient(to bottom, rgba(66,138,202,1) 0%, rgba(191,208,227,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#428aca', endColorstr='#bfd0e3', GradientType=0 );
	
 	background-repeat: no-repeat;
    background-attachment: fixed;
	background-position: right bottom, center top;
	height: 100%;
	margin: 0;
	--sparkle-blue: #009bd4;
	--sparkle-light-blue: #a1daf7;
}
@media (max-width:400px) {
	body {
		background-size: contain;
	}
}
::-webkit-scrollbar {
	width: 8px;
	background-color: rgba(255,255,255, 0.35);
	border-radius: 0 2px 2px 0;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(100,100,100,0.5);
    border-radius: 2px;
}
::-webkit-scrollbar-thumb:hover {
	background-color: rgba(100,100,100,0.7);
}
pre {
	padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
pre.styleless {
	border: none;
	padding: 0;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	background-color: inherit;
}
:is(button,[type="button"],[type="reset"],[type="submit"]):not(
	.btn,
	.no-btn,
	.btn-default,
	.btn-primary,
	.btn-success,
	.btn-info,
	.btn-warning,
	.btn-danger,
	.select2-selection__choice__remove
)
{
	background-color: #eee;
	border-radius: 0;
	border: thin solid #ccc;
	padding: 5px;
	transition:color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out, background-color 0.2s;
}
:is(button,[type="button"],[type="reset"],[type="submit"]):not(
	.btn,
	.no-btn,
	.btn-default,
	.btn-primary,
	.btn-success,
	.btn-info,
	.btn-warning,
	.btn-danger,
	.select2-selection__choice__remove
):hover {
	background-color: #ddd;
}

.material-icons {
	font-size: 18px;
	vertical-align: middle;
}
.help-icon {
	color: rgba(66,138,202,1);
	font-size: inherit;
	vertical-align: text-top;
}

#nachObenBtn {
	position : fixed;
	width: 50px;
	height : 50px;
	background-color: #009bd4;
	color: white;
	top: 90%;
	right: 50px;
	text-align: center;
	font-size: 3em;
	font-weight: bolder;
	cursor: pointer;
	opacity: .7;
	line-height: 45px;
	border-radius: 100%;
}
#nachObenBtn .material-icons {
	font-size: 40px;
}
#topNavigation{
	color:black;
	background-color: white;
}
#topNavigation a{

}
#topNavigation a {  color: black;}
#topNavigation a:hover {
	background-color: #becfe2;
	transition: background-color 0.2s; 
}
#topNavigation a.active { 
	background-color:  #009bd4; 
	color: white;
}
.jqmWindow h1, .card h1 {
    color: #333333;
}

h1 {
	color: white;
	padding-bottom: 0;
}
h4 {
	font-size: 15px;
}
header {
	padding-bottom: 5px;
    margin-bottom: 15px;
	border-bottom: 1px solid #a1daf7;
}
header.scroll-to-fixed-fixed {
	background-color: white;
	border-bottom: 1px solid #a1daf7;
	padding:15px;
}
header.scroll-to-fixed-fixed h1 {
	color: black;
	border-bottom: none;
	padding: 0;
	margin: 0;
}
h3 {
	margin-top:0;
}

.datatable {
	background-color: #a1daf7;
}

#tabs, .jqmWindow {
	background:  white;
}



/*WELLNESS*/
.terminplan {
    background-color: rgba(255, 255, 255, 0.3);
}
.spkl-kalender th {
	color:white;
}
.login_fieldset, .btn.indexbtn
{
	background-color:white;
	border-radius:0px;
	padding:20px;
	max-width:400px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:50px;
	border-top-left-radius:30px;
	
	margin: 0 auto;
	box-shadow: 1px 2px 6px #454545;
	border:none;
}
.login_fieldset {
	min-height:230px;
}

.btn.indexbtn {
	width:120px;
	height:120px;
	margin: 5px;
	border-radius: 0;
	vertical-align:middle;
	font-size: 16px;
	box-shadow: none;
	cursor: pointer;
	padding: 5px;
	font-weight:inherit;

}
.indexbtn:hover {
	transition: background-color 0.2s; 
	background-color: #becfe2;
}

.btn:not(.btn-default,.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger,.active,.bigAddButton){
	background-color: #fdfdfd;
	color: black;
}
.btn:not(.btn-default,.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger,.active,.bigAddButton):hover {
	background-color: #ddd;
	color: black;
}
.btn {
	vertical-align: initial;
	border-radius:0;
	font-size: 14px;
	transition: color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out, background-color 0.2s;
	border: thin solid #ccc;
}
.btn-pill {
	border-radius: 20px;
}
.btn.admin-menu.indexbtn, .btn.indexbtn.kmit-btn {
    font-weight: bold;
    background-color: #ffd79a !important;
}
.gitInfo{
	padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
	color: #cc0000;
	width: 95%;
}

.modal-header .close, .modal-header .close:hover {
	background-color: transparent !important;
	padding: 10px;
	margin: -12px;
	font-size: 25px;
	border: none !important;
}
.modal-content {
	border-radius: 0;
}


.form-control {
	border-radius:0;
}
.form-control:focus {
    box-shadow: 0 0 0 1px rgba(0,123,255,.25);

}

.scroll-to-fixed-fixed .btn ~ input {
	border-color: #F1F1FA;
}
.nav-tabs .nav-item {
	margin-top: auto;
}
.nav-tabs .nav-link {
	background-color: rgba(255, 255, 255, 0.5);
	color:black;
}
.nav-tabs .nav-link.active {
	font-size: 110%;
}

.ui-tabs {
	padding:0;
	margin:0;
}
.ui-widget-header {
	border:none;
}
.ui-dialog-title {
	font-size: 19px;
    font-weight: normal;
    letter-spacing: 1.5px;
}

.ui-tabs-nav {
	border-bottom: 1px solid #e5e5e5;
	border-radius: 0;
}
.dialog.fullscreen {
	top:0;
	left:0;
	bottom:0;
	right:0;
	position: fixed;
	width: 100vw;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	margin-left: 0;
	display:flex;
	flex-direction: column;
	padding-right: 15px;
	overflow: auto;
	max-width: 100%;
}
.dialog.fullscreen .content {
	flex-grow:1;
	overflow: auto;
}
.dialog.fullscreen .buttons button {
	float:right;
}
.modal.fullscreen .modal-dialog{
	min-width: 100%;
    margin: 0;
}
.modal.fullscreen .modal-content {
	min-height: 100vh;
	min-height: calc(var(--vh, 1vh) * 100);
}

.box .content
{
	min-height: 120px;
	overflow-y: auto;
	/* height: 500px; */
}
.box, .ui-dialog
{
	padding: 0 14px;
	position: fixed;
	z-index: 1200;
	background-color: white;
	border: none; /*1px solid #E5E5E5*/;
	box-shadow:1px 1px 20px rgba(1, 1, 1, 0.2);
	max-height: 100vh;
	max-height: calc(var(--vh, 1vh) * 100);
	overflow: auto;
	box-sizing: border-box;
}
.box h3
{
	display: block;
	margin:10px 0;
}

.ui-corner-all {
	border-radius:0;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	background-image:none;
	background-color: #e5e5e5;
}
.ui-button {
	border:none;
	color:black;
} 

#subNavigation {
    background-color: white;
    color: black;
}
#subNavigation {
    margin: 0;
    text-align: left;
    width: 100%;
}
#subNavigation ul.menu > li {
    display: inline-block;
    padding: 0;
}
#subNavigation li {
    white-space: nowrap;
}
#subNavigation a {
    color: black;
}
#subNavigation a {
    display: inline-block;
    line-height: 27px !important;
    margin: 0;
    padding: 10px;
    vertical-align: middle;
}

#subNavigation .active {
	outline: 1px solid black;
}

.tabelle.zusatz {
	width: 100%;
	max-width: 1200px;	
}
.tabelle.zusatz .zugriff {
    font-size: 14px;
}
.tabelle.zusatz .has  {
	background-color: green;
    color: white;
    display: block;
	padding: 3px;
}
.tabelle.zusatz .has.not {
	background-color: red;
}


div.letitsparkle-bubble {
	border-radius: 100%;
	background: radial-gradient(ellipse at 30% 30%, rgba(0,0,0,0) 0, rgba(255,255,255,0.25) 70%);
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	will-change: transform;
}
div.letitsparkle-outer-sm{
	animation: leftright-sm 0.4s alternate infinite ease-in-out;
	bottom: 0;
	position: absolute;
}
@keyframes leftright-sm {
  to { transform: translate3d(30px,0,0);}
}
div.letitsparkle-outer-md{
	animation: leftright-sm 0.8s alternate infinite ease-in-out;
	bottom: 0;
	position: absolute;
}
@keyframes leftright-md {
  to { transform: translate3d(20px,0,0);}
}
div.letitsparkle-outer-lg{
	animation: leftright-sm 1.2s alternate infinite ease-in-out;
	bottom: 0;
	position: absolute;
}
@keyframes leftright-lg {
  to { transform: translate3d(10px,0,0);}
}


.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}


@media (min-width: 576px){
	div.modal-dialog {
   		max-width: unset;
    }
}
@media (min-width: 1200px){
	div.modal-dialog {
   		width: 1200px;
    }
}
@media (min-width: 1400px){
	div.modal-dialog {
    	width: 1350px;
    }
}

/*AlertifyJS*/
.alertify .ajs-dialog {
    max-width: 600px;
}
.alertify .ajs-commands {
    right: 3px !important;
	top: 3px !important;
	margin: 0 !important;
}
.alertify .ajs-commands button.ajs-close, .alertify-notifier .ajs-message .ajs-close {
	background-image: none !important;
	width: auto;
    height: auto;
	background-color: transparent !important;
	border: none !important;
	font-size: 20px;
}
.alertify-notifier .ajs-message .ajs-close {
    font-size: 45px;
    top: 0;
    margin: auto;
    line-height: 45px;
    bottom: 0;
    height: 45px !important;
	width: 45px !important;
}
.alertify .ajs-commands button.ajs-close::before, .alertify-notifier .ajs-message .ajs-close:before {
	font-family: 'Material Icons';
	 content: 'close'; 
}
_:-ms-lang(x),
.alertify .ajs-commands button.ajs-close::before, .alertify-notifier .ajs-message .ajs-close:before {
   content: '\e5cd'; /*close für IE*/
}
.alertify .ajs-commands button.ajs-close {
	background-image: none !important;
}
.alertify-notifier.ajs-right {
	right: 0;
}
.alertify-notifier .ajs-message{
	margin: 10px;
	padding: 5px;
	font-size: 16px;
	border-radius: 40px 0 0 40px;
	text-shadow: 0px 0px 0 rgba(0,0,0,.5);

}
.alertify-notifier .ajs-message.ajs-visible {
	padding: 20px 45px 20px 30px;
}
.alertify-notifier .ajs-message.ajs-success {
	background:rgba(92,184,17,.8);
	
	color: white;
}

.alertify-notifier .ajs-message.ajs-error {
	background: rgba(254,26,0,.8);
	color: white;
}
.ajs-content {
	font-size: 15px;
}
.alertify .ajs-modal {
	z-index: 1000001;
}
.alertify .ajs-dimmer {
	z-index: 1000000;
	
}
.btn.focus, .btn:focus {
	/* box-shadow: unset;*/
}
.select2-container--default .select2-selection--single {
	border-radius: 0 !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	color: black !important;
	background-color: var(--sparkle-light-blue) !important;
}
.tooltip-inner {
	background-color:#009bd4;
}
.tooltip .arrow {
}
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
	border-right-color: #009bd4;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
	border-bottom-color: #009bd4;
}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
	border-left-color: #009bd4;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
	border-top-color: #009bd4;
}
.tooltip.show {
    opacity: 1;
}

span.input-group-btn .btn, .right.input-group a span {
    height: 38px;
}
.modal-content {
    padding-bottom: 15px;
}
.unselectable-text {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.alertify-notifier .ajs-message.ajs-visible {
    padding-right: 40px !Important;
}