﻿img
{
    width: auto;
}

.grid#CareerMatchHolder, .grid#CourseMatchHolder
{
    padding-left: 0;
    padding-right: 0;
}

#CareerMatchHolder, #CourseMatchHolder
{
    margin-top: 5px;
    background-color: #f00;
}

a
{
    text-decoration: none;
}

.back
{ /*Back button style */
    position: absolute;
    left: calc(50% - 400px);
    visibility: hidden;
    cursor: pointer;
     z-index: 1;
}

.next { /*Next button style */
    position: absolute;
    left: calc(50% + 370px);
    visibility: hidden;
    cursor: pointer;
     z-index: 1;
}

    .back img, .next img
    {
        box-shadow: 0px 0px 10px #000;
    }

#navContent
{ /* Question container */
    margin: auto;
    max-width: 720px;
    height: 200px;
    position: relative;
    overflow: hidden;
}

#game1
{ /* Current question */
    width: 100%;
    height: 100%;
    right: 0px;
    position: absolute;
}

#game2
{ /*New question */
    width: 100%;
    height: 100%;
    right: -800px;
    position: absolute;
}

#logos
{ /* Planit logo container */
    position: absolute;
    max-width: 800px;
    width: 100%;
    height: 51px;
    margin-top: -24px;
}

    #logos div
    {
        display: inline-block;
        position: relative;
        width: 24%;
    }

        #logos div img
        {
            position: relative;
            vertical-align: middle;
        }

.whitelogos
{ /* White Planit logo container */
    position: absolute;
    max-width: 800px;
    margin-top: -24px;
    width: 100%;
    height: 51px;
}

    .whitelogos div
    {
        display: inline-block;
        position: relative;
        width: 24%;
    }

        .whitelogos div img
        {
            visibility: hidden;
            position: relative;
            vertical-align: middle;
            z-index: 2;
        }

#logos div:nth-child(1) img
{ /* Logo 1 position */
    left: 100%;
}

#logos div:nth-child(2) img
{ /* Logo 2 position */
    left: calc(100% - 7px);
}

#logos div:nth-child(3) img
{ /* Logo 3 position */
    left: calc(100% - 15px);
}

#logos div:nth-child(4) img
{ /* Logo 4 position */
    left: calc(100% - 23px);
}

.whitelogos div:nth-child(1) img
{ /* White logo 1 position */
    left: 100%;
}

.whitelogos div:nth-child(2) img
{ /* White logo 2 position */
    left: calc(100% - 7px);
}

.whitelogos div:nth-child(3) img
{ /* White logo 3 position */
    left: calc(100% - 15px);
}

.whitelogos div:nth-child(4) img
{ /* White logo 4 position */
    left: calc(100% - 23px);
}

.progress
{ /* White progress bar */
    background-color: #FFF;
    width: 50%;
    height: 3px;
    margin-top: 0px;
    z-index: 2;
    float: left;
}

.progressghost
{ /* Transparent progress bar */
    background-color: red;
    width: 100%;
    height: 3px;
    z-index: 0;
}

#dot
{ /* Progressbar dot */
    float: left;
    margin-top: -2px;
    z-index: 1;
}


.questionText
{ /* Question style*/
    font-size: 2em;
    color: #FFF;
    font-weight: bold;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=0,strength=4)
    progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=90,strength=4)
    progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=180,strength=4)
    progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=270,strength=4);
    text-shadow: 0px 0px 10px #000;
    padding-left: 10px;
}

div#image-container
{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: inset 0px 10px 20px -20px #000, inset 0px -10px 20px -20px #000;
}

div#image-container h2
{
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=0,strength=4)
    progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=90,strength=4)
    progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=180,strength=4)
    progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=270,strength=4);
    text-shadow: 0px 0px 10px #000;
    padding-top:10px;
}

#topbar
{ /* Header */
    height: 90px;
    margin: auto;
    margin-top: 20px;
    font-size: 30px;
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
    width: 800px;
    color: #FFF;
}

.spacer
{ /* Spacer */
    height: 150px;
    width: 100%;
}

.spacer2
{ /* Spacer 2 */
    height: 30px;
    width: 100%;
}

.optioncontainer
{ /* Options container */
    margin: auto;
    max-width: 824px;
    height: 53px;
}

.option
{ /* Option style */
    display: inline;
    float: left;
    position: relative;
    margin: 0px 2.5%;
    padding: 0 2px;
    width: 20%;
    background-color: darkred;
}


    .option:hover
    {
        background-color: darkred;
    }
    

    div.option
    {
        position: relative;
        display: block;
        text-align: center;
        font-size: 1.1em;
        cursor: pointer;
        height: 42px;
    }


        div.voted
        {
            background-color: darkred;
        }

div.subBtn-vertalign
{
    top: 48%;
    z-index: 0;
    text-align: center;
}

div.subBtn-vertalign.multi {
    line-height: 0.9;
}
#bottombar
{ /* Footer buttons */
    margin: 30px 2.5% 20px 0;
    float: right;
    position: relative;
    padding-bottom: 10px;
    width:20%;
}

    #bottombar input
    { /* Footer button's style */
        margin: 0px;
        float: left;
        position: relative;
        text-align: center;
        padding: 10px 4px;
        font-size: 1.1em;
        cursor: pointer;
        height: 100%;
        border-style: none;
        border-width: 0;
        font-weight:bold;
        font-size:1.2em;
    }

#save
{
    background-color: #D8D9D4;
    color: #A6A8A6;
}

#careers, #courses
{
    display: none;
    color: #000;
    background-color: red;
}

#area h2
{
    color: #ffffff;
    font-size: 1.8em;
    margin-left: 20px;
    margin-top:0;
}

div#stageText
{
    margin-left: 20px;
}

/* Mobile styles */
@media screen and (max-width:850px)
{
    #topbar
    {
        height: 0;
        margin: 0;
    }

    .progress
    {
        display: none;
    }

    .progressghost
    {
        display: none;
    }

    #logos
    {
        display: none;
    }

        #logos div
        {
            display: none;
        }

    .whitelogos
    {
        display: none;
    }

        .whitelogos div
        {
            display: none;
        }

    #dot
    {
        position: fixed;
        left: -200px;
    }

    #navContent
    {
        margin-left: 2%;
        margin-right: 2%;
        width: 96%;
    }

    #game1
    {
        margin-left: 1%;
        margin-right: 1%;
        width: 98%;
    }

    #game2
    {
        margin-left: 1%;
        margin-right: 1%;
        width: 98%;
    }

    #optioncontainer
    {
        width: 100%;
    }

    .back
    { /*Back button style */
        position: absolute;
        left: 20px;
        visibility: hidden;
        cursor: pointer;
       
    }

    .next
    { /*Back button style */
        position: absolute;
        right: 20px;
        left: auto;
        visibility: hidden;
        cursor: pointer;
      
    }

    div.questionText
    {
        padding-left: 60px;
        font-size: 1.5em;
    }

    div#stageText
    {
        padding-top: 20px;
    }

    .option div
    {
        font-size: 1.1em;
    }

    #bottombar input
    {
        font-size: 1em;
    }

    .grid
    {
        min-width: 0;
    }
}

@media screen and (max-width:760px)
{

    #bottombar
    {
        position:relative;
        width:100%;;
        padding:0 2.5%;
        float:left;
    }

    #bottombar input
    {
        font-size: 1.2em;
    }

    #stageText
    {
        font-size: 0.8em;
    }

    .spacer2
    {
        display: none;
    }

    .option
    {
        margin-top: 10px;
        width: 95%;
    }

        .option div
        {
            height: 2em;
        }
    
    #bottombar
    {
        margin-top:30px;
    }

    .back
    {
        left:10px;
    }

    .next
    {
        right:10px;
    }

    .back img, .next img
    {
        width:18px;
    }

    div.questionText
    {
        padding-left:30px;
        padding-right: 30px;
    }

    div.subBtn-vertalign
    {
        position: relative;
        top: 48%;
        transform: translateY(-50%);
        z-index: 0;
        line-height: 0.8;
        height: auto;
    }

    #navContent
    {
        height: 160px;
    }

    .spacer
    {
        height: 80px;
    }
}

