﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: "Nunito", Helvetica, Arial, sans-serif;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.alert-warning {
    background-color: #FEEB17;
    border-color: #FEEB17;
    color:black;
    width:100%;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.row {
display:flex;
flex-wrap:wrap;
}
.js-product{
    margin-bottom: 20px;
}

input.cb {
    width: 20px;
    float: left;
    margin-top: -6px;
    margin-right: 5px;
}

h4 {
    padding: 50px 0 20px 0;
    color: #2BAF89;
}

label {
    font-weight: normal;
}
.required:after {
    content: " *";
    color: red;
}

.navbar-header {
    padding-bottom: 20px;
}

.container > .navbar-header {
    width: 100%;
}

.prodprice{
    padding-top:15px;
}

.js-totalprice {
    padding-top: 7px;
}

.seperator {
    padding: 0 10px;
    color: #2BAF89;
}

tr.greyrow td {
    background-color: #f9f9f9;
}

/* prevent lastpass icons in search fields, ..., not on entire site, otherwise it will not been shown on login page */
.no-lastpass div[data-lastpass-icon-root] {
    display: none;
}