/*
*  Stylesheet File
*  Author: AWE@NFQ.DE Netzfrequenz
*  Date: 2016-09-06
*/

*
{
    box-sizing: border-box;
}

body
{
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #76838F;
}

input,
textarea,
select,
button
{
    font-family: 'Open Sans', sans-serif;
}

/* Icon Font */
@font-face
{
    font-family: 'IC';
    src: url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/fonts/glyphicons-halflings-regular.eot');
    src: url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
         url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/fonts/glyphicons-halflings-regular.woff2') format('woff2'),
         url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/fonts/glyphicons-halflings-regular.woff') format('woff'),
         url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
         url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

@font-face {
font-family: 'Glyphicons Halflings';

src: url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/fonts/glyphicons-halflings-regular.eot');
src: url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
    url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/fonts/glyphicons-halflings-regular.woff2') format('woff2'),
    url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/fonts/glyphicons-halflings-regular.woff') format('woff'),
    url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
    url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}


/* HTML elements */
h1, h2, h3, h4, h5, h6
{
  margin: 0;
}

h1
{
  font-size: 32px;
  color: #006AB3;
  line-height: 60px;
}

h2
{
  font-size: 20px;
  color: #76838F;
  line-height: 35px;
}

h3
{
  font-size: 16px;
  color: #76838F;
  font-weight: bold;
  line-height: 35px;
  margin-top: 15px;
}

h4
{
  font-weight: bold;
  color: #76838F;
}

a
{
    color: #76838f;
}

/* ICONS */

.glyphicon
{
    position: relative;
    top: 11px;
    display: inline-block;
    font-family: 'Glyphicons Halflings', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#cart .glyphicon
{
    top: 0;
}

.icon-calendar
{
    display: inline-block;
    height: 100%;
}

.icon-input
{
    display: inline-block;
    position: relative;
    margin-left: 10px;
}

/* CALENDAR ICON ONLY! */
.icon-input i.icon
{
    position: absolute;
    top: 0;
    padding: 12px 14px;
    background-color: rgb(98, 161, 205);
    width: 20px;
    height: 16px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #ffffff;
    font-size: 1.1em;
}

a.disabled i.icon-trash:before,
a.disabled i.icon-trash:hover:before
{
    color: #eeeeee;
    background-color: #cccccc;
}

.icon-input i.icon.icon-calendar:before,
i.icon.icon-add:before
{
    border-radius: 0;
    padding: 0;
}

i.icon-calendar:before
{
    content: "\e109";
}

i.icon-trash:before
{
    content: "\e020";
}

i.icon-edit:before
{
    content: "\270f";
}

.icon-cart:before
{
    content: "\e116";
}

i.icon-add:before
{
    content: "\2b";
}

i.icon-update:before {
    content: "\e020"; /* e031*/
}

i.icon-add
{
    top: 0;
    left: 1px;
}

/* i.icon-calendar:hover:before, */
i.icon-trash:hover:before,
i.icon-edit:hover:before
{
    background-color: #ffffff;
    color: #62A1CD;
    border: 1px solid #62A1CD;
}

i.icon-add:before
{
    background-color: transparent;
    color: #ffffff;
    border: none;
}

.action-field:hover i.icon-add:before,
i.icon-add:hover:before
{
    background-color: transparent;
    color: #62A1CD;
    border: none;
}

i.icon-calendar
{
    width: 44px !important;
    height: 40px !important;
}

.icon-input input
{
    padding-left: 30px;
    margin-left: 43px;
    height: 40px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-color: #62A1CD;
}

/* END ICONS */

/* ICON BUTTONS */
.glicon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    background-color: #62A1CD;
    width: 40px;
    height: 40px;
    font-family: 'Glyphicons Halflings', sans-serif;
    font-style: normal;
    font-weight: normal;

    -webkit-font-smoothing: antialiased;

}

.glicon.small {
    width: 20px;
    height: 20px;

    -webkit-font-smoothing: antialiased;
}

.glicon.small:before {
    font-size: .4rem;
    line-height: 1rem;
    position: relative;
    top: -4px;
}

.glicon:first-child {
}

.glicon:before {
    font-style: normal;
    font-size: .75rem;
    color: white;
    margin: auto;
    line-height: 2.5rem;
}

.glicon:hover:before,
.glicon:hover {
    color: #62A1CD;
    background-color: #ffffff;
}

.glicon:hover {
    border: 1px solid #62A1DC;
}

.glicon.icon-preview:before {
    content: "\e105";
}

.glicon.icon-delete:before {
    content: "\e020";
    margin-left: -1px;
}

.glicon.icon-edit:before {
    content: "\270f";
}

.glicon.icon-add:before {
    content: "\2b";
    margin-left: 2px;
}











#header
{
  position: fixed;
  height: 96px;
  background: #006AB3;
  top: 0;
  width: 100vw;
  z-index: 11;
}

#header .wrapper
{
    position: relative;
    display: table;
    max-width: 1020px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    color: #ffffff;
}

#header .wrapper .logo
{
    display: table-cell;
    vertical-align: middle;
}

#header .wrapper .accountInfoBox {
    display: table-cell;
    vertical-align: middle;
}

#header .wrapper .accountInfoBox ul
{
    display: inline-block;
    text-align: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#header .wrapper .accountInfoBox ul li
{
    font-size: 14px;
}

#header .wrapper .accountInfoBox ul li a
{
    text-decoration: none;
    color: #ffffff;
}

#mainNavigation
{
    position: fixed;
    display: inline-block;
    background: #e9e9e9;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e9e9e9 0%, #f9f8f8 100%, #e9e9e9 100%, #f8f9f9 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e9e9e9 0%, #f9f8f8 100%, #e9e9e9 100%, #f8f9f9 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e9e9e9 0%, #f9f8f8 100%, #e9e9e9 100%, #f8f9f9 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#f8f9f9',GradientType=0 );
    /* IE6-9 */
    -webkit-box-shadow: 0 6px 6px -4px #525252;
    -moz-box-shadow: 0 6px 6px -4px #525252;
    box-shadow: 0 6px 6px -4px #525252;
    top: 96px;
    width: 100%;
    margin-bottom: 20px;
    z-index: 100;
}

#mainNavigation ul
{
    display: flex;
    padding: 0;
    text-align: center;
    width: 1024px;
    margin: 0 calc((100vw - 1024px) / 2);
}

#mainNavigation ul li
{
    display: inline-block;
    text-align: center;
    flex: 1;
}

#mainNavigation ul li.active {
    background: #62A1CD;
}

#mainNavigation ul li.active a {
    color: #ffffff;
}

#mainNavigation ul li a
{
    display: block;
    color: #006AB3;
    font-size: 17px;
    text-decoration: none;
    min-width: 100px;
    width: auto;
    padding: 0 14px;
    line-height: 41px;
    border-right: 1px solid #ffffff;
}

#mainNavigation ul li a:hover
{
    color: #ffffff;
    background: #62A1CD;
}

#mainNavigation ul li:first-child a
{
    border-left: 1px solid #ffffff;
}

#forgot-password-container {
    font-size: .8em;
}

#forgot-password-container a {
    color: #747474;
}

label
{
    display: inline-block;
    width: 200px;
    font-weight: bold;
    vertical-align: top;
    padding-top: 13px;
}

label:first-letter
{
    text-transform: uppercase;
}

label:after
{
    content: ':';
}

textarea
{
    width: 300px;
    height: 100px;
    margin-bottom: 5px;
    padding: 10px;

    background: #ffffff;
    border: 1px solid #F4F4F4;
    outline: none;

    color: #76838F;
    font-size: 14px;
}

input
{
    background: #ffffff;
    border: 1px solid #F4F4F4;
    outline: none;
    padding: 10px;
    font-size: 14px;
    color: #76838F;
    width: 300px;
    margin-bottom: 5px;
}

input[type="submit"], input[type="button"]
{
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
    background: #62A1CD;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    padding: 0 15px;
    max-width: 180px;
    cursor: pointer;
    margin-top: 10px;
}

input[type="submit"].action-field,
input[type="button"].action-field
{
    font-family: 'IC', sans-serif;
    text-decoration: none;
    color: #ffffff;
    font-size: 20px;
    display: inline-block;
    background: #62A1CD;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    line-height: 29px;
    text-align: center;
    padding: 0;
    position: absolute;
    right: 20px;
    margin: 0;
}

input[type="submit"].action-field:hover,
input[type="button"].action-field:hover
{
    border: 1px solid #62A1CD;
    background: #ffffff;
    color: #62A1CD;
    padding: 0;
}

input[type="submit"][type="button"].small,
input[type="button"][type="button"].small
{
    width: 40px;
    height: 40px;
    font-size: 20px;
    font-weight: bold;
    line-height: 0;
    padding: 0;
    margin: 0;
    border-radius: 4px;
    vertical-align: top;
}

input[type="submit"]:hover,
input[type="button"]:hover
{
    border: 1px solid #62A1CD;
    background: #ffffff;
    color: #62A1CD;
    line-height: 39px;
    padding: 0 14px;
}

input[type="file"]
{
    visibility: hidden;
}

select
{
    border: 1px solid #F4F4F4;
    outline: none;
    padding: 9px;
    font-size: 14px;
    color: #76838F;
    min-width: 400px;
    margin-right: 5px;
    background: url(/img/arrow.png) no-repeat right center #ffffff;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

select#delivery-date {
    margin-left: 44px;
    padding-left: 29px;
    width: 160px;
    max-width: 160px;
    min-width: 160px;
}

select:after
{
    color: #E8E8E8;
    position: absolute;
    right: 0;
}

select::-moz-focus-inner
{
    outline: 0;
    border: 0;
}

select[name="category_id"]
{
    width: 250px;
}

select.attribute-selection
{
    width: 198.2px;
    max-width: 198.2px;
    min-width: 198.2px;
    margin-right: 6px;
}

.multi-selection select
{
    background: #ffffff none;
    margin: 0;
    width: 20vw;
    height: 20vh;
}

.multi-selection select::-webkit-scrollbar
{
    display: none !important;
}

.clear
{
    position: relative;
    display: block;
    clear: both;
    text-align: right;
    padding-top: 20px;
}

#associate-actions div
{
    display: inline-block;
}

#content
{
    position: relative;
    width: calc(100% - 220px);
    max-width: 1024px;
    margin: 0 calc((100vw - 1024px) / 2);
}

#content .wrapper
{
    position: relative;
    display: inline-block;
    background: #F4F4F4;
    box-sizing: border-box;
    padding: 20px 58px 30px 58px;
    margin-top: 150px;
    margin-bottom: 50px;
    width: 100%;
    max-width: 1024px;
}

.action-button a
{
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
    background: #62A1CD;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    padding: 0 15px;
    min-width: 100px;
    cursor: pointer;
}

.action-button a:first-letter
{
    text-transform: uppercase;
}

.action-button a:hover
{
    border: 1px solid #62A1CD;
    background: #ffffff;
    color: #62A1CD;
    line-height: 39px;
    padding: 0 14px;
}

.action
{
    position: absolute;
    right: 58px;
    top: 15px;
}

.action .action-field a
{
    font-family: 'IC', sans-serif;
    text-decoration: none;
    color: #ffffff;
    font-size: 20px;
    display: inline-block;
    background: #62A1CD;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.action .action-field a:hover
{
    border: 1px solid #62A1CD;
    background: #ffffff;
    color: #62A1CD;
    line-height: 39px;
    width: 39px;
}

.action .quantity-field
{
    text-transform: uppercase;
    font-weight: bold;
}

.action .quantity-field input
{
    width: 70px;
    font-size: 16px;
    margin-left: 4px;
}
/* -- DISABLE DEFAULT BROWSER ARROWS */
#cart .entry .quantity-container input::-webkit-inner-spin-button,
#cart .entry .quantity-container input::-webkit-outer-spin-button {
    display: none;
}

/* ADD MOZZILLA FIX */
div.quantity-container input[type=number] {
    -moz-appearance: textfield;
}

.action .quantity-field input input[type=number]::-webkit-inner-spin-button
{
    -webkit-appearance: none;
    cursor: pointer;
    display: block;
    width: 8px;
    color: #333;
    text-align: center;
    position: relative;
}

.action .quantity-field input input[type=number]::-webkit-inner-spin-button:before,
.action .quantity-field input input[type=number]::-webkit-inner-spin-button:after
{
    content: "/25B2";
    position: absolute;
    right: 0;
    font-family: monospace;
}

.action .quantity-field input input[type=number]::-webkit-inner-spin-button:before
{
    top: 0;
}

.action .quantity-field input input[type=number]::-webkit-inner-spin-button:after
{
    bottom: 0;
    -webkit-transform: rotate(180deg);
}

.edit-form
{
    position: relative;
    display: inline-block;
    padding: 10px;
    background: #ffffff;
    border-radius: 4px;
    width: 100%;
}

/****************************************************/

.tile
{
    position: relative;
    padding: 5px 0;
}

.tile .entry
{
    padding: 0 0 0 5px;
    position: relative;
    background: #ffffff;
    display: table-cell;
    border-radius: 4px;
    height: 70px;
    width: 100vw;
    vertical-align: middle;
}

.tile.heading .entry
{
    background: #62A1CD;
    height: 45px;
}

.tile.heading .entry h4
{
    color: #ffffff;
}

#productlist .tile .entry h4 {
    margin-top: 10px;
    margin-bottom: -10px;
}

.productImg
{
    width: 90px;
    max-width: 60px !important; /* because the .title .entry span selector has a higher specifity ... :( */
    padding: 0 !important;
    margin: 0 auto;
    display: block;
    text-align: center;
 }

span.product-number-col
{
    display: inline-block;
    min-width: 70px;
    margin-right: 30px !important;
    /* text-align: right; */
}

.tile .entry span
{
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 250px;
}

.tile .entry span:first-child
{
    padding-left: 35px;
}

.tile .entry span.logo:first-child
{
    padding-left: 10px;
}

.tile .entry span.productImg:first-child
{
    padding-left: 0px;
}

.tile .entry span img
{
    max-height: 50px;
    width: auto;
    vertical-align: middle;
}

.tile .entry span.attribute-name
{
    width: 80px;
}

.tile .entry span.attribute-description
{
    width: 400px;
}

.tile .entry .action
{
    position: absolute;
    right: 15px;
    top: 15px;
}

.tile .entry .action.top
{
    top: 10px;
}

.tile .entry .action .action-field
{
    padding: 0 5px !important;
}

.tile .entry .action .action-field a
{
    font-family: 'IC', sans-serif;
    text-decoration: none;
    color: #ffffff;
    font-size: 20px;
    display: inline-block;
    background: #62A1CD;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
}

.tile .entry .action .action-field:hover
{
    border: 1px solid #62A1CD;
    background: #ffffff;
    color: #62A1CD;
}

/****************************************************/

.review
{
    position: relative;
    display: inline-block;
    right: 0px;
}

.historyReading {
    display: flex;
    flex-wrap: wrap;
}

.headerContent {
    display: inline-block;
    margin-right: 50px;
}



/** FROM kiko.css **/


.overview-list-entry {
    width: 600px;
    border: 2px solid #006AB3;
    border-radius: 5px;
    padding: 20px 0 20px 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.overview-list-entry .content {
    display: inline-block;
    width: 380px;
}

.overview-list-entry h4 {
    display: inline;
}


.actions {
    display: inline-block;
}


#introduction {
    max-width: 600px;
    margin-bottom: 25px;
}

#mini-basket {
    position: absolute;
    right: 10px;
    top: 150px;
    background: #f4f4f4;
    padding: 10px;
}

.debug {
    color: #ff0000;
    font-weight: bold;
}

#selectable-list,
#selected-list
{
    width: 300px;
}

.delivery-address
{
/*    background: #fcfcfc;  */
    line-height: 1.75em;
    width: 522px;
}

.delivery-address label {
    vertical-align: top;
    padding: 0;
}

.default-text {
    vertical-align: bottom;
}





span.address {
}

span.username,
span.customername
{
    display: table-cell;
    font-size: 1.2em;
    font-weight: bold;
    min-width: 250px;
}
span.customer-role{
    position: absolute;
    right: 90px;
    top: 50%;
    transform: translate(0, -50%);
}
span.customername
{
    min-width: 180px;
}

span.customer-number
{
    min-width: 200px;
}

div.entry,
div.container
{
    background: #fffcfc;
    padding: 20px;
    margin-bottom: 10px;
}

#cart {
    display: flex;
    flex-wrap: wrap;
}

#cart .itemsWrapper {
    display: flex;
    flex-wrap: wrap;
}

div.entry form {
    display: flex;
    flex-wrap: wrap;
}

div.entry
{
    width: 100%;
    max-width: 908px;
    border-radius: 3px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    max-height: 100%;
}

div.image-container
{
    float: left;
    display: block;
    width: 70px;
    height: 70px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
}

div.image-container img
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    height: auto;
    max-height: 70px;
    width: 70px;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    object-fit: contain;
}

div.detail-container
{
    float: left;
    display: inline-block;
    max-width: 400px;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 150px;
}

div.detail-container div
{
    max-height: 45%;
    max-width: 400px;
    width: 370px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

div.detail-container div:last-child
{
    height: 50%;
    margin-top: 5px;
}

div.detail-container div.product-number
{
    display: table-cell;
    height: 30px;
    vertical-align: bottom;
}

div.detail-container div.description
{
    margin-top: 0;
    font-weight: bold;
}



div.quantity-container
{
    float: left;
    height: 100%;
    line-height: 78px;
}

div.quantity-container span.label
{
    display: inline-block;
    height: 100%;
    font-weight: normal;
}

div.quantity-container input[type="number"]
{
    width: 65px;
    text-align: center;
    padding-right: 5px;
}

div.quantity-wrapper input[type="number"]:invalid
{
    background-color: #ce4051;
    color: white;
    font-weight: bold;
}

div.quantity-container span.minus,
div.quantity-container span.plus
{
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
    background: #62A1CD;
    line-height: 40px;
    text-align: center;
    padding: 0 15px;
    width: 40px;
    cursor: pointer;
    margin-top: 10px;
}

div.quantity-container span.minus:focus,
div.quantity-container span.plus:focus {
    outline: none !important;
}

div.actions-container
{
    float: right;
    height: 100%;
    max-width: 240px;
    vertical-align: middle;
    padding-right: 20px;
}

div.actions-container .btn-update,
div.actions-container .btn-delete
{
    margin-top: 15px;
}

div.actions-container .btn-update
{
    width: 120px;
}

div.actions-container .btn-delete
{
    margin-left: 10px;
    top: 15px !important;
    font-size: 20px;
}

i.icon-trash:hover:before, i.icon-edit:hover:before {
    border: none;
}

textarea#comment
{
    width: 100%;
    resize: none;
}

#edit-customer-form textarea#comment
{
    width: 300px;
}

#edit-customer-form select
{
    width: 300px;
    min-width: 300px;
}

.multi-selection {
    margin-top: 15px;
}

.multi-selection label {
    display: block;
    margin-bottom: 10px;
}

.multi-selection select
{
}

.multi-selection .selection-controls,
.multi-selection .selection-container {
    display: inline-block;
}

.multi-selection .selection-controls {
    vertical-align: top;
    padding-top: 100px;
}

.spaced
{
    margin-top: 15px;
}

.order-overview
{
    float: left;
    width: 32%;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 25px;
}

.order-history-list {
    margin-top: 10px;
    padding-top: 10px;
}

.order-history-entry {
    padding-top: 10px !important;
}

#no-items-found {
    margin-top: 20px;
    margin-bottom: 20px;
}


.order-items
{
    float: right;
    width: 60%;
    height: 100%;
    margin-top: 20px;
    margin-bottom: 25px;
}

.order-items div
{
    width: 100%;
    margin-left: 17px;
}

.order-items div div.product-number
{
    display: inline-block;
    width: 10%;
}

.header div.header-article
{
    display: inline-block;
    width: 60%;
}


.order-items div div.product-name
{
    display: inline-block;
    width: 46%;
}

.order-items div div.product-quantity,
.header div.header-quantity
{
    display: inline-block;
    width: 7%;
}

.order-overview div
{
    width: 100%;
}

.order-items div.h-divider
{
}

.order-overview div.order-date,
.order-overview div.delivery-date,
.order-overview div.charge-number,
.order-overview div.delivery-number
{
    width: 50%;
    overflow: hidden;
}

.order-date,
.charge-number {
    float: left;
}

.delivery-date,
.delivery-number
{
    float: right;
}

.order-overview div
{
    margin-bottom: 12px;
}

.order-overview div.order-dates
{
    height: 100%;
    display: inline-block;
}

.order-overview div.order-dates div {
    margin-bottom: 0;
}

.order-overview div.order-state {
    height: 100%;
    display: inline-block;
}

.order-items div div.label,
.order-overview div div.label
{
    font-weight: bold !important;
    margin-bottom: -2px;
}

.action-button
{
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.h-divider
{
    display: inline-block;
    height: 1px;
    color: #dddddd;
    background-color: #dddddd;
    width: 90% !important;
    margin-bottom: 5px;
    margin-left: 0 !important;
}

.v-divider
{
    float: left;
    width: 1px;
    color: #dddddd;
    background-color: #dddddd;
    height: 100%;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
}

.order-items .header div
{
    display: inline-block;
}

.order-items .body
{
    margin-bottom: 12px;
}

.order-items .body div.separator
{
    display: inline-block;
    width: 3%;
    min-width: 10px;
    max-width: 20px;
    text-align: center;
    margin-left: 0;
}

.shop-filter-search {
    margin-top: 50px;
}

.shop-filter-search-field
{
    width: 66%;
    max-width: 800px;
    margin-top: 10px;
}

.action-field a {
    border-radius: 20px !important;
}

/**
 * NOTIFICATION + OVERLAY
 */

.notification #notification-actions
{
    position: absolute;
    bottom: 14px;
    width: 100%;
    text-align: center;
}

.notification #notification-actions input {
    margin-left: 50px;
    margin-right: 50px;
}

.notification {
    position: fixed;
    width:  600px;
    top: 50%;
    left: 50%;
    border: 1px solid #999999;
    background: #dddddd;
    margin-left: -300px;
    z-index: 200;
}

.notification .message {
    display: inline-block;
    color: #111111;
    margin: 0 20px 50px 20px;
    padding-bottom: 30px;
    font-size: .75em;
}

.notification .message h1 {
    text-align: center;
    font-size: 1.2em !important;
    color: #555555;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .75);
    z-index: 199;
}

/*
 * **/

#save-stocklist-button,
#add-stocklist-entry-button,
#submit-stocklist-order-button
{
    margin-right: 10px;
}

.aug-button
{
    margin-top: 5px;
    border-radius: 20px;
    min-width: 150px;
    width: 150px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.aug-button.light
{
    border: 1px solid #62A1CD;
    color: #62A1CD;
}

.aug-button.dark
{
    color: white;
    border-radius: 20px;
    background-color: #62A1CD;
}

.aug-button.wide {
    width: 200px;
}

.product-additional-links .aug-button {
    float: right;
}

.form-error
{
    border: 2px solid red !important;
}

#uploadImage
{
    width: 100px;
    height: 100px;
}

#edit-product-form {
    margin-top: 20px !important;
}

.user-actions
{
    margin-top: 20px;
}






/* new and much more lovely! */

.form-cancel-submit
{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.form-cancel-submit input,
.form-cancel-submit a
{
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    background: #62A1DC;
    border-radius: 20px;
    line-height: 40px;
    padding: 0 15px;
    max-width: 180px;
    min-width: 180px;
    text-align: center;
    cursor: pointer;
}

.form-cancel-submit input[type="submit"]
{
    float: left;
    margin-top: 0;
}

.form-cancel-submit a#cancel
{
    float: right;
    margin-top: 1px;
}
















#footer
{
    position: fixed;
    background: #006CAD;
    border-top: 2px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    display: inline-block;
    width: 100%;
    bottom: 0;
    z-index: 10;
}

#footer:before
{
    position: absolute;
    content: '';
    border-top: 2px solid #B89F43;
    top: -4px;
    width: 100%;
}

#footer .wrapper
{
    position: relative;
    display: table;
    max-width: 1020px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    line-height: 0;
}

#footer .wrapper nav
{
    display: inline-block;
}

#footer .wrapper nav ul
{
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footer .wrapper nav ul li
{
    display: inline-block;
    text-align: center;
    float: left;
}

#footer .wrapper nav ul li a
{
    display: block;
    color: #ffffff;
    font-size: 10px;
    text-decoration: none;
    width: 119px;
    line-height: 28px;
    border-right: 1px solid #ffffff;
}

#footer .wrapper nav ul li a:hover
{
    background: #62A1CD;
}

#footer .wrapper nav ul li:first-child a
{
    border-left: 1px solid #ffffff;
}

#footer .wrapper .copyright
{
    float: right;
    line-height: 28px;
    font-size: 10px;
    color: #ffffff;
    border-right: 1px solid #ffffff;
    padding-right: 10px;
}

input#recipient-email {
    display: block;
    margin: 20px 0 20px 0;
}

.selection-label {
    margin-left: 12px;
}

#cart-empty
{
    padding-top: 15px;
}

a.backlink
{
    display: inline-block;
    padding-bottom: 15px;
}

input:disabled {
    pointer-events: none;
    cursor: default !important;
    background: #dddddd;
    color: #aaaaaa;
}

a.disabled {
    pointer-events: none;
    cursor: default !important;
    color: #aaaaaa !important;
    background: #dddddd !important;
}

.actions-container a.disabled {
    background-color: rgba(255, 255, 255, 0) !important;
}

.customer-filter-search {
}

.customer-filter-search-field
{
    width: 66%;
    max-width: 800px;
    margin-top: 10px;
}

.header div.header-quantity {
    width: 25%;
}

.order-history-list .tile {
    margin-bottom: 25px;
}

.notification .message {
    width: calc(100% - 40px);
    text-align: center;
}

.notification .usermessage {
    margin-left: 0;
    margin-right: 20px;
}

.customerWrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    height: 100% !important;
    padding-right: 100px;
}

.customerWrapper span {
    display: inline-block !important;
    flex-basis: auto !important;
    flex-wrap: wrap !important;
    padding-top: 25px !important;
}

.customerWrapper span:first-child {
    padding-top: 10px !important;
}

div.action {
    display: inline-block !important;
    flex-basis: auto !important;
    flex-wrap: wrap !important;
}

.customerWrapper span.customer-role {
    display: inline-block !important;
    flex-wrap: wrap !important;
    flex-basis: auto !important;
    height: 100% !important;
    position: relative !important;
    top: 0px !important;
    transform: none !important;
    right: 0 !important;
}
