body {
    background-color: #F0F0F0;
    font-family: Arial, sans-serif;
    font-size: 12pt;
    margin: 4pt;
    padding: 4pt;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div#main {
    background-color: #FFFFFF;
    padding: 0.7em 8px 8px 8px;
    width: 758px;
    margin: 0 auto 200px;
}

@media only screen and (max-width: 480px) {
    body {
        margin: 1px;
        padding: 1px;
    }

    div#main {
        padding: 0.7em 2px 2px 2px;
        width: 99%;
        margin: 0 auto 100px;
    }
}

table#tablePublicDecks {
    align-self: stretch;
    margin: 1pt;
    width: 100%;
}

table#tablePublicDecks > thead > tr > th {
    color: #909090;
    font-style: italic;
    border-bottom: solid 2pt #909090;
    margin: 1pt;
}

tbody#tablePublicDecksBody > tr > td {
    border-bottom: solid 1pt #C0C0C0;
    border-left: solid 1pt #C0C0C0;
    padding: 4pt;
    margin-right: 1pt;
    margin-bottom: 1pt;
    max-width: 70%;
}

div.login {
    align-self: stretch;
    margin: auto;
    width: auto;
}

#pager {
    border: none;
    margin: 8pt;
    alignment: center;
}

#pager a {
    padding: 8pt;
}

#refs {
    text-align: center;
    margin-bottom: 4pt;
    padding-bottom: 4pt;
}

div#copyright {
    font-size: 10pt;
    text-align: center;
    color: #909090;
    border-top: 1px solid #C0C0C0;
    margin-top: 20pt;
    padding-top: 20pt;
    margin-bottom: 100pt;
}

form {
    text-align: center;
    margin-bottom: 4pt;
    padding-bottom: 4pt;
}

form input, form textarea {
    font-size: 120%;
    width: 70%;
}

#textarea {
        height: 256px;
}

button {
    font-size: 120%;
    margin: 4px;
}

@media only screen and (max-width: 480px) {
    #refs {
        margin-bottom: 2px;
        padding-bottom: 2px;
    }

    form {
        margin-bottom: 2px;
        padding-bottom: 2px;
    }

    form input, form textarea {
        width: 90%;
    }

    button {
        margin: 2px;
    }
}

.rounded {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.roundedtopright {
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
}

.roundedbottomright {
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
}

@media only screen and (max-width: 480px) {
    .rounded {
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
    }

    .roundedtopright {
        border-top-right-radius: 2px;
        -webkit-border-top-right-radius: 2px;
    }

    .roundedbottomright {
        border-bottom-right-radius: 2px;
        -webkit-border-bottom-right-radius: 2px;
    }
}

.shadow {
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0 1px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.35) 0 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.35) 0 1px 3px;
}

.ErrorMessage {
    margin: 4px;
    padding: 4px;
    color: red;
    border-color: red;
    background: #ffeeee;
}

@media only screen and (max-width: 480px) {
    .ErrorMessage {
        margin: 2px;
        padding: 2px;
    }
}

.alert-danger, .alert-error, .errorlist {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

.alert-warning {
    background: #ffc 5px .3em no-repeat;
    color: #3a87ad;
}

a {
    margin-right: 4px;
    margin-left: 4px;
}
.nav_links a {
    margin-right: 0px;
    margin-left: 0px;
}


.avisited:visited {
color: #0056b3;
}
a:link, a:visited, a:active {
    text-decoration: none;
    color: #0000FF;
}

a.secondarylink:link, a:visited, a:active {
    text-decoration: none;
    color: #909090;
}

img.StoreLink {
    /*max-width: 200px;*/
    height: 60px;
    vertical-align: middle;
    margin: 0;
    display: inline-block;
}

img.MainLink {
    /*max-width: 100px;*/
    height: 150px;
    vertical-align: middle;
    margin: 0;
    display: inline-block;
}

@media only screen and (max-width: 480px) {
    a {
        margin-right: 2px;
        margin-left: 2px;
    }

    img.StoreLink {
        height: 48px;
    }

    img.MainLink {
        height: 120px;
    }
}

/*noinspection ALL*/
table#toolbar {
    width: 100%;
    height: 40px;
    border-collapse: collapse;
    color: white;
    background-color: gray;
    background-image: url('images/tb_bg.png');
    margin-bottom: 70px;
}

table#toolbar tr td {
    text-align: center;
    font-size: 10pt;
    font-weight: 600;
    width: 12.5%
}

table#toolbar tr td {
    border-right: 1px solid rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px #606060;
}

table#toolbar tr td.last {
    border-right-width: 0;
}

table#toolbar a {
    color: white;
}

table#toolbar tr td.selected {
    background-color: #404040;
}

@media only screen and (max-width: 480px) {
    table#toolbar tr td {
        border-right: 1px solid rgba(0, 0, 0, 0.25);
        text-shadow: 0 -1px #606060;
    }

    table#toolbar tr td.last {
        border-right-width: 0;
    }

    table#toolbar a {
        color: white;
    }

    table#toolbar tr td.selected {
        background-color: #404040;
    }
}

div#mainlogo {
    margin-bottom: 20px;
    padding-bottom: 50px;
    border-bottom: 1px solid #C0C0C0;
}

img#mainlogoimg {
    width: 750px;
    height: 430px;
}

div#partners {
    background-color: #C0C0C0;
    padding: 20px;
}

img#partnersimg {
    width: 626px;
    height: 50px;
}

@media only screen and (max-width: 480px) {
    div#mainlogo {
        margin-bottom: 2px;
        padding-bottom: 4px;
    }

    img#mainlogoimg {
        width: auto;
        height: auto;
        max-width: 99%;
        max-height: 99%;
    }

    img#partnersimg {
        width: 256px;
        height: 24px;
    }
}

div.text {
    border-bottom: 1px solid #C0C0C0;
    margin-top: 20px;
    margin-bottom: 20px;
}

div.text p {
    color: #606060;
    text-align: justify;
    text-indent: 20px;
}

table#tableapp tr td {
    padding: 10px;
    vertical-align: top;
}

table#tableapp tr td p {
    color: #606060;
    text-align: justify;
}

table#tableapp tr td.col1 {
    width: 200px;
    border-right: 1px solid #C0C0C0;
}

table#tableapp tr td.border {
    border-right: 1px solid #C0C0C0;
}

h1.appname {
    text-align: center;
    font-size: 18pt;
    margin-bottom: 20px;
}

/*noinspection ALL*/
div.appnext {
    border-top: 1px solid #C0C0C0;
    margin: 30px 10px 10px;
    padding-top: 30px;
    text-align: center;
}

div.appnext p {
    margin: 0;
    text-align: center;
}

div.separator {
    border-top: 1px solid #C0C0C0;
    margin-top: 50px;
    padding-top: 20px;
    margin-bottom: 20px;
}

table.support {
    margin: 0 auto;
    border-collapse: collapse;
}

table.support tr td {
    color: #606060;
}

img.support {
    float: left;
    width: 40px;
    height: 28px;
    position: relative;
    top: -3px;
}

table.login {
    text-align: left;
}

table.login > tbody > tr > th {
    vertical-align: baseline;
    color: black;
    font-weight: bold;
    font-style: normal;
    border-bottom: none;
    padding: 4px;
    margin: 0;
}

table.login > tbody > tr > td {
    vertical-align: baseline;
    border: none;
    padding: 4px;
    margin: 0;
}

div.IndexTable {
    display: table;
    margin: 4px;
}

div.IndexText {
    display: table-cell;
    width: 65%;
    vertical-align: top;
}

div.IndexTweeter {
    display: table-cell;
    width: 35%;
    vertical-align: top;
}

img.social {
    margin: 4px;
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (max-width: 480px) {
    table.login > tbody > tr > th {
        padding: 2px;
    }

    table.login > tbody > tr > td {
        padding: 2px;
    }

    div.IndexTable {
        margin: 1px;
    }

    div.IndexText {
        display: table-row;
        width: 100%;
    }

    div.IndexTweeter {
        display: table-row;
        width: 100%;
    }

    img.social {
        margin: 2px;
    }
}

.nav_links a {
    color: inherit;
    line-height: 150%;
}

.nav_links {
    margin: 4px;
    padding-bottom: 8px;
}

.word-break-out {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    /*-ms-word-break: break-all;*/
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    /*word-break: break-all;*/
    /* Instead use this non-standard one: */
    /*word-break: break-word;*/

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.text-break-out {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    /*-ms-word-break: break-all;*/
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    /*word-break: break-word;*/

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

/* **** PROFILE CSS **** */

.Container {
    padding: 0;
    margin: 0;
}

.Container li {
    list-style-type: none;
    /*border: solid 1px red;*/
}

/* indent for all tree children excepts root */
.Node {
    background-size: 48px;
    margin-left: 0;
    zoom: 1;
	clear:both;
}

.Node:hover, .Folder:hover, .Class:hover, .Default:hover {
    background-color: #eeeeee;
    cursor: pointer;
}
.Node>div:hover {
    background-color: #eeeeee;
    cursor: pointer;
}


/* left vertical line (grid) for all nodes */
.IsLast {
    background-size: 48px;
}

/* closed is higher priority than open */
.Default .Expand {
    background: url(../images/fs_sharedfolder@3x.png) no-repeat left;
    background-size: 48px;
}

.Class .Expand {
    background: url(../images/fs_class@3x.png) no-repeat left;
    background-size: 48px;
}

.Folder .Expand {
    background: url(../images/fs_folder@3x.png) no-repeat left;
    background-size: 48px;
}

/* highest priority */
.ExpandLeaf .Expand {
    background: url(../images/fs_deck@3x.png) no-repeat left;
    background-size: 48px;
}

.StudentF .Expand {
    background: url(../images/fs_studentfolder@3x.png) no-repeat left;
    background-size: 48px;
}
.TeacherF .Expand {
    background: url(../images/fs_teacherfolder@3x.png) no-repeat left;
    background-size: 48px;
}



.Options {
    padding: 4px;
    min-height: 48px;
    margin-left: 48px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: red;
    z-index: 1;
}

.Content {
    min-height: 48px;
    margin-left: 48px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

* html .Content {
    height: 48px;
}

.Expand {
    width: 48px;
    height: 48px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 80%;
    color: grey;
}

.ExpandOpen .Container {
    display: block;
}

.ExpandClosed .Container {
    display: none;
}

.ExpandOpen .Expand, .ExpandClosed .Expand {
    cursor: pointer;
}

.ExpandLeaf .Expand, .ExpandLeaf .Options {
    cursor: pointer;
}

.Content a, .Node a {
    color: #000000;
}

.review_link {
    text-align: start;
}

/* **** REVIEW CSS **** */

div#quiz {
    background-color: #F0F0F0;
    font-family: Arial, sans-serif;
    margin: 0 auto 8px auto;
    padding: 8px;
    width: 742px;
}

div.QuizQuestionCard {
    background-color: #FFFFFF;
    /*float: left;*/
    padding: 4px;
    margin: 0 auto;
    width: 726px;
    height: 256px;
}

div.QuizQuestion {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    width: 726px;
    height: 256px;
}

div.QuizAnswers {
    width: 726px;
    /*height: 320px;*/
    text-align: center;
    margin: auto;
    display: table-cell;
    padding: 1px;
}

div.QuizAnswerCard {
    background-color: #FFFFFF;
    float: left;
    padding: 2px;
    margin: 8px;
    width: 346px;
    height: 128px;
}
div.QuizAnswerInput {
	width: 100%;
	padding: 0.5em 0;
}
.AnswerInput {
	width: 100%;
	border: 1px solid darkgrey;
	padding: 0 0.25em;
}
.AnswerInputAnswer {
	width: 100%;
    	background-color: #FFFFFF;
	border: 1px solid darkgrey;
	margin: 0.5em 0;
}
.AnswerInputAnswerTtl {
	 width: 100%;
    text-align: center;
	color: grey;
}
.AnswerInputAnswerTtlYour { padding: 0 0.25em; text-align: left; color: red; }
.AnswerInputAnswerTtlCor { padding: 0 0.25em; text-align: left; color: darkviolet; }
.AnswerInputAnswerTtlYourCor { padding: 0 0.25em; text-align: left; color: blue; }
.AnswerInput:focus {
	outline: none;
}
.QuizAnswerCardDisabled {
    display: none;
}
.QuizAnswerCardRemoved {
    height: 0px !important;
    width: 0px !important;
}

div.QuizAnswer {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    width: 342px;
    height: 124px;
    cursor:pointer;
}

@media only screen and (max-width: 480px) {
    div#quiz {
        margin: 1px auto;
        padding: 2px;
        width: auto;
    }

    div.QuizQuestionCard {
        padding: 1px;
        width: auto;
        height: 192px;
    }

    div.QuizQuestion {
        width: 300px;
        height: 192px;
    }

    div.QuizAnswers {
        width: auto;
        /*height: 272px;*/
        padding: 0;
    }

    div.QuizAnswerCard {
        padding: 1px;
        margin: 1px;
        width: 149px;
        height: 128px;
    }

    div.QuizAnswer {
        width: 147px;
        height: 120px;
    }
}

div#review {
    background-color: #F0F0F0;
    font-family: Arial, sans-serif;
    font-size: 12pt;
    margin: 0 auto 16px auto;
    padding: 8px;
    width: 512px;
}

div#echo {
    background-color: #F0F0F0;
    font-family: Arial, sans-serif;
    font-size: 12pt;
    margin: 0 auto 16px auto;
    padding: 8px;
    width: 512px;
}

div#card {
    background-color: #FFFFFF;
    float: left;
    padding: 8px;
    margin: 0 auto;
    height: 240px;
    width: 496px;
}

.cardImage {
    background-color: white;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}
div#loopBtnCc {display: inline-block; width:50%;max-width:260px; }
div#loopBtnC { padding-top:32%; }
div#echoRecBtnC { position: absolute;top:-100%;width:100%;padding:15%; }

.editRecBtnCon { padding:0% !important; width: 60px; display:inline-block; cursor: pointer; }

@media only screen and (max-width: 480px) {
    div#echoRecBtnC { left:20px; }
    div#review {
        margin: 0 auto 1px auto;
        padding: 2px;
        width: 302px;
    }
    div#echo {
        margin: 0 auto 1px auto;
        padding: 2px;
        width: 302px;
    }
    div#loopBtnC { padding-top:60%; }
    div#loopBtnCc { width:46%; }
    div#card {
        padding: 1px;
        width: 298px;
        height: 240px;
    }
}

table.TableCards {
    align-self: stretch;
    margin: 1pt;
    width: 100%;
    background: #FFFFFF;
}

table.TableCards th {
    color: #909090;
    font-style: italic;
    border-bottom: solid 2pt #909090;
    margin: 1pt;
}

table.TableCards td.shadowed {
    border-bottom: solid 1pt #C0C0C0;
    border-left: solid 1pt #C0C0C0;
    padding: 4pt;
    margin-right: 1pt;
    margin-bottom: 1pt;
}
#tableQuiz td.shadowed {
    border-left: none;
}

table.TableCards td#cardsNumber {
    text-align: center;
    color: #909090;
}

table#tableQuiz td {
    border-bottom: solid 1pt #C0C0C0;
    padding: 8pt;
    margin-right: 1pt;
    margin-bottom: 1pt;
}

@media only screen and (max-width: 480px) {
    table.TableCards td.shadowed {
        padding: 1px;
    }

    table#tableQuiz td {
        padding: 2px;
    }
}

.InputSettings {
    padding: 8px;
    margin: 8px 8px 8px 16px;
    border-top: solid 1px #909090;
}

.edit input, .edit textarea {
    font-size: 120%;
    width: 70%;
}

.edit div.edit {
    text-align: right;
}

.edit {
    text-align: center;
}

button {
    font-size: 120%;
    margin: 8px;
}

.reviewButton {
    font-size: 1.5rem !important;
    /*margin: 8px 32px 8px 32px;*/
    /*padding: 8px;*/
    /*margin: 8px 0 !important;*/
    height: 100%;
    padding: 0.1rem 1.55rem !important;
    color: gray !important;
    border: 1px solid rgb(236, 228, 228) !important;
}
.reviewButton2 {
    font-size: 1.1rem !important;
    padding: 0.1rem 1rem !important;
}
.slideShowIntervalButton {
    font-size: 1.3rem !important;
    padding: 0.1rem 1.2rem !important;
    font-family: monospace;
}
.disabledInput {
color: black;
text-align: center;
font-weight:bold;
}
@media only screen and (max-width: 480px) {
.slideShowIntervalButton {
    font-size: 2.1rem !important;
    padding: 0.1rem 1.1rem !important;
}
#playCards {
bottom:-15%;
margin-bottom: -15%;
}
#ReviewSettings {
margin-top: 15%;
}

#ttsvoicediv {
display: none;
}
}


#reviewDiv {
	background-color: #F0F0F0;
}

#echoDiv {
	background-color: #F0F0F0;
}

div#cardNavigation {
    text-align: center;
}

div#echoNavigation {
    text-align: center;
}

div#quizNavigation {
    text-align: center;
    display: block;
}

.navigationButton {
    font-size: 100%;
    padding: 4px;
    display: inline-block;
}

div#quizPosition {
    margin-bottom: 8pt;
    text-align: center;
    display: inline-block;
}

div#quizRate {
    font-weight: bold;
}

svg {
    max-height: 228px;
}

@media only screen and (max-width: 480px) {
    div#cardNavigation {
        text-align: center;
        margin: 4px;
    }

    .navigationButton {
        padding: 2px;
    }

    div#quizPosition {
        margin-bottom: 2px;
    }

    svg {
        max-height: 176px;
    }
}

.echoBtns {
    font-size: 120%;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: gray;
}


.tabs {
    font-size: 120%;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: gray;
    white-space:nowrap;
    overflow-x:scroll;
    overflow-y:hidden;
}

.imgBtnCc {
width: 25%;
padding: 1%;
cursor: pointer;
max-width: 80px;
font-size: 0.7em;
display: inline-block;
}
.imgBtnC {
width: 100%;
padding-top:100%;
position: relative;
}
.imgBtn {
background-size: cover;
position: absolute;
top:0;
bottom:0;
left:0;
right:0;
}

.ptab {
border-width: 0px !important;
}
.tab-active {
color: dodgerblue;
display: inline-block;
cursor: pointer;
border-width: 2px;
border-color: dodgerblue;
border-style: solid;
padding: 4px 12px;
border-radius: 8px;

}

.tab-inactive {
color: grey;
display: inherit;
cursor: pointer;
border-color: grey;
border-width: 2px;
padding: 4px 12px;
border-radius: 4px;
}

div.Settings {
    margin: 8px;
	clear: both;
}

div.SettingsLabel {
    padding: 8px;
    cursor: pointer;
    color: gray;
}

div.SettingDescription {
    font-size: 80%;
    margin-left: 32px;
    margin-bottom: 8px;
}

div.ReviewSettingsOrderBlock {
    margin-left: 8px;
    margin-top: 8px;
}

.imageCell {
    max-width: 320px;
}

@media only screen and (max-width: 480px) {
    .imageCell {
        max-width: 144px;
    }
	.tabs>div {
        max-width: 70px;
	}
}

.textCell {
    padding-bottom: 8px;
    padding-top: 8px;
}

a.hidden_href {
    visibility: hidden;
}

a.textCell:link, a.textCell:visited, a.textCell:active {
    text-decoration: none;
    color: #000000;
}

.textCell > * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

.modalWindow {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 99;
    text-align: center;
}

.modalHide {
    opacity: 0;
    pointer-events: none;
}

.modalShow {
    opacity: 1;
    pointer-events: auto;
}

.modalWindow > div {
    width: 726px;
    position: relative;
    padding: 8px;
    margin: 8px auto;
    background: #fff;
}

@media only screen and (max-width: 480px) {
    .modalWindow > div {
        width: 312px;
        padding: 4px;
        margin: 4px auto;
    }
}

.textCell > p {
    display: inline-block;
}

.hidden {
    display: none;
}

.centered {
    text-align: center;
}

.dropCard {
    color: red;
    cursor: pointer;
}

div.add_card {
    color: #000000;
    font-style: normal;
    font-weight: normal;
    cursor: pointer;
    text-align: left;
}

.modalProgress {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2) url("../images/ajax-loader.gif") no-repeat center;
    z-index: 99;
    /*text-align: center;*/
}

.scroll-btn {
    height: 30px;
    width: 30px;
    border: 2px solid #000;
    border-radius: 50%;
    background-color: #000;
    position: fixed;
    bottom: 4px;
    right: 4px;
    opacity: 0.5;
    z-index: 9999;
    cursor: pointer;
    display: none;
}

.scroll-btn .scroll-btn-arrow {
    height: 8px;
    width: 8px;
    border: 3px solid;
    border-right: none;
    border-top: none;
    margin: 12px 9px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    color: white;
}

.notouch .scroll-btn:hover {
    opacity: 0.8
}
.hitSRSButton {
    border: 1px solid rgb(236, 228, 228);
    background-color: rgba(255,255,255, 0.3);
    margin: 4px 0;
    padding: 0.475rem 1.25rem;
    color: grey;
    display: inline-block;
    cursor: pointer;
    border-radius: 0.25rem;
    font-weight: lighter;
    font-family: sans-serif;
}
.hitSRSButton[value="0"] { background-image: linear-gradient(white,white,white,white,white,white,white, hsl(0,100%,50%)); }
.hitSRSButton[value="0.25"] { background-image: linear-gradient(white,white,white,white,white,white,white, hsl(36,100%,50%)); }
.hitSRSButton[value="0.5"] { background-image: linear-gradient(white,white,white,white,white,white,white, hsl(61,100%,50%)); }
.hitSRSButton[value="0.75"] { background-image: linear-gradient(white,white,white,white,white,white,white, hsl(108,100%,50%)); }
.hitSRSButton[value="1"] { background-image: linear-gradient(white,white,white,white,white,white,white, hsl(216,100%,50%)); }
.hitSRSButton.hitSRSButtonV { 
    display: none;
    position: absolute;
    bottom: 0; right: 0;
    -webkit-transform: rotate(-90deg) translateX(100%);
       -moz-transform: rotate(-90deg) translateX(100%);
         -o-transform: rotate(-90deg) translateX(100%);
        -ms-transform: rotate(-90deg) translateX(100%);
            transform: rotate(-90deg) translateX(100%);
    -webkit-transform-origin: 100% 100%;
       -moz-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
         -o-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
}

.hitSRSButton:hover, .hitSRSButton:active  {
background-color: #e2e6ea;
border-color: #dae0e5;
}
.skipTakeBtn {
position: absolute;
width:60px;
height:80px;
background-color:lightgrey;
text-align: center;
line-height:80px;
bottom:0;
font-size:1.3em;
cursor: pointer;
}
.srsInfoBtn {
text-align: center;
border-radius: 50%;
width: 7%;
padding-top:7%;
margin:0 4px;
display:inline-block;
border: none;
}
.reviewPosition {
padding-top: 7%;
display:inline-block;
position: relative;
}
.reviewPositionText {
position: absolute;
top: 12%;
left: 0;
bottom: 0;
right: 0;
}
div#recordingLbl>div>div {
color:white;
background-color:red;
border-radius:8px;
width:min-content;
margin:auto;
}
.srsInfoBtnText {
position:  absolute;
top: 16%;
left: 0;
bottom: 0;
right: 0;
}

#srsview {
position: absolute;
top: 0;
right: 0;
border-radius: 50%;
padding-top: 4%;
width: 4%;
opacity: 0;
border: none;
margin: 4px 4px;
}

#soundBtn {
  opacity: 0.3;
  position: absolute;
  width: 12%;
  padding: 0;
  top: 0;
  right: 0;
  padding-top: 3%;
  cursor: pointer;
}

@media only screen and (max-width: 480px) {
.srsInfoBtn {
width: 10%;
padding-top:10%;
}

.hitSRSButton[value="1"] {
	display: none;
}

.hitSRSButton.hitSRSButtonV {
display: initial;
}

.reviewPosition {
padding-top: 10%;
}

.reviewPositionText {
top: 8%;
}

.srsInfoBtnText {
top: 8%;
}
#soundBtn {
  width: 20%;
  padding-top: 6%;
}
#srsview {
padding-top: 6%;
width: 6%;
}
}
#soundBtn > div > img {
    max-width: 100%;
    max-height: 100%;
}
#soundBtnSpeaker {
  width: 50%;
  height: 100%;
}
#soundBtnWave {
  width: 50%;
  height: 100%;
  left:20%;
  position: absolute;
  display: none;
}
.ctooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.ctooltip .ctooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  top: 135%;
  left: 50%;
  margin-left: -125px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.ctooltip .ctooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
}
@media only screen and (max-width: 480px) {
.ctooltip .ctooltiptext {
z-index:2;
}
.ctooltip .ctooltiptext::after {
border: none;
}
}

/* Show the tooltip text when you mouse over the tooltip container */
.ctooltip:hover .ctooltiptext {
  visibility: visible;
  opacity: 1;
}
.gametypesp1 { border:none; }

.QuizLobby  { border-collapse: collapse; }
.QuizLobby td { font-weight:bold; text-align: center; }
.QuizLobby .tb td { border-top: solid 1px #909090; }
.QuizLobby .hfs td { font-size: 0.5em; }
.QuizLobby .la { text-align: right; }
.QuizLobby .hl { border-radius: 10px; margin: 0 auto; width: min-content; padding: 0 0.6em; }
.QuizLobby .nt { font-weight:normal; font-size: 0.9em; }
.QuizLobby tr td:nth-child(1){ width: 40% !important; }
.QuizLobby tr td:nth-child(2),
.QuizLobby tr td:nth-child(3),
.QuizLobby tr td:nth-child(4){ width: 20% !important; }
.QuizLobby .sb { font-size:1.1em; color: blue; padding: 0.3em; cursor: pointer; }
.QuizLobby { background-color: #F0F0F0; }
.QuizLobby .dbg { background-color:hsl(257,3%,90%); }
.QuizHead { background-color: black; color: white;font-family: monospace; margin: 8px 0;}
.QuizHead td { text-align: center; }
.QuizHead .hh td { color: grey; font-size: 1em;}
.QuizHead .hn td { font-size: 1.5em; }
.QuizHead table tr td { width: 25%; }
.QuizHead table { width: 50%; }
.QuizHead .bsq { float: left;padding: 0 1em; margin:0.3em; margin-top:0.9em; border-radius: 15px; font-size: 1.2em; color: black; }

@media only screen and (max-width: 480px) {
.QuizHead table { width: 100%; }
.QuizHead .bsq { display: none; }
}

.blueBtn {
border: 1px solid DodgerBlue !important;
color: white !important;
background-color: DodgerBlue !important;
padding: 0.2em 0.5em 0.2em 0.5em !important;
border-radius: 7px !important;
}
.blueBtn:hover {
text-decoration: none !important;
background-color: royalblue !important;
border-color:royalblue !important;
}
.blueBtn:visited {
color: white !important;
}
.helpInfo {
color: lightgrey;
font-size:0.8em;
margin: auto;
max-width: 600px;
text-align: center;
}
.errInfo {
text-align: center;
color: red;
font-size:0.9em;
margin: auto;
max-width: 600px;
}
.nextBtn {
cursor: pointer;
display:inline-block;
color: DodgerBlue;
border: solid 1px DodgerBlue;
border-radius: 5px;
padding: 0.2em 0.8em;
margin: 0.5em 0 0.5em 0.5em;
/*float:right;*/
}
.lgnInpt {
margin:0.5em 0 0.5em 0;
border: solid 1px lightgrey;
padding: 0.2em;
border-radius: 5px;
}
.fbBtn {
padding: 0.4em;
margin:0.7em auto;
cursor: pointer;
background-color: #1777F2;
border: solid 1px #1777F2;
color: white;
border-radius: 7px;
font-size:1em;
position: relative;
height: 40px;
width: 220px;
text-align:center;
}
.fbBtn a img {
position: absolute;
top: 3px;
left:2px;
}
.lgnContainer {
display: inline-block;
position: relative;
left: 50%;
transform: translateX(-50%);
padding-left: 1em;
padding-right: 1em;
}
.lgnTitle {
margin: auto;
font-size: 1.4em;
width: max-content;
padding:1em;
}
#quizmpPlayers {
position: relative;
height: 500px;
}
#playersTableCon {
height: 420px;
overflow: auto;
width:60%;
margin:auto;
}
#advertizersCon {
position: relative;
overflow: auto;
width:60%;
margin:auto;
padding: 1em 0;
}
#advertizersDelimiter {
border-bottom: solid 1px #909090;
margin: auto;
margin-bottom: 0.5em;
}
#advertizersTitle {
margin: auto;
font-size: 1.2em;
color: grey; 
text-align: center;
}
#advertizersNoGames {
font-size: 0.8em;
margin: auto;
color: grey; 
padding: 0 2em;
text-align: center;
}
#advertizersCon table {
	width: 100%;
	border-collapse: separate; 
	border-spacing: 0 10px; 
	table-layout: fixed;
}
#advertizersCon table td {
    border: solid 1px #E0E0E0;
    padding: 5px;
    background-color: #E0E0E0;
	cursor: pointer;
}
#advertizersCon table td:nth-child(1) { width:11%; }
#advertizersCon table td:nth-child(2) { width:17%; }
#quizmpInfoArea {
	height: 80px;
	width: 100%;
	position: absolute;
	bottom: -20px;
	text-align:center;
}
#quizmpGameType {
	margin: auto;
	width: auto;
	border-collapse: separate; 
	border-spacing: 0 5px; 
	table-layout: fixed;
}
#quizmpGameType td {
    border: solid 1px #E0E0E0;
    padding: 2px 1em;
    background-color: #E0E0E0;
	cursor: pointer;
	text-align: center;
}
#quizmpGameType td:first-child {
    border-top-left-radius: 5px; 
    border-bottom-left-radius: 5px;
	border-right-width:0;
	width: 33.3%;
}
#quizmpGameType td:last-child {
    border-bottom-right-radius: 5px; 
    border-top-right-radius: 5px; 
	border-left-width:0;
	width: 33.3%;
}
#playersTable td {
    border: solid 1px #E0E0E0;
    padding: 2px;
    background-color: #E0E0E0;
}

#playersTable {
	width: 100%;
	border-collapse: separate; 
	border-spacing: 0 5px; 
	table-layout: fixed;
	margin-bottom:60px;
}
#playersTable td {
    border: solid 1px #E0E0E0;
    padding: 2px;
    background-color: #E0E0E0;
}
#playersTable td:nth-child(1) { width:11%; }
#playersTable td:nth-child(2) { width:16%; }
#playersTable td:nth-child(3) { width:54%; }
#playersTable td:nth-child(4) { width:19%; }
#playersTable td:first-child {
    font-family: monospace;
    border-top-left-radius: 10px; 
    border-bottom-left-radius: 10px;
}
#playersTable td:last-child {
    border-bottom-right-radius: 10px; 
    border-top-right-radius: 10px; 
    padding:0;
}
#advertizersCon table td:first-child {
    font-family: monospace;
    border-top-left-radius: 10px; 
    border-bottom-left-radius: 10px;
}
#advertizersCon table td:last-child {
    border-bottom-right-radius: 10px; 
    border-top-right-radius: 10px; 
    padding:0;
}

.qmpName {
font-size: 1.2em;
}

div.studName {
font-size: 1.15em;
padding: 0 0.3em;
}
@media only screen and (max-width: 480px) {
#playersTableCon {
width:100%;
padding: 0 0.5em;
}
#advertizersCon {
width:100%;
padding: 1em 0.5em;
}

#advertizersCon table td:nth-child(2) { width:20%; }
#playersTable td:nth-child(2) { width:20%; }
#playersTable td:nth-child(3) { width:41%; }
#playersTable td:nth-child(4) { width:28%; }
#playersTable td {
padding: 1px;
}
#advertizersCon table td {
padding:0;
}
}
#quizmpPlayersCount {
font-size: 1.2em;
color: darkgrey;
text-align: center;
}
#quizmpInfo {
font-size: 1.1em;
color: grey;
text-align: center;
padding-top: 1.5em;
}
#quizmpBtn {
font-size: 1.4em;
width: max-content;
margin: auto;
padding:0.7em 1em;
border: solid 2px;
border-radius: 40px;
cursor: pointer;
display: inline-block;
margin-top:8px;
}
.qmpNum {
    font-family: monospace;
    font-size: 1.4em;
}
.qmpQn {
    font-size: 1.5em;
    position: absolute;
    right: 0.8em;
    top: 0.9em;
}
.qmpPic {
border-radius: 50%;
border-width: 4px;
border-style: solid;
background-size: cover;
position: absolute;
top:0;
bottom:0;
left:0;
right:0;
}
.qmpAni {
margin: auto;
width: 80px;
height: 80px;
background-size: cover;
animation: play 0.5s steps(4) infinite;
}
@keyframes play {
100% { background-position: -320px }
}
.qmpSAni {
position: absolute;
top:0;
bottom:0;
left:0;
right:0;
background-size: cover;
margin: auto;
cursor: pointer;
max-width: 80px;
max-height: 80px;
}

@media only screen and (max-width: 480px) {
.qmpAni {
margin: auto;
width: 75px;
height: 75px;
background-size: cover;
animation: play 0.5s steps(4) infinite;
}
@keyframes play {
100% { background-position: -300px }
}
.qmpPic {
border-width: 3px;
}
.qmpQn {
    font-size: 1.3em;
    top: 0.7em;
}
}

#quizmpTimeScale {
	position: relative;
	margin: 1em 0 1em 0;
}
.TimeScaleROVl {
  border-left: 2px solid grey;
  height: 15px;
  top: -5px;
  display: inline-block;
  position: absolute;
}

.TimeScaleROTextVl {
  font-size:1em;
  top: 14px;
  display: inline-block;
  position: absolute;
  color: gray;
  margin-left:-4px;
}


.TimeScaleVl {
  border-left: 2px solid grey;
  height: 20px;
  margin-left: 25px;
  top: 10px;
  display: inline-block;
  animation: shiftL 0.5s linear infinite;
}
.PlayerScorer {
    border: 2px solid blue;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    position: absolute;
    left: 50%;
    top:-17px;
    /*background-color: blue;*/
}
#teamsCon {
position: absolute;
height: 80%;
width: 20%;
z-index:1;
text-align:center;
}
.TeamScorer {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    cursor: pointer;
    margin: 0.5em 0;
    line-height: 50px;
    text-align: center;
    font-size:1.2em;
}

@keyframes shiftL {
    0%{ transform: translateX(0) }
    100%{ transform: translateX(-27px) }
}
.PointsLabel {
font-size:2.5em;
font-weight: bold;
position: absolute;
z-index:1;
}

@media only screen and (max-width: 480px) {
#teamsCon {
z-index:1;
}
}
.NavLink {
padding: 0 0.1em;
float: left;
cursor: pointer;
border-radius: 8px;
}
.TintColor {
color: blue;
}
.NavBtn {
display: inline-block;
padding: 0 0.5em;
cursor: pointer;
font-size: 1.1em;
/*border-style: solid;
border-width: 1px;
border-color: white;*/
border-radius: 8px;
}
.ClassIDKey {
font-size: 1.7em;
}
.ClassIDKeyDesc {
color: lightgrey;
font-size: 0.9em;
}
.clUsersBtn {
background: url(../images/tb_multiplayer@2x.png) no-repeat left;
background-size: contain;
height:27px;
width:45px;
cursor: pointer;
}
table .SelectedUser td {
    /*border: solid 1px #E0E0E0;*/
    background-color: #E0E0E0;
}
.SelectedUser > td > .SelectedTr {
	display: block;
}
.SelectedTr {
   font-size: 1.2em;
   display: none;
   text-align: center;
}
.OpDescr {
   font-size: 0.8em;
	color: grey;
	display:block;
}
.OpCont {
	display: inline-block;
	text-align: center;
	padding-bottom: 0.5em;
	padding-right: 1em;
}
.cellDescr {
	position: absolute;
	bottom: 0.3em;
	left: 0;
	font-size: 0.7em;
	padding-left: 0.7em;
	color: gray;
}
.shape {
transform: scale(1);
width: 20px;
height: 20px;
background-size:'cover';
}

#flappyDiv svg {
	max-height:none;
}
