        div.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
        }

        /* Style the buttons inside the tab */
        div.tab button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
font-size: 17px;
        }

        /* Change background color of buttons on hover */
        div.tab button:hover {
background-color: #ddd;
        }

        /* Create an active/current tablink class */
        div.tab button.active {
background-color: #ccc;
        }

        /* Style the tab content */
        .tabcontent {
display: none;
padding: 6px 12px;
border: 1px solid #ccc;
border-top: none;
        }
        
        canvas {
border: 1px solid black;
        }
        button_ {
clear: both;
display: block;
        }
        #content {
background: rgba(100, 255, 255, 0.5);
padding: 50px 10px;
        }


table, th, td {
    border: 1px solid black;
    text-align: center;
}

.tablePop {
    font-size: 14px;
    border-collapse: collapse;
    width: 100%;
    border: px solid white;
}

.tablePop th, td {
    text-align: center;
    padding: 8px;
    border: 1px solid #FFFFFF;
}

.tablePop tr:nth-child(even) {background-color: #ffffff;}



.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}





#myInput {
  background-image: url('/css/searchicon.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 25%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

#myTable {
  border-collapse: collapse;
  width: 25%;
  border: 1px solid #ddd;
  font-size: 18px;
}

#myTable th, #myTable td {
  text-align: left;
  padding: 12px;
}

#myTable tr {
  border-bottom: 1px solid #ddd;
}

#myTable tr.header, #myTable tr:hover {
  background-color: #f1f1f1;
}


#greenbtn {bottom: 20px;
			right: 30px;
			z-index: 99;
			border: none;
			outline: none;
			background-color: #4CAF50;
			color: white;
			cursor: pointer;
    padding: 15px;}  








.legend {
    line-height: 18px;
    color: #555;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}



.btnInfo {
    float:left;
    margin-right:5px;
    background-color:#ffffff;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #ffffff;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:13px;
    padding:3px 3px;
    text-decoration:none;
    text-shadow:0px 1px 0px #ffffff;
}
.btnInfo:hover {
    background-color:#e6f5ff;
    color:#000000
}
.btnInfo:active {

}



.btnMetaData {
    float:left;
    margin-right:5px;
    background-color:#ffffff;
    /* -moz-border-radius:6px; */
    /* -webkit-border-radius:6px; */
    /* border-radius:6px; */
    border:1px solid #ffffff;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:13px;
    text-align: left;
    text-decoration:none;
    width: 85px;
   
}
.btnMetaData:hover {
    background-color:#e6f5ff;
    color:#000000
}
.btnMetaData:active {

}


