#flashPluginManagerContainer
{
    background: radial-gradient(circle, #E0E0E0, #FFFFFF) repeat scroll 0 0 transparent;
    -webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: default; 
}

#flashPluginManagerContainer input
{
    -webkit-user-select: initial;
    user-select: initial;
}

.mc-div 
{
    margin: 8px;
    padding: 8px;
    border: 1px solid SteelBlue;
    border-radius: 4px;
    font: 14px/22px  'Open Sans', sans-serif;
}

.mc-illustration 
{
    margin: 8px;    
    width: 344px;
}

.mc-illustration img
{
    display: block;
    margin: 0 auto;
    border-radius: 8px;
}

#mc-choices ul
{
    clear: none;
    margin: 0 0 4px;
    padding: 0;
    list-style: none outside none;
}

.mc-radio
{
    float: left;
    margin: 6px 4px !important;
}

#mc-choices label
{
    display: block;
    padding: 4px 4px 4px 4px;
    min-height: 30px;
}

#mc-choices label.active:hover
{
    cursor: pointer;
    background: Cornflowerblue;
    background: linear-gradient(to right, rgba(100, 149, 237, 1), rgba(100, 149, 237, 0.5)) repeat scroll 0 0 transparent;
    border-radius: 4px;
}

#mc-choices .dijitFocusedLabel {
    outline: medium none;
}

.exercise-submit {
    margin: 0 0 4px 50px;
}
.exercise-submit .dijitButtonText {
    padding: 0.75em 5em;
}

.mc-choice-text
{
    display: block;
    margin: 4px 0px 0 50px;
}

.mc-choice-icon
{
    float: left;
    width: 24px;
    height: 30px;
}

.mc-choice-arrow
{
    background-image: url('/images/forward.png');        
}

.mc-choice-correct
{
    background-image: url('/images/checkmark.png');    
}

.mc-correct, .ex-correct, .ex-correct div
{
    background-color: #66FF66 !important;
    background: linear-gradient(to right, #66FF66, #CCFFCC) repeat scroll 0 0 transparent  !important;
    background: -webkit-linear-gradient(left, #66FF66, #CCFFCC)  !important;
}

.mc-wrong, .ex-wrong, .ex-wrong div
{
    background-color: #FF6666 !important;
    background: linear-gradient(to right, #FF6666, #FFCCCC) repeat scroll 0 0 transparent !important;
    background-image: -webkit-linear-gradient(left, #FF6666, #FFCCCC) !important;
}

.mc-partially-correct
{
    background-color: #FFBB00 !important;
    background: linear-gradient(to right, #FFBB00, #FFFFCC) repeat scroll 0 0 transparent !important;
    background-image: -webkit-linear-gradient(left, #FFBB00, #FFFFCC) !important;
}


.correct {
    background-color: #66ff66 !important;
    background: linear-gradient(to top, #66ff66, #ccffcc) repeat scroll 0 0 transparent !important;
    background-image: -webkit-linear-gradient(bottom, #66ff66, #ccffcc) !important;                
}

.wrong {
    background-color: #ff6666 !important;
    background: linear-gradient(to top, #ff6666, #ffcccc) repeat scroll 0 0 transparent !important;
    background-image: -webkit-linear-gradient(bottom, #ff6666, #ffcccc) !important;
}

.mc-choice-wrong
{
    background-image: url('/images/wrong.png');    
}

.enlarge-link
{
    display: block;
    text-align: center;
}

.enlarge-link:hover
{
    cursor: pointer;
    text-decoration: none;
    background: Cornflowerblue;
    background: linear-gradient(to right, rgba(100, 149, 237, 1), rgba(100, 149, 237, 0.5)) repeat scroll 0 0 transparent;
    border-radius: 4px;
    color: rgb(0, 0, 0);
}


.dd-droptarget {
    border: 1px dashed silver;
    display: inline-block;
    text-align: center;
    background-color: ghostwhite;
    box-shadow: 1px 1px 8px 0px rgba(192, 192, 192, 0.82);
}

.dd-droptarget.hover {
    border: 1px solid cornflowerblue;
    box-shadow: 0px 0px 4px 2px cornflowerblue;
    z-index: 1;
}

.dd-droptarget.docked {
    border: 1px solid transparent;
    z-index:1;
}

.dd-placeholder {
    display: inline-block;
    margin: 4px 8px;
    border: 1px solid transparent;
    color: silver;
}

.dd-droptarget.docked .dd-placeholder {
    display: none;
}

.dd-widget {
    background-color: silver;
    background: linear-gradient(to bottom, white, silver) repeat scroll 0 0 transparent;
    border: 1px solid silver;
    border-radius: 4px 4px 4px 4px;
    display: inline-block;
    padding: 4px 8px;
    text-align: center;

    font: 14px/22px 'Open Sans', sans-serif;
}

.exercise-phase .dd-widget {
    cursor: pointer;
    animation: dd-widget-bounce 1s ease 0s infinite normal both;
    -webkit-animation: dd-widget-bounce 1s ease 0s infinite normal both;
}

.dd-widget.floating {
    z-index: 10;
}

.dd-widget.docked {
    animation: none;
    -webkit-animation: none;
}

.dd-widgetHomeContainer {
    text-align: center;
}

.dd-widgetHome {
    border: 1px solid transparent;
    display: inline-block;
    margin: 4px 8px;
}


@keyframes dd-widget-bounce {
    0% {
        transform: initial;
    }
    25% {
        transform: translate(0px, -2px);
        box-shadow: 0px 2px 2px gray;
    }
    100% {
        transform: initial;
    }
}

@-webkit-keyframes dd-widget-bounce {
    0% {
        transform: initial;
    }
    25% {
        transform: translate(0px, -2px);
        box-shadow: 0px 2px 2px gray;
    }
    100% {
        transform: initial;
    }
}



#exercise-placeholder.dark {
    background-color: #333;
    background: radial-gradient(circle, #37c, #000);
    border-radius: 8px;
}

.dark {
    color: gold;      
}
    
.dark h1 {
    font-size: 12pt;
    font-weight: normal;
    text-align: center;
}
    
.dark .story table {
    margin: 20px auto 0;
    color: White;
}
    
.dark .story table td {
    padding: 4px;
    text-align: left;
}

.dark .story table th {
    padding: 4px;
    text-align: center;
}

.dark .dd-droptarget.hover {
    border: 1px solid gold;
    box-shadow: 0px 0px 4px 2px gold;
}

.dark .dd-widget {
    color: Black;
}


.rhy-controls-panel {
    margin: 16px 0 0;
}

.rhy-time-panel {
    float: right;
    margin: 8px;
}

.rhy-time-label {
    font-style: italic;
    padding: 4px 8px;
}

.rhy-time-display {
    color: lime;
    font-size: 16pt;
    font-weight: bold;
    border-radius: 4px;
    background-color: black;
    padding: 2px 5px;
}

@keyframes blink {
    0% {
        color: red;
    }
    75% {
        color: red;
    }
    76% {
        color: transparent;
    }
    100% {
        color: transparent;
    }
}

.rhy-time-up {
    color: red;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: blink;
}

.rhy-hurry-up {
    color: orange;
}

.rhythm th, .choice-table th {
    padding-left: 52px;
}

.rhythm label {
    display: block;
    padding: 2px 4px;
    min-height: 30px;
    margin-left: 24px;
}

.rhythm label span {
    display: block;
    margin: 4px 0px 0 24px;
}

.rhythm.exercise-phase label:hover
{
    cursor: pointer;
    background: Cornflowerblue;
    background: linear-gradient(to right, rgba(100, 149, 237, 1), rgba(100, 149, 237, 0.5)) repeat scroll 0 0 transparent;
    border-radius: 4px;
}

.rhythm-top {
    padding: 0;
}

.rhythm-explanation {
    position: absolute;
    margin: 8px;
}

.rhythm-background {
    background: url('Images/rhythm-background2.png');
    height: 121px;
    overflow: hidden;
}

.ecg-hidden {
    display: none;
}

.ecg .mc-div {
    padding: 0;
}

.ecg h3 {
    background: Cornflowerblue;
    background: linear-gradient(to right, rgba(100, 149, 237, 1), rgba(100, 149, 237, 0.5)) repeat scroll 0 0 transparent;
    color: White;
    text-shadow: 2px 2px 2px Black;
    padding: 8px 12px;
}

.ecg-menu {
}

.ecg-menu ul {
    margin: 0px;
    padding: 4px;
    --border: 1px solid SteelBlue;
    --border-radius: 4px;
}

.ecg-menu li {
    margin: 0;
    list-style: none;

    background-color: rgba(171, 214, 255, 0);
    background-position: 0 0;
    background-repeat: repeat-x;
    border: 0 solid rgba(0, 0, 0, 0);
    color: #000000;
    padding: 4px 0 2px;
    transition-duration: 0.25s;
    transition-property: background-color, border-color;
    transition-timing-function: ease-out;
}

.ecg-menu li.enabled:hover {
    cursor: pointer;
    background-color: #CFE5FA;
    background-image: linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    border-color: #759DC0;
    border-width: 1px 0;
    color: #000000;
    padding: 3px 0 1px;
}

.ecg-menu li.selected {
    font-weight: bold;
}

.ecg-menu li.disabled {
    color: silver;
}

.ecg-menu {
    font: 11px/15px 'Open Sans', sans-serif;
}

.ecg .choice-table {
    font: 11px/15px 'Open Sans', sans-serif;
}

.ecg .mc-choice-icon {
    height: 28px;
    margin-left: 2px;
}

.ecg .mc-radio {
    margin: 4px !important;
}

.choice-table-group {
    vertical-align: top;
}

.choice-table-section-start {
    border-left: 1px solid gray;
}

.choice-table-section-start:first-child {
    border-left: none;
}

.exer-tool__toolbar {
    border-bottom: none!important; 
    background-color: transparent!important;
    display: inline-block;
}