﻿<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(99, 168, 255, 1);
    padding: 1px;
    border-style: solid;
    border-color: rgba(102, 4, 113, 1);
	border-width: 2px;
    border-radius: 3px;  
    position: sticky;
    top: 0;
}

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);
}

.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;
}

</style>
