﻿

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

label.small {
    font-size: 8pt;
    vertical-align:central;
}

input[type=text] {
    padding: 0;
    height: 24px;
    position: relative;
    top: -2px;
    left: 0;
    outline: none;
    border: 1px solid #cdcdcd;
    border-color: rgba(0,0,0,.15);
    background-color: white;
    font-size: 16px;
}

div.header {
    margin: 8px 8px 8px 8px;
    padding: 8px 8px 8px 8px;
    background: #3da0e3;
    color: white;
}

div.body {
    margin: 8px 8px 8px 8px;
}

div.tableBorder {
    border: 1px solid #3da0e3;
}

div.tableTitle {
    padding: 4px 8px 4px 8px;
    background: #3da0e3;
    color: white;
}

div.tableBody {
    padding: 4px 4px 4px 4px;
}

div.tableTitleSmall {
    padding: 1px 1px 1px 1px;
    background: #3da0e3;
    color: white;
}
div.tableBodySpecimen {
    padding: 0px 4px 0px 4px;
}

div.tableBodyThin {
    padding: 2px 4px 4px 4px;
    background-color: #e1f4ff;
    font-size: 10pt;
}

div.tableBodyMustComplete {
    padding: 2px 4px 4px 4px;
    background-color: #3892CF;
    color: white;
    font-size: 10pt;
}

.RTable {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 0;
    padding: 0;
}

.Rtable-cell-nobg8 {
    box-sizing: border-box;
    flex-grow: 1;
    width: 12.5%;
    padding: 0.2em 0.2em;
    overflow: hidden;
    list-style: none;
    background: white;
    height: 28px;
    font-size: 10pt;
    background: #e1f4ff;
}

.Rtable-cell-specimen {
    box-sizing: border-box;
    flex-grow: 1;
    width: 12.5%;
    padding: 2px 2px;
    overflow: hidden;
    list-style: none;
    background: white;
    height: 28px;
    font-size: 10pt;
}

.Rtable-cell-small {
    box-sizing: border-box;
    flex-grow: 1;
    width: 100%; 
    padding: 0.2em 0.2em;
    overflow: hidden; 
    list-style: none;
    background: white;
    height: 18px;
}

.Rtable-cell0 {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: auto;
    min-width: 12.5%;
    max-width: 12.5%;
    width: 100%;
    padding: 0.2em 0.2em;
    overflow: hidden;
    list-style: none;
    background: white;
    height: 28px;
}

.Rtable-cell5 {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: auto;
    min-width: 20%;
    max-width: 20%;
    width: 100%;
    padding: 0.2em 0.2em;
    overflow: hidden;
    list-style: none;
    background: white;
    height: 28px;
}

.Rtable-cell6 {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: auto;
    min-width: 16.6%;
    max-width: 16.6%;
    width: 100%;
    padding: 0.2em 0.2em;
    overflow: hidden;
    list-style: none;
    background: white;
    height: 28px;
    white-space: nowrap;
}

.Rtable-cell {
    box-sizing: border-box;
    flex-grow: 1;
    width: 100%; 
    padding: 0.2em 0.2em;
    overflow: hidden; 
    list-style: none;
    background: white;
    height: 28px;
}

.Rtable-cell-ov {
    box-sizing: border-box;
    flex-grow: 1;
    width: 100%; 
    list-style: none;
    background: white;
    height: 28px;
}

.MustComplete {
    height: 56px;
}

.MustComplete2 {
    height: 108px;
}

.fb-width33 { width: 33.33%; }
.fb-width66 { width: 66.66%; }

/* Table column sizing
================================== */
.Rtable--2cols > .Rtable-cell  { width: 50%; }
.Rtable--3cols > .Rtable-cell  { width: 33.33%; }
.Rtable--4cols > .Rtable-cell  { width: 25%; }
.Rtable--5cols > .Rtable-cell  { width: 20%; }
.Rtable--6cols > .Rtable-cell  { width: 16.6%; }
.Rtable--7cols > .Rtable-cell  { width: 14.29%; }
.Rtable--8cols > .Rtable-cell  { width: 12.5%; }
.Rtable--9cols > .Rtable-cell  { width: 11.11%; }
.Rtable--10cols > .Rtable-cell  { width: 10.0%; }

.Rtable--2cols-small > .Rtable-cell-small  { width: 50%; }
.Rtable--3cols-small > .Rtable-cell-small  { width: 33.33%; }
.Rtable--4cols-small > .Rtable-cell-small  { width: 25%; }
.Rtable--5cols-small > .Rtable-cell-small  { width: 20%; }
.Rtable--6cols-small > .Rtable-cell-small  { width: 16.6%; }

.Rtable-cell-label {
    box-sizing: border-box;
    flex-grow: 1;
    width: 16.6%; 
    padding: 0.2em 0.2em;
    overflow: hidden; 
    list-style: none;
    background: white;
    height: 28px;
}

.Rtable-cell-data {
    box-sizing: border-box;
    flex-grow: 1;
    width: 83.4%; 
    padding: 0.2em 0.2em;
    overflow: hidden; 
    list-style: none;
    background: white;
    height: 28px;
}

.Rtable-cell-Block {
    min-width: 100px;
    max-width: 100px;
}

.Rtable-cell-CustomerSpecimenId {
    min-width: 160px;
    max-width: 160px;
}

.Rtable-cell-SpecimenName {
    min-width: 120px;
    max-width: 120px;
}

.Rtable-cell-SpecimenID {
    min-width: 120px;
    max-width: 120px;
}

.Rtable-cell-Barcode {
    min-width: 300px;
}

.Rtable-cell-SpecimenStatus {
    min-width: 200px;
    max-width: 200px;
}

.label-cell {
    background: #dcdcdc;
    color: black;
    text-align: right;
    vertical-align: middle;
}

.label-cell-small {
    background: #dcdcdc;
    color: #323232;
    text-align: right;
    font-weight: normal;
    vertical-align: middle;
}

.Rtable-cell-label-small {
    box-sizing: border-box;
    flex-grow: 1;
    width: 16.6%; 
    padding: 0.2em 0.2em;
    overflow: hidden; 
    list-style: none;
    background: white;
    height: 18px;
}

.Rtable-cell-data-small {
    box-sizing: border-box;
    flex-grow: 1;
    width: 83.4%; 
    padding: 0.2em 0.2em;
    overflow: hidden; 
    list-style: none;
    background: white;
    height: 22px;
}

.cell-gap1 {
    margin-top: 1px;
}

input.normal {
    color: black;
    width: 90%;
}

input.normal:hover {
    border: black 1px solid;
}

input.normal:focus {
    border: black 1px solid;
}

input.normal::-webkit-input-placeholder {
    font-size: 12pt;
    color: lightgray;
}

input.normal::-moz-placeholder {
    font-size: 12pt;
    color: lightgray;
}

input.normal:-ms-input-placeholder {
    font-size: 10pt;
    color: lightgray;
}

input.normal::-moz-placeholder {
    font-size: 12pt;
    color: lightgray;
}

select.selectOrder {
    width: 30%;
    min-width: 160px;
}

select.selectShort {
    min-width: 100px;
}

select.selectOrderState {
    width: 100px;
}

.title {
    font-size: 15pt;
    color: black;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

textarea.normal {
    color: black;
    width: 90%;
}

    textarea.normal:hover {
        border: black 1px solid;
    }

    textarea.normal:focus {
        border: black 1px solid;
    }

    textarea.normal::-webkit-input-placeholder {
        font-size: 12pt;
        color: lightgray;
    }

    textarea.normal::-moz-placeholder {
        font-size: 12pt;
        color: lightgray;
    }

    textarea.normal:-ms-input-placeholder {
        font-size: 10pt;
        color: lightgray;
    }

    textarea.normal::-moz-placeholder {
        font-size: 12pt;
        color: lightgray;
    }

label.small {
    font-size: 9pt;
}

input.small {
    color: black;
    width: 60%;
}

input.small:hover {
    border: black 1px solid;
}

input.small:focus {
    border: black 1px solid;
}

input.small::-webkit-input-placeholder {
    font-size: 9pt;
    color: lightgray;
}

input.small::-moz-placeholder {
    font-size: 9pt;
    color: lightgray;
}

input.small:-ms-input-placeholder {
    font-size: 8pt;
    color: lightgray;
}

input.small::-moz-placeholder {
    font-size: 9pt;
    color: lightgray;
}

.a0 {
    color: rgb(255, 255, 255);
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: normal;
}

.a0:link {
	color: white;
}

.a0:visited {
	color: white;
}

.a0:hover {
	color: green;
}

.a0:active {
	color: blue;
}

.btnSave {
    height: 32px;
    margin-top: 4px;
}