/*
TEMP STYLES FOR ENGINEERS
Location: /shared/css/styles-student-eng.css
*/

.activities .epBubble {
    left: -15px !important;
    position: absolute !important;
}

/*******************************************************
        Raz Rocket Focus Styles
********************************************************/


/*******************************************************
        Remove right, left, and position attributes
********************************************************/
.headerStatus h1 {
    font-size: 1em;
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    margin: auto;
}

/*******************************************************
        Change z-index from 300 to 1
********************************************************/
#noteImg {
    position: absolute;
    top: 12%;
    left: 77%;
    z-index: 1;
}


/*******************************************************
        Alphabet/Frequency Word Assessment CSS
********************************************************/
#recordingQuestions.high-frequency-words {
     font-weight: bold;
     font-family: verdana, arial, sans-serif;
     text-align: center;
     vertical-align: middle;
     margin-bottom: 55%;
     padding-top: 50%;
     width: 100%;
     height: 100%;
}


#maskQuestion {
    position: absolute;
    top: 0;
    left: 50%;
}
#innerMaskQuestion.alphabet-recording {
    position: relative;
    left: -100%;
}
#innerMaskQuestion.high-frequency-words {
    position: relative;
    left: -85%;
}
#maskImage.alphabet-recording {
    padding: 60% 0 0 0;
    height: 200%;
    width: 200%;
}
#maskImage.high-frequency-words {
    padding: 0 0 0 0;
    height: 170%;
    width: 170%;
}
#lastPage {
    padding: 25% 0 0 0;
    height: 100%;
    width: 100%
}
.optional-answers {
    list-style-type: none;
    margin-left: -40px;
    padding-bottom: 10px;
}

.optional-answers li {
    display:inline-block;
    margin: 0px 5px 0px 5px;
    width: 90px;
    height: 44px;
    position: relative;
}

.optional-answers label, .optional-answers input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.optional-answers input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
}

.optional-answers input[type="radio"]:checked + label {
    background: #8ec0f8;
    border: 2px solid #8ec0f8;
}

.optional-answers label {
    padding: 5px;
    border-radius: 5px;
    border: 2px solid #8fc2f6;
    background-color: #eef5fd;
    cursor: pointer;
    z-index: 90;
    padding-top: 10px;
    font-weight: normal;
}

.optional-answers label:hover {
    background: #faf4d5;
    border: 2px solid #fc9e36;
}

.progressListClass {
    list-style: none outside none;
    padding: 20px 0 0 0;
}

.progressListClass li {
    border: 1px solid #00A2E8;
    height: 4px;
    width: 4px;
    margin: 0 2px 0 2px;
    border-radius: 10px;
    display: inline-block;
}

.progressListClass li.selected {
    background: #00A2E8;
}

a.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

@keyframes sprite {
    100% {
        background-position: -2024px;
    }
}

/* Reward page redesign below */

.redesignedRewardPage_results {
    align-items: center;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 80% !important;
    justify-content: space-between;
    width: 80% !important;
    left: 0 !important;
    right: 0;
    top: 0 !important;
    min-height: 615px;
    min-width: 600px;
    bottom: 0;
    padding: 50px 0;
    margin: 50px auto auto auto;
}
.redesignedRewardPage .ebookHeader {
    align-items: center;
    background: #015182;
    display: flex;
    height: 60px;
    width: 100% !important;
    padding: 0 50px;
}
.redesignedRewardPage .ebookHeader > * {
    flex: 1;
}
.redesignedRewardPage .ebookHeader input {
    position: absolute;
}
.redesignedRewardPage .bookTitle {
    text-align: center;
}
.redesignedRewardPage .favorite-button {
    display: flex;
    justify-content: flex-end;
}
.redesignedRewardPage .favoriteBtn {
    height: 45px;
    transform-origin: 50% 50%;
}
.redesignedRewardPage .rewardRobot {
    align-items: center;
    display: flex;
    height: 150px;
    justify-content: center;
    width: 150px;
    border-radius: 100%;
    background: #ed9700;
    margin: 0 15px 0 0;
    overflow: hidden;
}
.redesignedRewardPage .totalCount {
    font-size: 56px;
    font-weight: 700;
    text-shadow: 5px 5px rgba(0, 3, 74, 0.3);
    transform: rotate(4deg);
    -webkit-text-fill-color: #ffb145;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #d87d00;
}
.redesignedRewardPage .starsEarned {
    color: #ffb145;
    font-size: 56px;
    font-weight: 700;
    text-shadow: 0px 2px rgba(0, 3, 74, 0.3);
}
.redesignedRewardPage .results {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.redesignedRewardPage .numStars {
    display: block;
    text-align: left;
}
.redesignedRewardPage .rewardPage_activities {
    display: flex;
    width: 500px;
    justify-content: space-around;
    margin-top: 30px;
}
.redesignedRewardPage .rewardCountContainer {
    align-items: baseline;
    display: flex;
    font-size: 22px;
    justify-content: space-between;
    margin: 0 auto;
    width: 350px;
    margin-bottom: 15px;
}
.redesignedRewardPage hr {
    border-top: 2px dotted #494949;
    flex-grow: 1;
    margin: 0 5px !important;
}
.redesignedRewardPage .rewardMessageContainer {
    border-radius: 230px;
    align-items: center;
    display: flex;
    padding: 10px 40px 10px 10px;
    box-shadow: 0 5px #2d8ad7;
    border: 1px solid #2d8ad7;
}
.redesignedRewardPage .rewardMessage {
    flex: 1;
    font-size: 30px;
    margin-left: 35px;
    text-align: left;
}
.rewardMessages {
    font-weight: 500;
    font-size: 22px;
}
.rewardMessageDetails {
    align-items: center;
    display: flex;
    flex-direction: column;
}
.redesignedRewardPage .rewardMessage a {
    color: #2d8ad7;
    display: block;
    font-size: 22px;
    margin-top: 15px;
    text-decoration: underline;
}
.redesignedRewardPage .rewardMessage_stars {
    color: #fff;
    font-family: camping-holiday, arial, sans-serif;
    font-size: 40px;
    position: relative;
    text-shadow:
            -1px -1px 0 #ed9700,
            1px -1px 0 #ed9700,
            -1px 1px 0 #ed9700,
            1px 1px 0 #ed9700,
            1px 1px #ed9700,
            2px 2px #ed9700,
            3px 3px #ed9700,
            4px 4px #ed9700,
            5px 5px #ed9700,
            6px 6px #ed9700;
}
.redesignedRewardPage .rewardMessage_stars:after {
    content: "";
    background: url(../images/kids-shared/star-blank.svg) no-repeat;
    height: 20px;
    width: 20px;
    margin-left: 10px;
    position: relative;
    display: inline-block;
}

.recommendationLink a {
    color: orangered;
}
/* end reward page redesign */