body {
  font-family: Arial, Helvetica, sans-serif;
}

/* ********************* LINKS ****************************** */

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

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


a:hover {
  color: #f7786b;
  text-decoration: underline;
}



/* ********************* NAV BAR / TITLE BAR ****************************** */

.title_heading {
  position: absolute;
  text-align: center;
  width: 30%;
  top: 4;
  left: 310;
  white-space: nowrap;
  padding: 16px 16px;
  color: white;
  font-size: 12pt;
  font-weight: bold;
}

.right_links {
  overflow: hidden;
  background-color: #034f84;
  padding-right: 10px;
}

.right_links a {
  float: right;
  color: white;
  text-align: center;
  padding-right: 25px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  text-decoration: none;
  font-size: 9pt;
}


.right_links a:hover {
  background-color: #f7786b;
}


.navbar {
  overflow: hidden;
  background-color: #034f84;
}


.navbar a {
  float: left;
  color: white;
  text-align: center;
  padding: 14px 10px;
  text-decoration: none;
  font-size: 10pt;
}

.menu_node {
  float: left;
  overflow: hidden;
}

.menu_node .dropbtn {
  border: none;
  outline: none;
  color: white;
  padding: 14px 10px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  font-size: 10pt;
}


.navbar a:hover, .menu_node:hover .dropbtn {
  background-color: #f7786b;
}

.menu_node-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.menu_node-content a {
  float: none;
  color: black;
  padding: 8px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 9pt;
}

.menu_node-content a:hover {
  background-color: #ddd;
}

.menu_node:hover .menu_node-content {
  display: block;
}



/* ********************* TABLES ****************************** */


/* table where 2nd row is first data row */

.table_data {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.2);
  
}

/* table where 3nd row is first data row, 2 headings rows */

.table_data_two_headings {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.2);
  
}

.table_data_no_alternate {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.2);
  
}



.table_data .mini_heading {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  background: #C8C8C8;
  border: 1px solid #ddd;
  color: #303030;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 3px;
  padding-left:5px;
  font-size: 10pt;
}
.table_data_two_headings .mini_heading {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  background: #c9c9c9;
  border: 1px solid #ddd;
  color: #303030;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 3px;
  padding-left: 5px;
  font-size: 10pt;
}

.table_data_no_alternate .mini_heading {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  background: #C8C8C8;
  border: 1px solid #ddd;
  color: #303030;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 3px;
  padding-left:5px;
  font-size: 10pt;
}



.table_data .mini_break_heading {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  background: #E0E0E0;
  border: 1px solid #ddd;
  color: #303030;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 3px;
  padding-left:5px;
  font-size: 8pt;
}
.table_data_two_headings .mini_break_heading {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  background: #E0E0E0;
  border: 1px solid #ddd;
  color: #303030;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 3px;
  padding-left:5px;
  font-size: 8pt;
}

.table_data_no_alternate .mini_break_heading {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  background: #E0E0E0;
  border: 1px solid #ddd;
  color: #303030;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 3px;
  padding-left:5px;
  font-size: 8pt;
}


.table_data th {
  text-align: left;
  background-color: #D8D8D8; 
  color: #303030;
  border: 1px solid #ddd;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 3px;
  padding-left: 3px;
  font-size: 8.5pt;
}
.table_data_two_headings th {
  text-align: left;
  background-color: #D8D8D8; 
  color: #303030;
  border: 1px solid #ddd;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 3px;
  padding-left: 3px;
  font-size: 8.5pt; 
}
.table_data_no_alternate th {
  text-align: left;
  background-color: #D8D8D8; 
  color: #303030;
  border: 1px solid #ddd;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 3px;
  padding-left: 3px;
  font-size: 8.5pt; 
}

.table_data_no_alternate th {
  text-align: center;
  background-color: #D8D8D8; 
  color: #303030;
  border: 1px solid #ddd;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 3px;
  padding-left: 3px;
  font-size: 8.5pt; 
}



.table_data tr:nth-child(odd){background-color: #F0F0F0;}
.table_data_two_headings tr:nth-child(even){background-color: #F0F0F0;}


.table_data td {
  border: 1px solid #ddd;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 2px;
  padding-left: 3px;
  font-size: 8pt;
  color: #2F4F4F;
}
.table_data_two_headings td {
  border: 1px solid #ddd;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 2px;
  padding-left: 3px;
  font-size: 8pt;
  color: #2F4F4F;
}
.table_data_no_alternate td {
  border: 1px solid #ddd;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 2px;
  padding-left: 3px;
  font-size: 8pt;
  color: #2F4F4F;
}




/* **********************   FORMS ******************** */

input[type=button], input[type=submit], input[type=reset] {
  background-color: #5DADE5;
  border: none;
  color: white;
  padding: 4px 8px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #f7786b;
}


input[type=text], input[type=password] {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  height: 10px;
  width: 70%;
}

textarea {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 4px;
  padding-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  width: 80%;
}

select {
  padding-top: 3px;
  padding-left: 2px;
  padding-bottom: 3px;
  padding-right: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  color:black;
}



label {
  padding: 3px 3px 3px 0;
  display: inline-block;
  font-size: 10pt;
}

p.p_error {
  color: red;
  font-weight: bold;
  font-size: 9pt;
  text-align: left;
  padding-left: 30px;
  padding-bottom: 1px;
}


.main_page_message {
  padding-top: 2px;
  padding-bottom: 15px;
  display: inline-block;
  font-size: 10pt;
  text-align: left;
  width: 95%;
  color: #034f84;
  font-weight: bold;
}


.form_container  {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

.form_container_link_only  {
  border-radius: 5px;
  text-align: center;
  background-color: #f2f2f2;
  padding: 5px;
}


.col-100 {
  float: left;
  width: 100%;
  margin-top: 6px;
}


.col-95 {
  float: left;
  width: 95%;
  margin-top: 6px;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-50 {
  float: left;
  width: 40%;
  margin-top: 6px;
}


.col-40 {
  float: left;
  width: 40%;
  margin-top: 6px;
}

.col-60 {
  float: left;
  width: 60%;
  margin-top: 6px;
}


.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.form_row:after {
  padding: 2px 2px 2px 2px;
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}



/* *************** FLOATING / CONFIRMATION / TOOLTOPS ********************** */


.sess_message {
    width:250px;
    height:10px;
    height:auto;
    position:absolute;
    left:150;
    margin-left:-10px;
    top:-50px;
    z-index: 10000;
    color: #ffffff;
    background-color: #d9780d;
    font-family: Calibri;
    font-size: 13px;
    padding:5px;
    text-align:center;
    border-radius: 2px;
    -webkit-transition: -webkit-transform .75s ease-in-out;
    -moz-transition: -moz-transform .75s ease-in-out;
    -ms-transition: -ms-transform .75s ease-in-out;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
}



.tooltip 
{
    display:none;
    position:absolute;
    border:1px solid #333;
    background-color:#F0F0F0;
    border-radius:5px;
    padding:10px;
    text-align: left;
    font-size:12px;
    top: -3000;  
}

