
* {
    margin:0;
    padding:0;
    box-sizing: border-box;
}

body {
    position: relative;
    overflow: hidden;
    font-family: Montserrat;
}

/* Container */

/* The width controls the width percentage of both the canvasses within the web-page width */
/* This is typically set to 50% so that we can place another widget right-next */
/* The height is likewise the width */

.container {
    margin-left: 0px;
}

#excercise {
   padding-top: 0px;
}

#canvas-frame {
    width: 1145px;
}

/* The Aircraft flight control */
/* =========================== */

.canvas-container-left {    
    margin-left:    0px;
    padding-top:    0px;    
    padding-left:   0px;
    padding-right:  0px;        
    padding-bottom: 0px;            
    width: 96%;
    height: 30vh;
/*  background: white; */
}

.canvas-container-left .wrapper-left {
    background: #660000;
}

/* The Aircraft flight control */
#container-plane {
    position: absolute;
    padding-top: 0px;
    margin-top: 3vh;
    margin-left: 33px;    
    margin-right: 10px;
}

#container-rectangles {
    position: absolute;
    padding-top: 0px;
    margin-top: 3vh;    
    margin-left: 15px;
    margin-right: 10px;    
/*  background: #595959; */
    border: 18px solid #444444; 
    border-radius: 10px; 

}


/* The Mid Canvas with Aircraft and balloon buttons */
/* ================================================= */

.canvas-container-mid {
    margin-left:    19px;
    margin-top:      0px;
    margin-right:   10px;    
    padding-top:     0px;
    padding-left:   12px;
    padding-right:  10px;        
    padding-bottom:  0px;            
    width: 92%;
    height: 30vh;    
}

.canvas-container-mid .wrapper-mid {
    margin-top: 42px;
}

#container-mid {
    padding-top: 0px;
    margin-top: 3vh;    
    margin-left: 16px;
    margin-right: 10px;    
    border: 18px solid #444444; 
    border-radius: 10px;
    background: #595959;    
}

/* Questions and Puzzles */
/* ===================== */

/* Questions and Puzzles */
.image-container-right {
    margin-left:    4px;
    padding-top:    0px;    
    padding-left:   0px;
    padding-right:  0px;        
    padding-bottom: 0px;            
    width: 90%;
    height: 30vh;
/*  background: white; */    
}

.image-container-right .wrapper-right {
}

#image-puzzles {
    padding-top: 0px;
    margin-top: 3vh;    
    margin-left: 1px;
    margin-right: 10px;    
    border: 18px solid #444444;
    border-radius: 10px;
    width: 150%;
}

#topleft-button, #topright-button, #bottomleft-button, #bottomright-button {
    font-family: Montserrat;
    font-size: 24px;
    outline: none;
    text-align: center;
    text-transform: none;       
    background-color: transparent;
    border: 0px solid gray;
    padding-left: 3px;
    padding-right: 3px;
}

#topleft-button:hover {
    background-color: #777777;
    opacity: 0.4; 
}

#topright-button:hover {
    background-color: #777777;
    opacity: 0.4;        
}

#bottomleft-button:hover {
    background-color: #777777;
    opacity: 0.4;        
}

#bottomright-button:hover {
    background-color: #777777;
    opacity: 0.4;        
}

.spot-aircraft {
    position: absolute;
    font-family: Montserrat;
    font-size: 24px;    
    caret-color: transparent;    
    margin-left: -9px;
    height: 40px;
    outline: none !important;    
    background-color: #54e871;
    color: #010101;
/*  box-shadow: 2px 5px 5px green; */
    border: 1px solid green;    
    border-radius: 14px;    
}

.spot-waypoint {
    position: absolute;
    font-family: Montserrat;
    font-size: 23px;
    caret-color: transparent;    
    margin-left: -9px;
    height: 40px;
    outline: none !important;
    background-color: #e85471;
    color: #010101;
/*  box-shadow: 2px 5px 5px red; */
    border: 1px solid red;    
    border-radius: 14px;    
}

/* Start Button */

#startbutton {
    margin-top: 12vh;
    margin-left: 50px;    
    padding-left: 30px;
    padding-right: 30px;    
    padding-top: 0px;        
    padding-bottom: 0px;
    height: 35px;
    background-color: #99ee99;
    color: #553355;
    cursor: pointer; 
    font-size: 40px;
    border-radius: 14px;
    caret-color: transparent;
    line-height: .2;
}

#startbutton:focus {
    outline: none;
    box-shadow: none;
    caret-color: transparent;    
}

.score {
    margin-left: 10px;
    background-color: transparent;
    color: #ffffff;
    cursor: pointer; 
    font-size: 20px;
    caret-color: transparent;
}

.button {
    background-color: #cccc99;
}

/* classes for Video and Canvas overlay */

.videocontainer {
    margin-left: 0px;
    position: relative;
}

#video {
    position: relative;
/*  margin-top: 15px;  */
    margin-left: -20px;
    object-fit: fill;    
    height: 300px;    
    width: 1050px;
    
}

#intro-video {
    position: relative;
    margin-top: 15px;
    margin-left: -20px;
    object-fit: fill;    
    width: 1120px;
    height: 600px;    
}

.startbutton{
    margin-top: 20px;
    font-family: Montserrat;
    font-weight: 800;
    padding: 10px 15px;
    font-size: 26px;
    background: #051c2a;
    border: 1px solid #f7c904;
    color: white;
    caret-color: transparent;
    cursor: pointer;
    width: 200px;
    margin-left: 440px;
}

.dashboard {
    position: relative;
    opacity: 1;
    margin-top: 0px;   /* was -10 */ 
    margin-left: -20px;
    margin-right: 0px;
    margin-bottom: 0px; /* was 0 */
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    z-index: 1;
}

.modal-header {
    background-color: #cccccc;
    margin-bottom: 10px;    
}

.btn-secondary {
    background-color: #051c2a;
    height:  7vh;
}

.btn-secondary:hover {
    background-color: #e5ae0d;
    color: grey;
    transition: 0.4s;
}

.progress-content {
    position: absolute;
}

.container {
    margin-left: 40px;
    margin-top: 40px;    
}

.image {
    cursor: pointer;
    width: 300px;
    height: 14vh;
    display: block;
    margin:auto;
    border: 2px solid #e5ae0d;
    border-radius: 14px;
    padding-bottom: 20px;
    padding-top: 20px;    
    margin-top: 20px;
    margin-bottom: 20px;    
    background-color: grey;
}

.image:hover {
    background-color: #e5ae0d;
    color: grey;
    transition: 0.4s;
}

.myimages {
    background-color: #ffffff;
}

#btimeGauge{
    width  : 730px;
    height : 10px;
    border-radius: 10px;
    background-color: lightgray;
    margin-left : 0px;
}

#timeGauge{
    height : 10px;
    border-radius: 10px;
    background-color: mediumseagreen;
    margin-top : -10px;
    margin-left : 0px;
}

.timer-header{
    height: 40px;
    width:  60px;
    border-radius: 10px;
    background-color: mediumseagreen;
    margin-left : 10px;
    font-family: Montserrat;
    font-size: x-large;
    font-weight: bold;    
    padding-left: 15px;
    padding-top: 3px;
}

.row {
    margin-right: -15px;
    margin-left:  -20px;
    margin-top:   -17px;
}

.table {
    border: 1px solid transparent!important;

} 

.table tr, .table td, .table th {
    border: 0!important;
}

.table tr td:nth-child(2),
.table tr th:nth-child(2) {
    border-left: 1px solid transparent!important;
}
