.userNavbar::before {
  content: url(../img/icons_melie-17-black.png);
}

.confNavbar::before {
  content: url(../img/icons_melie-17-black.png);
}

.helpNavbar::before {
  content: url(../img/question_black.png);
}

.aboutNavbar::before {
  content: url(../img/about_black.png);
}

.logoutNavbar::before {
  content: url(../img/icons_melie-20-black.png);
}

.compoundNavbar::before {
  content: url(../img/icons_melie-compound_db-black.png);
  position: relative;
  top: 6px;
}

.stockroomNavbar::before {
  content: url(../img/icons_melie-location-black.png);
  position: relative;
  top: 4px;
}

.supplierNavbar::before {
  content: url(../img/icons_melie-12-black.png);
  position: relative;
  top: 4px;
}

.messageNavbar::before {
  content: url(../img/icons_melie-26-24.png);
}

.settingsNavbar::before {
  content: url(../img/settings_black.png);
}

.messageWarning a {
	padding-left: 0px !important;
	cursor: default;
}

.messageLink a {
	padding-right: 5px !important;
}

.saasWarning .navbar-text {
	color: black !important;
	font-size: 15px !important;
	font-weight: bold;
}

.bigCheckbox input {
    opacity: 0;
    float: left;
    width: 18px;
}

.bigCheckbox input[type='checkbox'] + span {
    margin: 0;
    clear: none;
    padding: 5px 0 4px 24px;
    cursor: pointer;
    background: url(../img/icons_melie-checkbox.png) left center no-repeat; 
    background-size: 20px;
}

.bigCheckbox input[type='checkbox']:checked + span {
    background-image: url(../img/icons_melie-checkbox-checked.png);
}