.isNowEditor {
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.page > form {
	/*margin-top: 30px;*/
}

#datatable, .table {
	background-color: white;
}

.table.table-dashed > tbody > tr > td {
    border-top: 1px dashed #aaa;
}
.table.table-dashed > tbody > tr:first-child > td, .table.table-dashed > tbody > tr.childrow > td {
    border-top: none;
}

.alert-danger {
	color: red;
}

.btn-group .btn-primary {
    background-image: none;
    background-repeat: no-repeat;
    filter: none;
    -webkit-filter: none;
    filter: none;
    border-bottom: 1px solid #e6e6e6;
    background-color: #e6e6e6;
    border-color: #adadad;
    color: black;
}

.btn-group .btn-primary:active, .btn-group .btn-primary.active {
    color: #ffffff;
    background-color: #178acc;
    border-color: #1684c2;
}

body .table.table-middle>thead>tr>th, body .table.table-middle>tbody>tr>th, body .table.table-middle>tfoot>tr>th, body .table.table-middle>thead>tr>td, body .table.table-middle>tbody>tr>td, body .table.table-middle>tfoot>tr>td {
    vertical-align: middle;
}

.alert h1, .alert h2, .alert h3, .alert h4 {
	margin-top: 0px;
    color: inherit;
}

.text-weight-bold {
	font-weight: bold;
}

.tags .tag, body .bootstrap-tagsinput .tag {
    font-size: smaller;
    border: 1px solid darkgray;
    border-radius: 5px;
    padding: 0px 3px 0px 3px;
    background-color: lightgray;
    color: black;
}

.bootstrap-tagsinput {
    width: 100%;
}

.bootstrap-tagsinput .tag {
    font-weight: normal;
    color: black;
}


body .bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 4px;
}

body .form-control-static.input-sm {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 9px;
    min-height: auto;
}

table.table-bordered>thead>tr>th.border-right, 
table.table-bordered>tbody>tr>th.border-right, 
table.table-bordered>tfoot>tr>th.border-right, 
table.table-bordered>thead>tr>td.border-right, 
table.table-bordered>tbody>tr>td.border-right, 
table.table-bordered>tfoot>tr>td.border-right,
table.table-bordered.dataTable>thead>tr>th.border-right, 
table.table-bordered.dataTable>tbody>tr>th.border-right, 
table.table-bordered.dataTable>tfoot>tr>th.border-right, 
table.table-bordered.dataTable>thead>tr>td.border-right, 
table.table-bordered.dataTable>tbody>tr>td.border-right, 
table.table-bordered.dataTable>tfoot>tr>td.border-right,
.border-right {
	border-right: 1px solid black;
	border-right-width: 1;
}
table.table-bordered>thead>tr>th.border-left, 
table.table-bordered>tbody>tr>th.border-left, 
table.table-bordered>tfoot>tr>th.border-left, 
table.table-bordered>thead>tr>td.border-left, 
table.table-bordered>tbody>tr>td.border-left, 
table.table-bordered>tfoot>tr>td.border-left,
table.table-bordered.dataTable>thead>tr>th.border-left, 
table.table-bordered.dataTable>tbody>tr>th.border-left, 
table.table-bordered.dataTable>tfoot>tr>th.border-left, 
table.table-bordered.dataTable>thead>tr>td.border-left, 
table.table-bordered.dataTable>tbody>tr>td.border-left, 
table.table-bordered.dataTable>tfoot>tr>td.border-left,
.border-left {
	border-left: 1px solid black;
	border-left-width: 1;
}
table.table-bordered>thead>tr>th.border-top, 
table.table-bordered>tbody>tr>th.border-top, 
table.table-bordered>tfoot>tr>th.border-top, 
table.table-bordered>thead>tr>td.border-top, 
table.table-bordered>tbody>tr>td.border-top, 
table.table-bordered>tfoot>tr>td.border-top,
table.table-bordered.dataTable>thead>tr>th.border-top, 
table.table-bordered.dataTable>tbody>tr>th.border-top, 
table.table-bordered.dataTable>tfoot>tr>th.border-top, 
table.table-bordered.dataTable>thead>tr>td.border-top, 
table.table-bordered.dataTable>tbody>tr>td.border-top, 
table.table-bordered.dataTable>tfoot>tr>td.border-top,
table.table-bordered>tbody>tr.border-top td,
table.table-bordered.dataTable>tbody>tr.border-top td,
.border-top {
	border-top: 1px solid black;
	border-top-width: 1;
}
table.table-bordered>thead>tr>th.border-bottom, 
table.table-bordered>tbody>tr>th.border-bottom, 
table.table-bordered>tfoot>tr>th.border-bottom, 
table.table-bordered>thead>tr>td.border-bottom, 
table.table-bordered>tbody>tr>td.border-bottom, 
table.table-bordered>tfoot>tr>td.border-bottom,
table.table-bordered.dataTable>thead>tr>th.border-bottom, 
table.table-bordered.dataTable>tbody>tr>th.border-bottom, 
table.table-bordered.dataTable>tfoot>tr>th.border-bottom, 
table.table-bordered.dataTable>thead>tr>td.border-bottom, 
table.table-bordered.dataTable>tbody>tr>td.border-bottom, 
table.table-bordered.dataTable>tfoot>tr>td.border-bottom,
.border-bottom {
	border-bottom: 1px solid black;
	border-bottom-width: 1;
}

.pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: normal;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
.pre.adresse {
	padding-top: 0px; 
	padding-bottom: 0px; 
	margin-bottom: 0px;
}


.btn-default {
    background-image: none;
    background-repeat: no-repeat;
    filter: none;
    -webkit-filter: none;
    filter: none;
    border-bottom: 1px solid #e6e6e6;
	background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:hover {
    color: #333;
	background-color: #ffffff;
    border-color: #cccccc;
}

.container.grey, .container-fluid.grey {
	background: #F1F1F1;
}

hr {
    margin: 5px 0;
    border-top: 1px dashed #aaa;
}

.tab-content>.active {
    margin-top: 15px;
}

@media print
{
.noprint, .no-print, .hidden-print {
	display: none !important;
}
	
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    display: none !important;
}
	
.tab-content > .print {
    display: block !important;
    opacity: 1 !important;
}
.dataTables_filter, .dataTables_length, .dataTables_info, .dataTables_paginate {
	display: none !important;
}
	
.form-group {
	margin-top: 10px;
	margin-bottom: 10px;
}
.mce-top-part, .d-print-none, .d-print-none * {
    display: none !important;
    }
    
.mce-edit-area, .mce-tinymce {
	border: none !important;
}

.select2-container--default .select2-selection--single {
	border: none !important;
}

.select2-selection__clear {
	display: none !important;
}
    
.d-print-auto {
	width: auto;
}

.d-print-auto input {
	width: auto;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

textarea {
	resize: none;
}
   
body option {
	padding: 0px;
}
   
body .form-control {
    padding: 0px;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    height: auto;
	}
	
body .form-horizontal .form-group {
    margin-bottom: 0px !important;
	}
	
body .form-horizontal .control-label {
    padding-top: 0px;
	}
	
body .input-group-addon.input-sm {
    padding: 0px;
    border: none;
	}
	
body .input-xs, .input-sm, .input-md, .input-lg {
    height: auto;
    font-size: 14px;
	}
}

@media (max-width: 500px) {
div.dataTables_wrapper div.dataTables_filter input[type="search"] {
	width: 100px;
	}
.container {
	padding-left: 5px;
	padding-right: 5px;
	}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 2px;
    padding-right: 2px;
	}
.row {
    margin-left: -2px;
    margin-right: -2px;
}
.fieldset-box, .c-page {
    padding: 5px;
    padding-bottom: 10px;
	}
}

@media (min-width: 1200px) {
	nav .dropdown-menu li:hover .sub-menu {
	    visibility: visible;
	}
	
	nav .dropdown:hover .dropdown-menu {
	    display: block;
	}
}

@media (max-width: 1199px) {
    .navbar-header {
        float: none;
    }
	.navbar-toggle {
        display: block;
		position: relative;
		float: right;
		margin-right: 15px;
		padding: 9px 10px;
		margin-top: 8px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
    }
    
.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    -webkit-overflow-scrolling: touch;
}
    
    .navbar-collapse.collapse {
        display: none !important;
    }
    
    .navbar-collapse.collapse.in {
        display: block !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
	.navbar-default .nav>li {
    	position: relative;
    	display: block;
    	float: none;
	}
	.navbar-nav>li>a {
	    text-align: center;
	}
	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    	max-height: auto;
	}
	
	.navbar-nav .open .dropdown-menu {
	    background-color: white;
	    border-radius: 0px;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu li a {
	    color: black !important;
	}
}

.navbar-default .nav>li>a {
   padding-left: 5px;
   padding-right: 5px;
}

#mobile_tabs {
	margin-top: 5px;
	margin-bottom: 5px;
}

body #mobile_tabs > li {
	border-bottom: 1px solid #dddddd;
	border-radius: 4px;
}

body #mobile_tabs > li > a {
	background-color: #418A2F !important;
	color: white !important;
	border-radius: 4px;
	border: 1px solid #dddddd;
}

.submitSuccess {
	background-color: #D3F0C7 !important;
}

.fieldset-box, .c-page {
	padding: 10px;
    background: white;
    border: 1px solid darkgray;
    border-radius: 10px;
    margin-bottom: 10px;
}
.fieldset-box legend, .c-page legend {
    width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
    margin-bottom: 0px;
    border: 1px solid darkgray;
    border-radius: 10px;
    background: white;
}

.help-block.form-text {
    margin-top: 9px !important;
    margin-bottom: 0px !important;
}

.noNavbar {
	    background-color: #F1F1F1;
	    min-height: 100%;
}

.dataTables_wrapper .btn {
/*	height: 34px;*/
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

body div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 0%;
    left: 50%;
    width: 100%;
    height: 100%;
    margin: 0px;
    margin-left: -50%;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

.bg-white{
    background:#ffffff;
}

@media (min-width: 1200px) {
  .container {
    width: 1250px !important;
  }
}

@media (min-width: 1350px) {
  .container {
    width: 1300px !important;
  }
}

ul.ui-autocomplete {
    z-index: 1100;
}


/*body .panel {
    background: none; 
    border: none;
}*/

body .grid-stack-item-content {
	border: 1px solid #dddddd;
    border-radius: 4px;
}

body .panel .tab-pane {
    margin-top: 10px;
}


.nav-tabs.upside-down {
	border-bottom: none;
    border-top: 5px solid #2fa4e7;
}

.nav-tabs.upside-down > li {
	margin-top: 0px;
    margin-bottom: 0px;
}

.nav-tabs.upside-down > li.active > a,
.nav-tabs.upside-down > li > a {
    border: 1px solid transparent;
    border-radius: 0 0 4px 4px;
}

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
	background-color: #F1F1F1 !important;
}

.nav-tabs>li>a {
    color: #418A2F;
}

.select2-container{width: 100% !important;}

html, body, .page {
	border: none !important;
}

.table-bordered tr.table-dark th, .table-bordered tr.table-dark td, .table-bordered th.table-dark, .table-bordered td.table-dark {
	background: gray !important;
	color: white !important;
	}
	
@media print {
.table-bordered tr.table-dark th, .table-bordered tr.table-dark td, .table-bordered th.table-dark, .table-bordered td.table-dark {
	background: gray !important;
	color: white !important;
	}
	
a[href]:after { content: none !important; }

.dt-buttons, table.dataTable.fixedHeader-floating {
	display: none;
	visibility: hidden;
	}
	
table.dataTable thead>tr>th.sorting_asc, 
table.dataTable thead>tr>th.sorting_desc, 
table.dataTable thead>tr>th.sorting, 
table.dataTable thead>tr>td.sorting_asc, 
table.dataTable thead>tr>td.sorting_desc, 
table.dataTable thead>tr>td.sorting {
    padding-right: 8px !important;
}

.table>thead>tr>td.danger, 
.table>tbody>tr>td.danger, 
.table>tfoot>tr>td.danger, 
.table>thead>tr>th.danger, 
.table>tbody>tr>th.danger, 
.table>tfoot>tr>th.danger, 
.table>thead>tr.danger>td, 
.table>tbody>tr.danger>td, 
.table>tfoot>tr.danger>td, 
.table>thead>tr.danger>th, 
.table>tbody>tr.danger>th, 
.table>tfoot>tr.danger>th {
    background-color: #f2dede !important;
}

.table>thead>tr>td.info, .table>tbody>tr>td.info, .table>tfoot>tr>td.info, .table>thead>tr>th.info, .table>tbody>tr>th.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>tbody>tr.info>td, .table>tfoot>tr.info>td, .table>thead>tr.info>th, .table>tbody>tr.info>th, .table>tfoot>tr.info>th {
    background-color: #d9edf7 !important;
}

.table>thead>tr>td.warning, .table>tbody>tr>td.warning, .table>tfoot>tr>td.warning, .table>thead>tr>th.warning, .table>tbody>tr>th.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>tbody>tr.warning>td, .table>tfoot>tr.warning>td, .table>thead>tr.warning>th, .table>tbody>tr.warning>th, .table>tfoot>tr.warning>th {
    background-color: #fcf8e3 !important;
}

.table>thead>tr>td.success, .table>tbody>tr>td.success, .table>tfoot>tr>td.success, .table>thead>tr>th.success, .table>tbody>tr>th.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>tbody>tr.success>td, .table>tfoot>tr.success>td, .table>thead>tr.success>th, .table>tbody>tr.success>th, .table>tfoot>tr.success>th {
    background-color: #dff0d8 !important;
}

.table>thead>tr>td.active, .table>tbody>tr>td.active, .table>tfoot>tr>td.active, .table>thead>tr>th.active, .table>tbody>tr>th.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>tbody>tr.active>td, .table>tfoot>tr.active>td, .table>thead>tr.active>th, .table>tbody>tr.active>th, .table>tfoot>tr.active>th {
    background-color: #f5f5f5 !important;
}
	
table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-left-width: 0 !important;
}
	
.panel, .alert, body #page-wrapper > .container { border: none !important; }
.container { width: 100% !important; }
.col-print-1 {width:8%;  float:left;}
.col-print-2 {width:16%; float:left;}
.col-print-3 {width:25%; float:left;}
.col-print-4 {width:33%; float:left;}
.col-print-5 {width:42%; float:left;}
.col-print-6 {width:50%; float:left;}
.col-print-7 {width:58%; float:left;}
.col-print-8 {width:66%; float:left;}
.col-print-9 {width:75%; float:left;}
.col-print-10{width:83%; float:left;}
.col-print-11{width:92%; float:left;}
.col-print-12{width:100%; float:left;}
}

.dl-horizontal dd {
    margin-left: 110px;
}

.table  dl {
    margin-bottom: 0;
}

#container {
	padding-top: 20px;
}

#container.noNavbar {
	padding-top: 0px;
}

.dl-horizontal dt {
    width: 100px;
}
.dl-horizontal dd::after {
	clear: left;
}

#bild {
    float: right;
    width: 200px;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.noHiddenChilds .hidden {
	display: block !important;
}
.icon-flipped {
transform: scaleX(-1);
-moz-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
-ms-transform: scaleX(-1);
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.sidebar-nav {
    padding: 9px 0;
}

table.table .child {
	background: #81BEF7;
	margin-left: -10px;
	margin-right: -10px;
}

table.table .child .dataTables_wrapper {
	margin: 0px;
}

table.table .child span.glyphicon-trash {
	display: none !important;
}

table.table .child > td {
	padding: 0px;
	padding-left: 3px;
	padding-right: 3px;
}

table.table .child tbody {
	background: white;
}

table.table .child table {
    margin-bottom: 3px !important;
    margin-top: 3px !important;

}

.btn-default input[type="checkbox"]:checked {
    background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
    background-repeat: no-repeat;
    border-bottom: 1px solid #178acc;
    filter: none;
}


.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}



.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

@media (max-width: 767px) {
	.navbar .dropdown-menu a {
	     color: #000; 
	     text-align: center;
	     width: 100%;
	}
	.navbar-nav>li>a {
	     text-align: center;
	}
	.navbar-nav>li>.dropdown-menu {
	     width: 100%;
	}
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.navbar-default {
/*	background: url("http://dinkhauser.prowito.de/images/prowito.png") no-repeat left center;
	background-size: 500px;*/
/*    background-color: #418A2F !important;
    border-color: #6bc454;
	background-image: -webkit-linear-gradient(#51ab3b, #418A2F 80%, #6bc454);
	background-image: -o-linear-gradient(#51ab3b, #418A2F 80%, #6bc454);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#418A2F), color-stop(80%, #51ab3b), to(#6bc454));
	*/
}

html {
height: 100%;
}

.dataTables_wrapper {
	clear: both;
}

@media screen {
body {
height: 100%;
background-size: 100%;
background-color: #D1D1D1;
padding-top: 50px;
overflow-y: scroll;
}
body.nopadding {
padding-top: 0px;
}
body.bobackground {
background: white;
}
}
@media print {
  body {
    background-color: white;
  }}
.table  div.print {
    display: table-row;
    width: 50%;
}
.table  div.print div {
    display: table-cell;
    width: 50%;
}


body #page-wrapper {
    height: 100%;
}

body #page-wrapper > .container, body #page-wrapper > .container-fluid {
    min-height: 100%;
    clear: both;
    background-color: #F1F1F1;
}

@media (min-width: 768px) {
body #page-wrapper > .container, body #page-wrapper > .container-fluid {
	border-left: 1px solid gray;
	border-right: 1px solid gray;
}	
}

.navbar {
    /*background-image: -webkit-linear-gradient(#80CC28, #6DAD22 60%, #60991E);
    background-image: -o-linear-gradient(#80CC28, #6DAD22 60%, #60991E);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#80CC28), color-stop(60%, #6DAD22), to(#60991E));
    background-image: linear-gradient(#80CC28, #6DAD22 60%, #60991E);*/
}
.navbar.navbar-default {
    background-color: #418A2F;
    border-color: #80CC28;
    background-image: none;
    color: white;
}

.prowito_gray {
    background-color: #C6C6C6;
}

.prowito_light {
    background-color: #80CC28;
}

.prowito_dark {
    background-color: #418A2F;
    color: white;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #ffffff;
    background: #549644;
    background: rgba( 255, 255, 255, 0.1 );
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #418A2F;
}

.dropdown-menu>li.active>a, .dropdown-menu>li.active>a:hover, .dropdown-menu>li.active>a:focus {
    color: #000000;
    background-color: #80CC28;
}

.navbar-default .navbar-toggle {
    border-color: #80CC28;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #80CC28;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #80CC28;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: #80CC28;
    color: #000000;
}

@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #000000;
    background-color: #80CC28;
}
}

.form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 9px;
}

.kommentar {
	font-size: 0.7em;
	font-weight: bold;
}
.beschreibung {
	font-size: 0.7em;
	font-style: italic;
}

tr.odd {
	/*background: white;*/
}
tr.even {
	/*background: #E0E0E0;*/
}
tr.odd td {
/*	border-right: 1px solid white !important;	*/
}
tr.odd td:last-child {
/*	border-right: none !important;	*/
}

.artikel.odd {
	background: #EEEEEE;
}

.table .warning.odd, .table .warning.odd td {    
  background: #EEE9CE;
}
.table .danger.odd, .table .danger.odd td {    
  background: #F3CACA;
}

.table .success.even, .table .success.even td {    
  background: #D3F0C7;
}

.table .success.odd, .table .success.odd td {    
  background: #dff0d8;
  /*background: #d9eaf2 !important;*/
}
.table .info.odd, .table .info.odd td {    
  background: #cde3ee;
}
.table .info.even, .table .info.even td {    
  background: #C0DCEA;
}
.table .success.info td {    
  background: none;
}
.table .success.info.even {
  background-color: #D9EDF7;
  background: 
  	repeating-linear-gradient( 45deg, transparent, transparent 10px, #DFF0D8 10px, #DFF0D8 20px ), 
  	linear-gradient( to bottom, #D9EDF7, #D9EDF7 );
}
.table .success.info.odd {
  background-color: #EBF5E6;
  background: 
  	repeating-linear-gradient( 135deg, transparent, transparent 10px, #E7F4FA 10px, #E7F4FA 20px ), 
  	linear-gradient( to bottom, #EBF5E6, #EBF5E6 );
}
/*.dataTables_wrapper {
	margin-top: 10px;
}*/

.artikelBox {
	border: 1px solid #cccccc;
    border-radius: 10px;
    background: white;
    padding-top: 10px;
    margin-bottom:10px;
}

.artikelBox > img, .artikelBox #bild img {
	width: 100%;
	padding-bottom:7px;
}

.form-horizontal .form-group {
	margin-left: 0px !important;
	margin-right: 0px !important;
    margin-bottom: 5px !important;
}

.btn.stueck, .btn .stueck {
	background-image: url(../images/ean.png);
	background-repeat:  no-repeat;
	background-size: 32px;
	background-position:6px 2px;
	padding-left: 30px;
}
.btn.karton, .btn .karton {
	background-image: url(../images/karton.png);
	background-repeat:  no-repeat;
	background-size: 32px;
	background-position:6px 2px;
	padding-left: 30px;
}
.btn.palette, .btn .palette {
	background-image: url(../images/palette.png);
	background-repeat: no-repeat;
	background-size: 32px;
	background-position:6px 2px;
	padding-left: 30px;
}
.btn.amazon, .btn .amazon {
	background-image: url(../images/amazon.png);
	background-repeat: no-repeat;
	background-size: 32px;
	background-position:6px 2px;
	padding-left: 30px;
}
.btn.barcode1 {
	background-image: url(../images/1.jpg);
	background-repeat:  no-repeat;
	background-size: auto 32px;
	background-position:6px 2px;
	padding-left: 44px;
}
.btn.barcode2 {
	background-image: url(../images/2.jpg);
	background-repeat:  no-repeat;
	background-size: auto 32px;
	background-position:6px 2px;
	padding-left: 44px;
}
.btn.barcode4 {
	background-image: url(../images/4.jpg);
	background-repeat:  no-repeat;
	background-size: auto 32px;
	background-position:6px 2px;
	padding-left: 44px;
}
.btn.barcode12 {
	background-image: url(../images/12.jpg);
	background-repeat:  no-repeat;
	background-size: auto 32px;
	background-position:6px 2px;
	padding-left: 44px;
}
.btn.barcode24 {
	background-image: url(../images/24.jpg);
	background-repeat:  no-repeat;
	background-size: auto 32px;
	background-position:6px 2px;
	padding-left: 44px;
}

.form-group .material-switch {
	margin-top: 8px;
	margin-bottom: 8px;
}

.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}
.table.table-middle>thead>tr>th, .table.table-middle>tbody>tr>th, .table.table-middle>tfoot>tr>th, .table.table-middle>thead>tr>td, .table.table-middle>tbody>tr>td, body .table>tfoot>tr>td {
	vertical-align: middle;
}
.select2-container--default .select2Address.select2-selection--single,
.select2-container--default .select2lagerplatz.select2-selection--single {
	padding-top: 4px;
	padding-bottom: 4px;
}
.select2-container--default .select2Address.select2-selection--single .select2-selection__arrow {
	display: none;
}

.select2-container--default .select2Address.select2-selection--single .select2-selection__rendered,
.select2-container--default .select2lagerplatz.select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	line-height: 20px;
}

.container ul.nav-tabs {
margin-right: -15px;
margin-left: -15px;
padding-bottom: 0px;
padding-left: 15px;
}
.navbar .container ul.nav-tabs {
border-bottom: none;
}

#wrapper .navbar.navbar-default {
    background-color: #418A2F;
    border-color: #80CC28;
    background-image: none;
    color: #D1D1D1;
}

#wrapper .nav>li>a {
    padding: 5px 8px !important;
    color: #D1D1D1;
}

#wrapper .nav>li>a:hover {
    color: #555555;
}

#wrapper .nav-tabs > li.active > a, #wrapper .nav-tabs > li.active > a:hover, #wrapper .nav-tabs > li.active > a:focus {
	background: #F1F1F1 !important;
	color: #555555 !important;
	font-weight: bold;
}

#wrapper .navbar {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; 
}

    .mt-5 { margin-top: 5px; }
    .mt-10 { margin-top: 10px; }
    .mr-5 { margin-right: 5px; }
    .mr-10 { margin-right: 10px; }
    .mb-5 { margin-bottom: 5px; }
    .mb-10 { margin-bottom: 10px; }
    .ml-5 { margin-left: 5px; }
    .ml-10 { margin-left: 10px; } 

@media (min-width: 0px) and (max-width: 767px) {
    .mt-xs-5 { margin-top: 5px; }
    .mt-xs-10 { margin-top: 10px; }
    .mr-xs-5 { margin-right: 5px; }
    .mr-xs-10 { margin-right: 10px; }
    .mb-xs-5 { margin-bottom: 5px; }
    .mb-xs-10 { margin-bottom: 10px; }
    .ml-xs-5 { margin-left: 5px; }
    .ml-xs-10 { margin-left: 10px; } 
}
@media (min-width: 768px) and (max-width: 991px) {
    .mt-sm-5 { margin-top: 5px; }
    .mt-sm-10 { margin-top: 10px; }
    .mr-sm-5 { margin-right: 5px; }
    .mr-sm-10 { margin-right: 10px; }
    .mb-sm-5 { margin-bottom: 5px; }
    .mb-sm-10 { margin-bottom: 10px; }
    .ml-sm-5 { margin-left: 5px; }
    .ml-sm-10 { margin-left: 10px; } 
}
@media (min-width: 992px) and (max-width: 1199px) {
    .mt-md-5 { margin-top: 5px; }
    .mt-md-10 { margin-top: 10px; }
    .mr-md-5 { margin-right: 5px; }
    .mr-md-10 { margin-right: 10px; }
    .mb-md-5 { margin-bottom: 5px; }
    .mb-md-10 { margin-bottom: 10px; }
    .ml-md-5 { margin-left: 5px; }
    .ml-md-10 { margin-left: 10px; } 
}
@media (min-width: 1200px) {
    .mt-lg-5 { margin-top: 5px; }
    .mt-lg-10 { margin-top: 10px; }
    .mr-lg-5 { margin-right: 5px; }
    .mr-lg-10 { margin-right: 10px; }
    .mb-lg-5 { margin-bottom: 5px; }
    .mb-lg-10 { margin-bottom: 10px; }
    .ml-lg-5 { margin-left: 5px; }
    .ml-lg-10 { margin-left: 10px; } 
}

input[type="checkbox"]:checked:before, .checkbox input[type="checkbox"]:checked:before, .checkbox-inline input[type="checkbox"]:checked:before {
    content: "";
    position:absolute;
    top: 0;
    left: 6px;
    display: table;
    width: 6px;
    height: 12px;
    border: 2px solid #fff;
    border-top-width: 0;
    border-left-width: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

input[type="checkbox"]:checked:after, .checkbox input[type="checkbox"]:checked:after, .checkbox-inline input[type="checkbox"]:checked:after {
    background-color: #2196f3;
    border-color: #2196f3;
}


input[type="checkbox"]:after, .checkbox input[type="checkbox"]:after, .checkbox-inline input[type="checkbox"]:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -2px;
    margin-right: 5px;
    border: 2px solid #666666;
    border-radius: 2px;
    transition: 240ms;
}

.form-group input[type="checkbox"]:after, .form-group .checkbox input[type="checkbox"]:after, .form-group .checkbox-inline input[type="checkbox"]:after {
	margin-top:  1px;
	vertical-align: middle;
}

input[type="checkbox"]:checked:before, .checkbox input[type="checkbox"]:checked:before, .checkbox-inline input[type="checkbox"]:checked:before {
    content: "";
    position: absolute;
    top: 0;
    left: 6px;
    display: table;
    width: 6px;
    height: 12px;
    border: 2px solid #fff;
    border-top-width: 0;
    border-left-width: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-group input[type="checkbox"]:checked:before, .form-group .checkbox input[type="checkbox"]:checked:before, .form-group .checkbox-inline input[type="checkbox"]:checked:before {
	top: 3px;
}

body input[type="checkbox"], body .checkbox input[type="checkbox"], body .checkbox-inline input[type="checkbox"] {
    border: none;
    position: relative;
    margin: 0px;
    margin-top: 10px;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 18px;
    height: 18px;
}

.input-group.input-group-sm .input-group-addon input[type="checkbox"] {
	margin-top: 2px; 
	margin-bottom: -8px;
}

input[type="checkbox"].input-sm {
    margin-top: 6px;
}

input[type="checkbox"].input-lg {
    margin-top: 18px;
}

input[type="checkbox"]:focus, .checkbox input[type="checkbox"]:focus, .checkbox-inline input[type="checkbox"]:focus {
    outline: none !important;
}

margin-top: -8-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
}

input[type="checkbox"].input-md {
	margin: 0px !important;
	padding: 17px 0px !important;
	height: 20px;
	min-height: 20px;
	line-height: 38px !important;
}

input[type="checkbox"].input-md:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -8px;
    margin-right: 5px;
    border: 2px solid #666666;
    border-radius: 2px;
    transition: 240ms;
    line-height: 38px !important;
}

input[type="checkbox"].input-md:before {
    top: 12px;
    left: 7px;
}