/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 28, 2015, 2:25:00 PM
    Author     : Will
*/

body{
    background-color: black;
    overflow:hidden;
} 
.shortCut{
    float: right;
}
.dropdown-menu {
    background-color: #ccc;
}.btn-group{
    margin-top: 7px;
}
#simulatorVideo{
    position: absolute;
    top: -120px;
   }
#menuBar{
    opacity: 0.2;
    filter: alpha(opacity=20); /* For IE8 and earlier */
}
#menuBar:hover{
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
/*
* Audio Settings
*/
#audioSettings .modal-content{
    background-color: #ccc;
}
#audioSettings .modal-body{
    padding:15px;
    cursor: pointer;
}
#audioSettings .modal-content input{
    background-color: #ccc;
    padding-left: 5px;
}
#audioSettings .modal-content select{
    background-color: #ccc;
}
#audioSettings .modal-content{
    cursor: move;
}
/*
* movie Settings
*/
#movieSettings .modal-content{
    background-color: #ccc;
}
#movieSettings .modal-body{
    padding:15px 60px 15px 60px;
    cursor: pointer;
}
#movieSettings .modal-content input{
    background-color: #ccc;
    padding-left: 5px;
}
#movieSettings .modal-content select{
    background-color: #ccc;
}
#movieSettings .modal-content{
    cursor: move;
}
/*
*Sim Settings Modal
*/
#simSettings .modal-content{
    background-color: #ccc;
}
#location{
    background-color: #ccc;
}
#aspectRatio{
    background-color: #ccc;
}
/*
* shotRecord Settings
*/
#shotRecord .modal-content{
    background-color: #ccc;
}
#shotRecord .modal-body{
    padding:15px;
    cursor: pointer;
}
#shotRecord .modal-content input{
    background-color: #ccc;
    padding-left: 5px;
}
#shotRecord .modal-content select{
    background-color: #ccc;
}
#shotRecord .modal-content{
    cursor: move;
}
#shotRecord .return_to_shot{
    max-height: 400px;
    overflow-x: auto;
    cursor: pointer;
}
#mic{
    margin-bottom: 15px;
}
#micIcon{
    height: 20px; 
    padding-left: 10px; 
    display: none;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
#menuOpacity{
    background-color: #ccc;
}
.version{
    font-size: small;
    float: left;
}