body{
    font-family: sans-serif;
    width:95%;
    color: #003366;
}

img.topcorner{
    left: 10px;
    position: fixed;
    top: 10px;    
    z-index: 1000;
}    

footer{    
    position:absolute; 
    height: 20px;
    margin:20px;
    display:block;
    position:absolute;
    top:calc(100% - 90px);
    background-color: white;
}




.navList
{
    padding:0px;
    border:0px;
    list-style-type: none;
}

/* Header */

.menuBar{
    width:100%;
    height:70px;
    display:block;
    position:absolute;
    background-color: #003366;
    top:0;
    left:0;
}

.navLeft{
    float:left;
    margin-left:10px;
    color: white;
}

.navRight{
    float:right;
    margin-left:10px;
    color: white;
}

.menuBar a:visited, a:link, a:active
{
    color: white;
    text-decoration: none;
}


.menuBar a:hover
{
    color:#e26901;
    text-decoration: none;
} 

.bottomMenu a:hover
{
    color:#e26901;
    text-decoration: none;
} 

.navLeft ul li{
    list-style:none;
    float:left;
    font-size: 20px;
    display: inline-block;
    margin: 10px;
    margin-top: 20px;
    text-decoration: none;
    color: white;
    text-decoration: none;
}

.navRight ul li{
    list-style:none;
    float:right;
    font-size: 20px;
    display: inline-block;
    margin:10px;
    margin-top: 20px;
    color: white;
}

/* Container */


#container{
    width: 100%;
    height: calc(100% - 130px);
    margin:0px;
    display:block;
    position:absolute;
    background-color: white;
    top:70px;
    left:0;
    display: flex;
    overflow: auto;
    position:absolute; 
}

#container a:link {
    color: #003366;
}

#loginForm{
    width: 20%;
    margin: auto;
}

.vertical-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-60%, -60%);
  transform: translate(-60%, -60%);
}

#videoPlayer{
    width: 20%;
    margin: auto;
}


table .form-control{
    display: inline;
    width: auto;
}

/* Table */ 

table td{
    text-align: left;
    padding: 0px;
    border: none;
    margin:0px;
    vertical-align: top;
}

table tr{
    vertical-align: top;
}


div table tr td {
    padding-left: 20px;
}

div table tr th {
    padding-left: 20px;
}


div table {
    padding:0px;
    margin:20px;
    border:none;
    border-collapse:separate; 
    border-spacing:3px;
}

div #tableSchedule {
    margin:20px;
}

div #tableAddUser {
    margin:20px;
    margin-bottom: 50px;
}

div #starter-template {
    margin:20px;
}

div #tableUser {
   margin-top: 100px; 
}

/*Loader*/

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



/*Vimeo*/

.vimeo-full-width {
    padding: 56.25% 0 0 0;
    position: relative;
}

.vimeo-full-width iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

video {
    object-fit: fill;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;    
    z-index: 0;

}
