﻿body {
    margin: 0;
    background: gold; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, yellow, red); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, yellow, red); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, yellow, red); /* For Firefox 3.6 to 15 */
    background: linear-gradient(-1800deg, red, yellow); /* Standard syntax (must be last) */
    background-repeat: no-repeat;
}
header {
    width: 100%;
    height: 40px;
    
}
#header-inner {
    max-width: 100vw;
    margin: 15px 15px auto;
    /*box-shadow: 10px 10px 5px grey;
    text-align:center;*/
}
#logo {
    margin: 5px;
    float: left;
    width: 200px;
   
}
#logo2 {
    margin: 5px;
    float: left;
    width: 170px;
}
nav {
    float: right;
    /*padding:0 0 0 0;*/
}
#menu-icon{
    display: hidden;
    width: 40px;
    height: 40px;
    background: url(Images/nav.png) center;
}
a:hover#menu-icon {
    border-radius: 4px 4px 0 0; 
}
ul {
    list-style-type: none;
}
nav ul li {
    font-size: 120%;
    display: inline-block;
    float: left;
    padding: 5px;
}
nav ul li a {
    color:black;
    text-decoration: none;
}
nav ul li a:hover {
    color:white;
}
.current {
    color:white;
}

#cube {
  border-radius: 25px;
  border: 3px solid red;
  padding: 20px; 
  width:320px;
  height:300px;
}

#idlog{
        position: absolute; top: 40px; left: 400px
    }

.IndoorRecord {
	background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 19px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.button3 {
    background-color: gold; 
    color: black; 
    border: 2px solid #f44336;
    border-radius: 8px;
}

.button3:hover {
    background-color: #f44336;
    color: white;
    border-color:white;
}
}.IndoorRecord:active {
	position:relative;
	top:1px;
}
   .makewidth{
       float:left;
       width:200px;
    margin: 0;
    }  
   .makewidth1{
       float:left;
       width:200px;
    margin: 0;
    }  
  .widthtex1{
        width:150px;
    }
  .widthtex{
        width:150px;
    }



  [type="date"] {
  background:#fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png)  97% 50% no-repeat ;
}
[type="date"]::-webkit-inner-spin-button {
  display: none;
}
[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}





 /*---Media--*/
@media screen and (max-width:768px) {
        
    header {
        position: absolute;
    }

    #logo {
        margin: 2px 0px;
        width: 100px;
        background: no-repeat center;
    }
    #logo2 {
        margin: 2px 0px;
        width: 90px;
        background: no-repeat center;
    }
    #menu-icon {
        display: inline-block;
    }

    nav ul, nav:active ul {
        display: none;
        z-index: 10001;
        position: absolute;
        padding: 50px;
        background: gold;
        right: 10px;
        top: 40px;
        border: 1px solid midnightblue;
        border-radius: 5px 0 5px 5px;
        width: 30%;
    }

    nav:hover ul {
        display: block;
    }

    nav li {
        text-align: center;
        width: 100%;
        padding:10px 0;
    }
    #idlog{
        position: absolute; top: 20px; left: 210px
    }
    #HyperLink1{
        font-size:12px;
    }
    #LinkButton101 {
        font-size: 12px;
    }
    #Label2000 {
        font-size: 12px;
    }
    #Label2 {
        font-size: 12px;
    }
    .tablewidth {
        width: 96vw;
    }
    .makewidth{
        float: left;
    width: 160px;
    margin: 5px;
    
    }
    .widthtex{
        width:140px;
    }
    .widthtex1{
        width:140px;
    }
    body{
        height:300vh;
  }
   #gridoverflow{
       padding:0;
       width:100vw;
   }
    .nwgridover {
        padding:0 0 0 0; /*:0 50px 0 0;
            : 0 0 0 0;*/
        width: 95vw;
    }
}