#modal9.modal.open {
    max-width: 400px;
}
#modal2.modal.open {
    height: 800px;
}
#deactivateMembershipBtn {
    background-color: #900
}

.dropbtn1 {
  background-color: #900;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn1:hover, .dropbtn1:focus {
  background-color:black;
}

.dropdown-content li > a, .dropdown-content li > span {
    font-size: 16px;
    color: #900;
    display: block;
    line-height: 22px;
    padding:8px 8px;
  }


#myInput1 {
  box-sizing: border-box;
  
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
}

#myInput1:focus {outline: 3px solid #ddd;}

.dropdown1 {
  position: relative;
  display: inline-block;
}

.dropdown-content1 {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 230px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1;
}

.dropdown-content1 a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown1 a:hover {background-color: #ddd;}

.show1 {display: block;}



.btn {
    font-size: 18px;
    background-color: #900;
    text-transform: none;
}
.btn:visited {
    background-color: #900;
}
.btn:hover {
  background-color: black;
  color: white;
}
.btn:visited {
    background-color:#900;   
  }
.pinkish {
    color:black;
    background-color: #f8dddd;
}


#navbar {
    margin: 0 auto;
    background-color: #900;
    height: 45px;
    line-height: 45px;
}

/* .footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #5680b0;
    text-align: center;
} */


.page-footer {
    background-color: #900;
    position: relative;
    margin-top: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 40px;

}


.page-footer {
    background-color: #900;
    position: relative;
    margin-top: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 40px;
    /* height: 90px; */
    /* line-height: 20px; */

}
.page-footer a {
    padding-left: 15px;
}

.sidenavold {
    /* TimeSync.loggingEnabled = false; */
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;

    background-color: #900;
    color: white; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenavold */

}

/* The navigation menu links */
.sidenavold a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    margin-bottom: 15px;
    /* color: #818181; */
    color: white;
    display: block;
    transition: 0.2s;
}

/* When you mouse over the navigation links, change their color */
.sidenavold a:hover {
    color: black;
}

/* Position and style the close button (top right corner) */
.sidenavold .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenavold (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenavold {padding-top: 15px;}
    .sidenavold a {font-size: 18px;}
}


@media screen and (max-width: 380px) {
    .pubs {
        width: 100%;
        margin: auto;
        padding-top: 20px;
    }
}
.time {
    text-align:right;
    padding-right:20px;
    width:50%
}
.event {
    padding-left: 20px;
    width:50%
}
.sessionBtn {
    padding-left: 20px;
    width:50%;
    cursor: pointer;
    color: blue;
}

#room1Name {
    margin-top: 40px;
}
.pubs {
    width: 100%;
    margin:auto;
    padding-top: 20px;
}
.tab {
  margin-left: 30px;
}
.btn.noPadding {
    padding: 0 .5rem;
}

.btn.admin {
    margin: 10px;
}


/* materialize overrides */
textarea {
  display:block;
}

/* .z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav {
    webkit-box-shadow: none;
    box-shadow: none
} */

ul.dotted-list:not(.browser-default) > li {
    list-style-type: disc;
}

input[type=text] {
    background-color: white;
}
.spacer {
    margin: 10px;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background-color:white;
}

main {
  flex: 1 0 auto;
}

a {
    color: #002aff;
}
a.normalButton {
    color: white
}
a.textbutton {
    color: white;
}

.blue.darken-3 {
    background-color: #5680b0 !important
}


hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 20px;
    margin-right: 20px;

    border-width: 1px;
    border-color: #1a0066;
}
h1, h2, h3, h4, h5 {
    font-weight: 300;
    color:#900;
}

/* h6, {
        font-size: 2.4em;
        color: orange;
} */

small {
    font-size: .7em;
    color:orange;
    line-height: 1.5;
}
a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: initial;
}
.collection a.collection-item {
    -webkit-transition: .25s;
    transition: .25s;
    color: orange;
}

/* .li.role-guest {
    height: 50px;
    line-height: 50px;
} */
nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
    height: 45px;
    line-height: 45px;
  }

.btn i.fa,
.btn-large i.fa {
    font-size: 1rem;
}

.center {
    margin: auto;
}
/* other stuff */


.cubeQuestionsMaster {
    height: 200px;
    width: 100%;
    color: orange;
    font-size: 50px;
    text-align: center;
    overflow: hidden;
}
#cubeQuestions {
    width: 100%;
    font-size: 50px
}

#flashcardHtml {
  max-width: 720px;
  margin: 10px auto 0;
}

#joinDialog {
    margin: 0 auto;
    text-align: center;
}
#joinWarning {
    margin: 0 auto;
    text-align: center;
}

/*#welcome {
    margin: 6rem auto 0;
}*/

#loginWarning {

    margin: 0 auto;
    color: red;
    text-align: center

}
#welcometext {
    max-width: 400;
    margin: 0 auto;
    color: orange;
    text-align: center;
    font-size: 20px;
}

#sidenav-overlay {
display: none;
}

#loginTxt {
    margin: 0 auto;
    font-size: 30px;
    max-width: 250px;
}

/* This is only for small screen */

#question-content {
    font-size: 3rem;
    color: black;
    cursor: pointer;
    text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
}
#question-content.no_selection {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}
#question-content .editCardBtn {
    font-size: 1rem;
    color: black;
    cursor: pointer;
    text-shadow: none;
    padding: 4px;
    line-height: 30px;

}

#card-stats {
    color: #999;
}
#inputBox {
  font-size: 30px;
}

#inputBox2 {
  font-size: 30px;
}

#searchBox {
  font-size: 30px;
}
#myProgress {
  width: 100%;
  background-color: #ddd;
}

#myBar {
  width: 0%;
  height: 30px;
  background-color: #4CAF50;
}


input[type='text'] {
    font-size: 30px;
    font-family: sans-serif;
}



button.delete-btn {
    background: none;
    border: none;
}

button.edit-btn {
    background: none;
    border: none;
}
/* li {
    float: left;
} */



.setsListing {
    font-size: 20px;
}

.repeatListing {
    font-size: 20px;
    color: orange;
    padding: 4px;
    text-align: center;
}
.statisticsListing {
    font-size: 20px;
    color: orange;
    padding: 4px;
    text-align: center;
}
.listWithBorder {
    border-style: groove;
    font-size: 20px;
}
.classlistheading {
    font-size: 45px;
    color: orange;
    font-weight: 300;

}
.classTitle {
    text-align: center;
    font-size: 50px;
    padding: 10px;
    color: orange;
}
.classHeading {
    color: orange;
    font-size: 45px;
    font-weight: 900;
    text-align: center;
    margin: 0 auto;
}
.classDiv {
    margin:0 auto;
    padding: 5px;
    background-color: #fff3e0;
    border-color: black;
    border-width: 3px;
    max-width: 800px;
    width: 99%;
    border-style: solid;
    border-width: 3px;
    border-color: black;
}
.classlisting {
    font-size: 20px
}

.classlisting .keepRight {
    float: right;
}
.createClassBtn {
    border: none;
    color: white;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 30px;
    border-radius: 10%;
}
.incompletes {
    background-color: #e8f5e9;
}

.completionsList {
    font-size: 30px;
    text-align: center;
    color: orange;

}
.hundredClubList {
    font-size: 30px;
    color: orange;
    text-align: center;

}
/* .centerme {
    margin: 0 auto;
} */

.classLink {
    /* border-radius: 25px; */

    text-align: center;
    background: #e8f5e9;
    padding: 0px;
    width: 95%;
    /* max-width: 300px; */
    /* height: 60px; */
    margin: 0 auto;
    /* margin-top:20px; */
    margin-bottom: 20px;
    font-size: 40px;
    color: orange;
    /* color: #3E556D; */
    /* border-width: 3px;
    border-color: black;
    border-style: solid; */
}

.classLinkLate {
    text-align: center;
    background: red;
    padding: 0px;
    width: 95%;
    /* max-width: 300px; */
    /* height: 60px; */
    margin: 0 auto;
    /* margin-top:20px; */
    margin-bottom: 20px;
    font-size: 40px;
    color: orange;

}

.leaderboardDiv {
    margin:0 auto;
    margin-top: 20px;
    text-align: center;
    font-size: 35px;
    padding: 5px;
    background-color: #fff3e0;
    border-color: black;
    border-width: 3px;
    max-width: 800px;
    width: 99%;
    border-style: solid;
    border-width: 3px;
    border-color: black;
}
.leaderboardColumnHeading {
    border-radius: 25px;
    text-align: center;
    /* background: #e8f5e9; */
    background: orange;
    width: 95%;

    padding: 10px;
    margin-top: 20px;
    font-size: 40px;
    color: white;
    /* border-width: 3px;
    border-color: black;
    border-style: solid; */
}
.leaderboardHeading {
    color: orange;
    font-size: 30px;
    text-align: center;
}
.goldwinner {
    color: gold;
}
.silverwinner {
    color: silver;
}
.bronzewinner {
    color: #8d6e63;
}
.edit-class-btn {
    border: 0px;
    margin: 50;
    padding: 0;
    color: black;
    background-color: white
}

.checkmark {
    color: green;
    font-size: 30px;
}
.exclamation {
    color: red;
    font-size: 30px;
}


.container2 {
    margin: 0 auto;
    max-width: 1000px;
    width: 95%;
}
.container3 {
    margin: 0 auto;
    max-width: 1000px;
    width: 95%;
    line-height: 50px;
}
.resultsHeading {
    font-weight: 300;
    color: orange;
    margin-top: 40px;
}

.container .row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}
.row {
    margin-bottom: 0px;
}

.totheright {
    text-align: center;
}


.no-login-class {
    background-color: blue;
    color: white;
    padding: 14px 16px;
}


.delete-row-btn:hover {
    font-weight: bold;
    color: #f44336 !important;
}

.nav {
    background-color: orange;
}
/* .astext {
    border: 2px solid blue;
    border-radius: 25px;
    margin: 0;
    padding: 10;
    color: black;
    font-size: 40px
} */
.leave-class-btn {
    cursor: pointer
}
.leave-class-btn:hover {
    color: #f44336 !important;
}


.astext2 {
    border: 0px;
    margin: 50;
    padding: 0;
    color: black;
    font-size: 40px;
}

.inputGroup {
    background-color: #fff3e0;
    margin-bottom: 10px;
}

.buttonSpacing {
    text-transform: none;
    margin-top: 6px;
    margin-right: 8px;
    margin-bottom: 2px;
    /* padding: 8px; */
    padding-left: 8px;
    padding-right: 8px;
}
.card-action button {

    text-transform: none;
    margin-top: 6px;
    margin-right: 8px;
    margin-bottom: 2px;
    /* padding: 8px; */
    padding-left: 8px;
    padding-right: 8px;
}
.card .card-action {
    padding: 8px;
}

.card .card-content {
    padding: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.correct {
    font-size: 50px;
    color: green;
    font-weight: bold;
    font-family: serif;
}
.incorrect {
    font-size: 50px;
    color: red;
    font-weight: bold;
    font-family: serif;
}

/* textarea {
    width: 90%;
    height: 80%;
    margin: 0 auto;
} */

#flashcardDiv .valign-wrapper{
    min-height: 30vw;
}
#flashcardDiv .valign-wrapper > div {
    width: 100%;
    text-align: center;
}

#sidesDisplay ul {
    margin: 0;
}
#sidesDisplay ul li.active {
    background-color: orange;
    border-radius: 50%;
}
#sidesDisplay ul li a {
    color: #999;
}
#sidesDisplay ul li.active a {
    color: #fff;
}

.button:hover {
  background-color: #FCAF50;
  color: white;
}

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
  text-align: center;
}


.adminbtn.btn {
    margin: 8px;
}


@media only screen and (min-width: 993px) {
    .container2 {
        width: 95%;
    }
}


@media only screen and (min-width: 601px) {

    #flashcardDiv .valign-wrapper{
        min-height: 18vw;
    }

    #question-content {
        font-size: 3rem;
        color: black;
        cursor: pointer;
        text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
    }
    .container2 {
        width: 95%;

    }
}

#set-title {
  font-size: calc(15px + 2vw);
  color: orange;
}

@media only screen and (min-width: 1050px) {
    #flashcardDiv .valign-wrapper{
        min-height: 20vw;
    }
    #question-content {
        font-size: 4rem;
        color: black;
        cursor: pointer;
        text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
    }
}
@media only screen and (min-width: 1310px) {
    #flashcardDiv .valign-wrapper{
        min-height: 20vw;
    }
    #question-content {
        font-size: 4rem;
        color: black;
        cursor: pointer;
        text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
    }
}
@media only screen and (min-width: 1569px) {

    #flashcardDiv .valign-wrapper{
        min-height: 18vw;
    }
    #question-content {
        font-size: 4rem;
        color: black;
        cursor: pointer;
        text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
    }
}
.dropdown-menus {
    width: 500px;
}



.thumbnailLarge {
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.thumbnailSmall {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
div.solid {border-style: solid;}

.imageIcons {
    font-size: 30px;
    color: orange;
    margin-left: 8px;
    /* margin-right: 12px; */
    /* padding-right: 20px;
    padding-left: 20px; */
}
.recordingIcons {
    margin-left: 8px;
    /* margin-right: 12px; */
    font-size: 30px;
}

.recordingIcons2 {

    font-size: 15px;
    margin-left: 3px;
    margin-right: 3px;
}


* { box-sizing: border-box; }

.scene {
  width: 300px;
  height: 300px;

  /* margin: 80px; */
  margin: 0 auto;
  perspective: 300px;
  margin-bottom: 10px;
}

.cube {
  width: 300px;
  height: 300px;
  position: relative;
  transform-style: preserve-3d;
  transform: translateZ(-150px);
  transition: transform .4s;

}


/* The side navigation menu */


/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}


.hamburgerBun {
    margin-left: 20px;
}

input[type='special'] {
    margin:0;
    font-size: 20px;
    height:35px;
    width:100%;
    padding: 2px;
}



nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
    height: 45px;
    line-height: 45px;
}
