body, html {
  margin: 0;
  padding: 0;
}

.card {
	margin-bottom: 25px;
}

.breadcrumb {
	background: transparent;
	border-bottom: 1px solid #ccc;
	padding-left: 0px;
	border-radius: 0px;
	margin-bottom: 50px;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f105";
}

/* 03. HEADER & NAVIGATION
----------------------------------------- */
old-header .container {
  position: relative;
  padding: 0;
}
header .header-logo {
  position: absolute;
}
header .header-logo img {
  height: 100px;
}
.navbar {
  background-color: #346E34;
  /* background-color: #51AD51; */
	border-radius: 0px;
  /* border-bottom: 1px solid #008144; `*/
}
.navbar .navbar-nav > li > a {
  color: #fff;
}
.navbar .navbar-nav > li > a:focus, .navbar .navbar-nav > li > a:hover {
  color: #FFB973;
}
.navbar .navbar-brand {
	/* background-color: #fff; */
	padding: 2px;
	min-width: 150px;
}
/* 03. FOOTER
----------------------------------------- */
footer {
	padding-top: 		10px;	
	padding-bottom: 10px;
	background-color: #efefef;
	border-top: 1px solid #C9C8C8;
	margin-top: 30px;
}
footer a {
	color: #000;
}	
footer a:hover {
	color: #346E34;
}
/* 04. CONTENT
----------------------------------------- */
#content-section {
  margin-top: 70px;
}
#content-section h1 {
  font-size: 24px;
  color: #346E34;
	font-weight: bold;
}
#content-section h2 {
  font-size: 20px;
  color: #000;
}
#content-section {
  /*
	border 				: 1px solid #000;
	*/
  min-height: 550px;
}
#content-section a {
	color: #346E34;
}
.btn-primary {
	background-color: #efefef;
	color: #000;
	border: 1px solid #999;
}
/* 05. MEDIA IMAGELIST
----------------------------------------- */
.media-imagelist {}
.media-imagelist .media-element {
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  margin-top: 30px;
}
.media-imagelist .media-thumbnail {
  background-size: cover;
}
.media-imagelist .media-thumbnail:before {
  content: "";
  display: block;
  padding-top: 80%; /* initial ratio of 1:1*/
}
.media-imagelist .media-element .media-actions {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px;
  position: absolute;
  right: 20px;
  bottom: 5px;
}
.media-imagelist .media-element .media-actions a {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  font-size: 17px;
  color: #494949 !important;
}
.media-imagelist .media-element .media-actions a:hover {
  color: #000 !important;
}
.media-filelist .media-element {
  border: 1px solid #efefef;
  margin-top: 15px;
  padding: 5px;
}
.media-filelist .media-element .media-actions a {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  font-size: 17px;
  color: #494949 !important;
}
.media-filelist .media-element .media-actions a:hover {
  color: #000 !important;
}
/* 05. BOOTSTRAP BUGFIXES
----------------------------------------- */
/*
        <h3 class="panel-title pull-left">Karte</h3>
        <a class="btn btn-default pull-right"><i class="fa fa-refresh"></i></a>
        <div class="clearfix"></div>
*/
.panel-heading-withbutton h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
  width: 75%;
  padding-top: 8px;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#sortable .placeholder {
  border: 1px dashed #4183C4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#sortable .mjs-nestedSortable-error {
  background: #fbe3e4;
  border-color: transparent;
}
#sortable ol {
  margin: 0;
  padding: 0;
  padding-left: 30px;
}
#sortable ol.sortable, ol.sortable ol {
  margin: 0 0 0 25px;
  padding: 0;
  list-style-type: none;
}
#sortable ol.sortable {
  margin: 4em 0;
}
#sortable .sortable li {
  margin: 5px 0 0 0;
  padding: 0;
}
#sortable .sortable li div {
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-color: #D4D4D4 #D4D4D4 #BCBCBC;
  padding: 4px;
  margin: 0;
  cursor: move;
  background: #f6f6f6;
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}
.form-voucher-create .ean-status {
  padding-top: 7px;
}
.form-voucher-deactivate .ean-status {
  padding-top: 7px;
}
.form-voucher-activate .ean-status {
  padding-top: 7px;
}
a.btn-success {
  color: #fff !important;
}
a.btn-danger {
  color: #fff !important;
}
a.btn-info {
  color: #fff !important;
}
.btn-uploadifive {
  background-color: #F07C00;
  border-color: #F07C00;
  width: auto !important;
  display: inline-block !important;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
}
.btn-uploadifive:hover {
  background-color: #fff;
  color: #F07C00;
}
.offset-top {
  margin-top: 25px;
}
.login-container .user_card {
  height: 400px;
  width: 350px;
  margin-top: auto;
  margin-bottom: auto;
  background: #F4F4F4;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
}
.login-container .brand_logo_container {
  position: absolute;
  height: 170px;
  width: 170px;
  top: -75px;
  border-radius: 50%;
  background: #fff;
  padding: 10px;
  text-align: center;
}
.login-container .brand_logo {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  border: 2px solid #51AD51;
}
.login-container .form_container {
  margin-top: 100px;
}
.login-container .login_btn {
  width: 100%;
  background: #346E34 !important;
  color: white !important;
}
.login-container .login_btn:hover {
  background: #EA8B18 !important;
}
.login-container .login_btn:focus {
  box-shadow: none !important;
  outline: 0px !important;
}
.login-container .input-group-text {
  background: #346E34 !important;
  color: white !important;
  border: 0 !important;
  border-radius: 0.25rem 0 0 0.25rem !important;
}
.login-container ..input_user, #login .input_pass:focus {
  box-shadow: none !important;
  outline: 0px !important;
}
.login-container .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #346E34 !important;
}
.login-container .links a {
	color: #346E34;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  color: #fff !important;
  ;
  background-color: #F07C00 !important;
  border-color: #F07C00 !important;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}