body
{
    color: #ffffff;
    background-image: none;
    background-color: #00b8ff;
    background: linear-gradient(#00d8ff, #00b8ff);
    background-attachment: fixed;
    height:100%;
    /* background-color: #6142ff; */
    width: 100%;
    min-width: 984px;
    font-size: 12px;

}

#content
{
    padding: 0px;
    min-height: 450px;
}

.content-width
{
    width: 984px;
    margin: 0px auto;
    padding-left: 4px;
    padding-right: 4px;
}

.block
{
    display: block;
}

.hidden
{
    display: none;
}

.shadow
{
    box-shadow: #555566 1px 1px 4px;
}

/* colors */

.navy
{
    color: #004b8c;
}

.light-pink
{
    color: #ea9a9a;
}

.silver
{
    color: #c5d1dc;
}

/* buttons */

button.cta
{
    -webkit-transition: background-color 0.5s, border-radius 0.5s, box-shadow 0.5s;
    transition: background-color 0.5s, border-radius 0.5s, box-shadow 0.5s;
}


button.button2,div.button2
{
    background-color: #1894ff;
}

.contentBox-white button.button2,.contentBox-white div.button2
{
    background-color: #00aaff;
}

button.button3.cta:hover
{
    background-color: #ff6a00;
    border-radius: 16px;
    box-shadow: #222222 1px 1px 4px;
}

button.button4,div.button4
{
    color:#ffffff;
    background-color: #52d075;
    background-image:none;
    font-size:12px;
    letter-spacing:0px;
    border-color:#ccccee;
    border-width:0px 0px 1px 1px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    padding:8px 12px;
    display:inline;
    clear:both;
}

button.button4.cta:hover
{
    background-color: #17cc49;
    border-radius: 16px;
    box-shadow: #222222 1px 1px 4px;
}

button.button5,div.button5
{
    color:#ffffff;
    background-color: #ff6e83;
    background-image:none;
    font-size:12px;
    letter-spacing:0px;
    border-color:#ccccee;
    border-width:0px 0px 1px 1px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    padding: 8px 12px;
    display: inline;
    clear: both;
}

button.button6,div.button6
{
    color:#ffffff;
    background-color: #52d0c4;
    background-image:none;
    font-size:12px;
    letter-spacing:0px;
    border-color:#ccccee;
    border-width:0px 0px 1px 1px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    padding: 8px 12px;
    display: inline;
    clear: both;
}


button.dull, .contentBox-white button.dull,.contentBox-white div.dull
{
    background-color: #999999;
}


button.cta
{
    font-size:28px;
    font-family: 'Asap', arial;
    box-shadow: 1px 1px 4px #888888;
    padding:12px 16px;
    border-radius: 10px;
    font-weight: normal;
}

button.cta-small
{
    font-size: 22px;
}



button, button.button2, button.button3, button.button4
{
    border: 0px;
}


.panel_button
{

}

.panel_button-down-arrow-container
{

}

.tooltipContent h3, .tooltipContent p
{
    color: #666688;
}

.help-icon
{
    margin-top: 4px;
    margin-left: 6px;
    cursor: pointer;
}


.tour-tip-container
{
    position: absolute;
    display: none;
    z-index: 9999;
}

.tour-tip
{
    position: relative;
    color: #ffffff;
    background-color: #ff8448;
    padding: 20px;
    font-size: 14px;
    box-shadow: -1px 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.tour-tip.with-down-arrow
{
    box-shadow: -1px 1px 1px 2px rgba(0, 0, 0, 0.3);
    margin-top: -14px;
    text-align: center;
}

.tour-tip.with-up-arrow
{
    box-shadow: 1px -1px 1px 2px rgba(0, 0, 0, 0.3);
    margin-top: 14px;
    text-align: center;
}


.with-down-arrow::after
{
    content: "";
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: -14px;
    bottom: -14px;
    left: 50%;
    box-sizing: border-box;
    border: 7px solid black;
    border-color: transparent transparent #ff8448 #ff8448;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.4);
}

.with-up-arrow::after
{
    content: "";
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: -14px;
    top: 0px;
    left: 50%;
    box-sizing: border-box;
    border: 7px solid black;
    border-color: #ff8448 #ff8448 transparent transparent;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: 2px -2px 2px 0 rgba(0, 0, 0, 0.4);
}

.tour-tip.tour-tip-mask
{
    background: transparent;
    box-shadow: none;
    color: #0088ff;
}

.tour-tip.tour-tip-mask p
{
    color: #0088ff;
}


.tour-tip-pink
{
    background-color: #ff6e83;
}

.tour-tip-pink.with-up-arrow::after
{
    border-color: #ff6e83 #ff6e83 transparent transparent;
}

.tour-tip-pink.with-down-arrow::after
{
    border-color: transparent transparent #ff6e83 #ff6e83;
}

.tour-tip-white
{
    background-color: #ffffff;
}

.tour-tip-white.with-up-arrow::after
{
    border-color: #ffffff #ffffff transparent transparent;
}

.tour-tip-white.with-down-arrow::after
{
    border-color: transparent transparent #ffffff #ffffff;
}


.tour-tip-grey
{
    background-color: #638196;
}

.tour-tip-grey.with-up-arrow::after
{
    border-color: #638196 #638196 transparent transparent;
}

.tour-tip-grey.with-down-arrow::after
{
    border-color: transparent transparent #638196 #638196;
}


.tour-tip p
{
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
}

.tour-tip h1,.tour-tip h2,.tour-tip h3
{
    line-height: normal;
    margin-bottom: 8px;
    color: #ffffff;
}

.tour-tip-white h1,.tour-tip-white h2,.tour-tip-white h3
{
    color: #0088ff;
}

.tour-tip-white p
{
    color: #333355;
}

.tour-tip button
{
    margin: 10px auto;
    display: block;
    font-size: 14px;
}

.tour-tip button.inline
{
    margin: 10px;
    display: inline-block;
}

.tour-tip .directions
{
    color: #fff0b5;
    font-weight: bold;
}

.tour-tip .tip-reveal
{
    display: none;
}

#tour-tip_pick-options button.inline
{
    margin: 10px 4px 0px 4px;
}


/* tab headers */

ul.tabHeaders3
{
    margin-top: 0px;
}

ul.tabHeaders3>li
{
    color: #ffffff;
    float: left;
    cursor: pointer;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    padding: 19px 20px 15px 20px
}

ul.tabHeaders3>li:hover
{
    color: #ddeeff;
}

ul.tabHeaders3 li.active
{

    /* color: #bce6fd; */
    color: #ffffff;
    font-weight: bold;
    /* background-color: #8888aa; */
    background-color: transparent;
    border-bottom: 4px solid #51e7d8;
}

ul.tabHeaders3>li.active .arrow-down
{
    display: none;
}

/* tile options */


.tile-option-grape
{
    background-color: #766fb1;
    padding: 40px 0;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
}

.tile-option-grape h2,.tile-option-grape h3
{
    color: #ffffff;
}

.tile-option-grape p
{
    color: #ffffff;
}

.tile-option-grape.dull
{
    background-color: #888899;
    padding: 40px 0;
}

.tile-option-grape.dull h2,.tile-option-grape:hover h3
{
    color: #cccccc;
}

.tile-option-grape.dull p
{
    color: #cccddd;
}

.tile-option-grape.dull button.button5
{
    background-color: #cccddd;
}

.tile-option-grape:hover
{
    background-color: #625b9e;
    box-shadow: -2px 2px 5px #666688;
}

.tile-option-grape:hover h2,.tile-option-grape:hover h3
{
    color: #ffffff;
}

.tile-option-grape.active
{
    background-color: #7861ea;
    box-shadow: -2px 2px 5px #666688;
}

.tile-option-grape.active h2,.tile-option-grape.active h3
{
    color: #ffffff;
}

.tile-option-grape.active p
{
    color: #ffffff;

}

.tile-option-grape.active::after
{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -12px;
    bottom: 5px;
    left: 50%;
    box-sizing: border-box;
    border: 10px solid black;
    border-color: transparent transparent #ff8800 #ff8800;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    /* box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.4); */
}





.font-handlee
{
    font-family: 'Handlee', arial, sans-serif;
}

.font-asap
{
    font-family: 'Asap', arial, sans-serif;
}

.font-shadow
{
    text-shadow: 2px 2px 2px #222222;
}


h1, h2, h3
{
    color: #ffffff;
    font-family: 'Asap', arial;
    font-weight: normal;
}

p
{
    color: #ffffff;
}

select
{
    height: 24px;
}

input[type="text"],input[type="password"]
{
    padding: 4px 6px;
    border-radius: 4px;
    border: 1px solid #dddddd;
    margin-bottom: 2px;
}

input[type="text"]:focus,input[type="password"]:focus
{
    outline: 0;
    /* background-color: #eef9ff; */
    border-color: #00aaff;
}

label.checkbox
{
    margin-top: 2px;
    margin-left: 4px;
}

blockquote
{
    color: #555588;
}

.default-cursor
{
    cursor: default;
}


.contentBox-white h1,.contentBox-white h2, .contentBox-white h3
{
    color: #0088ff;
}

.contentBox-white, .contentBox-white p,.contentBox-white ul li p, .contentBox-white ol li
{
    color: #333355;
}



.text-center img.center
{
    display: inline;
}

.img-circle {
    border-radius: 50%;
}

.contentBox-dark-grey
{
    background-color: #41424c;
}

.contentBox-light-blue
{
    background-color: #80beff;
}

.contentBox-light-grape
{
    background-color: #7d89ff;
}

.contentBox-grape
{
    background-color: #7861ea;
}

.contentBox-blue
{
    background-color: #0293d8;
}


.step-directions .circle
{
    color: #ffffff;
    width: 30px;
    height: 30px;
    margin-right: 6px;
    background-color: #21f37f;
    border-radius: 50%;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
    display: inline-block;
}



.noTopMargin
{
    margin-top: 0px;
}





#footer
{
    height: auto;
    padding-top: 25px;
    background-color: #0088ff;
    width: 100%;
    font-size: 12px;
}

#footer .indent
{
    margin-left: 200px;
    margin-bottom: 20px;
}

#panel_footer {
    background-color: #0088ff;
}

#panel_footer ul
{
    margin-top:40px;
    margin-left:100px;
}

#panel_footer ul li
{

}

#panel_footer ul li a
{
    color: #66eeff;
    font-size: 18px;
    font-weight:normal;
}



/* navigation */
#panel_navigation {
    height: 50px;
    /* background-color: #337a9a; */
    /* background-color: #f6546c; */
    /* background-color: #ff6c82; */
    background-color: #5b6f84;
    width:100%;
}

#panel_navigation .innerContent
{
    padding: 10px;
}

#panel_navigation .topNavigation
{
    float: right;
    margin-right: 30px;
    margin-top: 8px;
}

#panel_navigation .topNavigation li
{
    float: left;
    margin-left: 30px;
}

#panel_navigation .topNavigation li:first-child
{
    margin-left:0px;
}

#panel_navigation .topNavigation li a
{
    color: #ffffff;
    font-weight:normal;
    font-size: 14px;
    font-family: 'Asap', arial;
    /*
    font-size: 12px;
    text-transform: uppercase;
    */
}


#panel_navigation .topNavigation li.active a
{
    border-bottom: 2px solid #bce6fd;
}

#panel_navigation .social
{
    margin-right: 4px;
    float: left;
}


/* article, answersheet */

/* stand alone article (no modal) */
#panel_article h1 { color: #0088ff; }
#panel_article p { color: #333355; }
.articleBody { color: #333355; }



#panel_article
{
    width: 100%;
    min-width: 984px;
}

#panel_article #panel_article-header
{
    min-width: 984px;
    padding-bottom: 0px;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #ffffff;
    border-color: transparent;
}

#panel_article #panel_article-header, #panel_answersheet #panel_answersheet-header
{
    width: 100%;
}


#panel_article #panel_article-header #panel_preview-bar, #panel_answersheet #panel_answersheet-header #panel_preview-bar
{
    background-color: #5b6f84;
    z-index: 50;
}

#panel_article #panel_article-header #panel_preview-bar ul.tabHeaders2 li,
#panel_answersheet #panel_answersheet-header #panel_preview-bar ul.tabHeaders2 li
{
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 1px dashed #888888;
    background-color: #40404c;
}

#panel_article #panel_article-header #panel_preview-bar ul.tabHeaders2 li:first-child,
#panel_answersheet #panel_answersheet-header #panel_preview-bar ul.tabHeaders2 li:first-child
{
    border-left: 0px;
}

#panel_article #panel_article-header #panel_preview-bar ul.tabHeaders2 li.dull,
#panel_answersheet #panel_answersheet-header #panel_preview-bar ul.tabHeaders2 li.dull
{
    /* cursor: not-allowed; */
}


#panel_article #panel_article-header #panel_preview-bar ul.tabHeaders2 li.active,
#panel_answersheet #panel_answersheet-header #panel_preview-bar ul.tabHeaders2 li.active
{
    background-color: #fa79d1;
}

#panel_article #panel_article-header #panel_preview-bar ul.tabHeaders2 li div,
#panel_answersheet #panel_answersheet-header #panel_preview-bar ul.tabHeaders2 li div
{
    font-size: 11px;
    font-weight: normal;
}

#panel_article #panel_article-header #panel_preview-bar ul.tabHeaders2 li .arrow-down,
#panel_answersheet #panel_answersheet-header #panel_preview-bar ul.tabHeaders2 li .arrow-down
{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}


#panel_article #panel_article-body
{
    margin-top: 45px;
    margin-bottom: 45px;
}

#panel_article.role-student #panel_article-body
{
    margin-top: 0px;
}

#panel_article #panel_article-body .articleBody
{
    overflow-wrap: break-word;
}

#panel_article #panel_article-body .articleBody strong
{
    color: #0055ff;
}



#panel_quiz-buttons button.button3
{
    background-color: #52d0c4;
}

.articleset-group-header.fixed
{
    opacity: 0.9;
}



/* home */





@media print {
    .no-print {
        display: none;
    }
}


/* rosters */

.courseHeader
{
    margin-top: 0px;
}

#list_suggestions
{
    color: #333355;
}


/* answersheets */

#panel_answersheet
{
    background-color: #ffffff; /* necessary for non modals */
    padding: 20px;
}


#panel_answersheet-header
{
    width:100%;
    position:fixed;
    left:0px;
    top:0px;
    background-color:#ffffff;
    z-index:9999;
}

#panel_answersheet-header h1
{
    color: #0088ff;
}


#panel_answersheet #panel_answersheet-body
{
    margin-top: 120px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#panel_answersheet.role-student #panel_answersheet-body
{
    margin-top: 68px;
}

#panel_answersheet #slider_answersheet
{
    overflow: hidden;
    width: 500px;
    height: 600px;
    margin-left: 25px;
}

#panel_answersheet #panel_answersheet-body #slider_answersheet .question h1
{
    color: #0055aa;
    font-size: 22px;
}

#panel_answersheet #panel_answersheet-body #slider_answersheet .question .hints
{
    margin-top: 8px;
    font-size: 24px;
    line-height: 18px;
}

#panel_answersheet #panel_answersheet-body #slider_answersheet .question textarea
{
    margin-top: 8px;
}


#panel_answersheet #panel_answersheet-body.openbook
{
    min-width: 800px;
    width: 100%;
}

#panel_answersheet #panel_answersheet-body.openbook
{

}


#panel_answersheet #panel_answersheet-body.openbook .panel_quiz-body
{

}

#panel_answersheet #panel_answersheet-body.openbook #panel_article,
#panel_answersheet #panel_answersheet-body.openbook .panel_quiz-body
{
    float: left;
    width: 48%;
}

#panel_answersheet #panel_answersheet-body #panel_article
{
    display: none;
    min-width: 400px;
    margin-right: 20px;
}

#panel_answersheet.page-public #panel_answersheet-body #panel_article
{
    margin-left: 16px;
}


#panel_answersheet #panel_answersheet-body.openbook #panel_article
{
    display: block;
    overflow-y: scroll;
    overflow-x: hidden;
}

#panel_answersheet #panel_answersheet-body.openbook #panel_article .articleBody,
#panel_answersheet #panel_answersheet-body.openbook #panel_article .articleBody p
{
    font-size: 14px;
    /* line-height: 28px !important; */
}

#panel_answersheet #panel_answersheet-body.openbook #panel_article img.coverPhoto
{
    width: 100%;
    margin-bottom: 8px;
}

#panel_answersheet #panel_answersheet-body.openbook #slider_answersheet
{
    width: 300px;
}

#panel_answersheet #panel_answersheet-body .panel_previous-button,
#panel_answersheet #panel_answersheet-body .panel_next-button
{
    margin-top: 80px;
}

#panel_answersheet #panel_answersheet-body .panel_previous-button
{
    margin-right: 80px;
}

#panel_answersheet #panel_answersheet-body .panel_next-button
{
    margin-left: 50px;
}

#panel_answersheet #panel_answersheet-body.openbook .panel_previous-button
{
    margin-right: 20px;
}

#panel_answersheet #panel_answersheet-body.openbook .panel_next-button
{
    margin-left: 20px;
}

#panel_answersheet #panel_answersheet-body.openbook #slider_answersheet .question h1
{
    font-size: 16px;
    width: 80%;
    display: block;
    margin-bottom: 6px;
}

#panel_answersheet #panel_answersheet-body #slider_answersheet .question .hints
{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 6px;
}

#panel_answersheet #panel_answersheet-body.openbook #slider_answersheet .question ul.answerList li label
{
    font-size: 14px;
    line-height: 18px;
    width: 80%;
    letter-spacing: 0px;
}



#panel_answersheet-footer
{
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: #7861ea;
    z-index: 9999;
}

#panel_questions-answered
{
    margin-right: 40px;
}

#panel_question-markers
{
    /* margin-bottom: 10px; */
}

#panel_question-markers ul li
{
    float: left;
    min-width: 40px;
}

.questionMarker
{
    width: 30px;
    height: 22px;
    background-color: #dddddd;
    color: #ffffff;
    font-weight:bold;
    font-size: 12px;
    text-align: center;
    margin: 0px auto;
    padding-top: 8px;
    border-radius: 50%;
    cursor: pointer;
}

.questionMarker.answered
{
    /* background-color: #52d075; */
    background-color: #52d0c4;
}


/* assignments */
.articleset
{
    border-radius: 4px;
}

.articleset .printIcon
{
    display: none;
}

.articleset h2
{
    color: #0088ff;
}

.articleset-group-header.fixed
{
    width: 100%;
    left: 0px;
    background: #8872f9;
}

.articleset .pairings
{
    padding: 10px 20px 10px 90px;
    max-width: 650px;
}

.articleset .pairings h3
{
    color: #0088ff;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 8px;
}

.articleset .pairings ul li
{
    margin-bottom: 10px;
    cursor: pointer;
    color: #e059d6;
}

.articleset .pairings ul li span.partnerName
{
    text-decoration: underline;
}

.preview-buttons a
{
    cursor: pointer;
}

#list_assignments .articleset .unitTitle
{
    display: none;
}

#list_assignments .contentBox-grape.science-unit,
.tab_browse .contentBox-grape.science-unit,
{
    background-color:#7861ea;
}
/* #list_assignments .contentBox-grape.history-unit { background-color:#61cdff; } */

#list_assignments .contentBox-grape.history-unit,
.tab_browse .contentBox-grape.history-unit
{
    background-color:#42789e;
}

#list_assignments .contentBox-grape h1,
.tab_units .tab-unit .contentBox-grape h1,
.tab_browse .contentBox-grape h1
{
    margin: 2px 4px 8px 10px;
}

#list_assignments .contentBox-grape .unit-icon,
.tab_units .tab-unit .contentBox-grape .unit-icon,
.tab_browse .contentBox-grape .unit-icon
{
    float: left;
    margin-left: 10px;
    height: 35px;
    width: 35px;
    background-repeat: no-repeat;
    background-size: contain;
}

#list_assignments .contentBox-grape.science-unit .unit-icon,
.tab_units .tab-unit .contentBox-grape.science-unit .unit-icon,
.tab_browse .contentBox-grape.science-unit .unit-icon
{
    background-image: url('/_images/_structure/icons/icon_beaker.png');
    width: 25px;
}

#list_assignments .contentBox-grape.history-unit .unit-icon,
.tab_units .tab-unit .contentBox-grape.history-unit .unit-icon,
.tab_browse .contentBox-grape.history-unit .unit-icon
{
    background-image: url('/_images/_structure/icons/icon_parthenon.png');
}

.tab_standards .standard h4.tabHeader.active
{
    /* border-bottom: 2px solid #ff00ff; */
}

.dueDateDisplay
{
    cursor: pointer;
}

.dueDateDisplay:hover
{
    color: #eeeeff;
}

#panel_noAssignments
{
    background-color: transparent;
}

#span_assignmentCount
{
    color: #ffffff;
    background-color: #f3a8d5;
    border-radius: 50%;
    padding: 5px;
    min-width: 10px;
    text-align: center;
    font-size: 10px;
    margin-left: 5px;
    margin-top: -5px;
}


#slider_assignments .panel_due-date a
{
    color: #ffffff;
}

#slider_assignments .panel_assigned-courses a:hover,#slider_assignments .panel_assigned-courses a:hover span.white
{
    color: #95ffe8 !important;
}

#field_searchterms { text-align: left;}

.ui-autocomplete
{
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}



/* reports */
.gradebook
{
    font-size: 12px;
}

.instructor-assignment-report h2, .student-assignment-score h2
{
    color: #0088ff;
}

.instructor-assignment-report .mainContainer, .student-assignment-dashboard .mainContainer, .student-assignment .mainContainer,
.student-assignment-score .mainContainer
{
    background-image: none;
}

.instructor-assignment-report .averageScore, .student-report .averageScore, .instructor-course-report .averageScore
{
    background-color: #00adff;
    width: 126px;
}

.instructor-assignment-report .mainContainer, .student-assignment-dashboard .mainContainer, .student-assignment .mainContainer,
.instructor-assignment-report .averageScore, .student-report .averageScore, .instructor-course-report .averageScore
{
    border: 0px;
}

strong.vocabularyWords
{
    color: #7861ea;
}

.student-assignment-score
{
    background-color: transparent;
    width: 942px;
}

.unitTitle
{
    color: #666688;
    font-size: 14px;
    font-family: arial;
    font-style: normal;
}


/* first steps */


.first-steps .first-step
{
    text-align: center;
    cursor: pointer;
    background-color: #147dff;
    padding:40px 0px;
    box-shadow: -2px 3px 3px 0 rgba(0, 0, 0, 0.3);
}

.first-steps .first-step h2
{
    color: #ffffff;
}

.first-steps .first-step:hover
{
    background-color: #ff9e4b;
}

.first-steps .first-step:hover h2
{
    /* color: #666688; */
}




/* next steps */
.panel_next-steps
{
    padding-bottom: 20px;
}

.panel_next-steps .next-step
{
    float: left;
    text-align: center;
    position: relative;
    cursor: pointer;
    padding: 20px 0px 30px 0px;
    background-color: #cccccc;
}

.panel_next-steps .next-step h2
{
    color: #ffffff;
}

.panel_next-steps .next-step:hover
{
    background-color: #ff9e4b;
}

.panel_next-steps .next-step.completed
{
    background-color: #6b7a82;
}


.panel_next-steps .next-step .checkbox
{
    position: absolute;
    width: 58px;
    height: 70px;
    background-image: url('/_images/_structure/checkbox-large_unchecked.png');
    top: 10px;
    left: 10px;
}

.panel_next-steps .next-step.completed .checkbox
{
    background-image: url('/_images/_structure/checkbox-large_green.png');
}

/* public */
#panel_teacher-value
{
    color: #333355;
}

/* modals */

.modalCloseButton
{
    font-family: arial, tahoma;
    color: #ffffff;
    border-radius: 50%;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    padding: 4px;
    text-align: center;
    background-color: #ccccdd;
    width: 24px;
    height: 24px;
    top: -12px;
    right: -12px;
    border: 2px solid #eeeeee;
    /* box-shadow: #666666 0px 5px 5px; */
    /* -webkit-box-shadow: #666666 0px 5px 5px; */
    /* -moz-box-shadow: #666666 0px 5px 5px; */
}

.modalCloseButton:hover
{
    color: #ffffff;
    background-color: #ee5b6c;
    border-color: #ffffff;
}

.modalWindow.fullscreen .modalCloseButton
{
    top: 4px;
    margin-right: 22px;
}

.modalWindow iframe
{
    top: -36px;
}

.modalWindow.fullscreen iframe
{
    top: -42px;
}




