@charset "utf-8";
/* CSS Document */

body{
    padding: 0;
    margin: 0;
    border: 0;
}
ul {
    padding: 10;
    list-style-type: disc;
    margin-block-start:  0px;;
    margin-block-end:  0px;;
    margin-inline-start: 5px;
    margin-inline-end: 0px;
    padding-inline-start: 6px;
}
li {
    padding: 10;
    margin-block-start:  0px;;
    margin-block-end:  0px;;
    margin-inline-start: 5px;
    margin-inline-end: 0px;
    padding-inline-start: 6px;
}
ol {
    padding: 10;
    list-style-type: decimal;
    margin-block-start:  0px;;
    margin-block-end:  0px;;
    margin-inline-start: 5px;
    margin-inline-end: 0px;
    padding-inline-start: 6px;
}
A:link {
    color: rgb(0, 128, 0);
    text-decoration: none;
}

A:visited {
    color: rgb(0, 128, 0);
    text-decoration: none;
}

A:active {
    color: rgb(0, 128, 0);
    text-decoration: none;
}
dt{
    padding: 2px;
}
dt:active {
    background: #f9f9f9
}

body {
    background: #ffffff;
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
    color: black;
    width: 100vw;
    max-width: 100vw;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
}


h1,.h1,#h1{
    font-size: 22px;
    font-weight: normal;
    color: #339966;
}
h2,.h2,#h2{
    font-size: 18px;
    font-weight: normal;
    color: #178330;
    
}
h3,.h3,#h3{
    font-size: 16px;
    font-weight: normal;
    color: #178330;
}
h4 {
    font-size: 18px;
    font-weight: normal;
    color: #008FD5;
    font-style: italic;
}

.h1,.h2,.h3,#h1,#h2,#h3
{
    font-weight: 600;
}


hr { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}

select {
    color: #000;
}

#footdiv {
    width: 100%;
    height: 120px;
    background-color: #cccccc;
    color: #fff;
    text-align: center;
}

#footdiv H3 {
    font-family: 'Dancing Script', cursive;
    color: #fff;
}

.footer-bottom {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    background-color: rgba(138, 35, 118, 0.70);
}

#header {
    height: 70px;
    width:100%;
    position: fixed;
    top:0;
    z-index: 99; 
    background-color: white;
}

#headerthin {
    height: 50px;
    width:100%;
    position: fixed;
    top:0;
    background-color: #DDB7C1;
    z-index: 99; 
    
}

#topbar {
    position: fixed;
    right:0px;
    top: 5px;
    text-align: right;
    padding-right: 10px;
    line-height: 30px;
}

.toprightsearch{
    position: fixed;
    right:50px;
    top: 12px;
    text-align: left;
    padding-right: 10px;
}
        
#topbarrightcorner {
    position: fixed;
    right:10px;
    top: 10px;
    text-align: left;
    padding-right: 10px;
    line-height: 40px;
}
.search{
    position: relative;
    top: 4px;
}
.searchbox {
  width: 120px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}        
        
.searchbox:focus {
  width: 200px;
}

.gpscurrent{
    color:#178330;
    font-weight: bold;
}
#gps{
    font-size: 22px;
}
.gps{
    color: #178330;
    font-weight: 500;
}

.t1 {
    font-family: 'Poppins';
    font-weight: 900;
    font-size: 2em;

}

.t2 {
    /*font-family: 'Kumar One Outline';*/
    font-family: 'Poppins';
    font-weight: 900;
    font-size: 1.5em;

}

.t3 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 0.8em;
}

.white{
    color: white;
}

#wrapper{
    font-family: 'Poppins';
    font-size: 18px;
    margin-top: 70px;
    width: 100vw;
    
}

#wrapperthin{
    font-family: 'Poppins';
    font-size: 16px;
    margin-top: 50px;
    width: 90vw;

}
#wrapperthin100{
    font-family: 'Poppins';
    font-size: 16px;
    margin-top: 50px;
    width: 100vw;
   
}


#loader{
    text-align: center;
}

#updates{
    
    padding: 10px;
    width: 95vw;
}
#updates100{
    
    padding: 10px;
    width: 100vw;
}

#chapternamenotactive {
   color: gray;
}



.assignment{
    display: block;
    margin-left: auto;
    margin-right: auto; 
}

.floatcenter{
    display: block;
    margin-left: auto;
    margin-right: auto; 
}


.indexmenu{
    font-size: 28px;
    font-weight: 600;
}

.imgthumb{
    width:300px;
}


.notes{
    padding-left: 20px;
    color: #b59122;
    font-style: italic;
    font-size: 15px;
}
#mynotes{
    font-weight: 600;
}

.notesdiv{
    padding-bottom: 20px;
    background-color: #fffddb;
}

.roundbutton {
  border-radius: 25px;
  background: #178330;
    color: white;
  padding: 5px;
  width: 130px;
  height: 30px;
  text-align: center;
  font-family: 'Poppins';
  font-weight: 500;
}

.roundbutton180 {
  border-radius: 25px;
  background: #178330;
    color: white;
  padding: 5px;
  width: 180px;
  height: 30px;
  text-align: center;
  font-family: 'Poppins';
  font-weight: 500;
}

.spanbutton{
    display:inline-block;
    color:#444;
    border:1px solid #000;
    background:#DDD;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
    cursor:pointer;
    vertical-align:middle;
    padding: 0px 3px 0px 3px;
    text-align: center;
}

.next {
    border-radius: 25px;
    background: #178330;
    color: white;
    padding: 5px;
    width: 130px;
    height: 30px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto; 
}


input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: white;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid grey;
}

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #96b63c;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid grey;
}

.standalonetitle{
    margin-top: 15px;
}


/* Dropdown menu */
.dropbtn {
    padding-left: 5px;
    padding-top:20px;
    font-size: 16px;
    border: none;
font-family: 'Poppins';
}

button.dropbtn {
    background-color: transparent;
    color: white;
}

.dropdown {
    position: relative;

    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); 
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 5px 5px;
    text-decoration: none;
    display: block;
    font-family: 'Poppins';
}

.dropdown-content a:hover {
    background-color: #96b63c;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #96b63c;
}

.center-all{
    text-align: center;
}


.topleftdiv {
    min-height: 70px;
    position: relative;
    float: left;
    width:calc(30%);
    background: #178330;
}
.toprightdiv {
    min-height: 70px;
    position: relative;
    float: right;
     width:calc(70%);
    background: #178330;
}
.topleftdiv:after, .toprightdiv:before {
    content:'';
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
}



  /* Clearable text inputs */
.clearable{
  position: relative;
  display: inline-block;
}

.clearable__clear{
  display: none;
  position: absolute;
  right:0; top:0;
  padding: 0 8px;
  font-style: normal;
  font-size: 1.2em;
  user-select: none;
  cursor: pointer;
}
.clearable input::-ms-clear {  /* Remove IE default X */
  display: none;
}  