@import url(/system/assets/font-awesome-4.5.0/css/font-awesome.min.css);

body, div, span, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, blockquote, form, fieldset, legend, table, td, th, hr, caption, button {
    margin: 0;
    padding: 0;
}

p + p {
    margin-top: 1em;
}

/* icon */

.icon {
    text-decoration: none;
    border-bottom: none;
    position: relative;
}

.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

.icon > .label {
    display: none;
}

.fa-breadcrumb-separator::before {
    content: "\f178";
}

a {
    color: #58a1fb;
    outline: none;
    white-space: nowrap;
    display: inline-block;
}

img {
    border: none
}

table {
    border-collapse: collapse;
}

td {
    vertical-align: top;
}

body {
    text-align: left;
    font-size: 10pt;
    color: #333;
    -webkit-font-smoothing: antialiased;
    font-family: Arial, Helvetica, tahoma, Verdana, sans-serif;
}

.clear {
    clear: both;
}

span.button,
a.button,
input[type=submit],
input[type=button] {
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    text-align: center;
    padding: 5px 10px;
    line-height: 1em;
    /*border: 1px solid white;*/
    border: none;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: normal;
    /*font-family: pf_square_sans_prothin;*/
    /*font-family: pf_square_sans_proregular;*/
    font-size: 14px;
    background-color: #3f83e4;
    /*font-size: 14px;*/
    color: #ffffff !important;
    text-shadow: none;
    text-transform: uppercase;
    moz-transition: background-color ease 0.3s;
    transition: background-color ease 0.3s;
    webkit-transition: background-color ease 0.3s;
}

span.button:hover,
a.button:hover,
input[type=submit]:hover,
input[type=button]:hover {
    background-color: #78b723;
}

label, span.label {
    display: block;
    font-size: 10pt !important;
    color: #dd9444 !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-align: left !important;
    white-space: nowrap;
    line-height: 1em;
    margin-bottom: 2px;
    margin-top: 1em;
}

label input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: block;
    /*float: left;*/
    /*margin-right: -2em;*/
    opacity: 0;
    width: 1em;
    z-index: -1;
    position: absolute;
}

label input[type="checkbox"] + * {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 300;
    padding-left: 1.5em;
    position: relative;
    line-height: 1em;
}

label input[type="checkbox"] + *:empty {
    padding-right: 0;
    padding-left: 0.7em;
    padding-bottom: 1.2em;
}

label input[type="checkbox"] + *:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
    font-size: 0.8em;
}

label input[type="checkbox"] + *:before {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 0.25em;
    border: solid 1px #333;
    content: '';
    height: 1em;
    left: 0;
    line-height: 1em;
    position: absolute;
    text-align: center;
    top: 1px;
    width: 1em;
}


label input[type="checkbox"]:checked + *:before {
    background: #ffffff;
    /*border-color: #ffffff;*/
    /*color: #b74e91;*/
    content: '\f00c';
}

label input[type="checkbox"]:focus + *:before {
    border-color: #ffffff;
    box-shadow: 0 0 0 1px #ffffff;
}

label input[type=checkbox] + *,
label input[type=radio] + *,
label span {
    color: #333333;
}

label a, span.label a {
    color: inherit !important;
}

label .icon, span.label .icon {
    font-size: 0.75em;
    display: inline-block;
    vertical-align: top;
}

input {
    font-size: 1em;
}

input[type=text], input[type=password], textarea, select, [contenteditable] {
    border: 1px solid #ccc;
    padding: 5px;
    margin: 0;
    background-color: #f0f0f0;
    border-radius: 3px;
    outline: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    line-height: 1.2em;
    min-height: 2.25em;
    font-size: 1em;
}

input[type=text][readonly], textarea[readonly] {
    background-color: transparent;
}

input.warning, textarea.warning, div[contenteditable].warning {
    background-color: #ffe1e3 !important;
}

[contenteditable] {
    cursor: pointer;
    /*-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;*/
}

[contenteditable]:focus, input[type=text]:focus, div.need[contenteditable]:focus, textarea:focus {
    /*border:1px solid transparent!important;*/
    cursor: text;
    background-color: #fff; /*border-top-style: inset;*/
    -moz-box-shadow: 0 0 4px #999;
    -webkit-box-shadow: 0 0 4px #999;
    box-shadow: 0 0 4px #999;
    text-shadow: none !important;
    border-color: transparent !important;
}

textarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 6em;
}

.select-wrapper {
    text-decoration: none;
    display: block;
    position: relative;
    font-size: inherit;
    line-height: 1.2em;
}

.select-wrapper select, .select-wrapper option {
    font-size: inherit;
}

.select-wrapper:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
    color: rgba(255, 255, 255, 0.15);
    color: inherit;
    content: '\f142';
    display: block;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    width: 2em;
    line-height: calc(2.25em - 2px);
    z-index: 1;
    background-color: #dedede;
    border:none;
    box-sizing: border-box;
    border-radius: 0 2px 2px 0;
    margin: 1px;
}

.select-wrapper select::-ms-expand {
    display: none;
}

.select-wrapper select, .select-wrapper [readonly] {
    padding-right: 2em !important;
}

.select-wrapper [contenteditable] {
    padding-right: 2em !important;
    width: auto;
}

.select-wrapper [contenteditable] ~ * {
    position: absolute;
    top: 0;
    right: 0;
    width: 2em;
    height: 100%;
}

select option {
    background-color: #fff;
    color: #333;
}

div.body, .deliveryday-table {
    margin: 0 auto;
    padding: 0 2em;
    /*min-width: 1060px;*/
    max-width: 1500px;
    vertical-align: top;
    text-align: left;
}

@media print {
    div.body, .deliveryday-table {
        padding: 0;
    }
}

label.warning {
    background-color: #ffe5e5
}

.cornerblock {
    position: relative;
    z-index: 0;
    display: inline-block;
    color: #333;
    background-color: transparent;
    padding: 2px 5px;
}

.cornerblock:before {
    content: "";
    -webkit-transform: skew(-19deg);
    -moz-transform: skew(-19deg);
    -o-transform: skew(-19deg);
    background-color: #f0f0f0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.cornerblock:before {
    moz-transition: all ease 0.3s 0.3s;
    webkit-transition: all ease 0.3s 0.3s;
    ms-transition: all ease 0.3s 0.3s;
    transition: all ease 0.3s 0.3s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}

@media screen and (max-width: 1200px) {

}

@media screen and (min-width: 768px) {

}

@media screen and (min-width: 1680px) {

}

#mainheader {
    padding-top: 2em;
    padding-bottom: 2em;
}

#mainheader h1 {
    margin-bottom: 0;
}

#mainheader .breadcrumbs {
    margin: -2em 0 1em 0;
    font-size: 12px;
    padding-top: 2px;
    font-weight: normal;
}

.breadcrumbs > * {
    display: inline-block;
    margin-right: 5px;
}

.breadcrumbs a {
    text-decoration: underline;
    color: #333;
}

.breadcrumbs a:hover {
    color: #333
}

.breadcrumbs a:first-child, .breadcrumbs a.icon {
    text-decoration: none;
}

h1 {
    line-height: 25pt;
    font-size: 40px;
    color: #4b4b4b;
}

.contentheader, h2 {
    font-size: 20pt;
    font-weight: normal;
    color: #333;
    line-height: 0.8em;
    text-align: left;

}

h3, .contenttitle {
    font-size: 18px;
    font-weight: normal;
    color: #333;
    line-height: 1.2em;
    display: block;
}

h4 {
    font-size: 16px;
    font-weight: normal;
    color: #333;
    line-height: 1em;
}

.centered {
    margin: 0 !important;
    min-height: 100vh;
    -moz-display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.centered.bordered {
    background-color: #f0f0f0;
}

.centered.bordered > * {
    padding: 2em;
    border-radius: 10px;
    border: 1px solid #dedede;
    box-sizing: border-box;
    margin: 1em;
    background-color: #fff;
}

.centered .breadcrumbs {
    margin-top: 0;
    margin-bottom: 2em;
}

h1, h2, h3, h4,
.contenttitle, .contentheader {
    margin: 1em 0 0.5em;
}

h1 {
    margin-top: 0;
}

blockquote {
    font-style: italic;
    padding-left: 2em;
    border-left: 2px solid #bababa;
    margin: 2em 0 2em 2em;
    display: block;
    line-height: 1.5em;
    color: #fb8400;
}

.split {
    -moz-display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -moz-align-items: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    clear: both;
}

.split.space-between {
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.split > * {
    width: 50%;
    box-sizing: border-box;
    padding: 0;
}

.split.space-between > * {
    width: auto;
}

.split > *:nth-child(even) {
    padding-left: 1em;
}

.split > *:nth-child(odd) {
    padding-right: 1em;
}

@media screen and (max-width: 900px) {
    .split > * {
        width: 100%;
        padding: 0 !important;
    }
}

footer {
}

.dashed {
    border-bottom: 1px dashed #58a1fb;
    color: #58a1fb;
    font-style: italic;
    cursor: pointer;
    padding: 0;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
}

.style-gray {
    background-color: #f0f0f0;
}

.w100 {
    width: 100%;
    overflow-x: auto;
    position: relative;
}