.thead-uba_green th {
  background-color: #9bd77c !important;
}

.twrapper {
  background-color: #fff;
  margin-top: 10px;
  padding: 5px;
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.twrapper td,
.twrapper th {
  border-left: 1px solid black;
}
.twrapper td:first-child,
.twrapper th:first-child {
  border-left: 0px;
}
.twrapper .page-item.active .page-link {
  z-index: 0;
}

.img_typs {
  max-width: 25px;
}

#header {
  background-image: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgba(117, 117, 117, 0.5) 75%, rgb(117, 117, 117) 100%), url("../images/page/bg-header-pattern.png");
  color: #fff;
  margin-top: 15px;
}

#header-wrapper {
  padding-top: 1px;
}
#header-wrapper h3 {
  font-size: 2em;
  margin-bottom: 0px;
}
@media screen and (max-width: 575px) {
  #header-wrapper h3 {
    font-size: 1.1em;
  }
}
#header-wrapper .input-group {
  background-color: white;
}

.card-title {
  margin-bottom: 0px;
}

.card-header {
  padding: 0px;
}

#uba-logo-header {
  max-width: 50px;
  display: none;
}
@media screen and (max-width: 575px) {
  #uba-logo-header {
    display: inline;
  }
}

#footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 1300px;
  padding-right: 24px;
}
#footer #footer-inner {
  background-color: #efefef;
  background-image: linear-gradient(180deg, rgba(217, 217, 217, 0.75) 0%, rgba(217, 217, 217, 0.5) 25%, rgba(217, 217, 217, 0) 100%), url("../images/page/bg-footer-pattern.png");
  min-height: 73px;
  border-bottom: 15px solid #d3d3d3;
  border-top: 2px solid #d3d3d3;
  padding-left: 10px;
  padding-top: 10px;
}

#uba-logo {
  width: 145px;
  float: right;
  margin-bottom: -15px;
  margin-top: 15px;
  margin-right: 30px;
}
@media screen and (max-width: 992px) {
  #uba-logo {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  #uba-logo {
    display: none;
  }
}

.ct-application-header {
  display: none;
}

.tab-pane {
  background-color: #fff;
  padding: 10px;
}

@media screen and (max-width: 575px) {
  h4 {
    font-size: 0.9em;
  }
}

.nav-link {
  background-color: #fff !important;
  padding-left: 2px;
  padding-right: 2px;
  color: #000;
  font-size: 1.1em;
  cursor: pointer;
}
.nav-link i {
  color: #000;
}
.nav-link .active {
  background-color: #fff;
}

.nav-tabs {
  border-bottom: 2px solid #bebebe !important;
}
.nav-tabs .nav-item .active {
  border-bottom: 2px solid;
  color: #007626 !important;
  font-weight: 600;
  font-size: 1.2em;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #007626 !important;
}

.tab_title {
  font-size: 0.9em;
}

.tt_small {
  display: none;
}

@media (max-width: 768px) {
  .tab_title {
    font-size: 0.8em;
  }
  .nav-link {
    padding: 0.5rem 0.6rem;
  }
  .tt_small {
    display: inline;
  }
  .tt_hide {
    display: none;
  }
}
.card-header-img {
  border-radius: 5px;
  width: auto;
  max-height: 150px;
  text-align: center;
  overflow: hidden;
}
.card-header-img img {
  max-width: 600px;
}

#karte-wrapper {
  background-color: #dfdfdf;
  min-height: 650px;
}

#inframe {
  display: none;
}

.uba_info_icon {
  font-size: 4em;
  color: #5ead35 !important;
}

.card {
  padding: 5px;
}
.card:hover {
  box-shadow: 1px 1px 10px #777;
}

.card-wrapper,
.card,
.card-title {
  color: #000 !important;
  text-decoration: none !important;
}
.card-wrapper:hover,
.card:hover,
.card-title:hover {
  color: #000 !important;
  text-decoration: none !important;
}

.card-wrapper .card {
  min-height: 330px;
  border: 1px solid #c0c0c0;
}

html {
  height: 100vh;
}

body {
  min-height: 100vh;
}

#uba-design {
  background-color: #d3d3d3;
  min-height: 100vh;
  max-width: 1300px;
}

#content {
  padding-bottom: 120px;
  background-color: #ededed;
}

.btnDownload {
  color: #fff !important;
}/*# sourceMappingURL=style.css.map */