
@font-face {
    font-family: 'lucida_sansregular';
    src: url('../resources/font/Montserrat-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: black;
    color:white;
    font-family:"lucida_sansregular";
    font-weight: bold;
}

#background{

    position: absolute;
    left: 0px;
    top: 0px;
    height:100%;
    width:auto;
    z-index: -1;
}

#categories_text{
    position: absolute;
}

#categories_list{
    position: absolute;
    color:black;
    
}

div.loading{
    position: absolute;
    left: 0px;
    top: 0px;
    height:100%;
    width:100%;
    background-image: url("../resources/program_images/backgrounds/loading_background.jpg");
    background-repeat: repeat;
    z-index:10;
}

#loading_text{
    position: absolute;
    left: 47%;
    top : 47%;
    
}

.categories_links{
    margin: 15px;
    color:white;
    cursor:pointer;
}

div.transbox {
    position: absolute;
    margin: 30px;
    border: 1px solid white;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.75);
}

#right{
    position: absolute;
    z-index: 3;
    padding:2px;
    border:1px solid black;
    background-color:gray;
}

#wrong{
    position: absolute;
    z-index: 3;
    padding:2px;
    border:1px solid black;
    background-color:gray;
}

#progress_saved{
    position: absolute;
    z-index: 3;
    padding:5px;
    border:5px solid black;
    background-color:gray;
    color:white;
    text-align:center;
    
}
.testing{
    color: white;
    cursor:pointer;
    position:absolute;
    width: fit-content;
    height:fit-content;
}

#progress_text{
    
}

.cat_list{
    padding: 0px;
}

#logo{
    
    position: absolute;
    
}
#login{
    
    position: absolute;
    
}

#question{
    position: absolute;
    
}

#answer{
    
    border-style: none;
    border:0px;
    overflow-y:auto;
    background-color: transparent;
    color:white;
    font-family:"lucida_sansregular";
    font-weight: bold;
    width : 100%;
    height : 100%;
    /*text-align: justify;*/
}

#intro_text{
    
    border-style: none;
    border:0px;
    overflow-y:auto;
    overflow-x:visible;
    background-color: transparent;
    color:white;
    font-family:"lucida_sansregular";
    font-weight: bold;
}

#image_container{
    cursor: pointer;
    position: absolute;
    margin: 0 auto;
    text-align:center;
    z-index: 2;
}

#answer_div{
    position: absolute;
}

#answer_container{
    position: relative;
    width:100%;
    height:100%;
}

#checkmark{
    float:left; 
    display:inline;
    padding-right: 20px;
}

#short_answer{
    vertical-align: middle;
}

div.splash{
    position: absolute;
}

#splash_video{
     width:100%;
     height:100%;
}

span.answer_highlight{
    
}

#panel{
    overflow-y:auto;
    position: absolute;
    
    vertical-align: middle;
    margin:0;
}

#image{
    vertical-align: middle; 
}

.choices{
    padding-top : 0;
    padding-bottom : 0;
    padding-left : 5%;
    display: block;
    margin :0;
    vertical-align: middle;
    color : white;
}

.radio{
    
    float:left;
    display:inline;
    vertical-align: baseline;
    line-height: 15px;
}

.radio_choice{
    
    padding-top:2%;
    padding-bottom:2%;
}

#quick_skip{
    position: absolute;
    z-index: 2;
    font-family:"lucida_sansregular";
    font-weight: bold;
}

img.button{
    position: absolute;
    z-index: 1;
}

div.quiz{
    z-index: 1;
    
}

#back{

}

#submit{

    

}

#next{

    
}

#mute{

   

}

#question{
   overflow-y: auto;
}

#ok{
   position: absolute;
}

#ok_intro{
   position: absolute;
}

#intro_text{
    position: absolute;
}

#check_grade{
    font-family:"lucida_sansregular";
    font-weight: bold;
    z-index: 1;
}

#score{
    position: absolute;
    font-family:"lucida_sansregular";
    font-weight: bold;
    z-index: 1;
}

#image_div{
    text-align: center;
    display: block;
    position: absolute;
    z-index: 1;
}

#grade_image{
    z-index: 1;
    height:100%;
}

#grade_text{
    position: absolute;
    text-align: center;
    font-family:"lucida_sansregular";
    font-weight: bold;
    z-index: 1;
}


#login_username{
    position: absolute;
    font-family:"lucida_sansregular";
    font-weight: bold;
    background:transparent;
    color:white;
    z-index: 1;
    
    
}

#login_password{
    position: absolute;
    font-family:"lucida_sansregular";
    font-weight: bold;
    background:transparent;
    color:white;
    z-index: 1;
    
    
}

#login_clear{
    position: absolute;
    font-family:"lucida_sansregular";
    font-weight: bold;
    background:transparent;
    color:white;
    z-index: 1;
    
    
}

#login_button{
    position: absolute;
    
    z-index: 1;
    
    
}

#category{
    font-family:"Cloister Black";
    font-weight: bold;
}

