* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    -ms-overflow-style: scrollbar;
}
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

#searchbutton{
    background-image:url('../../files/images/search.png');
    background-repeat: no-repeat;
    background-size: 30px 30px;

}

.search_result {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 10px;
    width: 24%;
    float: left;
    height: 40px;
    margin-right: 1%;
    /*border-top: 1px solid #8F9CA4;*/
    border-bottom: 1px solid #8F9CA4;
    cursor: pointer;
    font-size: 14px;
}

.search_result:hover {
    background-color: rgba(255, 255, 255, 1);
}

.search_result_header {
    width:24%;
    height:25px;
    margin-right:1%;
    margin-top:5px;
    padding:2px 10px 2px 10px;
    background-color: rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid #8F9CA4;
    border-top: 1px solid #8F9CA4;
    float:left;
}

.mainwrapper {
    min-height: 1100px;
    max-width: 1140px;
    margin: 0 auto 30px auto;
    padding: 28px 28px 98px 28px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
@media only screen and (max-width: 1199px) {
    .mainwrapper {
        max-width: 940px;
    }
}
@media only screen and (max-width: 991px) {
    .mainwrapper {
        max-width: 720px;
    }
}
/* override resp */
.mainwrapper {
    min-width: 1140px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.box {
    margin: 2px;
    width: calc(20% - 4px);
    padding: 9px;
}
.flat > .box {
    margin: 0;
    width: 20%;
}
.box.flex {
    margin: 0;
    width: 20%;
    padding: 0;
}
.flex.flat {
    margin: -9px;
}
.box.quarter {
    width: calc(25% - 4px);
}
.box.flex.quarter, .flat > .box.quarter {
    width: 25%;
}
.box.third {
    width: calc(33.333% - 4px);
}
.box.flex.third, .flat > .box.third {
    width: 33.333%;
}
.box.two {
    width: calc(40% - 4px);
}
.box.flex.two, .flat > .box.two {
    width: 40%;
}
.box.half {
    width: calc(50% - 4px);
}
.box.flex.half, .flat > .box.half {
    width: 50%;
}
.box.three {
    width: calc(60% - 4px);
}
.box.flex.three, .flat > .box.three {
    width: 60%;
}
.box.four {
    width: calc(80% - 4px);
}
.box.flex.four, .flat > .box.four {
    width: 80%;
}
.box.five {
    width: calc(100% - 4px);
}
.box.flex.five, .flat > .box.five {
    width: 100%;
}


/* Elements */

.headingbox {
    padding: 5px 9px;
}

.columnlist {
    padding: 0;
    list-style: none;
}
.columnlist li {
    margin: 0;
    margin-top: -1px;
    padding: 5px 9px;
    break-inside: avoid;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
    white-space: nowrap;
}
.columnlist li > span {
    max-width: calc(100% - 25px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.columnlist li > b {
    margin-left: 4px;
}


/* Forms */

form label, input, .select {
    display: block;
    white-space: nowrap;
}
input, .select {
    padding: 5px;
    text-align: left;
}
input[name="email"] {
    display: none;
}
input[type="text"], input[type="password"], .select {
    width: 103px;
}
input[type="number"] {
    width: 55px;
    padding: 0 2px;
}
.button, .pagination a {
    padding: 5px 9px;
    text-align: center;
    min-width: 103px;
    margin-top: 9px;
    margin-bottom: 9px;
    display: inline-block;
    cursor: pointer;
}
.smaller .button, .smaller .pagination a {
    padding: 5px;
    margin: 0;
    min-width: auto;
}
.columnlist .button {
    padding: 0 2px 1px 2px;
}
.columnlist li > b {
    height: 18px;
}
select {
    height: 32px;
    cursor: pointer;
    text-overflow: ellipsis;
}
select ~ .clearselect {
    position: absolute;
    right: 19px;
    top: 1px;
    padding: 0 2px;
    height: 29px;
    line-height: 28px;
    background-color: white;
    cursor: pointer;
    font-size: 16px;
}
/* Only Internet Explorer 10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    select ~ .clearselect {
        right: 20px;
    }
}
select.double {
    width: 206px;
}
.select {
    height: 32px;
    position: relative;
    cursor: pointer;
}
.select:after {
    position: absolute;
    right: 0;
    padding: 6px;
    top: 0;
}
.select > span {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.select > input, .select > ul {
    display: none;
}
.select > ul {
    position: absolute;
    left: -1px;
    top: 30px;
    width: calc(100% + 2px);
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 3;
}
.select > ul > li {
    padding: 5px;
}
.double, input[type="text"].double, input[type="password"].double {
    min-width: 206px;
}
input[type="text"].half, input[type="password"].half {
    width: 51px;
}
.box > input, .box > select {
    width: 100%;
}
hr {
    border: 0;
    height: 1px;
    margin: 36px 0;
}
fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
input[type="radio"], input[type="checkbox"] {
    display: inline-block;
    margin: 0;
    margin-bottom: 18px;
    height: 17px;
    width: 17px;
    position: relative;
    left: 1px;
}
input[type="radio"]:before, input[type="checkbox"]:before {
    content: "";
    display: inline-block;
    height: 19px;
    width: 19px;
    cursor: pointer;
    position: relative;
    top: -1px;
    left: -1px;
}
input[type="radio"] ~ label, input[type="checkbox"] ~ label {
    display: inline-block;
    margin: 0 36px 0 12px;
    padding: 0;
    position: relative;
    top: -2px;
}
.groupelement input[type="radio"] ~ label, .groupelement input[type="checkbox"] ~ label {
    margin-right: 12px;
    margin-bottom: 0;
}
.groupelement input[type="radio"], .groupelement input[type="radio"] ~ label, .groupelement input[type="checkbox"], .groupelement input[type="checkbox"] ~ label  {
    margin-top: 6px;
    margin-bottom: 0;
}
input[type="radio"] ~ label:last-child, input[type="checkbox"] ~ label:last-child {
    margin-right: 0;
}
input[type="radio"]:checked:after, input[type="checkbox"]:checked:after {
    content: "";
    display: block;
    height: 11px;
    width: 11px;
    position: absolute;
    top: 3px;
    left: 3px;
    cursor: pointer;
}
input[type="radio"]:before, input[type="radio"]:checked:after {
    border-radius: 50%;
}
button[disabled] {
    opacity: 0.6;
}


.group {
    display: inline-block;
}
.group .groupelement {
    margin: 6px;
    float: left;
}
.wrapper {
    display: inline-block;
    position: relative;
}

.inlineblock {
    display: inline-block;
    padding: 11px 8px 13px 8px;
}
.inlineblock > * {
    float: left;
    width: 100%;
    text-align: center;
}


/* Tables */

th > b {
    display: inline-block;
    width: 50%;
    text-align: center;
    font-size: smaller;
}
table .button {
    min-width: 23px;
}
table input[type="text"] {
    width: 27px;
    font-size: 14px;
    padding: 3px;
    text-align: center;
}

.results table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    white-space: nowrap;
}
.results th, .results td {
    padding: 6px;
    overflow: hidden;
}
.results > table > tbody > tr > td:nth-last-child(3), .results > table > tbody > tr > td:nth-last-child(2), .results > table > tbody > tr > td:last-child, .results > table > tbody > tr > th:last-child {
    text-align: center;
}
.results td[colspan] {
    text-align: left;
}
.results td .button {
    width: 100%;
}
.results th {
    width: 112px;
}
.results th:first-child {
    width: auto;
}
.results table:not(.moreinfo-table) > tr > td:nth-last-child(2), .results table:not(.moreinfo-table) > tr > td:nth-last-child(1) {
    width: 74px;
}
.results .button.success {
    cursor: default;
}
tr.moreinfo.closed {
    display: none;
}
table > tbody > tr.moreinfo > td {
    text-align: left;
}
.moreinfo > td:first-child {
    border-top: none;
    border-bottom: none;
}
.moreinfo-table {
    white-space: normal!important;
}
.moreinfo-table th {
    width: auto;
    white-space: nowrap;
}
.moreinfo-table td {
    font-weight: normal!important;
}
.moreinfo-table td, .moreinfo-table th {
    border: 1px solid #8F9CA4!important;
    background: transparent!important;
    color: #434c53!important;
    font-size: 14px!important;
    cursor: default!important;
    width: auto!important;
    padding: 5px!important;
}
#result-headings {
    position: fixed;
    top: 0;
    width: 1078px;
    background: #c8d8e2;
}

.overlaycart {
    overflow: auto;
    max-height: calc(100vh - 264px);
}
.overlaycart .cart {
    margin-bottom: 15px;
}
.overlaycart .cart.closed {
    margin-bottom: 24px;
}
.overlaycart .cart:last-child {
    margin-bottom: 0;
}
.overlaycart table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    table-layout: fixed;
}
.overlaycart th, .overlaycart td {
    padding: 6px;
    overflow: hidden;
}
.overlaycart th:first-child, .overlaycart td:first-child {
    width: 43px;
}
.overlaycart th:last-child, .overlaycart td:last-child, .positions th:last-child {
    width: 30px;
}
.overlaycart tbody th:last-child, .overlaycart td:last-child {
    width: 29px;
    padding-right: 0;
}
.overlaycart thead th:last-child, .positions thead th:last-child {
    cursor: pointer;
    text-align: center;
}
.overlaycart .cart.closed tbody, .overlaycart .cart.closed div, .positions.closed tbody, .positions.closed div {
    display: none;
}
.overlaycart .cart .togglecart > i:before {
    content: "\f077"
}
.overlaycart .cart.closed .togglecart > i:before {
    content: "\f078"
}

.dialoguenews {
    width: 645px;
    max-height: calc(100vh - 96px);
    overflow-x: hidden;
    overflow-y: auto;
    margin: -20px;
    padding: 20px;
}

table.positions, table.orders {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: 14px;
}
.positions thead th:nth-child(2) {
    width: 150px;
}
.positions th, .positions td, .orders th, .orders td {
    padding: 6px;
}
.positions tr:first-child td:first-child {
    font-weight: bold;
    text-align: left;
}
.positions td.fw {
    width: 40px;
}
.positions thead th:first-child {
    width: 41px;
}
.positions td.nbl {
    border-left: none;
}
.positions td.nbr {
    border-right: none;
}


/* Overlay */

.overlay {
    position: absolute;
    top: 204px;
    display: block;
    width: auto;
    height: auto;
    box-shadow: 0 0 20px rgba(0,0,0,0);
    min-width: 260px;
    transition: transform 0.33s, box-shadow 0.33s;
    -webkit-transition: -webkit-transform 0.33s, box-shadow 0.33s;
}
.toggleoverlay {
    position: absolute;
    top: 0;
    right: -40px;
    display: block;
    padding: 5px;
    text-align: center;
    width: 40px;
    font-size: 30px;
    line-height: 0;
}
.rght .toggleoverlay {
    left: -40px;
}
.overlay.lft {
    left: 0;
    transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
}
.overlay.lft .nav {
    margin-bottom: 15px;
}
.overlay.lft .nav:last-of-type {
    margin-bottom: 0;
}
.overlay.rght {
    position: fixed;
    right: 0;
    transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
}
.overlay.open {
    transform: translate(0);
    -webkit-transform: translate(0);
    box-shadow: 0 0 20px rgba(0,0,0,0.25);
}
.overlay > ul.nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
.overlay > ul.nav > li > a {
    margin: 0;
    padding: 5px 9px;
    display: block;
}
.overlay.lft .headingbox, .overlay.lft > ul.nav > li > a {
    padding-left: 24px;
}

.overlaycart {
    padding: 20px;
    width: 540px;
}

/* Dialogue */

.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.backdrop.open {
    display: flex;
}
.dialogue {
    min-width: 540px;
    min-height: 100px;
    display: inline-block;
    padding: 20px;
    position: relative;
}
.dialogue > .closedialogue {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -24px;
    right: -1px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}
#dlgCart > .dialogue {
    min-width: 1140px;
}




/* Notifications */

.status {
    padding: 12px;
    margin-bottom: 12px;
    border: 1px solid #8F9CA4;
    border-left: 4px solid #8F9CA4;
}


/* Special Elements */

.quicklink {
    display: block;
}
.quicklink > img {
    float: left;
    margin-right: 12px;
    display: block;
}


/* Header & Footer */

.header {
    width: 100%;
    margin: 0;
}
.headertop {
    width: calc(100% -4px);
    margin: 2px;
    height: 110px;
    position: relative;
}
.header > .headertop > .logo {
    height: 105px;
    width: 224px;
}
.header > .headertop > .topright {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    display: flex;
}
.header > .headertop > .topright > * {
    width: 180px;
    margin-left: 4px;
    float: left;
}
.header > .headertop > .topright > * > * {
    display: block;
    padding: 6px 15px 7px 15px;
    overflow: hidden;
    white-space: nowrap;
}
.header > .headertop > .topright > .hello > * {
    padding: 5px 14px 6px 14px;
}
.header > .headertop:before, .header > .headertop:after, .header > .headertop > .topright:after {
    position: absolute;
    content: "";
    display: block;
}
.header > .headertop:before {
    top: 0;
    left: 224px;
    width: calc(100% - 774px);
    height: 56px;
}

.header > .headertop.publicheader:before {
    width: calc(100% - 224px);
}
.header > .headertop > .topright:after {
    top: 40px;
    left: 2px;
    width: 100%;
    height: 16px;
}
.header > .nav {
    width: 100%;
    display: table;
    border-spacing: 4px;
    table-layout: fixed;
    margin: -2px;
}
.header > .nav:before {
    display: none;
}
.header > .nav > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table-row;
    justify-content: flex-start;
    align-items: flex-start;
}
.header > .nav > ul > li {
    margin: 2px;
    width: calc(20% - 4px);
    min-width: 50px;
    display: table-cell;
    position: relative;
}
.header > .nav > ul > li > a {
    padding: 6px 15px 7px 15px;
    width: 100%;
    height: 100%;
    display: block;
}
.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 30px 19px 30px;
}
.footer > ul {
    width: 100%;
    margin: 0;
    padding: 2px 5px 2px 5px;
    list-style: none;
    display: flex;
    overflow: hidden;
    background-color:rgba(41, 56, 70, 0.6);

}
.footer > ul > li {
    white-space: nowrap;
}
.footer > ul > li:after {
    content: "\00a0::::\00a0\00a0";
}
.footer > ul > li:last-child:after {
    content: "";
}

#wait {
    display: none;
    z-index: 11;
}
#wait > div {
    display: table;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    cursor: wait;
    z-index: 11;
}
#wait > div > span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    z-index: 11;
}


*[class*="icon-"]:before, .select:after, .closedialogue:before, .clearselect:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: "FontAwesome";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* shopping-cart */
.icon-cart:before {
    content: "\f07a";
}
/* bars */
.icon-nav:before {
    content: "\f0c9";
}
/* times */
.open *[class*="icon-"]:before, .closedialogue:before, .clearselect:before {
    content: "\f00d";
}
/* caret-down */
.select:after {
    content: "\f0d7";
}


/* Navigation Elements */

.hoverdown {
    position: relative;
    cursor: pointer;
}
.hoverdown > ul, .header > .headertop > .topright > .hoverdown > ul {
    display: none;
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 1;
}
.hoverdown:hover > ul, .header > .headertop > .topright > .hoverdown:hover > ul {
    display: block;
}
.hoverdown > ul > li > * {
    display: block;
    padding: 6px 15px 7px 15px;
    width: 100%;
}

/* Pagination */
.pagination {
    list-style: none;
}
.pagination li {
    display: inline-block;
}
.pagination li a {
    padding: 5px 8px!important;
    font-size: 13px;
}

/* General classes */
.hidden {
    display: none;
}

/* Datepicker */
.datepicker, .datepicker > input {
    width: 100%;
}

/* Labels */
.nav .label {
    position: absolute;
    right: 7px;
    top: 7px;
}
.nav .label-default {
    background-color: #9fb6c5;
}
.toggleoverlay.icon-cart .label {
    display: block;
    font-size: 16px;
    padding: 6px 0 2px 0;
    font-weight: bold;
}

/* Tabs */
.nav-tabs {
    border-bottom: none;
}
.tab-content {
    background: #fff;
}

/* Lists */
ul.donor-info {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.samplesearchlist {
    margin:0px;
    padding:0px;
    list-style-type: none;
}

ul.samplesearchlist a li {
    padding: 5px 9px 5px 9px;
    border-bottom: 1px solid #8F9CA4;
    background-color: rgba(255, 255, 255, 0.6);
}

ul.samplesearchlist a {
    color: #434c53;
}

ul.samplesearchlist a:hover li {
    background-color: rgba(255, 255, 255, 1);
}

li.specificationlist {
    border-bottom: 1px solid #8F9CA4;
    background-color: rgba(255, 255, 255, 0.6);
    margin: 0px 0px 5px 0px;
    padding-bottom: 2px;
}

li.specificationlist:hover {
    background-color: rgba(255, 255, 255, 1);
}

li.specificationlist a {
    display:block;
    padding: 5px 9px 5px 9px;
}

li.specificationlist a:hover {
    color: #000;
    text-shadow: 0px 0px 1px #333;
}

li.specificationlistsub a {
    display:block;
    padding: 0px 9px 0px 10px;
    font-style: italic;
}