html, body{
margin: 0px;
padding: 0px;
font-size: 16px;
height: 100%;
width: 100%;
font-family: arial;
overflow-x: hidden;
overflow-y: hidden;
}



input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.modalb{
position: fixed;
width: 90%;
height: 70%;
top: 50px;
left: 5%;
background: white;
border: 1px solid rgb(0,169,172);
border-radius: 18px;
z-index: 1000;
display: none;
padding: 18px;
overflow-x: hidden;
overflow-y: auto;
}


.webtable{
margin: 8px;
margin-top: 0px;
width: 99%;
border-spacing: 1px;
border-collapse: separate;
table-layout: fixed;
}


.webdataheder{
height: 35px;
text-align: center;
color: white;
font-size: 15px;
background: rgb(0,172,174);
}



.webdataheder td { 
word-wrap: break-word;
}


.webtabledata{
font-size: 14px;
background: #dddddd;
}

.webtabledata td { 
height: 35px;
word-wrap: break-word;
}


.webtabledata:hover{
font-size: 14px;
background: #cccccc;
}

.topp{
width: 100%;
height: 15%;
background: rgb(0,169,172);
padding:0;
margin:0;
overflow-x:hidden;
}

.midd{
width: 100%;
height: 70%;
background-repeat: no-repeat;
background-size: 100%;
padding:0;
margin:0;
overflow-x:hidden;
}

.bott{
position: absolute;
bottom: 0px;
width: 100%;
height: 15%;
background: rgb(0,169,172);
padding:0;
margin:0;
overflow-x:hidden;
}





/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: black;
  font-weight: bold;
  font-size: 40px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgb(0,169,172);
}



/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}


.nvg{
cursor:pointer;
color:white;
font-size:16px;
border:2px solid white;
padding-top:7px;
padding-bottom:7px;
padding-left:10px;
padding-right:10px;
}

.nvg:hover{
background: white;
color: rgb(0,169,172);
}


.nvgactive{
background: white;
color: rgb(0,169,172);
}

