@import url("https://fonts.googleapis.com/css?family=Caveat&display=swap");

/* Flashcards */
.carousel-luma{
    position:relative;
}
.carousel-luma .carousel-inner{
    position: relative;
}
.carousel-luma .carousel-inner .carousel-item2{
    position:absolute;
    top:16px;
    right:100%;
}

.carousel-luma .carousel-inner .carousel-item2.active{
    position:static;
}
.carousel-luma .navigation{
    padding: 10px 0;
    text-align: center;
    position:relative;
    width: 250px;
    margin:15px auto -10px auto;
}
.carousel-luma .carousel-inner .carousel-item2.active.inprogress{
    position:absolute !important;
    width:100%;
}
.flashcards .carousel-luma .carousel-item2 {
    min-height: 415px;
}

.flashcards .box {
    min-height: 400px;
    box-shadow: 0px 0px 10px #0000007a;
    padding-bottom: 35px !important;
}

.flashcards .box h3 {
    padding-top: 7%;
}

.flashcards .carousel-item2 .box:nth-of-type(2) h3 {
    padding-top: 7%;
    font-size: 20px;
}

.flashcards .flipBtn::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    background: #0071bc;
}

.flashcards .flipBtn::before {
    content: "\f021";
    background: none;
    width: 0;
    height: 0;
    margin-right: 20px;
}

.flashcards .flipBtn {
    background: #0071bc;
    width: 100px;
    font-weight: bold;
    height: 35px;
    display: block;
    border-radius: 20px;
    text-align: center;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
}





.flashcards .flipInY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes flipInY {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
    }
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
    }
    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flashcards .box h3 {
    padding-bottom: 5%;
}

@media (max-width: 575px) {
    .flashcards .carousel-item2 img {
        width: 100% !important;
        height: auto !important;
    }
    .flashcards .box,
    .flashcards .carousel-luma .carousel-item2 {
        min-height: 350px;
    }
}
/* Accordion */

.luma-card-header h2 {
    font-family: "Caveat", cursive;
}

.luma-card .luma-card-header button {
    color: #fff;
    font-size: 30px;
    position: relative;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    width: 100%;
    border-radius: 0;
    min-height: 55px;
}

.luma-card .luma-card-header button img {
    /*position: absolute;
    left: 10px;*/
    float: left;
    width: 70px;
    /* top: -9px; */
    /* z-index: 3; */
}

.luma-card .luma-card-header button span {
    position: inherit;
    /* width: 70px; */
    top: 7px;
    /* z-index: 3; */
}

.luma-card .luma-card-header .luma-card-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.luma-card .luma-card-header .luma-card-table-cell {
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle;
}
.luma-card .luma-card-header .luma-card-table-cell.image {
    width: 70px;
    padding-left: 0;
}
.luma-card .luma-card-header .luma-card-table-cell.image img {
    width: 100%;
}
.luma-card .luma-card-header .luma-card-table-cell p {
    margin: 0;
}

.luma-card .luma-card-header h2 {
    margin: 0;
    position: relative;
    z-index: 9;
    line-height: 0;
}

.accordion .luma-card {
    margin-top: 0.8rem;
    box-shadow: 1px 1px 3px 0 rgba(40, 40, 40, 0.4);
}

.luma-card:nth-of-type(6) .card-header button img {
    left: 8px !important;
    width: 76px !important;
    top: -8px !important;
}

.accordion .luma-card:nth-of-type(6n + 1) .luma-card-header h2 {
    background: #fe4968;
}

.accordion .luma-card:nth-of-type(6n + 2) .luma-card-header h2 {
    background: #f8931f;
}

.accordion .luma-card:nth-of-type(6n + 3) .luma-card-header h2 {
    background: #4cb340;
}

.accordion .luma-card:nth-of-type(6n + 4) .luma-card-header h2 {
    background: #3278cd;
}

.accordion .luma-card:nth-of-type(6n + 5) .luma-card-header h2 {
    background: #5249c6;
}

.accordion .luma-card:nth-of-type(6n + 6) .luma-card-header h2 {
    background: #a537aa;
}

.accordion .accordion .luma-card:nth-of-type(6n + 1) .luma-card-header h2 {
    background: #3278cd;
}

.accordion .accordion .luma-card:nth-of-type(6n + 2) .luma-card-header h2 {
    background: #5249c6;
}

.accordion .accordion .luma-card:nth-of-type(6n + 3) .luma-card-header h2 {
    background: #a537aa;
}

.accordion .accordion .luma-card:nth-of-type(6n + 4) .luma-card-header h2 {
    background: #fe4968;
}

.accordion .accordion .luma-card:nth-of-type(6n + 5) .luma-card-header h2 {
    background: #f8931f;
}

.accordion .accordion .luma-card:nth-of-type(6n + 6) .luma-card-header h2 {
    background: #4cb340;
}
.luma-card-header button {
    text-align: left;
}

.hideContents {
    padding-right: 3px;
}

.luma-card-body {
    text-align: left;
    padding: 10px;
    background: white;
}

.luma-card-body .luma-card-body {
    background: #eee;
}
.luma-card-body:after {
    content: "";
    clear: both;
    display: block;
}
.img-fluid.border {
    border-color: #999 !important;
}

.luma-card-header span.position-relative {
    padding-left: 25px;
    display: flex;
}

.luma-card:nth-of-type(10) span.position-relative,
.luma-card:nth-of-type(11) span.position-relative,
.luma-card:nth-of-type(12) span.position-relative {
    padding-left: 37px !important;
}

.luma-card-header span.position-relative span {
    left: 0;
    top: 0;
}

@media (max-width: 575px) {
    .luma-card-body .img-fluid {
        width: 60%;
    }

    .luma-card-header span.position-relative {
        line-height: 36px;
    }
}

/* Version 2 Checkboxes*/

.cccheckbox-checkboxBorder {
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
}
.cccheckbox-padding {
    padding: 7px;
}
.cccheckbox-borderwhite {
    border: 2px solid #fff;
}

.cccheckbox-checkListBg li .cccheckbox-checkboxBorder {
    position: absolute;
    left: -38px;
    top: 13px;
}

.cccheckbox-checkListBg li.position-relative {
    cursor: pointer;
    margin-left: 45px;
    background: #fff;
}

li.activeList div.my-0 p,
li.activeList div.my-0 ul {
    opacity: 1 !important;
}

.cccheckbox-checkmark {
    display: none;
}

.cccheckbox-checkmark.draw:after {
    animation-duration: 800ms;
    animation-timing-function: ease;
    animation-name: cccheckbox-checkmark;
    transform: scaleX(-1) rotate(135deg);
}

.cccheckbox-checkmark:after {
    opacity: 1;
    height: 20px;
    width: 10px;
    transform-origin: left top;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    content: "";
    top: 14px;
    left: 3px;
    position: absolute;
}

@keyframes cccheckbox-checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }

    20% {
        height: 0;
        width: 10px;
        opacity: 1;
    }

    40% {
        height: 20px;
        width: 10px;
        opacity: 1;
    }

    100% {
        height: 20px;
        width: 10px;
        opacity: 1;
    }
}

.cccheckbox-checkListBg li hr {
    border-top: 1px solid #ddd;
}

.cccheckbox-checkListBg li div.my-0 {
    border-bottom: 1px solid #ddd;
    margin-bottom: -1px !important;
}

.cccheckbox-checkListBg li div.my-0 p,
.cccheckbox-checkListBg li div.my-0 ul {
    opacity: 0.7;
}

.cccheckbox-checkListBg li:last-child div.my-0 {
    border: none;
}

.cccheckbox-checkListBg {
    background: rgba(40, 40, 40, 0.5);
}

.cccheckbox-padding p {
    margin: 0;
}
.cccheckbox-padding {
    padding: 1rem 0.5rem !important;
}
.cccheckbox-padding {
    opacity: 0.7;
}
.cccheckbox-padding.fadeText {
    opacity: 1;
}
.cccheckbox-padding ul {
    margin-top: 2px;
}

/* NEW CAROUSEL THINGY NOT SURE WHAT TO CALL IT NEED TO CLEAN OUT SOME OF IT */

@import url("https://fonts.googleapis.com/css?family=Caveat&display=swap");

.sliderBox .font {
    font-family: "Caveat", cursive;
}

.sliderBox .whiteBg {
    box-shadow: 2px 2px 4px #0000004f;
}

.sliderBox img.tapeIcon {
    width: 150px;
    left: 0;
    right: 0;
    top: -17px;
    margin: auto;
    position: absolute;
    z-index: 2;
}

.sliderBox .yellowBg {
    background: #ff0;
}

.sliderBox hr.line {
    border-top: 2px solid #708966;
}

.sliderBox .sliderBox {
    border: 2px solid #708966;
}

.sliderBox .d-flex.p-2.position-relative {
    background: #463f68;
}

.carousel-num {
    z-index: 2;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    width: 150px;
}

.sliderBox .prev2,
.sliderBox .next2 {
    background: #ececec;
    outline: 0;
    display: inline-block;
    width: 85px;
    line-height: 25px;
    font-size: 17px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.sliderBox .d-flex a:hover {
    background: #d3d3d3;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.carousel-luma > .navigation > .prev2,
.carousel-luma > .navigation > .next2{
    background:transparent;
    position:absolute;
    opacity: .8;
}
.carousel-luma > .navigation > .next2{
    right:0
}
.carousel-luma > .navigation > .prev2{
    left:0;
}

.carousel-luma > .navigation > a.prev2:hover,
.carousel-luma > .navigation > a.next2:hover{
    background:transparent;
    opacity: 1;
}

.sliderBox a.prev2:before,
.sliderBox a.next2:after {
    font-family: FontAwesome;
    display: inline-block;
    font: normal normal normal 15px/1 FontAwesome;
}

.sliderBox a.prev2:before {
    content: "\f053";
    margin-right: 4px;
}

.sliderBox a.next2:after {
    content: "\f054";
}

.sliderBox .img {
    padding: 5px;
    pointer-events: none;
}

.sliderBox .checks {
    background: #f4f0f6;
    border-bottom: 1px solid #ccc;
}

@media (max-width: 575px) {
    .sliderBox .num {
        top: 10px;
    }
    .sliderBox .carousel-item2 .col-md-2 img {
        width: 50%;
    }

    .sliderBox .carousel-item2 {
        min-height: 300px;
    }

    .sliderBox .prev2,
    .sliderBox .next2 {
        width: 35px;
    }

    .sliderBox .img {
        padding: 3px;
        width: 10%;
    }
}

/* Hotspot */
.cchotspot-asection {
    padding: 10px;
    margin: 0;
}
.cchotspot-section2 img {
    width: 100%;
}
.cchotspot-relative {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}
.cchotspot-hotspot {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    color: #444;
    background: #fcfc00;
    box-shadow: 1px 1px 3px 1px rgba(40, 40, 40, 0.4);
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    margin: -15px 0 0 -15px;
    cursor: pointer;
    transition: all 200ms ease-in-out;
}
.cchotspot-hotspot:hover {
    transform: scale(1.2);
}
.cchotspot-section3 {
    background: #ffffff;
}

.cchotspot-anentry {
    margin: 20px 0;
}
.cchotspot-anentry .cchotspot-anum {
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    color: #444;
    background: #fcfc00;
    box-shadow: 1px 1px 3px 1px rgba(40, 40, 40, 0.4);
    line-height: 20px;
    font-size: 15px;
    font-weight: bold;
}
.cchotspot-anentry p {
    margin-left: 30px;
}

.cchotspot-popup {
    position: absolute;
    background: #eee;
    box-shadow: 1px 1px 3px 0 rgba(40, 40, 40, 0.4);
    width: 300px;
    padding: 10px;
    box-sizing: border-box;
    margin-left: -150px;
    left: 50%;
    top: -500px;
    z-index: 200000;
    transition: all 200ms ease-in-out;
}

.cchotspot-popup.wide {
    width: 100% !important;
    margin-left: -50% !important;
    left: 50% !important;
}

.cchotspot-popup .cchotspot-closer {
    background: #191919;
    color: white;
    padding: 8px;
    margin: -8px -8px 8px 8px;
    display: inline-block;
    float: right;
    text-align: center;
    color: white;
    font-size: 15px;
    line-height: 20px;
    cursor: pointer;
}

/* Hotspot flag */

.cchotspot-apointer {
    border-left: 4px solid #d95248;
    height: 50px;
    position: absolute;
}

.cchotspot-apointer div {
    display: inline-block;
    background: #d95248;
    color: white;
    padding: 5px;
    position: relative;
    z-index: 100;
    cursor: pointer;
    transition: all 200ms ease-in-out;
}

.cchotspot-apointer div:hover {
    transform: scale(1.04);
}

.cchotspot-apointer p {
    margin: 0;
}

/* Matching */
/* TODO: make less generic */

.ccm-flip-card {
    background-color: transparent;
    perspective: 1000px;
    height: 261px;
    padding-left: 1px;
    padding-right: 1px;
}

.ccm-flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    width: 189px;
}

.ccm-temp-flipped .ccm-flip-card-inner {
    transform: rotateY(180deg) !important;
}
.ccm-perm-flipped .ccm-flip-card-inner {
    transform: rotateY(180deg) !important;
}

.ccm-flip-card-front,
.ccm-flip-card-back {
    border-radius: 10px;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.1));
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ccm-flip-card-back {
    background: white;
    border: 3px solid #f5a706;
}
.ccm-flip-card-back-image {
    max-width: 92%;
    /* max-height: 46%; */
    position: absolute;
    top: 4%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.ccm-flip-card-front-image {
    max-width: 92%;
    max-height: 92%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    text-align: center;
}

.ccm-temp-flipped, .ccm-perm-grow{
    transition: transform 0.6s;
    transform:scale(1.5);
    z-index:1000;
}
.ccm-perm-grow-anchor-left{
    transform-origin: center left;
}
.ccm-perm-grow-anchor-right{
    transform-origin: center right;
}
.ccm-flip-card-front:hover {
    cursor: pointer;
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.8));
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.8));
}

.ccm-flip-card:hover .ccm-flip-card-inner {
    transform: rotateY(32deg);
}

.ccm-flip-card-back {
    transform: rotateY(180deg);
}

.ccm-flip-card-back-text {
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 4px;
    right: 4px;
}

.luma-accordionBtn.forceclicker-clickme {
    box-sizing: border-box !important;
}

.forceclicker-clickme {
    border-color: red !important;
    border-style: dashed !important;
    border-width: 5px !important;
    box-sizing: content-box !important;
}
a.forceclicker-clickme {
    border: none !important;
}
a.forceclicker-clickme > div,
a.forceclicker-clickme > img,
a.forceclicker-clickme > p,
a.forceclicker-clickme.solo-clicker {
    border-color: red !important;
    border-style: dashed !important;
    border-width: 5px !important;
    box-sizing: content-box !important;
}
.cchotspot-rec {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    border-style: solid;
    border-width: 3px;
    border-color: #000;
}
.cchotregion-anentry {
    padding: 10px;
    color: white;
    background: #000;
}
.cchotregion-asection {
    padding: 10px 10px 0 10px;
    margin: 0;
}

/* Immersion */

.immersion {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.immersion-map {
    position: absolute;
}
#hotspot-abode {
    position: relative;
}
.im-hotspot {
    width: 30px;
    height: 30px;
    background: #ffff00;
    border-radius: 50%;
    position: absolute;
    margin: -15px 0 0 -15px;
    cursor: pointer;
    font-size: 26px;
    text-align: center;
}

.im-hotspot.link {
    background: white;
}

.im-hotspot:hover {
    transform: scale(1.1);
}

.im-hotspot.clicked {
    background: #90ee90;
}

.immersion-hotspotenv {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 50;
    opacity: 0;
}
.immersion-focus {
    z-index: 100;
    opacity: 1;
}
.immersion-transition {
    z-index: 150;
}
.im-nav {
    position: absolute;
    font-size: 20px;
    color: #444444;
    background: white;
    border: 1px solid #777;
    z-index: 500;
    cursor: pointer;
    transition: all 100ms ease-in-out;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 32px;
}
.im-nav:hover {
    background: grey;
}
.im-left {
    left: 0;
    top: 50%;
    height: 60px;
    margin-top: -30px;
    line-height: 60px;
}
.im-right {
    right: 0;
    top: 50%;
    height: 60px;
    margin-top: -30px;
    line-height: 60px;
}
.im-up {
    top: 0;
    left: 50%;
    width: 60px;
    margin-left: -30px;
}
.im-down {
    bottom: 0;
    left: 50%;
    width: 60px;
    margin-left: -30px;
}
.im-plus {
    top: 0;
    right: 0;
}
.im-minus {
    top: 30px;
    right: 0;
}
.im-full {
    top: 60px;
    right: 0;
}
.im-info {
    top: 90px;
    right: 0;
}
.im-next {
    bottom: 0px;
    right: 0;
    width: auto;
    padding: 4px 8px;
    box-sizing: content-box;
}
.im-previous {
    bottom: 0px;
    left: 0;
    width: auto;
    padding: 4px 8px;
    box-sizing: content-box;
}
.im-back {
    top: 0px;
    left: 0;
    width: auto;
    padding: 4px 8px;
    box-sizing: content-box;
}

.im-description {
    position: absolute;
    color: white;
    text-shadow: 1px 1px 3px rgba(40, 40, 40, 0.4);
    box-shadow: 1px 1px 3px 0 rgba(40, 40, 40, 0.4);
    z-index: 500;
    transition: all 100ms ease-in-out;
    text-align: center;
    top: 2px;
    right: 32px;
    width: 30%;
    height: auto;
    line-height: 16px;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.im-description span {
    padding: 3%;
    opacity: 1 !important;
    font-size: small;
    cursor: pointer;
}

.imm-blur {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(15px);
    z-index: 600;
    color: white;
    font-size: 50px;
    text-align: center;
}
.imm-blur .fa {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    line-height: 50px;
    margin: -25px 0 0 -25px;
}

.scorm_wrapp .scormdiv {
    position: relative;
}

.scorm_wrapp.toggled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    z-index: 200000;
}

.scorm_wrapp.toggled .scormdiv {
    position: fixed;
    height: auto;
    bottom: 0;
    right: 0;
    left: 0;
    top: 50px;
}
.fa div {
    font-size: 0;
}
.cchotspot-anentry {
    margin: 20px 0;
}

#hotspot-abode .cchotspot-anentry p {
    margin-left: 10px;
}

.cchotspot-popup {
    position: absolute;
    background: #eee;
    box-shadow: 1px 1px 3px 0 rgba(40, 40, 40, 0.4);
    width: 300px;
    padding: 10px;
    box-sizing: border-box;
    margin-left: -150px;
    left: 50%;
    top: -500px;
    z-index: 200000;
    transition: all 200ms ease-in-out;
}

#hotspot-abode .cchotspot-popup.wide {
    width: 65% !important;
    margin-left: -32.5% !important;
}

.cchotspot-popup .cchotspot-closer {
    background: #191919;
    color: white;
    padding: 8px;
    margin: -8px -8px 8px 8px;
    display: inline-block;
    float: right;
    text-align: center;
    color: white;
    font-size: 15px;
    line-height: 20px;
    cursor: pointer;
}

div.outline-scene {
    display: inline-block;
    background: #eee;
    font-size: 10pt;
    border: 1px solid #aaa;
    padding: 3px 10px;
    /* margin: 2px; */
    cursor: pointer;
}

div.outline-scene.active {
    background: #ffff00;
}

div.outline-scene.complete {
    background: #90ee90;
}
