
.header {
	overflow: hidden;
	padding: 1em 0;
	margin-bottom: 1.5em;
}
.header__title {
	margin: 0;
	font-size: 3em;
	float: left;
	margin-top: 0.4em;
  /* background: #9CE626; */
  -webkit-animation: tracking-in-contract-bck 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-contract-bck 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
.header__utilities {
	float: right;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-9-11 15:40:27
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-contract-bck
 * ----------------------------------------
 */
 @-webkit-keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
            transform: translateZ(400px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
            transform: translateZ(400px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}



body {

  color: black;
  font-size: 14pt;
  background: #fff;
}

a, a:link, a:visited, a:active {
  color: blue;
  text-decoration: underline;
}

a:hover {
  cursor:pointer;
  color: red;
}

.black10pointcourier {
    font-family: 'courier'; 
  color: black;
  font-size: 10pt;		
}

.container {
  width: 100%;
  margin: 0 auto;
  word-wrap: break-word;
  overflow-x: hidden;
}

.dropzone {
  border: 2px dashed gray;
  width: 95%;
  padding: 2% 2% 5% 2%;
  text-align: center;
  min-height:150px;
  margin: 5px 0 5px 0;
}



.divTablefullwidth{
  display: table;
  width: 100%;
}

.divTable{
  display: table;
}

.divTableRow {
  display: table-row;
}
.divTableCell {
  display: table-cell;
  padding: 3px 3px;
  vertical-align:top;
}
.divTableBody {
  display: table-row-group;
}

.greenspan {
  color: green;	  
}

.redspan {
  color: red;	  
}



/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background: rgba(30, 30, 30, 0.8) url('loading.gif') 50% 50% no-repeat;
  background-size: 50px;
  color: white;
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: inline-block;
  max-width: 300px;
}

.modal-grid {
  display: grid;
  grid-template-columns: auto;
  margin: auto;
  margin-top: 250px;
  width: 400px;
}

textarea {
  width: 790px !important;
  margin-left: 5px !important;
  resize: vertical !important;
}

.modal-grid-item {
  display: grid;
  justify-content: center;
}
/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal {
  overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
  display: block;
}




.node {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display:inline-block;
  transition: all 1000ms ease;
}

.activated {
  box-shadow: 0px 0px 3px 2px rgba(194, 255, 194, 0.8);
}

.divider {
  height: 40px;
  width: 2px;
  margin-left: 4px;
  transition: all 800ms ease;
}

li p {
  display:inline-block;
  margin-left: 25px;
}

textarea{
  width: 50%;
  height:200px;
}

li {
  list-style: none;
  line-height: 1px;
}

.green{ background-color: rgba(92, 184, 92, 1); }
.grey { background-color: rgba(201, 201, 201, 1); }


#forkongithub a {
  background: #000;
  color: #fff;
  text-decoration: none;
  font-family: arial, sans-serif;
  text-align: center;
  font-weight: bold;
  padding: 5px 40px;
  font-size: 1rem;
  line-height: 2rem;
  position: relative;
  transition: 0.5s;
}
#forkongithub a:hover {
  background: #c11;
  color: #fff;
}
#forkongithub a::before,
#forkongithub a::after {
  content: '';
  width: 100%;
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  height: 1px;
  background: #fff;
}
#forkongithub a::after {
  bottom: 1px;
  top: auto;
}
#forkongithub a {
  width: 200px;
  position: absolute;
  top: 40px;
  right: -90px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8);
}

button{
  background-color:lightgray;
}

button:hover{
  background-color: darkgray;
}

/* Experiment with no-zebra table to make it look better
table.nozebra {
	border-width: 5px;
	background: #fff;
        text-align:left;
}
table.nozebra th {
	border-width: 5px;
	background: #fff;
        text-align:left;
}
table.nozebra td {
	border-width: 5px;
	background: #fff;
        text-align:left;
}
table.nozebra tr {
	border-width: 5px;
	background: #fff;
        text-align:left;
}  */