﻿.heading{
    text-align:center;
    font-size:large;
    font-weight:bold;
}

.bookClass-pane{
    position:absolute;
    font-family:maven pro;
    top:14vh;
    left:0;
    height:86vh;
    width:15vw;
    background: #fff;
    z-index:99;
    overflow-x:hidden;
    overflow-y:auto;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -ms-transition:all 1s ease;
    -o-transition:all 1s ease;
    transition:all 1s ease;
    color:#000;
    display:none;
    -webkit-box-shadow: 7px 2px 35px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 2px 35px -4px rgba(0,0,0,0.75);
    box-shadow: 7px 2px 35px -4px rgba(0,0,0,0.75);
}

.bookClass-pane input{
    background-color:rgba(0, 0, 0, 0.01);
    border:none;
    border-bottom:1px solid #3F51B5;
    width: 13vw;
    margin-top:25px;
}

.bookClass-pane input[type="submit"]{
    /*position:fixed;
    bottom:0.5vh;
    left:0vw;*/
    width: 14vw;
    border-bottom:1px solid white;
    border-left:1px solid white;
    border-right:1px solid white;
}

.bookClass-pane select{
    background-color:rgba(0, 0, 0, 0.01);
    border:none;
    border-bottom:1px solid #3F51B5;
    width: 13vw;
    margin-top:25px;
    color:#000;
}

.bookClass-pane select option{
    color:black;
    width: 13vw;
}

.bookClass-pane-cover{
    position:absolute;
    top:0;
    left:0;
    background: #3F51B5;
    width:100%;
    height:100%;
    z-index:100;
    display:none;
}

.pane-command{
    position:relative;
    top:-4vh;  
    width:24px;
    height:24px;
    cursor:pointer;
}

.open {
    position:relative;
    background: url(../Images/chevron-double-right.svg);
    background-repeat:no-repeat;
    left:13vw;
}

.closed {
    position:relative;
    background: url(../Images/chevron-double-left.svg);
    background-repeat:no-repeat;
    left:2vw;

}

.fill-width{
    width:100%;
}

.fill-width left{
    width:40%;
}

.fill-width right{
    width:60%;
}

.article{
    display: inline-block;
    text-decoration:none;
}

.article:hover{
    text-decoration:none;
    color:#2196f3;
}

.createArticle {
  background-color: #3F51B5;
  width: 70px;
  height: 70px;
  position: fixed;
  right: 3%;
  top: 87vh;
  border-radius: 50%;
  box-shadow: 0px 0px 7px #555;
  border:none;
  color: #fff;
  font-size: 42px;
  line-height: 65px;
  text-align: center;
  transition: 300ms ease;
  z-index: 1000;
}

.back-button {
  position:absolute;
  top: 3vh;
  left:1vw;
  display: inline-block;
  overflow: hidden;
  margin: auto; 
  text-decoration: none;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  letter-spacing: .08em;
  color: #fff;
  background: rgba(198,0,0,0);
  width:auto;
  z-index:600;
}

.createArticle:hover {
    text-decoration:none;
    color: #fff;
}

.dropDown {
    border-bottom: 0px solid rgba(0, 0, 0, 0.73);
    border-top:none;
    border-right:none;
    border-left:none;
    width:125px;
}

dropDown:focus{
   color: #1abc9c;
  font-size: 11px;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.default-button {
  display: inline-block;
  overflow: hidden;
  margin: auto;
  padding: 0 4em;  
  text-decoration: none;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  letter-spacing: .08em;
  color: #fff;
  background: #3F51B5;
  border: solid 1px #fff;
  border-radius: 2px;
}

.input-limit{
    max-width:35%;
    /* margin:auto; */
    position:relative;
    float: right;
    top: 29vh;
    z-index: 1000;
}

.article-container{
    
}

.rating-canvas{   
    position: absolute;
    z-index:600;
    top:95vh;
    left:95vw;
    /* top:-3vh; 
    /*left: 95vw;*/
    /* float:right; */
}

.g {
  padding: 0.25em;
  overflow: hidden;
}

.g li {
  float: left;
  width: 50%;
  padding: 0.25em;
}

.g img {
  display: block;
}

.g li:nth-child(odd) {
  clear: left;
}

@media screen and (min-width: 40em) {
  .g li {
    width: 33.3333333333333333%;
  }
  .g li:nth-child(3n+1) {
    clear: left;
  }
  .g li:nth-child(odd) {
    clear: none;
  }
}

@media screen and (min-width: 55em) {
  .g li {
    width: 25%;
  }
  .g li:nth-child(4n+1) {
    clear: left;
  }
  .g li:nth-child(3n+1) {
    clear: none;
  }
}

@media screen and (min-width: 72em) {
  .g li {
    width: 20%;
  }
  .g li:nth-child(5n+1) {
    clear: left;
  }
  .g li:nth-child(4n+1) {
    clear: none;
  }
}

@media screen and (min-width: 90em) {
  .g li {
    width: 16.666666666%;
  }
  .g li:nth-child(6n+1) {
    clear: left;
  }
  .g li:nth-child(5n+1) {
    clear: none;
  }
}

.pane-accent-top{
    position: relative;
    top: 0vw;
    left: -1vw;
    width: 18vw;
    height: 2vw;
    background-image:url('../Images/Artboard 2.svg');
    background-repeat:no-repeat;
    background-size: cover;
}

.pane-accent-bottom{
    position: absolute;
    left: -1vw;
    bottom: 0vw;
    width: 18vw;
    height: 2vw;
    background-image:url('../Images/Artboard 3.svg');
    background-repeat:no-repeat;
    background-size: cover;
}

@media (min-width: 768px){
    .bookClass-pane{
    position:absolute;
    font-family:maven pro;
    top:14vh;
    left:0;
    height:86vh;
    width:20vw;
    background: #fff;
    z-index:99;
    overflow-x:hidden;
    overflow-y:auto;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -ms-transition:all 1s ease;
    -o-transition:all 1s ease;
    transition:all 1s ease;
    color:#000;
    display:none;
    -webkit-box-shadow: 7px 2px 35px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 2px 35px -4px rgba(0,0,0,0.75);
    box-shadow: 7px 2px 35px -4px rgba(0,0,0,0.75);
} 
    .pane-accent-top{
    position: relative;
    top: 0vw;
    left: -1vw;
    width: 100vw;
    height: 2vw;
    background-image:url('../Images/Artboard 2.svg');
    background-repeat:no-repeat;
    background-size: cover;
}
    .back-button {
      position:absolute;
      top: 1vh;
      left:1vw;
      display: inline-block;
      overflow: hidden;
      margin: auto; 
      text-decoration: none;
      text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
      letter-spacing: .08em;
      color: #fff;
      background: rgba(198,0,0,0);
      width:auto;
      z-index:600;
    }
    .pane-accent-bottom{
    position: absolute;
    left: -1vw;
    bottom: 0vw;
    width: 100vw;
    height: 2vw;
    background-image:url('../Images/Artboard 3.svg');
    background-repeat:no-repeat;
    background-size: cover;
}
}

@media screen and (max-width: 767px){
    .bookClass-pane{
    position:absolute;
    font-family:maven pro;
    top:14vh;
    left:0;
    height:86vh;
    width:40vw;
    background: #fff;
    z-index:99;
    overflow-x:hidden;
    overflow-y:auto;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -ms-transition:all 1s ease;
    -o-transition:all 1s ease;
    transition:all 1s ease;
    color:#000;
    display:none;
    -webkit-box-shadow: 7px 2px 35px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 2px 35px -4px rgba(0,0,0,0.75);
    box-shadow: 7px 2px 35px -4px rgba(0,0,0,0.75);
} 
    .pane-accent-top{
    position: relative;
    top: 0vw;
    left: -1vw;
    width: 100vw;
    height: 2vw;
    background-image:url('../Images/Artboard 2.svg');
    background-repeat:no-repeat;
    background-size: cover;
}
    .back-button {
      position:absolute;
      top: 1vh;
      left:1vw;
      display: inline-block;
      overflow: hidden;
      margin: auto; 
      text-decoration: none;
      text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
      letter-spacing: .08em;
      color: #fff;
      background: rgba(198,0,0,0);
      width:auto;
      z-index:600;
    }
    .pane-accent-bottom{
    position: absolute;
    left: -1vw;
    bottom: 0vw;
    width: 100vw;
    height: 2vw;
    background-image:url('../Images/Artboard 3.svg');
    background-repeat:no-repeat;
    background-size: cover;
}
}

@media (max-device-width: 480px){
    .bookClass-pane{
    position:absolute;
    font-family:maven pro;
    top:14vh;
    left:0;
    height:86vh;
    width:40vw;
    background: #fff;
    z-index:99;
    overflow-x:hidden;
    overflow-y:auto;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -ms-transition:all 1s ease;
    -o-transition:all 1s ease;
    transition:all 1s ease;
    color:#000;
    display:none;
    -webkit-box-shadow: 7px 2px 35px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 2px 35px -4px rgba(0,0,0,0.75);
    box-shadow: 7px 2px 35px -4px rgba(0,0,0,0.75);
} 
    .pane-accent-top{
    position: relative;
    top: 0vw;
    left: -1vw;
    width: 100vw;
    height: 2vw;
    background-image:url('../Images/Artboard 2.svg');
    background-repeat:no-repeat;
    background-size: cover;
}
    .back-button {
      position:absolute;
      top: 1vh;
      left:1vw;
      display: inline-block;
      overflow: hidden;
      margin: auto; 
      text-decoration: none;
      text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
      letter-spacing: .08em;
      color: #fff;
      background: rgba(198,0,0,0);
      width:auto;
      z-index:600;
    }
    .pane-accent-bottom{
    position: absolute;
    left: -1vw;
    bottom: 0vw;
    width: 100vw;
    height: 2vw;
    background-image:url('../Images/Artboard 3.svg');
    background-repeat:no-repeat;
    background-size: cover;
}
}

@media (max-device-width: 320px){
    .bookClass-pane{
    position:absolute;
    font-family:maven pro;
    top:14vh;
    left:0;
    height:86vh;
    width:40vw;
    background: #fff;
    z-index:99;
    overflow-x:hidden;
    overflow-y:auto;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -ms-transition:all 1s ease;
    -o-transition:all 1s ease;
    transition:all 1s ease;
    color:#000;
    display:none;
    -webkit-box-shadow: 7px 2px 35px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 2px 35px -4px rgba(0,0,0,0.75);
    box-shadow: 7px 2px 35px -4px rgba(0,0,0,0.75);
} 
    .pane-accent-top{
    position: relative;
    top: 0vw;
    left: -1vw;
    width: 100vw;
    height: 2vw;
    background-image:url('../Images/Artboard 2.svg');
    background-repeat:no-repeat;
    background-size: cover;
}
    .back-button {
      position:absolute;
      top: 1vh;
      left:1vw;
      display: inline-block;
      overflow: hidden;
      margin: auto; 
      text-decoration: none;
      text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
      letter-spacing: .08em;
      color: #fff;
      background: rgba(198,0,0,0);
      width:auto;
      z-index:600;
    }
    .pane-accent-bottom{
    position: absolute;
    left: -1vw;
    bottom: 0vw;
    width: 100vw;
    height: 2vw;
    background-image:url('../Images/Artboard 3.svg');
    background-repeat:no-repeat;
    background-size: cover;
}
}

.answer-pane{  
    z-index:500;
    position: fixed;
    bottom: 0;
    width:100%;
    background-color:transparent;
    color:#fff;
}

.createArticle-form{
    z-index:100;
}


/*@media (max-device-width: 800px) and  (orientation: portrait){
    /*.bookClass-pane{
        position:absolute;
        top:10vh;
        left:0;
        height:90vh;
        width:4vw;
        background: #3F51B5;
        z-index:99;
        overflow-x:hidden;
        overflow-y:scroll;
        -webkit-transition:all 1s ease;
        -moz-transition:all 1s ease;
        -ms-transition:all 1s ease;
        -o-transition:all 1s ease;
        transition:all 1s ease;
        color:white;
    }

    .bookClass-pane input{
    background-color:rgba(0, 0, 0, 0.01);
    border:none;
    border-bottom:1px solid white;
    width: 95%;
    margin-top:25px;
    }

    .bookClass-pane input[type="submit"]{
        position:fixed;
        bottom:0.5vh;
        left:0vw;
        width: 95%;
        border-bottom:1px solid white;
        border-left:1px solid white;
        border-right:1px solid white;
    }


    .bookClass-pane select{
        background-color:rgba(0, 0, 0, 0.01);
        border:none;
        border-bottom:1px solid white;
        width: 95%;
        margin-top:25px;
    }

    .bookClass-pane select option{
        color:black;
        width: 95%;
    }*/

    .answer-pane{  
        z-index:500;
        position: fixed;
        bottom: 0;
        width:100%;
        height:70vh;
        background-color:transparent;
        color:#fff;
    }
}

@media (max-device-width: 800px) and  (orientation: landscape){

    .answer-pane{  
        z-index:500;
        position: fixed;
        bottom: 0;
        width:100%;
        height:63vh;
        background-color:transparent;
        color:#fff;
    }
}*/

.article-editor{
    position:absolute;
    top:10vh;
    width:100vw;
    height:87vh;
    overflow:hidden;
}


.class-button {
    text-decoration: none;
    text-align: center;
    color: #01B7D4;
    cursor: pointer;
    border: 1px solid #01B7D4;
    border-radius: 10px;
    padding-left: 3%;
    padding-right: 3%;
}

    .class-button:visited {
        text-decoration: none;
    }

    .class-button:hover {
        text-decoration: none;
    }

.pane-active{
    display:block;
}

.plyer{
    position:absolute;
    top:0;
    left:0;
    display:none;
}

.play-button{
  position: absolute;
  z-index: 1000;
  top: 2.5%;
  left: 97.5%;
  cursor:pointer;
}