/* Webfont: Lato-Light */
@font-face {
    font-family: 'LatoWebLight';
    src: url('../fonts/Lato-Light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato-Light.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Lato-Light.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'EuroPlate'; src: url('../fonts/EuroPlate.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


body {
  font-size: .875rem;
  background-color: #fcfcfc;
}
#minibody { width: 98%; }

.highlight { background:yellow;}

h1, h2, h3 {   font-family: LatoWebLight, sans, arial; }
h1 { font-size: 2rem; }
h2 { font-size: 1.5rem; }
h3 { font-size: 1.2rem; }

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}
.page-subtitle { font-size:1.2em;}

a { color: #aa0000; }
a:hover { color: #dd0000; text-decoration:none;}

#full-screen-background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  transition: top 30s ease;
}

.clickable { cursor: pointer; }
.clickable:hover { background:#f8f8f8; }

/* Anklickbare Karten (Start-/Uebersichtsseiten): einheitlicher Hover-Feinschliff */
.card.clickable {
  background:#fff;
  transition: box-shadow .18s ease, transform .18s ease, border-color .18s ease;
}
.card.clickable:hover {
  background:#fff;
  border-color:#aa0000;
  box-shadow:0 .5rem 1.4rem rgba(0,0,0,.10);
  transform:translateY(-3px);
}
.card.clickable .card-title { color:#222; }
.card.clickable:hover .card-title { color:#aa0000; }
.even {background: #f1f1f1; }

/* Post
-------------------------------------------------- */
.post { margin-bottom:50px; }
.post .position {
  width: 100px; float:left; font-size: 6em; color: lightgrey; height:120px;
  font-family:Arial Black; text-align:right; padding-right: 10px; line-height: 80%;
}
.post h1 { position:relative; color: #006600; font-size: 1.4em;}
.post h1 .sub { font-size: 12px; font-weight:100; color: #bbb; margin: 0 10px; }
.post .entry { padding:10px;
               -webkit-border-radius: 7px;
               -moz-border-radius: 7px;
               border-radius: 7px;
               background:#FFFFeF;
               border:solid 1px #eee;
              // display: inline-flex;
               width: 100%;
             }
.post .meta { display: inline-flex; font-size:small;}
.post .meta .links { float:left; margin-left: 15px;}

/* Search
-------------------------------------------------- */
#serachappselector { list-style:none; padding:0; margin:15px 0 0 0;}
#serachappselector li { font-size:1.2em; padding:4px 0; margin:0; transition:all 0.5s ease; }
#serachappselector li:hover { background: #eee; transition:all 0.5s ease; cursor: pointer;}


/* STATUS COLORS
-------------------------------------------------- */
.status-grey { color: #bbb; }
.status-green { color: #393; }
.status-red { color: #933; }
.status-orange { color: #FFA500; }
.status-yellow { color: #FFFF33; }
.status-blue { color: #003399; }



/* Sidebar */

.sidebar {

  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar li a i {
  color:#999;
  font-size:1.1em;
  transition:all 0.4s ease;
}
.sidebar li a:hover {
  background: #fcfcfc;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.sidebar li a:hover i {
  color:#000;
  text-decoration:none;
  transition:all 0.2s ease;
}
.sidebar li a.active  {
  color:#000;
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
  padding: 0.25rem 0 0.25rem  1rem;
  font-size:1.1em;
  white-space:nowrap;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.sidebar .nav-link.active {
  color: #000;
  font-weight: bold;
  background: #fcfcfc;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.sidebar .nav-link.active i {
 color: #000;
}
.sidebar .nav-link.active + ul {
  background: #fcfcfc;
  border-top: 1px solid #fcfcfc;
  border-bottom: 1px solid #ddd;
  margin-top: -1px;
  padding-bottom:10px;
}
.sidebar .nav-link.active + ul li {
  padding-left: 20px;
}
.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/* Content */

[role="main"] {
  padding-top: 48px; /* Space for fixed navbar */
}

/* Navbar */
.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}


/* Material design */
.btn {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    padding: 9px 2.14rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
}
.btn-default {
    background-color: #2bbbad !important;
    color: #fff !important;
}
.btn-sm {
  padding: 5px 1.14rem;
  font-size: .61rem;
}

/* Pagination
-------------------------------------------------- */
#pagination { width:100%;}
#pagination div { background:#f3f3f3; padding: 4px 12px; text-align:center; float:left; margin: 0 4px; }
#pagination div.currpage, #pagination div:hover { background:#999; color:#fff; }

/* LOGIN FORM
-------------------------------------------------- */
.minimal-login #loginform h2 { display:none; }


/* YES / NO PAGE
-------------------------------------------------- */
#yesnoform { display: inline-flex; } /* fix f�r Fancybox */
#yesno { margin: 10% auto; background: url('../images/fragezeichen.png') bottom right no-repeat; height:200px; min-width: 700px;}
#yesno p { padding-right: 100px; }
#yesno .btn { width:100px; margin-top:50px;}

/* FORMS + JFORM
-------------------------------------------------- */
#jform, .jform {
	width:100%;
	padding-top:10px;
}
#jform div.error, .jform div.error { font-size:0.9em;
                                     line-height:1.5em;padding: 2px 5px;background: #FBB; color:black;}
#jform textarea,
.jform textarea,
#jform input[type=text],
.jform input[type=text],
#jform input[type=password],
.jform input[type=password] {
  width:100%;
  border:solid 1px #ccc;
}
#jform div.left,
.jform div.left{
	padding:0px;
	width:30%;
	margin:3px;
  float:left;
	text-align:right;
 }
#jform div.right,
.jform div.right {
	float:right;
	text-align:left;
	width:68%;
}
#jform div.right input[type=radio],
.jform div.right input[type=radio] {
  margin-bottom:8px;
}
#jform div.newline,
.jform div.newline {
  padding-top:6px;
	clear:both;
}
#jform div.right label input,
.jform div.right label input {
  margin:7px;
}
#jform div.right input.short-50,
.jform div.right input.short-50 {
  width:50%; display:inline;
}
#jform div.right input.short-25,
.jform div.right input.short-25 {
  width:25%; display:inline;
}
#jform .required,
.jform .required { font-weight:600; }

.jform-stacked { padding-top:10px;}
.jform-stacked div.left { width:100% !important;  text-align:left !important; display:block !important;}
.jform-stacked div.right { width:100% !important; margin-bottom:20px;}


/* MESSAGES
-------------------------------------------------- */
#messages { min-width: 300px;
    z-index: 999;
    margin-left: 5%;
    white-space: nowrap;
    margin-top: 0px;
    position: fixed;
    -webkit-box-shadow: 3px 3px 2px -3px #000;
    -moz-box-shadow: 3px 3px 2px -3px #000;
    box-shadow: 3px 3px 2px -3px #000;
    right: 0;
    bottom: 0; }
#messages .ok, div.ok { background: rgba(170,255,170,0.9); border: solid 1px green; padding:10px; }
#messages .error,
div.error { background: rgba(255,170,170,0.9); color: #000000; font-weight:bold; padding:20px; }
#messages span.fa { color:red; }
#messages .fr { float:right; }

/* CENTER MESSAGE BOX
-------------------------------------------------- */
.centermessage {
    min-width: 400px;
    height   : 200px;
  }

/* Panels
-------------------------------------------------- */
.panel-default {
  border-radius:0;
  background:#fff;
  -webkit-box-shadow: 0px 10px 16px -12px rgba(0,0,0,0.5);
     -moz-box-shadow: 0px 10px 16px -12px rgba(0,0,0,0.5);
          box-shadow: 0px 10px 16px -12px rgba(0,0,0,0.5);
}
.panel-default > .panel-heading {
  color: #000;
  border:0;
  background:#fff;
  font-weight: 600;
  font-size: 16px;
  background:transparent;
}
.panel-body {
  border-top: 0px solid #ccc;
}

/* Userlist Formatting
-------------------------------------------------- */
.userlist { padding: 10px; list-style: none; }
.userlist li { padding:10px; width: 200px; text-align:center; vertical-align:top; float:left;}


/* Comments
-------------------------------------------------- */
.comment { padding: 10px; }
.comment table { width:100% }
.comment .userinfo { padding:10px; width:150px; text-align:center; vertical-align:top;}
.comment .userinfo img { display:block; margin:0 auto;}

/* Sheets
-------------------------------------------------- */
#sheetcontainer a {
	overflow: visible;
	border-bottom: 1px solid #ccc;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

#sheetcontainer nav a span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1em;
}

#sheetcontainer nav li:hover {
  background: #f3f3f3;
}
#sheetcontainer nav li.active a:after,
#sheetcontainer nav li.active a:before {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	border: solid transparent;
	content: '';
	pointer-events: none;
}

#sheetcontainer nav li.active a:after {
	margin-left: -10px;
	border-width: 10px;
	border-top-color: #fafafa;
}

#sheetcontainer nav li.active a:before {
	margin-left: -11px;
	border-width: 11.4px;
	border-top-color: #ccc;
}

@media screen and (max-width: 58em) {
	#sheetcontainer nav {
		font-size: 1em;
	}
}


/* Content */
#sheetcontainer .inner {
  background:#fff;
	position: relative;
	padding: 2%;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

/* Nav */
.tabs nav {
	text-align: center;
}

.tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
}

.tabs nav a span {
	vertical-align: middle;
	font-size: 0.75em;
}

.tabs nav li.tab-current a {
	color: #74777b;
}

.tabs nav a:focus {
	outline: none;
}


/* Page Anchors
------------------------- */
div.page-anchors { }
div.page-anchors ul { list-style:none; padding:0; margin:0;}
div.page-anchors ul li.title { padding:5px; margin-left:5px; float:left; }
div.page-anchors ul li.clickable { padding:5px; margin-left:5px; float:left; border:1px solid #ddd; border-radius:5px; background:#fff;}
div.page-anchors ul li.clickable:hover { background:#eee; }

/* Info to show if user has switched
-------------------------------------------------- */
.user-switched-info { width:100%; background:red; padding:1%; color:#fff;}
.user-switched-info a {color:#fff;}


/* Tabellen */
.rowlink td:hover { cursor:pointer; }
.table tr.odd { background:#fbfbfb;}
.table .summary-row { border-top: 1px solid #eee; border-bottom: 5px double #eee; font-weight:bold; }
#datatable_wrapper .dt-search { border: 1px solid #ccc; }

footer { color:#aaa; margin-top: 50px; }
footer a { color:#aaa; }
footer a:hover { color:#333; }
footer ul { list-style:none; }

/* AORO global styles
-----------------------------------------------------*/
.numberplate { font-family: 'EuroPlate';  font-size:1.8em; color: #444;border: 2px solid #000;
               line-height:1em; border-radius: 4px; padding: 0px 3px 0 0px; font-weight: bold;
               }
.numberplate i { font-family: 'EuroPlate';  font-size:0.8em;  background:#00f;
                 padding:3px 2px;
                 border-radius: 0 0 4px 4px; border-top: 2px solid #000; border-bottom: 2px solid #000;
                 border-left: 2px solid #000; border-right: 0;   margin-right:5px;
                 line-height:1em; color:#fff;}
.numberplate-sm { font-size:17px;  color: #444;border: 1px solid #000;
                  border-radius: 2px; padding: 1px 3px 1px 0px; font-weight: normal;
               }
.numberplate-sm i { font-size: 10px;
    padding: 3px 2px;
    border-radius: 0 0 2px 2px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 0;
    margin-right: 4px;
    font-weight: normal;
    top: -2px;
    position: relative;
}

.aoro-settling-selector { top:10px;}
.aoro-settling-selector h5 { font-size:0.9em; }

.kpi-frame { border: solid 1px #ccc; background:#fff; font-size:3em; height: 100px; text-align:center; overflow:hidden; font-weight:bold; padding:10px; border-radius:0px;}
.kpi-frame .measureunit { font-size: 18px; margin-left: -8px; }
.kpi-frame .seperator { padding:0 10px; color:#fff;  font-weight:normal; font-size:0.94em; }
.kpi-frame .description { font-size:12px; color:#888; text-transform:uppercase; display:block;}
.kpi-frame .sub-text { font-size:14px; color:#fff; display:block;}
.kpi-frame .icon { float:left; font-size:3em; color:#ccc; margin-left:-40px;margin-top:-40px;}



/* Sidebar ausblenden ab sm */
.trigger-sidebar { border: 1px solid #ccc; padding:2px 8px;font-size:1.4em; border-radius:3px;  margin-top: 6px; }
.trigger-sidebar a {  color:#ccc; }
.trigger-sidebar a:hover {  color:#fff; }
@media (max-width: 1024px) {
  #sidebar { margin-left:-180px; transition: all 0.8s ease; width: 180px; }
  #sidebar.active { margin-left:0px; }
}

/* Fix f�r Sidebar nicht in Druck */
@media print {
   .row { display: block; }
   .card { display:block; }
  body { background:#ffffff; height: auto !important; }
  a, a.visited { text-decoration:none; }
  main { font-size:0.9em; width:100%; margin-left:0 !important; left:0; margin-top:0; }
  [role="main"] { padding-top: 0 }
  .ml-sm-auto, .mx-sm-auto { margin-left: 0 !important; }
}

