@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Barlow|Catamaran:100,400,700|Lato|Roboto|Roboto+Condensed|Special+Elite&display=swap');

html,body {
/*	font-family: Trebuchet MS; */
/*	font-family: 'Barlow', sans-serif; */
	font-family: 'Catamaran', sans-serif;
	font-size: 10px;
	line-height: 1;
	height: 100%;
	margin: 0px;
}

h1 {
	font-size: 2em;
}

h3 {
	font-size: 1.2em;
}

a:link {
    color: #cc6600;
    text-decoration: none;
}

a:visited {
    color: #cc6600;
    text-decoration: none;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted;
}

.tooltip .tooltiptext {
  visibility: hidden;
  white-space: nowrap;
  background-color: black;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 5px;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 105%;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip2 {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted;
}

.tooltip2 .tooltiptext {
  visibility: hidden;
  white-space: nowrap;
  background-color: black;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 5px;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 105%;
}

.tooltip2:hover .tooltiptext {
  visibility: visible;
}

.dropdown {
	background-color: #3498DB;
	color: white;
	padding: 3px;
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted;
  cursor: pointer;
}

.dropdown .dropdowntext {
  visibility: hidden;
  white-space: nowrap;
  background-color: black;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 5px;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0%;
}

.dropdown:hover .dropdowntext {
  visibility: visible;
  background-color: #f1f1f1;
  color: black;
}

ul.cat {
	font-size: 12px;
	list-style-type:none;
	padding-left:20px;
}

li.cat {
	border-top: 1px solid lightgray;
	padding-top:5px;
	padding-bottom:5px;
}

input[type=text] {
	font-family: 'Catamaran', sans-serif;
	font-size: 10px;
	line-height: 0;
  border: 1px solid gray;
  padding: 0px 2px 0px 2px;
  height: 10px;
}

input[type=number] {
	font-family: 'Catamaran', sans-serif;
	font-size: 10px;
	line-height: 0;
  border: 1px solid gray;
  padding: 0px 2px 0px 2px;
  height: 10px;
  /* Hide arrows in Firefox */
  -moz-appearance: textfield;
}

/* Hide arrows from input box in Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=password] {
	font-family: 'Catamaran', sans-serif;
	font-size: 10px;
	line-height: 1;
    border: 1px solid gray;
    padding-left: 2px;
}

select {
	font-family: 'Catamaran', sans-serif;
	font-size: 10px;
	line-height: 0;
	padding: 0px 2px 0px 2px;
	font-weight: 100;
}

textarea {
	font-family: 'Catamaran', sans-serif;
	font-size: 10px;
	line-height: 1;
}

table#container {
	width: 100%;
	height: 100%;
	border: 1px solid #e6e6e6;
}

table#container2 {
	max-width: 750px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

table#header_container {
	width: 100%;
	height: 100px;
}

td#footer_container {
	width: 100%;
	text-align: center;
}

td#body {
	height: 100%;
	vertical-align: top;
	text-align: left;
}

td.cat {
	font-size: 12px;
}

.sticky {
  background: white;
  position: sticky;
  top: 0; /* Don't forget this, required for the stickiness */
}

.sticky10 {
  background: white;
  position: sticky;
  top: 17px; /* Don't forget this, required for the stickiness */
}

tr.hover:hover {background-color: #FAE5D3;}

.table, .th {border-collapse: collapse; border-spacing: 0px; padding: 2px;}
.table
.table_2, .th {border-collapse: collapse; border-spacing: 0px; padding: 0px;}
.td {
	border-collapse: collapse;
	border: 1px solid #e6e6e6;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-spacing: 0px; 
	padding: 2px;
	}
	
.td2 {
	border-collapse: collapse;
	border: 1px solid #e6e6e6;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-spacing: 0px; 
	padding: 0px;
	}
	
.td3 {
	font-size: 1.2em;
	border-collapse: collapse;
	border: 1px solid #e6e6e6;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-spacing: 0px; 
	padding: 2px;
	}

.td_light {
	color: #808080;
	border-collapse: collapse;
	border: 1px solid #e6e6e6;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-spacing: 0px; 
	padding: 2px;
	}
	
.td_noBorder {
	border-collapse: collapse;
	border: 0px;
	border-spacing: 0px; 
	padding: 0px;
}

.td_header {
	background-color: #f2f2f2;
	border-collapse: collapse;
	border: 1px solid #CACFD2;

	border-spacing: 0px; 
	padding: 2px;
	}

#tablefull {
	width: 100%;
	height: 100%;
}

@media print {
    footer {page-break-after: always;}
}

#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
}

/* Center the loader */
#loader {
  position: fixed;
  display: none; /* Hidden by default */
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}