﻿/* VARIABLES */
/* TAGS */
html, body {
  height: 100%;
  font-style: inherit; }

h1 {
  font-size: 20px; }

h2 {
  font-size: 18px; }

.nav-tabs .nav-link.disabled {
  pointer-events: none;
  cursor: default;
  background-color: #41A6A6 !important; }

footer {
  background: #008080;
  font-size: 16px;
  height: 60px;
  width: 100%;
  position: absolute;
  z-index: 1000; }
  footer .projekt-info {
    font-size: 12px;
    background-color: #426262;
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #86c2c2; }
  footer .impressum {
    color: #86c2c2;
    font-size: 12px; }

form label {
  font-size: 0.8rem; }

/* CLASSES */
/* Homepage */
.jumbotron {
  padding: 0em;
  padding-top: 8em;
  height: 100%;
  width: 75%;
  margin: auto;
  background-color: inherit; }

.maxHeight {
  height: 100%; }

.gashkn-border {
  border: 1px solid #008080; }

.containerheader {
  background-color: #008080;
  text-align: center;
  font-size: 18px; }

.containerbody {
  height: calc(100% - 25px);
  overflow: auto;
  padding: 5px; }

/* Knockout-validation styles */
.validationMessage {
  color: #f00; }

/* Alert */
.alertMessage {
  width: 75%;
  margin: auto;
  font-size: 1rem;
  margin-bottom: 5px; }

/* Login Page Css */
.login-view {
  margin: auto;
  width: 30%;
  padding-top: 20px; }

.ui-dialog .ui-dialog-titlebar.ui-state-focus {
  background: #008080; }

.ui-dialog .ui-dialog-titlebar {
  background: #008080; }

/* SVG Icon Styles & mapping */
.icon-tooltip {
  background: url(icons/open-iconic-master/png/info.png) no-repeat;
  /*-webkit-mask: url(icons/open-iconic-master/svg/info.svg);
    mask-image: url(icons/open-iconic-master/svg/info.svg);*/ }

.icon-edit {
  background: url(icons/open-iconic-master/png/pencil-2x.png) no-repeat;
  background-color: #008080;
  display: inline-block;
  width: 15px;
  height: 20px; }

.icon-lock {
  background: url(icons/open-iconic-master/png/lock-locked-8x_gasHkn_color.png) no-repeat; }

.icon-cross {
  background: url(icons/Free_web_development_icons/Colored/PNG/action_delete.png) no-repeat; }

.icon-check {
  background: url(icons/Free_web_development_icons/Colored/PNG/action_check.png) no-repeat; }

.icon {
  display: inline-block;
  width: 20px;
  height: 14px; }

.icon-image {
  display: inline-block;
  width: 65px;
  height: 65px; }

.icon-input-group {
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-mask-size: cover;
  background: black; }

/* bootstrap-toggle fix for bootstrap 4, according to
    https://github.com/minhur/bootstrap-toggle/issues/186
*/
.toggle-off {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.toggle.off {
  border-color: rgba(0, 0, 0, 0.25); }

.toggle-handle {
  background-color: white;
  border: thin rgba(0, 0, 0, 0.25) solid; }

/* primary button styles*/
.btn-primary {
  background: #008080;
  border-color: transparent; }
  .btn-primary:not(:disabled):not(.disabled).active {
    background: #139696;
    border-color: transparent; }
  .btn-primary:not(:disabled):not(.disabled):active {
    background: #139696;
    border-color: transparent; }
  .btn-primary:not(:disabled):not(.disabled):focus {
    background: #139696;
    border-color: transparent; }
  .btn-primary:hover {
    background: #139696;
    border-color: transparent; }
  .btn-primary:disabled {
    background: inherit;
    border-color: transparent; }

.btn-small {
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px; }

.btn-icon-small {
  padding: 0px;
  padding-left: 5px;
  padding-right: 5px; }

/* footer styles */
.footer-btn {
  background: #426262;
  margin-right: 5px;
  border-radius: .2rem; }

.footer-btn-group {
  padding-left: 10px;
  padding-top: 8px;
  display: block; }

.footer-btn-right {
  float: right; }

/* breadcrumb */
.breadcrumb {
  padding: .25rem 1rem;
  margin-bottom: 0rem;
  background: #86C2C2;
  border-radius: 0;
  height: 25px;
  font-size: 14px; }

/* Pager design */
.pagination {
  display: inline-block; }
  .pagination li {
    color: black;
    float: left;
    padding: 0;
    text-decoration: none;
    border-radius: 5px; }
    .pagination li.active {
      background: #008080;
      color: white;
      border-radius: 5px; }
    .pagination li:hover:not(.active) {
      background-color: #ddd; }
  .pagination a {
    display: block;
    padding: 4px 8px; }

/* Navbar */
.navbar {
  height: 70px;
  background: #008080;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  overflow: hidden;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.2); }

/*.active {
    background-color: $main-hover-color;
}*/
.language-block {
  text-align: center;
  height: 78px;
  font-size: 16px; }
  .language-block a.active {
    color: black;
    pointer-events: none;
    cursor: default;
    text-decoration: none; }

.userInfoBlock {
  font-size: 16px;
  font-weight: bold;
  text-align: right; }

.navbar-brand {
  font-weight: bold; }
  .navbar-brand > .brand-logo {
    max-width: 255px;
    height: auto; }

.navbar-brand-custom {
  height: 78px; }

/* Mega-Menu */
.mega-menu {
  float: left;
  overflow: hidden; }
  .mega-menu .list-group-item {
    border: none; }
  .mega-menu .list-group > .list-group-item {
    font-size: inherit;
    background-color: #008080;
    color: white; }
    .mega-menu .list-group > .list-group-item:hover {
      background-color: #139696; }
  .mega-menu .list-group > .row {
    align-items: center;
    display: flex; }
  .mega-menu .list-group.report-list > .list-group-item {
    font-size: 18px; }
  .mega-menu > button {
    background-color: #008080;
    border: none;
    color: white;
    font: inherit;
    font-size: inherit;
    margin: 0;
    outline: none;
    /*padding: 15px 10px;*/ }
    .mega-menu > button:hover {
      background-color: #139696; }
  .mega-menu > .mega-menu-button-active {
    background-color: #139696; }
  .mega-menu > a {
    background-color: #008080;
    border: none;
    color: white;
    font: inherit;
    font-size: inherit;
    margin: 0;
    outline: none;
    padding: 15px 10px; }

.mega-menu-content {
  background-color: #008080;
  box-shadow: 0 3px 8px 4px rgba(0, 0, 0, 0.2);
  border-radius: 2px 2px 4px 4px;
  display: none;
  position: fixed;
  z-index: 10000; }
  .mega-menu-content > div > hr {
    margin: 0; }

.menu-filter-text {
  width: 100%; }

/* Carousel */
.carousel {
  height: 100%; }

.carousel-inner {
  height: 100%; }

.carousel-item {
  height: 100%; }

.carousel-image {
  width: 100%;
  height: 100%; }

/* loading circles */
.loading-screen {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.75);
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 120%;
  z-index: 9401; }

h4.ls-message {
  display: block;
  font-size: 20px;
  left: 36%;
  position: fixed;
  text-align: center;
  top: 45%;
  width: 500px; }

#abortLoadingScreen {
  display: block;
  left: 47%;
  margin: auto;
  position: fixed;
  top: 57%; }

#fountainG {
  display: block;
  height: 28px;
  left: 45%;
  margin: auto;
  position: fixed;
  top: 50%;
  width: 228px; }

.fountainG {
  -moz-animation-direction: normal;
  -moz-animation-duration: 1.105s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-name: bounce_fountainG;
  -moz-border-radius: 18px;
  -moz-transform: scale(0.3);
  -ms-animation-direction: normal;
  -ms-animation-duration: 1.105s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-name: bounce_fountainG;
  -ms-border-radius: 18px;
  -ms-transform: scale(0.3);
  -o-animation-direction: normal;
  -o-animation-duration: 1.105s;
  -o-animation-iteration-count: infinite;
  -o-animation-name: bounce_fountainG;
  -o-border-radius: 18px;
  -o-transform: scale(0.3);
  -webkit-animation-direction: normal;
  -webkit-animation-duration: 1.105s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: bounce_fountainG;
  -webkit-border-radius: 18px;
  -webkit-transform: scale(0.3);
  animation-direction: normal;
  animation-duration: 1.105s;
  animation-iteration-count: infinite;
  animation-name: bounce_fountainG;
  background-color: #008080;
  border-radius: 18px;
  height: 28px;
  position: absolute;
  top: 0;
  transform: scale(0.3);
  width: 28px; }

#fountainG_1 {
  -moz-animation-delay: 0.446s;
  -ms-animation-delay: 0.446s;
  -o-animation-delay: 0.446s;
  -webkit-animation-delay: 0.446s;
  animation-delay: 0.446s;
  left: 0; }

#fountainG_2 {
  -moz-animation-delay: 0.5525s;
  -ms-animation-delay: 0.5525s;
  -o-animation-delay: 0.5525s;
  -webkit-animation-delay: 0.5525s;
  animation-delay: 0.5525s;
  left: 28px; }

#fountainG_3 {
  -moz-animation-delay: 0.659s;
  -ms-animation-delay: 0.659s;
  -o-animation-delay: 0.659s;
  -webkit-animation-delay: 0.659s;
  animation-delay: 0.659s;
  left: 57px; }

#fountainG_4 {
  -moz-animation-delay: 0.7755s;
  -ms-animation-delay: 0.7755s;
  -o-animation-delay: 0.7755s;
  -webkit-animation-delay: 0.7755s;
  animation-delay: 0.7755s;
  left: 85px; }

#fountainG_5 {
  -moz-animation-delay: 0.882s;
  -ms-animation-delay: 0.882s;
  -o-animation-delay: 0.882s;
  -webkit-animation-delay: 0.882s;
  animation-delay: 0.882s;
  left: 114px; }

#fountainG_6 {
  -moz-animation-delay: 0.9985s;
  -ms-animation-delay: 0.9985s;
  -o-animation-delay: 0.9985s;
  -webkit-animation-delay: 0.9985s;
  animation-delay: 0.9985s;
  left: 142px; }

#fountainG_7 {
  -moz-animation-delay: 1.105s;
  -ms-animation-delay: 1.105s;
  -o-animation-delay: 1.105s;
  -webkit-animation-delay: 1.105s;
  animation-delay: 1.105s;
  left: 171px; }

#fountainG_8 {
  -moz-animation-delay: 1.2115s;
  -ms-animation-delay: 1.2115s;
  -o-animation-delay: 1.2115s;
  -webkit-animation-delay: 1.2115s;
  animation-delay: 1.2115s;
  left: 199px; }

@keyframes bounce_fountainG {
  0% {
    background-color: #008080;
    transform: scale(1); }
  100% {
    background-color: white;
    transform: scale(0.3); } }

@-o-keyframes bounce_fountainG {
  0% {
    -o-transform: scale(1);
    background-color: #008080; }
  100% {
    -o-transform: scale(0.3);
    background-color: white; } }

@-ms-keyframes bounce_fountainG {
  0% {
    -ms-transform: scale(1);
    background-color: #008080; }
  100% {
    -ms-transform: scale(0.3);
    background-color: white; } }

@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: #008080; }
  100% {
    -webkit-transform: scale(0.3);
    background-color: white; } }

@-moz-keyframes bounce_fountainG {
  0% {
    -moz-transform: scale(1);
    background-color: #008080; }
  100% {
    -moz-transform: scale(0.3);
    background-color: white; } }

/* IgGrid*/
at-grid {
  font-size: 12px !important; }

.ui-widget-header.ui-state-default {
  background: #008080; }

.ui-iggrid .ui-iggrid-footer, .ui-iggrid .ui-iggrid-toolbar {
  background: #86C2C2; }

.ui-iggrid .ui-iggrid-addrow td {
  background: #86C2C2; }

.ui-iggrid .ui-iggrid-footer {
  background: #86C2C2; }

.ui-iggrid tr.ui-ig-altrecord {
  background: #DDEEEE; }

.ui-iggrid {
  height: 100% !important; }

.ui-iggrid tfoot, .ui-iggrid-footer, .ui-iggrid-scrolldiv, .ui-iggrid.ui-igpivotgrid > table tr:first-child td {
  border-bottom: 1px solid transparent !important; }

.iggridTitle {
  font-weight: bold;
  font-size: 20px;
  padding-left: 10px; }

.igGridExport {
  font-size: 20px !important;
  padding: 0;
  margin-right: 10px;
  float: right; }

.iggridModifiedRow {
  background-color: #bb78ff !important; }

.searchModelTitle {
  font-weight: bold;
  font-size: 20px;
  padding: 5px; }

.tableColumnNumber {
  text-align: right; }

/* content */
.maincontent {
  height: -moz-calc(100% - (60px + 78px + 70px));
  /* Firefox */
  height: -webkit-calc(100% - (60px + 78px + 70px));
  /* Chrome, Safari */
  height: calc(100% - (60px + 78px + 70px));
  /* IE9+ and future browsers */
  background-image: linear-gradient(to right, #91acdd, #c4dfb6);
  overflow-x: hidden;
  overflow-y: auto; }

.wrap .form-control {
  display: block;
  width: 100%;
  height: calc(1.5rem + 2px);
  padding: .1rem .75rem;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

.wrap-normal .form-control {
  display: block;
  width: 100%;
  height: calc(1.5rem + 2px);
  padding: .1rem .75rem;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: inherit;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

.wrap-normal input[type=checkbox] {
  width: 30%; }

.wrap-normal .ui-igedit {
  height: calc(1.5rem + 2px) !important; }

.form-group-sm label {
  margin-bottom: 0px;
  align-items: center;
  display: flex; }

.form-control:disabled,
.form-control[readonly] {
  background-color: #CECECE;
  opacity: 1; }

.ui-igDatePicker-disabled,
.ui-state-disabled {
  opacity: 1; }

.card-header-item {
  background-color: #008080;
  font-size: 18px;
  font-weight: bold; }

.card-body-item {
  background-color: #86C2C2;
  padding: .5rem;
  font-size: 16px; }

.card-item {
  background-color: #008080; }

.header {
  border-color: #E7F7F7;
  border-radius: 10px;
  background: #E7F7F7; }

[data-toggle="collapse"] .fa {
  padding-right: 5px; }

[data-toggle="collapse"] .fa:before {
  content: "\f139"; }

[data-toggle="collapse"].collapsed .fa:before {
  content: "\f13a"; }

/* Password change */
/* Tabs */
.nav-tabs {
  border-bottom: 1px solid transparent; }

.nav-tabs .nav-link {
  background-color: #139696;
  font-size: 18px;
  color: white;
  border: 1px solid transparent; }
  .nav-tabs .nav-link:first-child {
    margin-left: 10px; }
  .nav-tabs .nav-link:last-child {
    margin-right: 10px; }

.nav-tabs .nav-link.active {
  background-color: #008080;
  color: white;
  border: 1px solid transparent; }

/* Search Card */
.accordion.width {
  display: flex;
  height: 100%; }
  .accordion.width .card {
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 1;
    min-width: min-content;
    border: 1px solid #008080;
    border-radius: 20px; }
    .accordion.width .card .card-header {
      cursor: pointer;
      transform: rotate(180deg);
      writing-mode: bt-lr;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: vertical-rl; }

.collapsing.width {
  transition: width 0.35s ease;
  height: auto;
  width: 0; }

.card.item {
  background-color: transparent;
  border: none; }

.card-header.search-item {
  padding: 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  background-color: #008080;
  border-radius: 20px; }
  .card-header.search-item :hover {
    color: black;
    text-decoration: none; }
  .card-header.search-item a {
    color: black; }
  .card-header.search-item h4 {
    font-size: 22px; }

.card-body.search-card {
  background-color: #86C2C2; }

/* ids */
#ajaxResultMessage {
  position: absolute;
  bottom: 60px;
  width: 100%;
  z-index: 2; }

#techCodes {
  height: -moz-calc(100% - (25px));
  /* Firefox */
  height: -webkit-calc(100% - (25px));
  /* Chrome, Safari */
  height: calc(100% - (25px));
  /* IE9+ and future browsers */ }

#selectedAnlage {
  height: -moz-calc(100% - (25px));
  /* Firefox */
  height: -webkit-calc(100% - (25px));
  /* Chrome, Safari */
  height: calc(100% - (25px));
  /* IE9+ and future browsers */
  overflow-y: auto; }

#parameter {
  height: -moz-calc(100% - (25px));
  /* Firefox */
  height: -webkit-calc(100% - (25px));
  /* Chrome, Safari */
  height: calc(100% - (25px));
  /* IE9+ and future browsers */ }

#columnTransition div {
  -webkit-transition: width 0s ease, height 0s ease, margin 0s ease, padding 0s ease, opacity 0s ease;
  -moz-transition: width 0s ease, height 0s ease, margin 0s ease, padding 0s ease, opacity 0s ease;
  -o-transition: width 0s ease, height 0s ease, margin 0s ease, padding 0s ease, opacity 0s ease;
  transition: width 0s ease, height 0s ease, margin 0s ease, padding 0s ease, opacity 0s ease; }

/* @media */
/*@media (min-width: 1200px) {
    .container {
        max-width: 2000px;
    }
}*/
@media (min-width: 1200px) {
  .wholeScreen {
    max-width: 2000px; } }

tr td {
  white-space: nowrap; }

.ui-igpopover > .ui-widget-content {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 0.25rem;
  border-color: black;
  font-size: 14px; }

.ui-igpopover-arrow-left {
  border-right-color: black; }

.ui-igpopover-arrow-top {
  border-bottom-color: black; }

.ui-igpopover-arrow-bottom {
  border-top-color: black; }

.ui-igpopover-arrow-right {
  border-left-color: black; }

#drop-area {
  border: 2px dashed #008080;
  border-radius: 20px; }
  #drop-area.highlight {
    border-color: purple;
    transition: border-width 0.2s linear;
    border-width: 5px; }

.drag-form {
  margin-bottom: 10px; }

#userFile {
  display: none; }

#csvIcon {
  color: #008080;
  font-size: 150px;
  margin-top: 10px; }
  #csvIcon.highlight {
    color: purple; }

#dragDropText {
  color: #008080;
  font-size: 43px;
  font-weight: bold;
  text-align: center; }
  #dragDropText.highlight {
    color: purple; }

.card-image {
  font-size: 100px; }

.center-items {
  display: flex;
  align-items: center;
  justify-content: center; }

a.custom-card {
  color: inherit; }

a.custom-card:hover {
  color: inherit;
  text-decoration: none; }

div.card:hover {
  background-color: lightgrey !important; }

.font-blue {
  color: #254CA8; }
