

/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/

/**
 * CONTENTS............List of all the sections
 * RESET...............Set the reset defaults
 * PAGE-SETTINGS.......Key elements of the page global styles
 * KEY-GLOBAL-ELEMENTS.Elements such as buttons or images
 * TEXT-STYLES.........The styles for text and fonts
 * HEADER-BAR..........The styles for the top header section
 * MAIN-CONTENT........The styles for all elements in the main section
 * FOOTER-SECTION......The styles for the footer positioning and elements
 * ADJUSTMENTS.........Adjustments, mini-styles and hacks for display
 * GRADIENTS...........All gradient fills
 */

/*------------------------------------*\
    $RESET
\*------------------------------------*/

body *{
    outline: none;
}

a{
    outline: none;
}
a:hover{
    text-decoration: underline;
}
/*------------------------------------*\
    $PAGE-SETTINGS
\*------------------------------------*/

body{
    width: 100%;
    overflow-x: hidden;
}


.button{
    width: 180px;

    outline: none;
    border-radius: 5px;
    background: #f3f2d7;
    font-family: 'Varela Round', sans-serif;
    text-align: center;
    font-size: 26px;
    color: #20228B;
   
    border: none;
    margin: 0 auto;
}

.button:hover{
    box-shadow: inset 0 1px 3px 1px  rgba(0,0,0,.3);
    text-decoration: none;
}

.mediumTxt{
    height: 45px;
    border-radius: 4px;
    padding: 0 8px;
    outline: none;

    color: rgb(60, 60, 60);
    font-family: 'Varela Round', sans-serif;
}
.mediumTxt:focus{
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}

.everything{
    margin: 30px auto;
    width: 100%;
}

.everything-outer{
    margin: 30px auto;
    width: 90%;

}

/*------------------------------------*\
    $TEXT-STYLES
\*------------------------------------*/

h1, h2, h3, p, a{
    font-family: 'Varela Round', sans-serif;
    color: #001429;
}

p.description{
    font-family: 'Varela Round', sans-serif;
    font-style: italic;
}

p.inline-label{
    display: inline;
    font-weight: bold;
}

p.inline-value{
    display: inline;

}

p.question-text{
    /*font-size: 26px;*/
}

.underline-text{
    text-decoration: underline;
}

p.note{
    display: block;
    position: absolute;
    font-size: 16px;
    font-family: 'Varela Round', sans-serif;
    color: rgb(100, 100, 100);
}

p.click{
    cursor: pointer;
}
p.click:hover{
    text-decoration: underline;
}

p.rating-note{
    margin-left: 210px;
    margin-top: 9px;
}
p.reportQuiz-note{
    position: absolute;
    margin-top: -60px;
    margin-left: 30px;
}
.fail{
    color: red;
    font-size: 26px;
    text-shadow: 0 2px 2px rgba(255, 255, 255, 0.4);
    font-weight: bold;
}
p.pass{
    color: rgb(0, 118, 4);
    font-size: 26px;
    text-shadow: 0 2px 2px rgba(255, 255, 255, 0.4);
    font-weight: bold;
}
/*------------------------------------*\
    $HEADER-BAR
\*------------------------------------*/

.top-navbar{
    min-height: 70px;
    margin: 20px;
    padding-left: 25px;
    border: none;
    background: none;
}


.navbar-items ul li{
    display: inline;
}

div.navbar-entry, .submit{

}

.navbar-entry p, .navbar-entry, .submit{

}

.navbar-logo, .navbar-items{
    display: inline-block;
}

.navbar-items{
    margin-top: 10px;
    float: right;
}

.page-navbar-tems{
    margin-top: -70px;
}

.navbar-txt{
    font-family: 'Varela Round', sans-serif;
    font-size: 18px;
    color: #20228B;
}

/*------------------------------------*\
    $MAIN-CONTENT
\*------------------------------------*/


.jumbotron{
    background: none;
}


.main-content{
    margin: 0 auto;
    width: 97%;
}


.sec{
    margin: 15px 5px;
    padding: 10px;
    min-width: 320px;
    border: none;
    border-radius: 1px;
    -moz-box-shadow:    2px 2px 1px 2px rgb(180,180,180);
    -webkit-box-shadow: 2px 2px 1px 2px rgb(180,180,180);
    box-shadow:         2px 2px 1px 2px rgb(180,180,180);
}

.featured-wrap{
    background: #A9EBB0;
}

.search-wrap{
    max-width: 700px;
    margin: 0 auto 0 auto;
    background: none;
}

.search-wrap-outer{
    margin: -35px auto 0 auto;
    padding: 25px;
    max-width: 1200px;
    width: 100%;
    background: rgba(50,50,50,.38);
    border-radius: 6px 6px 0 0;
    box-shadow:  inset 0 0 10px rgba(25,25,25,.2);
}

.subCat-wrap{

    margin: 0 auto 0 auto;
    background: none;
}

.subCat-wrap-outer{
    padding: 25px;
    max-width: 1200px;
    width: 100%;
    background: white;
    box-shadow:  inset 0 0 10px rgba(25,25,25,.2);
}

.subCat-label{
    width: 250px;
    display: inline-block;
    background: rgba(21, 0, 150, 0.50);
    margin: 5px;
    border-radius: 4px;
    padding: 1px 6px;
    font-size: 17px;

    background: rgba(21, 0, 150, 0.80) url(../img/overlay.png) repeat-x;
    border-radius: 6px;
    -moz-box-shadow: 0 1px 3px rgba(30,30,50,0.6);
    -webkit-box-shadow: 0 1px 3px rgba(30,30,60,0.6);

    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer
}


.subCat-label:hover{
    background: rgba(21, 0, 150, 0.70);
}

.subCat-wrap a:hover{
    color:black;
}
.subCat-wrap a{
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    color: white;
}

.selected-sbItem, .selected-sbItem p{
    background: rgba(17, 0, 69, 0.95) url(../img/overlay.png) repeat-x;
    color: #dadeff;
}

.sidebar{
    background: rgba(200,200,255,.6);
    margin: 0 12px;
}

.main{
    background: rgba(200,200,255,1);;}

.q-wrap{
    background: rgba(200,200,255,.6);
}

.latest-wrap{
    background: #E3AFC4;
}

.bylevel-wrap{
    background: #AFB3E3;
}

.bycat-wrap{
    background: #AFDCE3;
}

.home-button{


}


.home-button p{

}


/*-------------------------------------*\
    $CARASOLE
\*-------------------------------------*/
.banner { position: relative; overflow: hidden; }
.banner li { list-style: none; }
.banner ul li { float: left; }


.banner{
    background: #ACEBB3;
    border: none;
    border-radius: 1px;
    -moz-box-shadow:    2px 2px 1px 2px rgb(180,180,180);
    -webkit-box-shadow: 2px 2px 1px 2px rgb(180,180,180);
    box-shadow:         2px 2px 1px 2px rgb(180,180,180);
}

.slide-wrap{
    margin: 0 auto;
    padding: 4px;
    width: 708px;
}

.slide-img{
    margin: 10px auto;
    width: 700px;
    height: 300px;
}


/*------------------------------------*\
    $FOOTER-SECTION
\*------------------------------------*/

.footer-wrapper{
    width: 100%;
    padding: 10px;
    text-align: right;
    background: rgba(100,100,100,.4);
    box-shadow: inset 0 1px 5px 1px  rgba(0,0,0,.5);
    border-radius: 0;
    border: none;
}

.footer-wrapper p, .footer-wrapper a{
    display: inline;
    font-size: 18px;
    font-family: 'Varela Round', sans-serif;
    color: rgb(120,120,120);
}



/*------------------------------------*\
    $QUIZ TILES
\*------------------------------------*/
.qt-tile{
    
    width: 280px;
    height: 130px;
    margin: 8px;
    padding: 5px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    vertical-align: top;
    border-radius: 5px;
    text-align:center;

    -moz-box-shadow: 0 1px 3px rgb(40,40,40);
    -webkit-box-shadow: 0 1px 3px rgb(40,40,40);
    box-shadow: 0 1px 3px rgb(40,40,40);
}

.qt-tile:hover{
    background: #f3f2d7 ;

}


.column{
    padding:  0 15px;
    display: inline-block;
    vertical-align: top;

}
.last-col{
    border: none;
}

.loadingQuizzes-wrap{
    display: none;

}

h3{display: inline}
.center{
    width: 200px;
    margin: 100px auto;
}

.lnk-showMore{
    display: inline;
    margin-left: 5px;
    cursor: pointer;
    font-size: 14px;
    color: #424242;
}

.lnk-showMore:hover{
    text-decoration: underline;
}

.lnk-back{
    display: inline;
    cursor: pointer;
    font-size: 17px;
    color: #424242;
    background: rgba(150,150,150,.5);
    padding: 5px 8px;
    margin: 5px;
    border-radius: 4px;
}

.lnk-back:hover{
    background:  rgba(130,130,130,.68);
}

.qt-container{


}

.qt-title{
    font-size: 18px;
    margin:-4px 0;
}

.qt-description{
    font-size: 15px;
    margin: -4px 0;
}

.qt-title, .qt-description, .qt-level-subject{
   color: rgb(24,24,24);
    text-shadow: 1px 0px 0px rgb(180,180,180);
}

.qt-level-subject{
    font-size: 12px;
    display: inline;
    position: absolute;
}


.qt-firstDetails{
   position: absolute;
   bottom: -8px;
    width: 260px;
    padding: 0 5px;
    margin: 6px -5px;
    height: 25px;
   }


.quizListing-wrap{

margin: 0 auto 10px auto;

padding: 25px;

max-width: 100%; 

width: 80%;

min-height: 400px;

}





/*------------------------------------*\
    $QUIZ LEVELS SECTION
\*------------------------------------*/

.bylevel-wrap p.bylevelOpp{
    display: inline-block;
    color: rgb(24,24,24);
    text-shadow: 1px 0px 0px rgb(180,180,180);
    font-size: 16px;
}

.bylevel-wrap p.bylevelOpp:hover{
    background: rgb(150,150,150);
}



/*------------------------------------*\
    $SEARCH
\*------------------------------------*/
.src-container{
    padding: 10px;
    min-width: 180px;
    max-width: 1000px;
    width: 50%;
    margin: 0 auto;
}

.src-box{
    width: 60%;
    margin-right: 8px;
    padding: 0 10px;
    border: 1px solid rgb(140,140,140);
    border-radius: 5px;
    border: 1px solid #368DBE;
    border-top: 1px solid #c3d6df;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    -moz-box-shadow:    1px 1px 1px 1px rgba(3, 2, 110, 0.3);
    -webkit-box-shadow: 1px 1px 1px 1px rgba(3, 2, 110, 0.3);
    box-shadow:         1px 1px 1px 1px rgba(3, 2, 110, 0.3);
}

.src-box:hover, .src-box:focus{
    border: 1px solid rgb(100,100,100);
    -moz-box-shadow:    1px 1px 1px 1px rgba(3, 2, 110, 0.4);
    -webkit-box-shadow: 1px 1px 1px 1px rgba(3, 2, 110, 0.4);
    box-shadow:         1px 1px 1px 1px rgba(3, 2, 110, 0.4);
}



.src-button{
    margin-top: 10px;
    padding: 1px 6px;
    border: 1px solid rgb(140,140,140);
    -moz-box-shadow:    1px 1px 1px 0px rgb(160,160,160);
    -webkit-box-shadow: 1px 1px 1px 0px rgb(160,160,160);
    box-shadow:         1px 1px 1px 0px rgb(160,160,160);
}


.searchResults-wrap{
    display: none;
}



/*------------------------------------*\
    $QUIZ START PAGE
\*------------------------------------*/
.quiz-title-wrap, .quiz-stats-wrap{
    display: inline-block;
    vertical-align: top;
    margin: 15px;
}

.quiz-stats-wrap{
    padding-top: 54px;
}


.quiz-start-wrap{
    display: inline-block;
    vertical-align: top;
    padding: 54px 5px 5px 50px;
    float: right;
}

.start-button{
    width: 180px;
    float: right;
    margin: 15px;
}



.quiz-sec{
    margin: 0 5px 15px 5px;
    padding: 10px;
    min-width: 150px;
    border: none;

}



.question-wrap{
    margin: 0;
    border-radius: 5px 0 0 5px;
    background: #f3f2d7;
    box-shadow: inset 0 1px 3px 1px  rgba(0,0,0,.3);
    cursor: default;
    height: 100%;
    min-height: 300px;
    box-shadow:  inset 0 0 10px rgba(25,25,25,.2);
}



.quiz-main-content{
    margin: 5px auto 20px auto;
    padding: 0;
    width: 97%;
    min-width: 150px;
    border: none;
    border-radius: 5px;
    -moz-box-shadow:    2px 2px 1px 2px rgb(180,180,180);
    -webkit-box-shadow: 2px 2px 1px 2px rgb(180,180,180);
    box-shadow:         2px 2px 1px 2px rgb(180,180,180);
    overflow: hidden;
    background: white;
}

.everything{
    min-height: 550px;
    margin: 30px auto;
}

.everything-quiz{
    width: 97%;
}
/*------------------------------------*\
    $QUIZ-PAGE
\*------------------------------------*/

.q-side{

}

.current-q-side{
    background: rgba(200,200,255,.4);
    margin: 0 -10px;
    padding: 0 10px;
    box-shadow: inset 0 0 1px 0  rgba(0,0,0,.2);
}

.quiz-question{
    margin-left: 30px;
    padding: 30px;
}

.answer-block, .answer-block-done{
    border: 1px solid #6666FF;
    margin: 5px;
    padding:8px 2px 2px 8px;
    border-radius: 4px;

}

.answer-block:hover{
    box-shadow: inset 0 1px 3px 1px  rgba(0,0,0,.3);
    background: #f3f2d7;
    cursor: pointer;
}

.answer-block-done.ans-incorrect{
    box-shadow: inset 0 1px 3px 1px  rgba(0,0,0,.3);
    background: #E36D75;
}

.answer-block-done.ans-correct{
    box-shadow: inset 0 1px 3px 1px  rgba(0,0,0,.3);
    background: #41C445;
}

.answer-block-filler{
    display: none;
    background: rgba(23,67,123,.5);
    padding:8px 2px 2px 8px;
    margin:-8px -2px -2px -8px;
}

.answer-block-filler:hover{
    box-shadow: inset 0 1px 2px 1px  rgba(0,0,0,.3);
    background: rgba(23,67,123,.45);
}

.txtPercent{
    float: right;
    font-size: 15px;
    margin-left: 8px;
    display: none;
    position: absolute;
    margin-top: -10px;
    padding-left: 5px;

}

#question-results{
    display: none;

}

p.result-title{
    text-shadow: -1px 1px 0 rgba(200,200,200,.6);
    font-weight: bold;

}

p.result-cor{
    color: #41C445;
}

p.result-incor{
    color: #E36D75;
}


.next-button{
    width: 200px;
    margin: 10px;
   
    bottom: 0;


}

.stats-button{
    cursor: pointer;
    width: 120px;
    margin: 10px;
    height: 30px;
}

.stats-button p{
  font-size: 20px;
}

.my-alert{
    position: absolute;
    width: 200px;
    left: 40%;
    top: 3px;
    opacity: 0.96;
    z-index: 1000;
    margin: 0 auto;
    display: none;
}

.white-out{
    width: 100%;
    height: 97%;
    margin: 0;
    z-index: 999;
    position: absolute;
    background: rgba(255,255,255,.35);
    display: none;

}

table.high-scores{
    font-family: 'Varela Round', sans-serif;
    color: #001429;
}

thead{
    font-weight: bold;
}

.panel-heading h3{
    font-size: 27px;
    text-align: center;
    font-weight: bold;
}

.highScores-panel{
    font-size: 20px;
    display: none;
    margin: 50px 15px 5px 0;
}

.done-stats-wrap{
    display: none;
}

.stats-title{
    font-weight: bold;
    text-align: center;
    font-size: 23px;
}

.stats-head{
    font-weight: bold;
}

.rating-star{
    cursor: pointer;
}

.star-background{
    height: 39px;
    width: 197px;
    background: #ffff00;
    position: absolute;
    z-index: 2;
}

.star-background-small{ height: 19px; width: 99px;}

.star-template{
    position: absolute;
    z-index: 4;
}
.star-template-small{
    width: 100px;
}

.rating-wrap{
    padding: 25px 5px 10px 10px;
}

#show-rating-wrap{
    display: none;
}

#ansExpl-wrap{
    display: none;
}

/*------------------------------------*\
    $RESULTS_PAGE
\*------------------------------------*/
.final-score-text{
    font-size: 25px;
}
.score-number{
    font-size: 45px;
}

.results-sec{
    padding: 12px;
    vertical-align: top;
}


/*------------------------------------*\
    $LOGIN_IN
\*------------------------------------*/
.login-input{
    width: 280px;
    height: 50px;
    padding: 0 8px;
    margin: 5px 1px;
    background: rgba(250,250,255,0.9);
    border: none;
    border-radius: 5px;
    box-shadow: inset 0 1px 3px #000000;
}

.login-select{
    width: 180px;
    height: 50px;
    padding: 0 8px;
    margin: 5px 1px;
    background: rgba(250,250,255,0.9);
    border: none;
    border-radius: 5px;
    box-shadow: inset 0 1px 3px #000000;
    color: grey;
}

.login-leftPage, .login-rightPage{
    width: 45%;
    min-width: 305px;
    vertical-align: top;
    display: inline-block;
    margin: 0 20px;
}

.submit{
    height:45px;
    width: 280px;
}

.login-cont, .signUp-cont, .welcome-cont{
    background: rgba(220,220,255,0.3);
    padding: 10px;
    margin-bottom: 18px;
    border-radius:5px;
    box-shadow: inset 0 1px 3px rgba(30,30,30,.8);
}

.login-link{
    font-size: 18px;
}
.login-link:hover{
    color: #000673;
}

.login-label{
    display: inline;
    font-size: 20px;
}

.small-grey{
    font-size: 15px;
    color: #4a4a4a;
    margin: 0 0 10px 0;
}

/*------------------------------------*\
    $ADJUSTMENTS
\*------------------------------------*/

.pull-right{
    float: right;
}

p.seperator{
    margin-left: 5px;
    margin-right: 5px;
}

#after-score-updated, #share-wrap{
    display: none;}
#show-scores-again:hover{text-decoration: underline; cursor: pointer;}
#pass-wrap{margin-top: 20px;}

.page-main-content{
    margin-top: -70px;
}

/*------------------------------------*\
    $GRADIENTS
\*------------------------------------*/


#scrollUp{bottom:-10px;right:30px;width:70px;height:30px;padding:10px 5px;font-size:14px;line-height:16px;
    text-align:center;text-decoration:none;text-shadow:0 1px 0 #fff;color:#828282;-webkit-box-shadow:0 0px 2px 1px rgba(0,0,0,0.2);

    transition:bottom 150ms linear; opacity: 0.5; border-radius: 6px 6px  0 0; }#scrollUp:hover{bottom:0px; opacity: 0.8}


.everything{
/* IE9 SVG, needs conditional override of 'filter' to 'none' */

}

.navbar-entry{

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 7px;

    border: 1px solid #368DBE;
    border-top: 1px solid #c3d6df;

    -moz-box-shadow: 0 1px 3px black;
    -webkit-box-shadow: 0 1px 3px black;
    box-shadow: 0 1px 3px black;

}

.navbar-entry:hover, .submit {

}

.jumbotron{
    padding:3px;
    border:1px solid #f3f2d7;
}
