
body {
  margin: 0;
  font-family: "Lato", sans-serif;
}



.cookie-disclaimer {
  background: #000000;
  color: #FFF;
  opacity: 0.8;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 150px;
  position: fixed;
}
.cookie-disclaimer .container {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cookie-disclaimer .cookie-close{
  float: right;
  padding: 10px;
  cursor: pointer;
}


.badge {
  padding: 1px 9px 2px;
  font-size: 12.025px;
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
  background-color: #999999;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.badge-error {
  background-color: #b94a48;
}
.badge-error:hover {
  background-color: #953b39;
}
.badge-warning {
  background-color: #f89406;
}
.badge-warning:hover {
  background-color: #c67605;
}
.badge-success {
  background-color: #468847;
}
.badge-success:hover {
  background-color: #356635;
}
.badge-info {
  background-color: #3a87ad;
}
.badge-info:hover {
  background-color: #2d6987;
}
.badge-inverse {
  background-color: #333333;
}
.badge-inverse:hover {
  background-color: #1a1a1a;
}

.hreffooter{
	color: white;
}


table.dataTable thead th {
    position: relative;
    background-image: none !important; /* Remove the DataTables bootstrap integration styling */
}

.btn-dark{background-color:#696969;color: #FFF;}



.containerHeader{
	padding-right: 15px;
	padding-left: 15px;

}

/* Div im Modal ohne Platzverschwendung im Bottom Bereich*/
.sm-box{
	padding-bottom: 2px;

}

.searchbar{
	margin-top: 10px;
}

tr.group,
tr.group:hover {
    background-color: #ddd !important;
	font-weight: bold;
}

.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}



input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
}



#consignmentStockOverview h4 {
    text-align: left;
    margin-top: 0px;
    font-size: 30px;
	font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 0px;
}


#consignmentStockOverview .db:hover {
    background: #545F66;
    color: #999999;
}




#consignmentStockOverview .db:hover .icon {
    opacity: 1;
    color: #999999;
}

#consignmentStockOverview .icon {
    color: #fff;
    font-size: 55px;
    margin-top: 7px;
    margin-bottom: 0px;
    float: right;
}

.KACHELTEST{
        background-color: #3CCBDE;
}

.panel.income.db.mbm{
        /*background-color: #F89406;*/
}

.panel.profit.db.mbm{
        background-color: #3CCBDE;
}


.panel.task.db.mbm{
        background-color: #50D977;
}

.panel.gesamt.db.mbm{
        background-color: #D56FD4;
}

.panel.sender.db.mbm{
        background-color: #999999;
}


.modal {
  padding-top:60px;
  overflow: auto;

}

.modal-dialog-big {
	height: calc(100% - 110px);
	min-height: 320px;
}

.modal-content-big {
    /* 80% of window height */
    height: 100%;
}

.modal-body-big {
    /* 100% = dialog height, 120px = header + footer */
    /* max-height: calc(100% - 120px); */
	max-height: 500px;
    overflow-y: scroll;
}

#tou-form {
	height: 100%;
}

#tou-modal-body {
	height: calc(100% - 160px);
}

#btn_check {

  color: white;
  padding: 12px;
  margin: 10px 0;
  border: none;
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
  font-size: 17px;
}




.containerCheckout {
  background-color: #f2f2f2;
  padding: 5px 20px 15px 20px;
  border: 1px solid lightgrey;
  border-radius: 3px;
}

.impressum{
	position: absolute;
	bottom: 0;
	padding-bottom: 50px;
	width: 200px;
  background-color: #f1f1f1;

}
.my-list-group{
  background-color: #696969 !important;
}
.myBottomNavbar{

  height: 20px !important;
}

.sidebar {
  margin: 0;
  padding: 0;
  width: 200px;
  background-color: #f1f1f1;
  position: fixed;
  height: 100%;
  overflow: auto;
  padding-top:50px;
  padding-bottom: 50px;
}

.sidebar a {
  display: block;
  color: black;
  padding: 16px;
  text-decoration: none;
}

.sidebar a.active {
  background-color: #1E282C;
  color: white;
}

.sidebar a:hover:not(.active) {
  background-color: #555;
  color: white;
}

div.content {
  margin-left: 200px;
  padding: 1px 16px;
  /*height: 1000px;*/
  padding-top:50px;
  padding-bottom:50px;
}

.dataTables_filter {
	display: none;
}

#ph_table_wrapper > .row:last-of-type {
	margin-top: 20px;
}

#result_list {
	position: absolute;
	height: auto;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #fff;
	padding: 6px 12px;
	z-index: 9999;
}

#result_list ol {
	list-style-type: none;
	margin: 0;
	padding: 0;"
}

#result_list ol li.selected{
	background-color: #ccc
}

#result_list ol li.inactive {
	color: #ccc;
	font-style: italic;
	background-color: #fff;
}



@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
  .sidebar a {float: left;}
  div.content {margin-left: 0;}
}

@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: center;
    float: none;
  }
}


.jumbotron {
    background-color: #696969; /* Orange */
    color: #fff;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

.navbar {
      margin-bottom: 0;
      background-color: #696969;
      z-index: 9999;
      border: 0;
      font-size: 12px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 4px;
      border-radius: 0;
      font-family: Montserrat, sans-serif;
    color: #fff !important;

  }


  .navbar li a, .navbar .navbar-brand {
      color: #fff !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
      color: #696969 !important;
      background-color: #fff !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #fff !important;
  }




  	.wrapper {
	margin-top: 80px;
  margin-bottom: 80px;
}

.form-signin {
  max-width: 380px;
  padding: 15px 35px 45px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.1);

  .form-signin-heading,
	.checkbox {
	  margin-bottom: 30px;
	}

	.checkbox {
	  font-weight: normal;
	}

	.form-control {
	  position: relative;
	  font-size: 16px;
	  height: auto;
	  padding: 10px;
		@include box-sizing(border-box);

		&:focus {
		  z-index: 2;
		}
	}

	input[type="text"] {
	  margin-bottom: -1px;
	  border-bottom-left-radius: 0;
	  border-bottom-right-radius: 0;
	}

	input[type="password"] {
	  margin-bottom: 20px;
	  border-top-left-radius: 0;
	  border-top-right-radius: 0;
	}

	input[required] {
	  border-color: red;
	}
