body {
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #00B7FF;
}

.odd {
  background-color: #00B7FF;
}

h1 {
  margin-bottom: 2% !important;
}

h4 {
  line-height: 2.2 !important;
}

/* --------Default Layout-------- */
.app-header.navbar {
  background: rgba(255, 255, 255, 0.75);
  background-image: url("../images/diBass_Logo.png");
  background-repeat: no-repeat;
  background-size: 60px;
  background-position-x: 50px;
  background-position-y: 15px;

  height: 100px;

  border: none;
}

#header-title {
  margin: 0 auto;
}

.app-body {
  margin-top: 100px !important;
}

.app-footer.navbar {
  background: rgba(255, 255, 255, 0.75);
  margin-left: 0px !important;
  border: none;
  padding-bottom: 80px;
}

.container-fluid {
  justify-content: left !important;
}

.nav.navbar-nav img {
  display: none;
}

.dashboard-headline {
  color: white;
}

.navbar-brand {
  width: 170px !important;
}

.custom-width {
  width: 330px;
  margin-left: 8%;
}

.navbar-brand-full {
  width: 100%;
}

#table-seventy {
  width: 70%;
}

#table-fourty {
  width: 40%;
}

#table-fifteen {
  width: 15%;
}

i {
  margin-right: 8px;
}

#dropdown-icon {
  margin-left: 30px;
  margin-right: 0px;
}

.form-meta {
  width: 60%;
  margin-bottom: 3%;
}

.form-group {
  position: relative;
}

.close-button {
  position: absolute;
  right: -35px;
  top: 35px;
}

.icon-close {
  font-size: 1.4rem;
}

.visibility-icon {
  float: right;
}

.check {
  width: 2% !important;
  min-width: 16px;
}

.file {
  background-color: #e4e5e6 !important;
  margin-bottom: 4%;
  width: 30% !important;
}

.btn {
  font-size: .925rem !important;
}

.btn-group-lg>.btn,
.btn-lg {
  font-size: .925rem !important;
}

#margin-button {
  width: auto !important;
}

.alert.alert-success {
  visibility: hidden;
}

.overview {
  margin-bottom: 3%;
  float: right;
  /* margin-right: 6%; */
}

.alert.alert-hbs {
  visibility: visible;
}

.custom-label-float {
  float: left;
  margin-top: 0.6%;
  margin-right: 2%;
}

/* --------Layout for Sidenavigation-------- */

/* The side navigation menu */
.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 260px;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 0;
  /* Stay on top */
  /* top: 0; */
  /* Stay at the top */
  left: 0;
  background-color: #3a4248;
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 60px;
  /* Place content 60px from the top */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav .nav-link {
  padding: 10px 12px 10px 22px;
  text-decoration: none;
  font-size: .920rem;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidenav .nav-headline {
  padding: 12px 12px 12px 22px;
  text-decoration: none;
  font-size: 1rem;
  color: #fff;
  display: block;
  transition: 0.3s;
  /* background: #3a4248; */
  background: #3a4248;
}

.sidenav .nav-link.active {
  /* background: #3a4248; */
  background: #3a4248;
}

.sidenav .nav-link:hover {
  background-color: #00a19a;
}

.sidenav .nav-link.first {
  margin-top: 32px;
}

.nav-icon {
  color: grey;
}

.sidenav .nav-link:hover>.nav-icon {
  color: white;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

.nav-dropdown-items {
  display: none;
  padding-left: 20px;
  list-style: none;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 42px;
  right: 10px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
/*
#main {
  transition: margin-left .5s;
  margin-left: 260px;
}
*/

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}


/* --------Login-------- */
.card-group {
  margin-top: 18%;
  min-width: 600px;
}


/* --------Push-------- */
.push-form {
  width: 60%;
}

/* --------Welcome screen-------- */

#welcome-wrapper {
  width: 100%;
  text-align: center;
  padding: 2% 10%;
}

#welcome {
  width: 100%;
  margin: 2% 0%;
}

#welcome-wrapper p {
  text-align: center;
  font-size: 1.1rem;
}

#welcome-wrapper h2 {
  text-align: center;
  font-size: 2rem;
}

/* -------Settings--------- */
.color-label {
  width: 10%;
  display: inline-block;
}

/* --------Calendar-------- */
.new-event {
  margin-bottom: 3%;
  float: right;
  margin-right: 23%;
}

/* --------Modules-------- */
.content-area {
  background-color: #ffffff;
  padding: 2%;
  min-height: 0px;
  margin-bottom: 2%;

}

.pdf-area {
  background-color: #DCDCDC;
  padding: 2% 4% 1% 2%;
  min-height: 0px;
  margin-bottom: 1%;
  margin-right: -4%;
}

.overview-new {
  margin-bottom: 1%;
}

.edit {
  width: 116px;
}

.delete {
  width: 101px;
}

.tableModulGen1 {
  min-width: 200px;
}

.tableModulGen2 {
  min-width: 200px;
}

.ui-sortable-handle {
  cursor: pointer;
}

/* --------Resoponsive Layout-------- */


@media only screen and (max-width: 991px) {
  .app-header .navbar-brand {
    left: 0% !important;
    margin-left: 0.5px !important;
  }

  #d-md-down-none-override {
    display: block !important;
  }

  .d-md-down-none {
    display: block !important;
  }

  .nav.navbar-nav img {
    width: 20%;
    margin-left: 143px;
  }

  .navbar-brand-full {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  .nav.navbar-nav img {
    width: 20%;
    margin-left: 50px;
  }

  .dashboard-headline {
    font-size: 1.3rem;
  }

  .navbar-brand-full {
    display: none;
  }
}

.app {
  background-image: url("../images/background_uhd.jpg");
  /* background-image: url("../images/back_01.jpg"); */
  background-size: 100%;
  background-position-x: center;
  background-position-y: center;

  /* background-color: grey; */
}


#login-card {
  margin: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@media only screen and (max-height: 640px) {
  #login-card {

    position: auto;
    left: auto;
    top: auto;
    transform: auto;
    margin-top: 220px;

  }
}


@media only screen and (max-width: 670px) {
  #login-card {
    min-width: 90%;
  }

  .card-body h1 {
    font-size: 1.7rem;
  }


}

@media only screen and (max-width: 800px) {
  .app {
    background-size: cover;
  }
}

.btn-betreuer {
  position: absolute;
  top: 0px;
  right: 220px;
  padding: 0px;
}

.btn-logout {
  position: absolute;
  top: 0px;
  right: 33px;
  padding: 0px;
}


.row-main {
  margin-top: 50px;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 50px;
}


.h2-dibass {
  color: #014663;
  /* normal: 400 */
  /* bold: 700 */


  font-weight: 600;
  font-size: 1.3rem;

}

.col-md-3 {
  /* border: 3px solid green; */
  /* margin-right: 10px; */
}

.col-md-9 {
  /* border: 3px solid green !important; */
}

.card {
  padding: 0px;
}

.row {
  /* width: 100%; */

}

.main .container-fluid {
  padding: 0 20px !important;
}