﻿/* course lists etc.  not to be confused with quiz.css which is just for quiz questions */

#courseList {
    padding: 2px 0 2px 0;
    text-align: center;
}




td.modulesection
{
    font-size:1.2em;
    padding:12px 0 0 0;
}




.editorSection {
    background: #c0ffe0;
}


.courseicon, .moduleIcon, .pageIcon{
    height:132px;
    display:inline-block;
    margin:12px 20px 12px 0;
    
    overflow:hidden;
    cursor:pointer;
    color:white;
}

.coursetiny {
    height: 42px;
    width:210px;
    display: inline-block;
    padding:6px;
    margin: 4px 12px 6px 0;
    overflow: hidden;
    cursor: pointer;
    color: white;
}

.courseicon .coursename
{
    padding:4px;
}

.moduleIcon, .pageIcon {
    width: 132px;
    padding: 6px;

}

.pageIcon {
    opacity: 0.5;
    border: 1px solid #606060;
    border-radius: 0 10px 0 0;
}

.moduleIcon {
    opacity: 0.7;
}

.moduleIconLocked {
    opacity: 0.35;
    cursor: default;
    filter: grayscale(60%);
}

.moduleLocked {
    color: rgba(255,255,255,0.6);
    font-size: 0.85em;
}

.courseheader
{
    font-size: 2em;
    padding:6px;
    color:white;
}

.courseIntroImage {
    float: right;
    margin-left: 12px;
    width: 520px;
}

.courseIntroImage img
{
    max-width:520px;
    float:right;
}

.coursecrumb{
    display: inline-block;
    margin: 6px 20px 6px 0px;
    cursor: pointer;
    color: white;
    padding:6px 12px 6px 6px;
}

.courseicon a, .coursecrumb a, .courseheader a, .moduleIcon a, .pageIcon a, .coursetiny a{
    color: white;
}

.courseemoji{
   font-size:3em;
   
   padding:0 4px 2px 0;
}

.coursecrumb .courseemoji
{
    display:inline-block;
    margin-right:8px;
    font-size: 1em;
    color:white;
}


.courseheader .courseemoji {
    display: inline-block;
    margin-right: 16px;
    font-size: 1em;
}


.warning
{
    border:1px solid #5050c0;
    background: #ffff90;
    padding:6px;
    margin: 6px 0 6px 0;
}

#intercept
{
    border:1px solid #000;
    background: #ffa0c0;
    padding:6px;
    font-size:1.2em;
    margin-top:6px;
    color:#000;
}


/* navigation */

#moduleNext
{
    display:none;
}

#nextPage, #nextPageSmall, .nextQuestion, .nextQuestionSmall {
    border: 1px solid #007000;
    background: #3060c0;
    padding: 6px;
    display: inline-block;
    margin: 12px 0 12px 0;
    cursor: pointer;
    color:white;
}
#nextPage, .nextQuestion {
    font-size: 1.8em;
}
#nextPageSmall,.nextQuestionSmall {
    font-size: 1.2em;
}
#nextPage a, #nextPageSmall a
{
    color:white;
}

.nextQuestion {
    margin: 12px 18px 12px 0;
}


.iconFree {
    background:#f0f090;
    color: #c80000;
    display:inline-block;
    padding:3px;
    font-weight:bold;
    font-size:0.85em;
}
.iconDone {
    display: inline-block;
    padding: 3px;
    font-weight: bold;
    font-size: 0.85em;
}

.iconFree, .iconDone
{
    margin:0 4px 0 4px;
}

.courseIconImg
{
    height:80px;
    width:100%;
    overflow:hidden;
}

.courseIconImg img
{
    width:100%;
}

.bigSearch
{
    text-align:center;
}

.bigSearch input
{
    font-size:2em;
}

input.naked
{
    background-color:transparent;
    border:0;
    width:50px;
}

#badges {
    text-align: center;
    font-size: 40pt;
}

#badges .badge{
    padding-right:13px;
}

.badge {
    display:inline-block;
    notfilter: sepia(100);
    
    display: inline-block;
}

.badge a:hover
{
    text-decoration:none;
}

.gold {
    notfilter: sepia(100) hue-rotate(-10deg) saturate(60%) brightness(160%);
}

.silver {
    notfilter: sepia(100) hue-rotate(15deg) saturate(50%) brightness(170%);
}

