
html {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}
*, *:before, *:after {
    box-sizing: inherit;
}

/*
When setting the primary font stack, apply it to the Pure grid units along
with `html`, `button`, `input`, `select`, and `textarea`. Pure Grids use
specific font stacks to ensure the greatest OS/browser compatibility.
*/
html {
    font-size: 100%;
}
html, button, input, select, option, textarea,
.pure-g [class *= "pure-u"] {
    /* Set your content font stack here: */
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

body {
    background-color: #f9f9f9;
    font-size: .875rem;
    line-height: 1.5rem;
    padding: 0;
    margin: 0;
    color: #011A4B;
}

h1, h2, h3, h4 {
    font-family: "Poppins", "Roboto", sans-serif;
    font-weight: 600;
    padding: 0 .5rem 1rem .5rem;
    margin: 0;
    color: #011A4B;
}
p {
    padding: 0 .5rem .5rem .5rem;
    margin: 0;
}
strong, b {
    font-weight: 500;
}
a {
    color: #FF5654;
    text-decoration: none;
}
a:hover {
    color: #b61e1c;
}

#container {
    min-width: 360px;
}
.sub-container {
    min-width: 15rem;
    max-width: 1170px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

/* LOGIN / PASSWORD RESET */
#no-menu {
    width: 100%;
    height: 100%;
    /* background: #000 url('../images/photo-3.jpg') top center no-repeat; */
    /* background: #dceef9 url('../images/seeh-background-new.jpg') bottom right no-repeat; */
    background-size: contain;
}

#splash-wrapper {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
#splash {
    margin: 2rem auto;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 2rem;
    max-width: 420px;
    min-width: 360px;
}
#splash h1 {
    font-family: "Roboto", sans-serif;
    color: #000;
    font-weight: 700;
    letter-spacing: -.5rem;
    margin: 0;
    padding: 0;
    font-size: 7rem;
    line-height: 6.5rem;
}
#splash h1 span {
    color: rgb(182,5,13);
}


#splash.alt p {
    font-weight: 600;
    color: #fff;
}
#splash h4 {
    margin-bottom: 1rem;
}
#splash input {
    background: #FFF;
    border-color: #222;
    color:  #000;
    text-align: left;
}

/* HEADER */

#header {
    background: #fff;
    z-index: 50;
    overflow: visible;
}

#footer {
    color: #011A4B;
    background-color: #f9f9f9;
    padding: 1.5rem 2rem;
    font-size: 1rem;
}
#footer h3 {
    font-family: "Roboto Condensed", Roboto, sans-serif;
    font-weight: 300;
    color: #fff;
}
#footer a {
    color: #011A4B;
}
#footer a:hover {
    color: #011132;
}

.header-topbar {
    background-color: #1c1c1b;
}
#header h1 {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    color: #000;
    font-weight: 700;
    letter-spacing: -.375rem;
    margin: .5rem 0 0 .5rem;
    padding: 0;
    font-size: 5rem;
    line-height: 6rem;
    text-transform: none;
    padding: 0 1.5rem;
}
#header h1 span {
    color: rgb(182,5,13);
}



#topnav {
    display: flex;
    justify-content: flex-end;
}
#topnav a {
    color: #FFF;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 3rem;
    padding: 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
#topnav a:hover {
    background: rgba(255, 255, 255, 0.25);
}

.header-images > div {
    display: flex;
    justify-content: space-between;
    padding: 1rem 1.5rem .5rem 1.5rem;
}

/* MAIN NAVIGATION */
#main-nav {
    padding: 0;
    background: #fff;
}
#main-nav nav {
    display: flex;
    overflow: hidden;
}

#main-nav nav a {
    font-size: 1.125rem;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    padding: .5rem 1rem;
    margin-left: 1.25rem;
}
#main-nav nav a i {
    position: relative;
    top: .4375rem;
}

#main-nav a:hover {
    color: #011132;
    text-decoration: none;
}

#main-nav a.main-toggler {
    width: 100%;
    display: none;
    cursor: pointer;
}

nav.subnav {
    margin-top: -.5rem;
    display: flex;
    padding-left: 1.25rem;
}

nav.subnav a {
    font-weight: 500;
    display: inline-block;
    padding: .75rem 1rem;
    font-size: .875rem;
    color: #000;
}
nav.subnav a:hover {
    color: #011132;
}
nav.subnav a.current {
    background: #fff;
    color: #011132;
}


#content {
    background: #fff;
    min-height: 40rem;
}
#content > .sub-container {
    padding-top: .5rem;
}

/* TEXTUAL STYLES */
h2 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem;
    padding-left: .425rem;
}
h3 {
    line-height: 2rem;
    font-size: 1.25rem;
    font-weight: 700;
}
#content h3.required:after {
    color: #ad343e;
    content: " *";
    font-weight: 700;
}
h4 {
    font-weight: 700;
    font-size: 1.125rem;
    padding-bottom: 0;
}
#content h4 + p {
    padding-top: .125rem;
}

/* TABLE STYLES */
table {
    width: 100%;
    border-collapse: collapse;
}
table tbody tr:nth-child(2n+1), tr.colored {
    background-color: #f5f5f5;
}


table.checks tbody tr:nth-child(2n+1) {
    background-color: transparent;
}

table th {
    background-color: #1c1c1b;
    color: #FFF;
    font-size: 15px;
    line-height: 1.5rem;
    font-weight: 600;
    padding: .75rem 1rem;
    text-align: left;
}
table td {
    padding: .75rem 1rem;
    vertical-align: top;
}
table.checks td {
    padding: .25rem .25rem;
    vertical-align: top;
}
table.checks td:first-child {
    padding-left: 0;
}
table.checks td:last-child {
    padding-right: 0;
}
#content table.table-form td {
    padding: 0px 8px 4px 8px;
}

.over-time {
    background: rgba(255, 169, 79, 0.65)!important;
}

.table-list {
    border-collapse: separate;
    border-spacing: 0 .375rem;
}
.table-list thead tr th {
    background: transparent;
    color: #1c1c1b;
    padding: 0 .75rem;
    vertical-align: bottom;
}
.table-list tbody tr.clickable {
    cursor: pointer;
}
.table-list tbody tr td {
    padding: .5rem .75rem;
    vertical-align: middle;
}
.table-list tbody tr td:first-child {
    border-radius: .125rem 0 0 .125rem;
}
.table-list tbody tr td:last-child {
    border-radius: 0 .125rem .125rem 0;
}

.table-list tbody tr:nth-child(n) {
    background-color: #f5f5f5;
}
.table-list tbody tr:hover {
    background: #e8edf2!important;
}



.nowrap, .no-wrap {
    white-space: nowrap;
}

/* MODULE MENU */
#module-menu {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    display: flex;
    justify-content: flex-end;
}
#module-menu a {
    display: inline-block;
    font-weight: 700;
    padding: .5rem .75rem;
}
#module-menu a:hover {

}
#module-menu a.current, #module-menu a.current:hover {
    color: #ad343e;
    background-color: #e5e5e5;
}
#module-menu a.disabled, #module-menu a.disabled:hover {
    background-color: #fff;
    cursor: default;
    color: #959595;
}

#current-selection {
    padding: 2px 8px;
}
#current-selection ul {
    margin: 8px 0;
    padding-left: 20px;
}
#current-selection li {
    font-size: 12px;
    line-height: 1.4;
    padding-bottom: 4px;
}


/* FORM ELEMENTS */
label {
    cursor: pointer;
    display: block;
    padding: .25rem .5rem 0 .5rem;
    margin-top: .25rem;
    border: 2px solid transparent;
    font-weight: 400;
    position: relative;
}
label span.optional::before {
    content: ' (';
}
label span.optional::after {
    content: ')';
}
label span.optional {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    color: #858585;
    padding: 0 .5rem;
    position: relative;
    top: -1px;
}
div.static-form-item {
    padding: .25rem .625rem;
    font-weight: 400;
}
label.form-required:after {
    color: #ad343e;
    content: " *";
    font-weight: 700;
    line-height: 1.5;
}
input[type="text"], input[type="password"], input[type="email"], input[type=date] {
    border: 2px solid #c5c5c5;
    background: #fff;
    color: #333;
    display: block;
    margin-bottom: .5rem;
    outline: none;
    line-height: 1.5rem;
    padding: .5rem .75rem;
    width: 100%;
    color: #000;

    font-weight: 400;
    padding: .5rem .75rem;
    line-height: 1.45rem;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus,
input[type=date]:focus, select:focus {
    /* border-color: #353535; */
    border-color: #011132;
}

select {
    background: #fff;
    border: 2px solid #c5c5c5;
    border-radius: .125rem;
    cursor: pointer;
    outline: none;
    margin-bottom: .5rem;
    padding: 1rem 1.5rem;
    width: 100%;
    font-weight: 400;
    padding: .625rem .75rem;
    line-height: 1.45rem;

}

.seeh-checkbox, .seeh-checkbox-required {
    position: relative;
}
.seeh-checkbox input {
    display: none;
}
.seeh-checkbox label {
    display: block;
    padding: 4px 8px 4px 40px!important;
    cursor: pointer;
}
td > .seeh-checkbox label {
    margin-top: 0;
    padding-bottom: 0!important;
}
td > label {
    display: block;
    padding: 4px 8px 4px 8px!important;
    cursor: pointer;
    margin-top: 0;
    padding-bottom: 0!important;
}
.seeh-checkbox input + label > span.custom_checkbox {
    background-color: transparent;
    border: 2px solid #b5b5b5;
    border-radius: 2px;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    left: 10px;
    top: .1875rem;
    transition: background-color 0.5s;
}
.seeh-checkbox input:checked + label > span.custom_checkbox {
    /* background-color: #658db3;
    border-color: #658db3;
    background-color: #011132; */
    border-color: #011132;
}
.seeh-checkbox input:checked + label > span.custom_checkbox:after {
    content: "";
    display: inline-block;
    border-bottom: 3px solid #011132;
    border-right: 3px solid #011132;
    width: .5rem;
    height: 1rem;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 6px;
}

.extra-info-link-alt {
    text-transform: lowercase;
    font-size: 1rem;
    border: .125rem solid #999;
    display: inline-block;
    text-align: center;
    color: #999;
    width: 1.75rem;
    line-height: 1.5rem;
    position: relative;

    left: .5rem;
    color: #011132;
    border-color: #011132;
}
.extra-info-link-alt:hover {
    color: #000;
    background-color: #f9f9f9;
}

h4 .extra-info-link-alt {
    top: 0;
}
.extra-info-link-alt.local-info {
    position: absolute;
    left: auto;
    right: .25rem;
}

.seeh-checkbox-required {
    padding: 5px 8px 12px 40px!important;
}
.seeh-checkbox-required > span.custom_checkbox {
    background-color: #b5b5b5;
    border: 2px solid #b5b5b5;
    border-radius: 2px;
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 10px;
    top: 4px;
}
.seeh-checkbox-required > span.custom_checkbox:after {
    content: "";
    display: inline-block;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 6px;
    height: 12px;
    transform: rotate(45deg);
    position: absolute;
    top: 1px;
    left: 6px;
}

.seeh-checkbox.centered  label > span.custom_checkbox {
    left: 50%;
    top: 50%;
    margin-top: -.75rem;
    margin-left: -.625rem;
}

.seeh-radio {
    position: relative;
}
.seeh-radio input {
    display: none;
}
.seeh-radio label {
    display: block;
    padding: 4px 8px 4px 40px!important;
    cursor: pointer;
}
.seeh-radio input + label > span.custom_radio {
    border-radius: 50%;
    border: 2px solid #b5b5b5;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    left: .625rem;
    top: .25rem;
}

.seeh-radio input:checked + label > span.custom_radio {
    border-color: #011132;
}
.seeh-radio input:checked + label > span.custom_radio:after {
    content: '';
    border-radius: 50%;
    display: block;
    background-color: #011132;
    width: .75rem;
    height: .75rem;
    position: absolute;
    top: .25rem;
    left: .25rem;
}

.seeh-radio.radio-center input + label > span.custom_radio {
    left: 34px;
}




/* TOGGLE */
.toggle-label {
    padding: 0 .5rem;
    position: relative;
    top: .25rem;
    font-weight: 500;
}
.switch {
    display: inline-block;
    position: relative;
    width: 5.25rem;
    height: 2.75rem;
    margin-bottom: .5rem;
}
.switch input {
    width: 0;
    height: 0;
    opacity: 0;
}
.slider {
    border-radius: 2px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    background-color: #efefef;
    background: #e25856;
    transition: .4s;
}
.slider::before {
    border-radius: 1px;
    position: absolute;
    content: "";
    height: 2rem;
    width: 2rem;
    left: .25rem;
    top: .25rem;
    background: #658db3;
    background: #e25856;
    background: #fff;
    transition: .4s;
}
input:checked + .slider {
    background: #658db3;
    background: #94b86e;
}
input:checked + .slider::before {
    background: #fff;
    left: 2.75rem;
}







.form-error {
    border-color: #e25856!important;

}

.form-error-message {
    color: #e25856;
    /* color: rgba(255, 255, 255, 0.87); */
    font-size: .75rem;
    line-height: 1rem;
    padding: .25rem .75rem;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    top: -.5rem;
}
input[type="hidden"] + .form-error-message, h3 + .form-error-message, h4 + .form-error-message {
    top: 0;
    padding: .75rem 1rem .75rem 2.75rem;
    background: #e25856;
    border-radius: .125rem;
    color: rgba(255, 255, 255, 0.87);
    position: relative;
}
input[type="hidden"] + .form-error-message::before, h3 + .form-error-message::before, h4 + .form-error-message::before {
    content: 'error';
    font-family: "Material Icons";
    font-size: 1.5rem;
    text-transform: none;
    position: absolute;
    left: .75rem;
}
/* BUTTONS */
.button {
    background-color: #e5e5e5;
    color: #454545;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    font-size: .875rem;
    line-height: 1.45rem;
    letter-spacing: 1px;
    margin-bottom: .5rem;
    outline: none;
    padding: .75rem 1.5rem .75rem 3rem;
    position: relative;
    text-decoration: none;
}
.button i {
    line-height: 1.45rem;
    font-size: 1.5rem;
    font-weight: normal;
    position: absolute!important;
    top: .75rem;
    left: .75rem;
}
.button.right-icon {
    padding: .75rem 3rem .75rem 1.5rem;
}
.button.right-icon i {
    left: auto;
    right: 1rem;
}
.button.right {
    padding: .5rem 2.5rem .5rem 1rem;
}
.button.right i {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    position: absolute!important;
    left: auto;
    top: .5rem;
    right: .75rem;
}

.button-full {
    width: 100%;
}

.button:hover { background-color: #d5d5d5; color: #353535}
a.button:hover { background-color: #d5d5d5; color: #353535}


.button-product {
    background: transparent;
    border: 2px solid #011132;
    width: 14rem;
    height: 12rem;
    padding: 7rem 1rem 1rem 1rem;
}
.button-product:hover {
    background: #f9f9f9!important;
}

.button-product i {
    font-size: 4rem;
    line-height: 4rem;
    position: absolute;
    left: 50%;
    top: 2rem;
    margin-left: -2rem;
}
.button-product svg {
    position: absolute;
    left: 50%;
    top: 2rem;
    margin-left: -4rem;
}

.button-aside {
    display: inline-block;
    padding: 1rem 1.5rem;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 1rem;
    margin-bottom: .25rem;
    border-radius: .125rem;
    background: #1c1c1b;
    color: #fff;
    text-decoration: none;
}
.button-aside:hover {
    color: #fff;
    background: #011132;
}


/* ALERTS */
.alert {
    font-size: 0.75rem;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 0.5rem 1rem;
    margin-bottom: .5rem;
}



.frame-item {
    border: 1px solid #C5C5C5;
    margin: 8px;
}
.terms {
    background: #fff;
    border: 2px solid #c5c5c5;
    border-radius: .125rem;
    height: 10rem;
    overflow: auto;
    padding: .25rem 1rem;
}

.advice-description {
    padding-left: 32px;
    line-height: 1.6;
}

#search-results {
    display: none;
}
#gegevens-begunstigde {
    display: none;
}

.search-result-item {
    border-radius: .125rem;
    background: #f5f5f5;
    margin-top: .125rem;
    padding: 1rem 1.5rem;
    cursor: pointer;
    font-weight: 400;
    font-size: 1rem;
}
.search-result-item:hover {
    background: #011132;
    color: #fff;
}
.search-result-error {
    color: #a63b40;
    cursor: default;
    background-color: #FFF;
    font-weight: bold;
}



.seeh { font-family: Helvetica, Arial, sans-serif; text-transform: none; }

.text-left { text-align: left!important; }
.text-right { text-align: right!important; }
.text-center { text-align: center!important; }

.pull-right { float: right!important; }
.pull-left { float: left!important; }

.danger, .special {
    background-color: #e25856;
    color: rgba(255,255,255, 0.87);
}
.button.danger:hover {
    background-color: #db3434;
    color: rgba(255,255,255, 0.87);
}
.text-danger {
    color: #e25856;
}
.success {
    background-color: #94b86e;
    color: rgba(255,255,255, 0.9);
}
.button.success:hover {
    background-color: #7ea752;
    color: rgba(255,255,255, 0.9);
}
.text-success {
    color: #94b86e;
}
.warning {
    background-color: #ffb848;
    color: rgba(255,255,255, 0.87);
}
.button.warning:hover {
    background-color: #ffa319;
    color: rgba(255,255,255, 0.87);
}
.info {
    background-color: #658db3;
    color: rgba(255,255,255, 0.87);
}
.button.info:hover {
    background-color: #4f779c;
    color: rgba(255,255,255, 0.87);
}


.primary {
    /* background: transparent; */
    /* border: 2px solid #011132; */
    /* color: #011132; */
    background-color: #011132;
    color: rgba(255,255,255, 0.87);
}
.button.primary:hover {
    background-color: #FF5654;
    color: rgba(255,255,255, 0.87);
}
.secondary {
    background-color: #FF5654;
    color: rgba(255,255,255, 0.87);
}
.button.secondary:hover {
    background-color: #011132;
    color: rgba(255,255,255, 0.87);
}

.tert {
    background-color: #94b86e;
    color: rgba(255,255,255, 0.9);
}
.button.tert:hover {
    background-color: #7ea752;
}




.padded > div {
    padding: 0.5rem!important;
}

.glass-option-item {
    padding-left: 32px;
}
.frame-option-item {
    padding-left: 32px;
    font-weight: 600;
}


span.label {
    font-family: Roboto, sans-serif;
    border-radius: .125rem;
    display: inline-block;
    font-size: .75rem;
    font-size: .625rem;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: .75rem;
    line-height: .8125rem;
    padding: .375rem .5rem .375rem .5rem;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}


#filter label {
    padding-bottom: 0;
}

.report-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 1px;
}
.report-table td, .report-table th {
    font-size: .75rem;
    text-align: left;
    padding: .25rem .5rem;
    border: 2px solid #fff;
}
.report-table th {
    background: #333;
    color: #eee;
    font-weight: 700;
}
.report-table tr:nth-child(2n+1) {
    background: #fcfcfc;
}
.report-table tfoot tr {
    border-top: 4px solid #efefef;
    background: #fcfcfc;
}


#payment {
    max-width: 640px;
    margin: 24px auto;
}
#payment header {
    padding: 20px;
    border-bottom: 4px solid #a63b40;
}

.hide-message {
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0 .25rem;
    display: inline-block;
    color: #000;
    float: right;
}

/* MODAL STYLES */
#dimmer {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.87);
    z-index: 110;
    cursor: auto;
    cursor: url('../images/close.png'), auto;

}
#modal {
    position: relative;
    background-color: #fff;
    /* border-radius: .125rem; */
    padding: 1rem 2rem 2rem 2rem;
    z-index: 120;
    overflow-y: auto;
    margin: 2rem auto;
    max-height: calc(100vh - 4rem);
    width: 70%;
    max-width: 70%;
    min-width: 30rem;
    cursor: auto;
    border-radius: .125rem;
}
.close-button {
    border: none;
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    right: -.5rem;
    top: 1rem;
    background: transparent;
    color: #c5c5c5;
}
.close-button:hover {
    color: #555;
    color: #011132;
}
.close-button i.material-icons {
    font-size: 2rem;
    line-height: 3rem;
    padding: .125rem;
    font-weight: 400;
}
#modal .close-button {
    right: 1.25rem;
    top: 1rem;
}
.modal-header-title {
    font-weight: 700;
}
.modal-content {
    padding: 1rem 2rem 0 0;
}
.modal-content h3 {
    padding-top: .5rem;
}

/* PROGRESS METER */

.progress-meter {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    line-height: 1rem;
    margin-bottom: 2rem;
    margin: .5rem 1rem 2rem 1.75rem;
}
.progress-meter > div, .progress-meter > a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    padding: .5rem 1rem .5rem 1rem;
    position: relative;
    /* border-right: 4px solid #f5f5f5; */
    /* border: 2px solid transparent; */
    /* border-radius: 4px; */
    color: #999;
    margin-bottom: .5rem;
}
.progress-meter a, .progress-meter div {
    font-weight: 700!important;
    position: relative;
    margin-right: .5rem;
    /* border-bottom: 2px solid #f5f5f5; */
}
.progress-meter a:first-child {
    padding-left: 1rem;

}
.progress-meter .current {
    color: #333;
    background: #fff;
    background: #011132;
    color: #FFF;
}

.progress-meter .done {
    /* background-color: #94b86e; */
    background: #1c1c1b;
    color: #fff;
}

.progress-meter span {
    font-size: 11px;
    font-weight: 400;
    position: relative;
    line-height: .75rem;
}
.progress-meter a:hover {
    background-color: #011132;
    color: #fff;
}

/* ORDER STEP STYLES */
.order-current p {
    font-size: .75rem;
    padding: 0 .5rem;
}
.order-current h4 {
    border-radius: 2px;
    /* background: #fff; */
    padding: .25rem .5rem;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    padding: .5rem .5rem 0 .5rem;
    font-size: 15px;
    letter-spacing: .5px;
}
.order-current table tbody td {
    font-size: .75rem;
    padding: .125rem .5rem;
}

p.line-name {
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: .25rem;
    padding-bottom: 0;
}

.order-step {
    padding: 0 1.5rem;
}
.order-step input[type="text"], .order-step select {
    width: 50%;
}
.order-step-buttons {
    margin: 3rem 0;
}
.order-step-buttons .button {
    margin-right: 1rem;
}
.current-wearer-info {
    padding: .25rem .5rem;
}

.current-wearer {
    /* padding: .5rem 1rem .25rem 1rem; */
}

.wearer-title {
    background: #f5f5f5;
    font-weight: 700;
    letter-spacing: 1px;
    padding: .75rem 1.25rem .5rem 1.25rem;
    text-transform: uppercase;
}
.wearer-content {
    background: #f5f5f5;
    padding:  .5rem 1.25rem;
}


.info-box, .warning-box, .danger-box, .success-box  {
    background: rgba(101, 141, 179, 0.25);
    padding: 1rem 1rem 1rem 5rem;
    position: relative;
    margin: 0 0 1rem 0;
    min-height: 5rem;
    color: #252525;
}

.warning-box {
    background: rgba(255, 184, 71, 0.25);
}
.danger-box {
    background: rgba(226, 88, 86, 0.25);;
}
.success-box {
    background: rgba(148, 184, 110, 0.25);
}
.info-box i, .warning-box i, .danger-box i, .success-box i {
    color: rgba(255,255,255, 0.8);
    font-size: 3rem;
    position: absolute;
    left: 1rem;
    top: 1rem;
}


/* PAGINATION */
.pagination {
    margin: 0;
}
.pagination-results {
    padding: .25rem .5rem .25rem .5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .75rem;
    line-height: 1.25rem;
    font-weight: 400;
}
.pagination-links {
    padding: 2px 0;
}
.pagination a {
    font-weight: 400;
    background-color: #f5f5f5;
    padding: .5rem 0;
    margin-left: .25rem;
    text-align: center;
    border-radius: .125rem;
}
.pagination a span {
    display: inline-block;
    text-align: center;
    height: 2rem;
    line-height: 2rem;
    padding: 0 1rem;
}
.pagination span i {
    height: 32px;
    line-height: 32px;
    padding: 0 8px;
    vertical-align: top;
}
.pagination a i {
    height: 32px;
    line-height: 32px;
    padding: 0 8px;
    vertical-align: top;
}
.pagination a:hover {
    background-color: #e5e5e5;
}
.pagination a.current {
    background-color: #a63d40;
    background-color: #1c1c1b;
    color: #FFF;
}

/* PAGE LOADER */

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}
#page-loader {
    display: none;
    visibility: hidden;
    opacity: 0;
    background: #f5f5f5;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    transition: all .5s linear;
}
#page-loader.visible {
    display: block;
    visibility: visible;
    opacity: 1;
}
#page-loader .loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5rem 0 0 -5rem;
    width: 10rem;
    height: 10rem;
    border-radius: 100%;
    border: 4px solid transparent;
    border-top-color: #011132;
    animation: spin 2s linear infinite;
}
#page-loader .working {
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 6rem 0 0 -5rem;
    width: 10rem;
    height: 10rem;
    text-align: center;
    letter-spacing: 1px;
}
#page-loader .loader::before {
    position: absolute;
    left: .25rem;
    top: .25rem;
    bottom: .25rem;
    right: .25rem;
    content: '';
    display: block;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top-color: hsl(359, 89%, 31%);
    animation: spin 3s linear infinite;
}
#page-loader .loader::after {
    position: absolute;
    left: .75rem;
    top: .75rem;
    bottom: .75rem;
    right: .75rem;
    content: '';
    display: block;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top-color: hsl(359, 89%, 61%);
    animation: spin 1.5s linear infinite;
}


.tooltip {
    position: relative;
    overflow: visible;
}

.tooltip span {
    border-radius: .125rem;
    display: none;
    position: absolute;
    white-space: nowrap;
    right: -.5rem;
    top: 1.5rem;
    background: rgba(0,0,0, 0.75);
    color: #fff;
    font-size: .75rem;
    padding: .25rem .75rem;
    font-weight: 500;
}
.tooltip span::after {
    content: " ";
    position: absolute;
    bottom: 100%;  /* At the top of the tooltip */
    right: 1rem;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent rgba(0,0,0, 0.75) transparent;
}

.tooltip:hover span {
    display: inline-block;
}

.vertical-submenu {
}
.vertical-submenu a {
    display: block;
    padding: 1rem 1.5rem;
    font-weight: 500;
    font-size: .875rem;
    margin-bottom: .25rem;
    background: #1c1c1b;
    background: #f8f8f8;
    color: #000;
    text-decoration: none;
}
.vertical-submenu a:hover {
    background: #000;
    color: #fff;
    /* background: rgba(0, 0, 0, 0.1); */
}
.vertical-submenu a.current,
.vertical-submenu a.current:hover {
    cursor: pointer;
    background: #011132;
    background: #000;
    color: #fff;
}

a.submenu-toggler {
    cursor: pointer;
    display: none;
}

.fullpage {
    padding: 1rem 1.75rem;

}

.side-wrapper {
    display: flex;
    align-items: stretch;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.side-menu {
    margin: 1rem 0 1rem 1.5rem;
    border-radius: .125rem;
    width: 16rem;
    min-width: 16rem;
    z-index: 4;
    min-height: 39rem;
}
.side-content {
    width: 100%;
    padding: 1.75rem 1.5rem 1rem 1.5rem;
}
.side-contact {
    border-top: .125rem solid #fff;
    padding: 1rem 1.5rem;
}


.tabs {
    /* border-bottom: .125rem solid #011132; */
    display: flex;
    margin-bottom: 1rem;
    flex-direction: row;
}
.tabs a {
    display: inline-block;
    padding: .75rem 1.25rem;
    font-size: 1rem;
    font-weight: 500;
    margin-right: .25rem;
    border-radius: .125rem;
    color: #fff;
    background: #1c1c1b;
    line-height: 1.45rem;
}
.tabs a:hover {
    background: #011132;
    color: #fff;
}
.tabs a.current {
    background: #011132;
    color :#fff;
}


hr {
    padding: 1.5rem 0;
    margin: 0rem;
    border: none;
    overflow: visible;
    position: relative;
}
hr::before {
    /* content: '. . .'; */
    font-size: 2rem;
    color: #333;
    text-align: center;
    display: block;
    position: relative;
    top: -1.25rem;
}


.score-buttons {

}

.score-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}

.score-button {
    display: inline-block;
    flex: 1;
    margin: .25rem;
    font-size: 1rem;
    text-align: center;
    font-weight: 500;
    background: transparent;
    border: 2px solid #c5c5c5;
    padding: .375em .5rem;
    line-height: 1.5;
    outline-color: none;
    cursor: pointer;
}
.remove-score-button {
    font-size: .75rem;
    background: #fff;
    border: none;
    cursor: pointer;
    outline: none;
    padding: .25rem;
}
.score-button:hover {
    border-color: #011132;
}
.score-button.current {
    color: #fff;
    border-color: #011132;
    background-color: #011132;
}

.nps-current-score {
    border-radius: .125rem;
    display: inline-block;
    padding: .5rem 1rem;
    margin: 0 0 .5rem .5rem;
    font-size: 1rem;
    text-align: center;
}
.nps-current-score .number {
    line-height: 3rem;
    font-size: 3rem;
}

.rel-pos {
    position: relative;
}
.show-password {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: .625rem;
}
.show-password:hover {
    color: #011132;
}

.hide-large {
    display: none;
}

.option-block {
    display: flex;
    background: #f5f5f5;
    padding-top: .75rem;
    margin-bottom: 1rem;
    border: .125rem solid transparent;
}
.option-block:hover {
    border-color: rgba(200, 11, 14, 0.5);
}
.option-block.active {
    border-color: #011132;
}
.option-block ul {
    margin-top: 0;
}

.quick-search {
    border-radius: .125rem 0 0 .125rem;
    padding: 1rem;
    padding-left: 2.75rem!important;
    border-color: #1c1c1b!important;
}
.button-connected {
    border: 2px solid #1c1c1b;
    background: #fff;
    border-radius: 0 .125rem .125rem 0;
    display: block;
    margin-bottom: .5rem;
    outline: none;
    line-height: 1.5rem;
    color: #000;
    font-weight: 400;
    padding: .5rem 2.25rem;
    line-height: 1.45rem;
    font-weight: 700;
    background:  #1c1c1b;
    color: #fff;
    letter-spacing: 1px;
}

.quick-search-wrapper {
    display: flex;
    margin-top: .5rem;
    position: relative;
}
.quick-search-wrapper::before {
    content:  'search';
    font-family: "Material Icons";
    font-size: 2rem;
    left: .5rem;
    top: .6375rem;
    position: absolute;
    color: #6c6c6b;
}

@media (max-width: 840px) {

    .hide-small {
        display: none;
    }

    #main-nav  {
        height: 3.5rem;
        overflow: hidden;
    }
    #main-nav nav {
        flex-direction: column;
    }
    #main-nav a {
        display: block;
        text-align: center;
        width: 100%;
    }
    #main-nav a.main-toggler {
        width: 100%;
        display: block;
    }


    a.submenu-toggler {
        display: block;
        width: 100%;
    }
    .side-menu {
        background: #f5f5f5;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: inherit;
        width: auto;
        overflow: hidden;
        height: 3.5rem;
        padding: 0;
        display: none;
    }
    .side-menu a:last-child {
        border-bottom: .25rem solid #011132;
    }
    .side-menu a {
        text-align: center;
    }
    .side-content {
        padding: 2rem 1rem;
        margin-left: 0;
    }


    .profile-content {
        position: relative;
        top: 2rem;
        margin-left: inherit;
    }


    .hide-large {
        display: inherit;
    }
}
