/* https://www.w3schools.com/howto/howto_js_dropdown.asp */
.mybody {
    background-color: #333;
    font-family: Arial;
}

.navbar {
    overflow: hidden;
    background-color: #333;
    font-family: Arial;
}

.navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    cursor: pointer;
    font-size: 16px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
}

.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: red;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

.helpClass {
display:none;
}

input:invalid {
  border: 1px solid red;
}

input:valid {
  border: 1px solid green;
}

h1 {
    /*text-align: center; */
    font-size: 16pt; 
}

h1 span { 
    color: black; 
    /*background-color: #FFFF00; (Yellow); lime=#00FF00; forestgreen=#228B22; green=#008000; darkgreen=#006400*/
    background-color: #00FF00;
}

h2 {
    font-size: 24pt; 
}

h2 span { 
    color: black; 
    background-color: #00FF00;
}

h3 {
    font-size: 10pt; 
}
h3 span { 
    background-color: #f9f9f9;
}
label {
    color: white;
}

/*width: 100%;*/
table.dataTable {
border-collapse: collapse;
width: 100%;
}

table {
  table-layout:fixed;
}
table th {
  word-wrap: break-word;
  max-width: 40px;
}
table tf {
  word-wrap: break-word;
  max-width: 40px;
}
table td {
  word-wrap: break-word;
  max-width: 40px;
}
th.dt-center, td.dt-center { text-align: center; }
#sreTable td {
  white-space:inherit;
}

/*
.dataTables_length select {
   background-color: red;
}
.dataTables_filter input {
   background-color: red;
}
*/

.CellWithComment{
  position:relative;
}

.CellComment{
  display:none;
  position:absolute; 
  z-index:100;
  border:1px;
  background-color:white;
  border-style:solid;
  border-width:1px;
  border-color:red;
  padding:3px;
  color:red; 
  top:20px; 
  left:20px;
}

.CellWithComment:hover span.CellComment{
  display:block;
}

.CellWithComment-inner {
  white-space:pre-wrap;
}

/* The Modal (background) */
.helpClass {
    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-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.helpClass-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.helpClose {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.helpClose:hover,
.helpClose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
#ui-datepicker-div {display: none;}

#Below to support Footer https://bootsnipp.com/snippets/lVKrG
footer.footer-section {
    background: rgba(0, 0, 0, 0) url("https://images.pexels.com/photos/316902/pexels-photo-316902.jpeg?w=940&h=650&auto=compress&cs=tinysrgb") no-repeat scroll left top / cover;
    padding: 60px 0 50px;
}
.bg-with-black {
    position: relative;
}
.footer-top-section {
    margin: 0 0 47px;
}

.single-fta > img {
    margin: 0 0 7px;
}
.single-fta ul.fta-list {
    list-style: outside none none;
    padding-left: 0;
}
.single-fta ul.fta-list li, .single-fta ul.fta-list li a {
    color: #e5e5e5;
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 36px;
}
.single-fta ul.fta-list {
    list-style: outside none none;
    padding-left: 0;
}
.fta-title {
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 0 20px;
}

.footers a {color:#696969;}
.footers p {color:#696969;}
.footers ul {line-height:30px;}
social-fb:hover {
     color: #3B5998;
     transition:all .001s;
}
social-tw:hover {
     color: #4099FF;
     transition:all .001s;
 }
 social-gp:hover {
     color: #d34836;
     transition:all .001s;
 }
 social-em:hover {
     color: #f39c12;
     transition:all .001s;
 }

.left-div {
    float: left;
    width: 450px;
    /*height: 20px;*/
    margin-right: 10px;
}
.right-div {
    float: left;
    margin-left: 10px;
}
