.sidebar, .sidebar-content {
  background: linear-gradient(#11548d, #1c1e21);
  transition: margin-left .35s ease-in-out,left .35s ease-in-out,margin-right .35s ease-in-out,right .35s ease-in-out;
}
.sidebar-link, a.sidebar-link {
  background: linear-gradient(#21212100, #3b7ddd00);
  border-left: 3px solid transparent;
  color: rgba(233,236,239,.5);
  cursor: pointer;
  display: block;
  font-weight: 400;
  padding: 0.625rem 1.625rem;
  position: relative;
  text-decoration: none;
  transition: background .1s ease-in-out;
}
.sidebar-link:hover {
  background: #11548d;
  border-left-color: transparent
}

  .loginBody{
    margin:0;
    padding:0;
    font-family: sans-serif;
    background: linear-gradient(#0d6efd, #1c1e21);
    position: absolute;
    height: 100%;
    width: 100%;
   
  }

  
  /* Start login */
  .login-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    padding: 40px;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,.5);
    box-sizing: border-box;
    box-shadow: 0 15px 25px rgba(0,0,0,.6);
    border-radius: 10px;
  }
  
  .login-box h2 {
    margin: 0 0 30px;
    padding: 0;
    color: #fff;
    text-align: center;
  }
  
  .login-box .user-box {
    position: relative;
  }
  
  .login-box .user-box input {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    background: transparent;
  }
  .login-box .user-box label {
    position: absolute;
    top:0;
    left: 0;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    pointer-events: none;
    transition: .5s;
  }
  
  .login-box .user-box input:focus ~ label,
  .login-box .user-box input:valid ~ label {
    top: -20px;
    left: 0;
    color: #0d6efd;;
    font-size: 12px;
  }
  
  .login-box form a {
    position: relative;
    display: inline-block;
    padding: 10px 13px;
    color: #0d6efd;;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    transition: .5s;
    margin-top: 40px;
    letter-spacing: 4px
  }
  
  .login-box a:hover {
    background: #0d6efd;;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #0d6efd,
                0 0 25px #0d6efd,
                0 0 50px #0d6efd,
                0 0 100px #0d6efd;;
  }
  
  .login-box a span {
    position: absolute;
    display: block;
  }
  
  .login-box a span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #0d6efd);
    animation: btn-anim1 1s linear infinite;
  }
  
  @keyframes btn-anim1 {
    0% {
      left: -100%;
    }
    50%,100% {
      left: 100%;
    }
  }
  
  .login-box a span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #0d6efd);
    animation: btn-anim2 1s linear infinite;
    animation-delay: .25s
  }
  
  @keyframes btn-anim2 {
    0% {
      top: -100%;
    }
    50%,100% {
      top: 100%;
    }
  }
  
  .login-box a span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #0d6efd);
    animation: btn-anim3 1s linear infinite;
    animation-delay: .5s
  }
  
  @keyframes btn-anim3 {
    0% {
      right: -100%;
    }
    50%,100% {
      right: 100%;
    }
  }
  
  .login-box a span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #0d6efd);
    animation: btn-anim4 1s linear infinite;
    animation-delay: .75s
  }
  
  @keyframes btn-anim4 {
    0% {
      bottom: -100%;
    }
    50%,100% {
      bottom: 100%;
    }
  }

  td:last-child {
    border-right-width: 0;
    text-align: center;
    padding: 4px;
}


  
  
  .butLogin {
    cursor: pointer;
    background-color: transparent;
    color: #fff;
    padding-top: 2px;
    padding-left: 11px;
    padding-right: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 8px;
}
  /* End login */

/* Start Members */

  .profile img {
    height: auto;
    max-width: 60%;
    border-radius: 45%;
    margin-top: 30px !important;
    margin-left: 35px;
}
.div1-mem {
  width: 400px;
  color: #8d6718!important;
  border-top: solid 8px #6c757d!important;
  margin: auto;
}
.div2-mem {
  width: 600px;
  color: #8d6718!important;
  border-top: solid 8px #6c757d!important;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 70px;
}
.h-member {
  font-size: 50px;
  color: #6c757d!important;
  margin-top: -10px;
}


.addM > .table {
  
  --bs-table-color: #495057 !important;
  
}
.notiz {
  --bs-bg-opacity: 1;
  background-color: #337ab7 !important;
  width: 100%;
  margin-top: 10px;
  font-size: 20px;
  margin-bottom: 10px;
}
.profile .div1-mit {
  max-width: 130px;
}
.div1-mit {
  width: 400px;
  color: #8d6718!important;
  border-top: solid 5px #6c757d!important;
}

.add-M-btn>.btn-primary {
  background-color: #337ab7 !important;
  border-color: #337ab7 !important;
}

.myList .bg-primary {
  --bs-bg-opacity: 1;
  background-color: #337ab7 !important;
  width: 100%;
  padding: 5px;
  
}

.List>.btn-primary {
  background-color: #337ab7 !important;
  border-color: #337ab7 !important;
  color: #fff;
}
.mem-delet .dropdown-menu{
  padding: 0;
    min-width: 115px !important;
    border-radius: 5px;
}
.mem-delet li.btn  {
  max-width: 115px !important;
  margin-top: 3px;
}
.mem-delet .dropdown-menu>li>a {
  color: #fff;
  max-width: 115px !important;
  
  padding-left: 0;
}

.mem-profile .btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
  margin-left: 0 !important;
}
.mem-delet .dropdown-menu>li>a:hover {
  color: #fff;
  max-width: 115px !important;
  padding-left: 0;
  background-color: transparent !important;
}
.mem-delet .btn-primary {
  background-color: #337ab7;
  border-color: #337ab7;
}
.mem-delet .btn-primary:hover{
  background-color: #306b9d;
  border-color: #306b9d;
}

.mem-delet>tbody>tr>td {
padding: 19px;
}

.profile .top-card {
  flex: 1 1 auto;
  padding: 1.25rem;
  text-align: center;
  margin-top: 30px;
  margin-left: 80px;
}
.profile .top-card .bg-primary {
  --bs-bg-opacity: 1;
  background-color: #337ab7!important;
  width: 100%;
  margin-top: 10px;
  font-size: 30px;
  color: #fffffd;
}
.profile .card-text {
  font-size: 20px;
  text-align: left;
  color: #337ab7;
  font-weight: bold;
}
.btn-mem {
  margin-top: 10px !important;
  margin-left: 16px !important;
  background-color: #337ab7 !important;
  border-color: #337ab7 !important;
  padding-top: 6px;
  padding-left: 8px;
}
.alert1 {
  position: relative;
  margin-top: 10px;
  float: right;
}
.x_alert {
  color: #ffffff;
  position: absolute;
  top: -4px;
  right: -15px;
  cursor: pointer;
  font-size: 16px !important;
  font-weight: bold;
  padding: 5px !important;
  background: #dc3545;
  border-radius: 20px;
}
.add_foto {
  margin-left: 18px;
  margin-top: 9px;
  padding: 6px;
  border: 3px solid #337ab7
}
.delet_foto{
  margin-left: 18px;
  margin-top: 9px;
  padding: 6px;
  border: 3px solid #d74f5c
}
.error_continer{
  position: relative;
}
.error {
  position: absolute;
  top: 10%;
  left: 15%;
  right: 15%;
  bottom: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  background: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.95);
}

.content1 {
  max-width: 480px;
  text-align: center;
}
.error h1 {
    font-size: 10rem;
    line-height: 1;
    position: relative;
  }
  
 .error h2 {
    font-size: 2.8rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #000;
    position: relative;
  }
  

 .error p {
    font-size: 1.6rem;
    color: #0d0d0d;
  }

 .error .btns {
    margin: 25px 0;
    display: inline-flex;
  }
  .error  a {
      display: inline-block;
      margin: 0 10px;
      text-decoration: none;
      border: 2px solid #0ea5ea;
      color: #69a6ce;
      font-size: 1.8rem;
      font-weight: 700;
      font-family: inherit;
      padding: 1px 30px;
      border-radius: 25px;
      text-transform: uppercase;
      transition: all 0.3s ease;
    }
    .error a:hover {
        background: #0ea5ea;
        color: #fff;
      }
    
  


@keyframes animate {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: 100% 0;
  }
  50% {
    background-position: 100% 100%;
  }
  75% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.error1{
    height: 30px;
    line-height: 22px;
    font-size: 13px;
}
.x_alert1 {
  color: #ffffff;
  position: absolute;
  top: -4px;
  right: -20px;
  cursor: pointer;
  font-size: 16px !important;
  font-weight: bold;
  padding: 8px !important;
  background: #dc3545;
  border-radius: 20px;
}


/* End Members */

/* Start Mitarbeiter */

.add_mit {
  float: right;
  color: #ffffff !important;
}
.btn-mem {
  margin-top: 10px !important;
  margin-left: 16px !important;
}
.h1-mit {
  margin-top: 30px !important;
  cursor: pointer;
  max-width: 40px;
}
.div1-mit {
  width: 400px;
  color: #8d6718!important;
  border-top: solid 5px #6c757d!important;
}
.div2-mit {
  width: 600px;
  color: #8d6718!important;
  border-top: solid 5px #6c757d!important;
  margin-bottom: 20px;
  margin-top: 10px;
}
.search_btn{
  padding-top: 60px;
}
.all {
  display: none;
}
.btn-addMit{
  background-color: #337ab7 !important;
  border-color: #337ab7 !important;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7 !important;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.search_mit {
  margin-top: 25px !important;
  margin-left: 16px !important;
}


/* End Mitarbeiter */

/* Start Auftrag */
.search {
  margin-bottom: 15px !important;
}
.btn-mem {
  margin-top: 25px !important;
  margin-left: 16px !important;
}
.add_mit {
  float: right;
  color: #ffffff !important;
}
.auf_pag .pagination {
  display: flex;
}
.fach1{
  display: none;
}
.fach2{
  display: none;
}
.fach3{
  display: none;
}
.fach4{
  display: none;
}
.search-auf{
  margin-bottom: 25px;
}
.progress {
  margin-bottom: 0px; 
}
.invalid-tooltip span {
  top: 4px;
  right: -8px;
  position: absolute;
  cursor: pointer;
  background-color: #de4857;
  padding-right: 4px;
  border-radius: 5px;
}
.dis_none{
  display: none;
}

.pro_h h1{
  font-size: 1.7em;
  width: 100%;
  margin-top: 5px;
  margin-left: 5px;
  margin-bottom: 0;
}
.pro_h .card-text {
  font-size: 1.2rem;
  text-align: center;
  color: #337ab7;
  font-weight: bold;
  width: 100%;
  margin-bottom: 2px;
}
.pro_h .card-body {
  padding: 0.3rem !important;
 
}
.btn-sm{
  margin-left: 2px!important;
}
.hid{
  display: none;
 
}
.showImmer{
  display: block;
}
.auf_detail h1{
  font-size: 1.7em;
}
.float-right{
  float: right;
}
.auf_detail .table>tbody>tr>td{
  padding: 5px;
}

.auf_detail .input-group>.form-control {
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
  width: 1%;
  line-height: 111%;
}
.auf_detail .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
  height: 111%;
}
.auf_detail .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 115%;
}
.auf_detail .input-group {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  padding: 0;
  height: 19px;
  line-height: 1.42857143;
}

.auf_detail_pro .table-responsive {
  overflow-x: scroll;
  max-height: 880px;
}


.table-striped>tbody>tr:nth-of-type(odd)>* {
  text-align: center;
}

.table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
  text-align: center;
}
body {
  counter-reset: umtrommelNr;
}
.counter::before{
  counter-increment: umtrommelNr;
  content: counter(umtrommelNr) ;
  display: inline-block;
  text-align: center;
  margin-top: 10px;
  font-size: 19px;
  color: #337ab7;
  font-weight: bolder;

}

.progress_auf_produ .progress-bar{
  width: 0;
  overflow: visible;
}

.ringbund{
  display: none;
}

.ringbund_schw{
  display: none;
}

.trommel{
  display: none;
}
.dis_show{
  display: block;
}
/* End Auftrag */


/* Start Abstellplan */
.abstell .pagination {
  display: flex;
}



.add_plan td {
  padding-right: 0px !important;
  padding-left: 4px !important;
}

.add_plan strong {
  font-weight: 600;
  color: #337ab7;
}
.form-switch .form-check-input {
  height: 1.19em;
  cursor: pointer;
}
.add_plan .btn-group, .btn-group-vertical {
  padding-right: 0px !important;
  padding-left: 4px !important;
}
.add_plan .btn-group>.btn:first-child {
  margin-left: 8px;
}
.mem-delet .btn-group .btn+.btn {
   margin-left: 0px; 
}
.auf{
  height: 20px;
}
.td-plan .form-switch {
  color: #337ab7;
  padding-right: 34px!important
}
.auf span{
 font-size: 0.8rem;
 margin-bottom: 2px;
}

/* End Abstellplan */

/* Start Ubergabe */



section{
  width: 103%;
}
.item1{
  width: 4%;
  float: left;
  background-color: #EEE;
  height:  559px;
  position: relative;
}
.item{
  width: 4%;
  float: left;
  background-color: #EEE;
  height:  559px;
  position: relative;
  margin-left: 8px;
}
.info1{
  width: 88%;
  float: left;
  background-color: #DDD;
  height: 100%;
  margin-left: 4px;
}
.info{
  width: 0;
  float: left;
  background-color: #DDD;
  height: 100%;
  display: none;
  margin-left: 4px;
}
.item-head{
  width: 559px;
  height: 9%;
  background-color: #337ab7;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  margin-left: 3px;
  position: absolute;
  top: 13.2em;
  left: -13.8em;
  font-weight: bold;
  font-size: 19px;
  cursor: pointer;
}
.item-head{
  transform: rotate(-90deg);
}
.item-head2{
  width: 559px;
  height: 9%;
  background-color: #337ab7;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  margin-left: 3px;
  position: absolute;
  top: 13.2em;
  left: -13.6em;
  font-weight: bold;
  font-size: 19px;
  cursor: pointer;
}
.item-head2{
  transform: rotate(90deg);
}
.accordion-body {
  height: 44.7em;
  padding: 8px;
  overflow: scroll;
}
.upergabe_add .form-select {
  
  font-size: .780rem;
  
}
.upergabe_add tr{
  font-size: .810rem;
}
.upergabe_add .form-control{
  font-size: .780rem;
}
.pointer{
  cursor: pointer;
}
.meterG{
  display: none;
}
.meterG1{
  display: flex;
}
.info1 .card {
  margin-bottom: 0px;
}

/* End Ubergabe */


/* Start Silo */



.silo-body{
  height: 26rem;
  background-color: transparent;
  overflow: hidden;
  cursor: pointer;
}
.body-top{

  height: 20rem;
  background-color: #d0d3d7;
  position: relative;
}

.body-bottom{
  width: 100%;
  height: 0;
  border-top: 100px solid #337ab7de;
  border-left: 50px solid #fff;
  border-right: 50px solid #fff;
  position: relative;
  background-color: #d0d3d7;
}


.silo{
  padding-top: 0;
}

.silo-main .card-title {
  
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  position: relative;
  z-index: 3;
}
.height{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #337ab7d6;
  z-index: 1;
}
.id-nummer{
  margin-top: 6px;
  text-align: center;
  padding-top: 1px;
  text-align: center;
}
.silo-nr-h{
  font-size: 1.7rem;
  font-family: fangsong;
  color: #4f5255;
}
.pe-art-h{
  font-size: 1.6rem;
  font-family: fangsong;
  color: #4f5255;
  text-decoration: underline;
}

.mat-color-h{
  font-size: 1.1rem;
  font-family: fangsong;
  color: #4f5255;
}
.mat-color{
  margin-bottom: 20px;
}

.mat-name-h{
  font-size: 1.1rem;
  font-family: fangsong;
  color: #4f5255;
}

.din-h{
  font-size: 1.1rem;
  font-family: fangsong;
  color: #4f5255;
}

.gewitch-h{
  font-size: 1.1rem;
  font-family: fangsong;
  color: #4f5255;
}
.gewitch{
  position: absolute;
  bottom: 0;
  left: 30%;
}
.silo-a{
  text-decoration: none!important;
}

.silo-dt .silo-body {
  height: 41rem;
  background-color: transparent;
  overflow: hidden;
  cursor: pointer;
}

.silo-dt .card {
  margin-bottom: 0;
}

.silo-dt .body-top {
  height: 34rem;
  background-color: #d0d3d7;
  position: relative;
}
.silo-dt .pe-art{
  margin-top: 5rem;
}
.silo-dt .silo-nr-h {
  font-size: 2.3rem;
  font-family: fangsong;
  color: #4f5255;
}
.silo-dt .silo-nr{
  margin-top: 2rem;
}
.silo-dt .mat-name-h {
  font-size: 1.5rem;
  font-family: fangsong;
  color: #4f5255;
}
.silo-dt .gewitch {
  position: absolute;
  bottom: 0;
  left: 33%;
}
.silo-dt .gewitch-h {
  font-size: 1.7rem;
  font-family: fangsong;
  color: #4f5255;
}

.silo-dt .silo-body{
  background-color: transparent;
  overflow: hidden;
  cursor: unset;
  position: relative;
}

.silo-dt{
  margin-left: 0;
  margin-right: 0;
}


.body-bottom2 {
  width: 58%;
  z-index: 7;
  position: absolute;
  bottom: 1px;
  text-align: center;
  left: 21%;
}

.blink{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #337ab7d6;
  z-index: 1;
  animation: blincking 3s infinite linear;
}

@-webkit-keyframes blincking {
  0%{
    background-color: #337ab7d6;
  }
  25%{
    background-color: #337ab770;
  }
  50%{
    background-color: transparent;
  }
  75%{
    background-color: #337ab770;
  }
  100%{
    background-color: #337ab7d6;
  }
}

@-moz-keyframes blincking {
  0%{
    background-color: #337ab7d6;
  }
  25%{
    background-color: #337ab770;
  }
  50%{
    background-color: transparent;
  }
  75%{
    background-color: #337ab770;
  }
  100%{
    background-color: #337ab7d6;
  }
}




@keyframes blincking {
  0%{
    background-color: #337ab7d6;
  }
  25%{
    background-color: #337ab770;
  }
  50%{
    background-color: transparent;
  }
  75%{
    background-color: #337ab770;
  }
  100%{
    background-color: #337ab7d6;
  }
}


.body-bottom-blinken {
  width: 100%;
  height: 0;
  border-top: 100px solid #337ab7de;
  border-left: 50px solid #fff;
  border-right: 50px solid #fff;
  position: relative;
  animation: blincking2 3s infinite linear;
}


@-webkit-keyframes blincking2 {
  0%{
    border-top: 100px solid #337ab7de;
  }
  25%{
    border-top: 100px solid #337ab770;
  }
  50%{
    border-top: 100px solid #d0d3d7;
  }
  75%{
    border-top: 100px solid #337ab770;
  }
  100%{
    border-top: 100px solid #337ab7d6;
  }
}

@-moz-keyframes blincking2 {
  0%{
    border-top: 100px solid #337ab7de;
  }
  25%{
    border-top: 100px solid #337ab770;
  }
  50%{
    border-top: 100px solid #d0d3d7;
  }
  75%{
    border-top: 100px solid #337ab770;
  }
  100%{
    border-top: 100px solid #337ab7d6;
  }
}




@keyframes blincking2 {
  0%{
    border-top: 100px solid #337ab7de;
  }
  25%{
    border-top: 100px solid #337ab770;
  }
  50%{
    border-top: 100px solid #d0d3d7;
  }
  75%{
    border-top: 100px solid #337ab770;
  }
  100%{
    border-top: 100px solid #337ab7d6;
  }
}

.body-bottom-leer {
  width: 100%;
  height: 0;
  border-top: 100px solid #d0d3d7;
  border-left: 50px solid #fff;
  border-right: 50px solid #fff;
  position: relative;
  background-color: #d0d3d7;
}
.maschNr{
  position: absolute;
  background-color: #6c757d7d;
  left: -6px;
  width: 50px;
  padding: 2px;
  padding-left: 5px;
  
}
.maschNrP{
  position: absolute;
  left: -30px;
  top: 10%;
  animation: opacity 3s infinite linear;
}

@keyframes opacity {
  0%{
    opacity: 100%;
  }
  25%{
    opacity: 75%;
  }
  50%{
    opacity: 0%;
  }
  75%{
    opacity: 75%;
  }
  100%{
    opacity: 100%;
  }
}
.maschNr::before{
  content: '';
  width: 0;
  height: 0;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 40px;
  margin-bottom: 0;
  border-width: 13px;
  border-style: solid;
  border-color: transparent transparent transparent #6c757d7d;
}
.maschNrP span:first-child{
  top: -10px;
}
.maschNrP span:nth-of-type(3){
  top: 48px;
}
.maschNrP span:nth-of-type(4){
  top: 78px;
}

.table>:not(:last-child)>:last-child>*, .table tbody, .table td, .table tfoot, .table th, .table thead, .table tr {
  text-align: center;
}



.List .btn-group>.btn:not(.dropdown-toggle) {
  border: solid 1px #ced4da;
}
.dt-buttons{
  float: right;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
  margin-top: 36px;
}



/* End Silo */




/* Start Lager */


.laga .container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 100%;
}


.gesamSt{
  margin-left: 10px;
  color: #000;
  font-weight: 750;
  padding-right: 6px;
}



.action_bt{
  background-color: #6c757dad!important;
}

.item_move .card {
  background-color: #cccccc57;
}
.btn_ge{
  background-color: #6c757d!important;
  border-color: #ccc;
}
.btn_ge:hover{
  background-color: #525353!important;
  border-color: #ccc;
}

.auf_beweb .card-header:first-child {
  border-radius: 0.25rem 0.25rem 0 0;
  margin-top: 13px;
}


.proz_out{
  background-color: #6c757dad!important;
}
.Vertragsbewegung .card {
  padding: 13px;
}

.Vertragsbewegung .card-header:first-child {
  margin-bottom: 13px;
}

@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl{
    max-width: 100%;
}
}
.tittel-head{
  margin-left: 23px;
  margin-bottom: -2px;

}


.tittel{
  display: inline-block;
  margin-right: 0;
  border: solid 1px #d0d3d78a;
  padding: 5px;
  cursor: pointer;
}
.tittel1{
  border-bottom: none;
  position: relative;
  background-color: #e6e7e9;
}

.tittel2{
  border-bottom: none;
  position: relative;
  background-color: #e6e7e9;
}
.tittel3{
  border-bottom: none;
  position: relative;
  background-color: #e6e7e9;
}

.lager_cont .card {
  background-color: #d0d3d78a;
  margin-bottom: 0;
  border: 0 solid #d0d3d78a;
}

.lager_cont .panel {
  
  border: #d0d3d78a;
  
}
.tittel a{
  text-decoration: none;
  padding: 5px;
}


.tittel1 .card-title {
  color: #337ab7;
}
.tittel2 .card-title {
  color: #337ab7;
}
.tittel3 .card-title {
  color: #337ab7;
}

.aus{
  background-color: #6c757d !important;
}

.aus .card-title {
  color: #e9ecef;
}


.ein{
  background-color: #337ab7  !important;
}

.ein .card-title {
  color: #e9ecef;
}

/* End Lager */



.zuruck{
  float: right;
}

.differnt{
  background-color: #ccc !important;
}


.schw_search{
  margin-bottom: 20px;
}



.calen{
  margin-top: 40px;
}
.navbar-expand .navbar-collapse {
  display: flex!important;
  flex-basis: auto;
}
.navbar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.875rem 1.375rem;
  position: relative;
}
.navbar {
  position: relative;
  min-height: 77px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar-expand .navbar-nav .nav-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 768px){
.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;

  }
}
.navbar-nav>li>a {
  line-height: 20px;
}

.invalid-tooltip {
  
  margin-top: 0.1rem;
 
}

.foot_calender{
  position: absolute;
  bottom: 0;
  right: 0;
  left: 260px;
  transition: left linear 0.3s;
}
.newleft{
  left: 0;
  transition: left ease-in-out 0.4s;
}
.shweissen .card {
  box-shadow: none !important;
  margin-bottom: 24px;
}

.disabled{
  cursor: not-allowed;
}
.shweissen .container, .container-lg, .container-md, .container-sm, .container-xl {
  padding: 0;
  background-color: #f5f7fb;
}

.shweissen .tittel-head {
  margin-left: 0px;
  margin-bottom: -4px;
}
.schweissen .search_btn {
  padding-top: 0px;
  float: left;
  margin-top: 0;
}
.schweissen .form-control {
  margin-top: 3px;
}
.aus-left{
  float: left;
  margin-left: -49px;
  font-size: 20px;
}
.aufckeber{
  font-size: 20px;
  margin-left: 0px !important;
}
.aus-right{
  float: left;
  margin-left: 15px;
  font-size: 20px;
}
.klebe{
  margin-left: 36px;
}
.btn-klebe{
  float: left;
  margin-left: 20px;
}
.form-check-input:checked {
  background-color: #337ab7;
  border-color: #337ab7;
}
.klebe-titel{
  font-size: 20px;
  margin-bottom: 10px;
}
.box-option{
  border-bottom: 3px solid;
  padding-bottom: 20px;
  margin-top: 20px;
}
.mass_select{
  margin-left: 20px !important;
}



/* Start PDF */

.logo_div{
  text-align: center;
}

.logo_div img{
  width: 400px;
  text-align: center;
}

@media (min-width: 1200px){
.calen {
    max-width: 85%;
}

}















/* End PDF */
.calender .dropdown {
  margin-right: 15px;
}
.schweissen div.dataTables_wrapper div.dataTables_paginate {
 
  margin-top: 12px;
  text-align: center;
}

.tabel_dash {
 
  background-color: #fff;
  padding-top: 14px;
  padding-left: 15px;
}
.dash .card {
  background-color: #ffffff;
  margin-bottom: 0;
  border: 0 solid #ffffff;
}

.btn-danger a{
  color: #fff;
  text-decoration: none;
}

.form-check-input[type=radio] {
  padding: 10px;
}

.rad {
  padding: 5px;
}

