<style type="text/css">

h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  color: #000000;
}

h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #000000;
}

h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #000000;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #000000;
}

table.imagetable {
	font-family: 'Open Sans', sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #999999;
	border-collapse: collapse;
}

table.imagetable th {
  background: #99CCFF;
  padding: 1px;
  border-style: solid;
  border-color: #999999;
  border: 1px #000000 solid;
}

table.imagetable tr {
  background: #EEEEEE;
}

table.imagetable td {
  padding: 1px;
  border-style: solid;
  border-color: #999999;
  border: 1px #000000 solid;
}


table.stdTable {
	font-family: 'Open Sans', sans-serif;
	font-size:11px;
	color:#333333;
    border-style: solid;
    border-color: rgba(0, 0, 0, 1);
	border-width: 1px;
	//border-collapse: collapse;
	border: none;
    text-align: left;
    position: relative;
}

table.stdTable th {
    background-color: rgba(219, 238, 255, 1);
    padding: 1px;
    border-style: solid;
    border-color: rgba(126, 176, 218, 1);
	border-width: 2px;
    border-radius: 3px;  
    position: sticky;
    top: 0;
    text-align: center;
}

table.stdTable td {
    background: #EEEEEE;
    padding: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 1);
	border-width: 1px;
    border-radius: 3px;  
	border: none;
}

.icon32Button {
  width: 32px;
  height: 32px;
  background-size: 100%;
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
}

.icon16Button {
  width: 16px;
  height: 16px;
  background-size: 100%;
  padding-top: 1px;
  padding-right: 1px;
  padding-bottom: 1px;
  padding-left: 1px;
  border-style: none;
}

.icon16Button:hover {
  border-style: solid;
}

.scanButton {
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
}

.inlineBtn {
  width: 16px;
  height: 16px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 1px;
  padding-right: 1px;
  padding-bottom: 1px;
  padding-left: 1px;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 5px;  
}

.inlineBtn:hover {
  border-color: rgba(128, 128, 128, 0.5);
}

.inlineMedBtn {
  width: 24px;
  height: 24px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 1px;
  padding-right: 1px;
  padding-bottom: 1px;
  padding-left: 1px;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 5px;  
}

.inlineMedBtn:hover {
  border-color: rgba(128, 128, 128, 0.5);
}

.labelledBtn {
  height: 32px;
  background-color: rgba(250, 250, 250, 1);
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  border-color: rgba(200, 200, 200, 0);
  border-radius: 5px;  
  overflow: auto;
}

.labelledBtn:hover {
  border-color: rgba(200, 200, 200, 0.5);
}

.small_drop_area {
  border: 2px dashed #ccc;
  border-radius: 20px;
  font-family: sans-serif;
  font-size: 12px;
  color:lightgrey;
  padding: 10px;
  text-align:center;
}

.small_drop_area.highlight {
  border-color: purple;
}    

.drop_button {
  display: inline-block;
  padding: 10px;
  background: #ccc;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.drop_button:hover {
  background: #ddd;
}
.drop_file {
  display: none;
}

progress {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}

.MilestoneProgress::-webkit-progress-bar{
    width:100px; 
    height:10px; 
    border-radius:5px; 
    background-color: rgba(200, 200, 200, 1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}   

.MilestoneProgress::-webkit-progress-value  {
    border-radius:5px; 
    background: rgba(255, 150, 60, 1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

.wdlSection {
    background-color: rgba(255, 255, 255, 0.9);
    margin: 2rem auto;
    padding: 1rem;
    width: 95%;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    padding-top: 2.5rem;
    padding-bottom: 0.5rem;
}

.wdlSectionTitle {
    height: 30px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.0));
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: left;
    font-weight: bold;
    color: #2F4F4F;
    padding-left: 10px;
}

.wdlSectionSubtitle {
    display: inline;
    align-items: center;
    justify-content: left;
    color: white;
    padding-left: 10px;
}

.sample_dialog {
  padding: 20px;
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.sample_type_btn {
  padding: 5px;
  margin: 2px;
  width : 200px;
  height: 35px;
  border-radius:5px;
  border-width:1px;
}

#sampleTable {
}

.line-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.fading-line {
  width: 90%;
  height: 2px;
  background: linear-gradient(to right, transparent, black 50%, transparent);
}


.fieldset_small {
    display: inline-block;
    width: auto;
    min-width: 0;
    margin-right:20px;
    border-radius:5px;
}

</style>

