/*
File: style.css
Author: Gijs de Jong
*/

body {
  background-color: #fff;
}

/*---------------------------------------------------------------------------------------------------*/

#shade {
  position: fixed;
  z-index: 99;

  display: none;

  width: 100vw;
  height: 100vh;

  color: red;
  background-color: rgba(0, 0, 0, 0.4);
}

#wrapper {
  font-family: "Open-Sans", sans-serif !important;

  position: absolute;

  display: none;

  width: 100%;
  height: 100vh;
  /*overflow: hidden;#ff7f50;*/

  background-color: #eee;
}

#logo {
  position: absolute;
  top: -41px;
  right: 0;
  bottom: 0;
  left: 0;

  width: auto;
  height: auto;
  margin: 0 auto;
}

/*---------------------------------------------------------------------------------------------------*/

#start, #reset, #verify, #account, #habit {
  font-family: "Inconsolata", monospace;

  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  color: #222;
  background-color: #fff;

  /*box-shadow: 0 0 4px #444;*/
}
#start, #reset, #verify, #account, #habit {
  width: 500px;
  height: 450px;
  margin: auto;
}
#start {
  overflow: visible !important;
}
#account, #habit {
  display: none;
}
#habit {
  height: 792px;
}

.menu {
  font-size: 15pt;
  font-weight: 700;
  line-height: 80px;

  width: 100%;
  height: 80px;
}
#loading {
  width: 0;
  height: 4px;
  margin-bottom: 16px;/*58*/

  background-color: #ccc;
}
.form-text {
  margin-bottom: 26px;

  text-align: center;

  opacity: 0;
}

.menu-item {
  float: left;

  width: 50%;

  cursor: pointer;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  text-align: center;

  color: #fff;
  background-color: #ccc;
}
#reset-item, #verify-item {
  width: 100%;
}
#header .menu-item {
  width: 25%;
}
.active-menu-item {
  color: #222;
  background-color: #fff;
}

.form {
  font-family: "Inconsolata", monospace;
  font-size: 14pt;

  display: none;

  width: 80%;
  margin: 0 auto 20px auto;
}
#reset-password-form, #verify-email-form {
  display: block;
}
.input-text {
  font-weight: 700;
  line-height: 30px;

  height: 30px;
  padding-left: 9px;
}
.input-hr {
  height: 2px;
  margin: 20px 0 20px 0;

  color: #444;
  border: 0;
  background-color: #ccc;
}
.input, .submit {
  font-family: "Inconsolata", monospace;
  font-size: 14pt;

  -webkit-transition: 0.2s;
          transition: 0.2s;

  background-color: #fff;
}
.input {
  width: calc(100% - 18px);
  padding: 10px 8px 10px 8px;

  color: #444;
  border: 1px solid transparent;
}
.input:hover {
  /*background-color: #eee;*/
  border: 1px solid #222;
}
.input:focus {
  border: 1px solid #222;
}
.forgot-password-text, .back-text {
  line-height: 50px;

  height: 50px;

  cursor: pointer;
  -webkit-transition: 0.2s;
          transition: 0.2s;
}
.form-text span {
  cursor: pointer;
  -webkit-transition: 0.2s;
          transition: 0.2s;
}
.forgot-password-text:hover, .back-text:hover, .form-text span:hover {
  color: #00bcd4;
}
.submit {
  font-weight: 700;

  float: right;

  width: calc(50% - 4px);
  height: 50px;

  cursor: pointer;

  color: #222;
  border: 2px solid #4caf50;
}
.submit:hover {
  color: #fff;
  background-color: #4caf50;
}




#tododetailssubmit, #studentdetailssubmit {
  display: none;
}

/*---------------------------------------------------------------------------------------------------*/

#header {
  font-family: "Inconsolata", monospace;

  position: absolute;
  top: 60px;
  right: 0;
  bottom: 0;
  left: 0;

  width: 1000px;
  margin-right: auto;
  margin-left: auto;

  color: #222;
  background-color: #fff;
}


/*---------------------------------------------------------------------------------------------------*/

#todoscontainer, #studentscontainer {
  position: absolute;
  top: 120px;
  right: 0;
  left: 0;

  display: none;
  overflow: hidden;

  width: 1000px;
  height: calc(100% - 190px);
  margin-right: auto;
  margin-left: auto;

  border-top: 3px solid #444;
  border-bottom: 3px solid #444;
}

.viewtextcontainer {
  font-size: 18pt;

  width: 400px;
  height: 30px;
  margin: 12px auto;

  text-align: center;

  color: #444;
}

.viewtext, .registertext, .archivetext {
  display: inline;

  padding-right: 4px;
  padding-left: 4px;

  cursor: pointer;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.viewtext {
  float: left;
}

.archivetext {
  float: right;
}
.viewtext:hover, .archivetext:hover, .registertext:hover {
  color: #00bcd4;
}

.sortcontainer {
  font-size: 15pt;

  position: absolute;

  width: 118px;
  height: 128px;
  margin-top: 16px;

  text-align: left;

  color: #444;
}

.sort {
  margin-bottom: 15px;

  cursor: pointer;
}
.sorttext {
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.deadlinesorttextd, .namesorttextd {
  text-decoration: underline;
}
.deadlinesortd:hover > .deadlinesorttextd, .deadlinesorta:hover > .deadlinesorttexta, .priorsortd:hover > .priorsorttextd, .priorsorta:hover > .priorsorttexta, .namesortd:hover > .namesorttextd, .namesorta:hover > .namesorttexta {
  color: #00bcd4;
}

.list, .archivelist {
  position: absolute;
  right: 0;
  left: 0;

  display: none;

  width: 500px;
  height: calc(100% - 54px);
  margin-right: auto;
  margin-left: auto;
}

.page {
  display: none;
}

.pagetextcontainer, .apagetextcontainer {
  font-size: 15pt;

  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;

  display: none;

  width: 35px;
  height: 35px;

  color: #444;
  border: none;
  background: transparent;
}

.todocontainer, .studentcontainer {
  font-size: 12pt;

  width: calc(100% - 4px);
  height: auto;
  margin-top: 16px;
  margin-bottom: 16px;

  cursor: pointer;
  -webkit-transition: 0.3s;
          transition: 0.3s;

  opacity: 0;
  color: #444;
  border: 1px solid transparent;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 0 3px #444;
}

.restore {
  position: absolute;
  right: 0;

  width: 22px;
  height: auto;
  margin-top: 4px;
  margin-right: 60px;

  cursor: pointer;
}
.remove {
  position: absolute;
  right: 0;

  width: 22px;
  height: auto;
  margin-top: 2px;
  margin-right: 7px;

  cursor: pointer;
}

.s_info1, .s_info2, .sa_info1, .sa_info2 {
  position: relative;

  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.s_info1 {
  margin-right: 40px;
}
.sa_info1 {
  margin-right: 92px;
}
.s_info2, .sa_info2 {
  margin-right: 10px;
}

#addtodocontainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;

  width: 650px;
  height: 378px;
  margin: auto;
}

#addtodoform {
  position: absolute;

  width: 100%;
  height: 378px;
  margin: auto;
}

.addtodoinfo1, .addtodoinfo2 {
  position: absolute;
  top: 42px;
  bottom: 0;

  width: 310px;
  height: 336px;

  text-align: center;

  border-radius: 2px;
  background-color: #00bcd4;
  box-shadow: 0 0 4px #444;
}
.addtodoinfo1 {
  right: auto;
  left: 0;
}
.addtodoinfo2 {
  right: 0;
  left: auto;
}

.addtodoinfotext {
  font-size: 18pt;

  margin-top: -42px;
  margin-bottom: 16px;

  text-align: center;

  color: #444;
}

#tododetailscontainer {
  font-size: 12pt;

  position: absolute;
  z-index: 999;
  top: 50%;
  right: 0;
  left: 0;

  display: none;

  width: 850px;
  height: auto;
  margin: auto;

  transform: translateY(-50%);

  color: #444;
  border: 2px solid transparent;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 0 3px #444;
}

#studentdetailscontainer {
  font-size: 12pt;

  position: absolute;
  z-index: 999;
  top: 50%;
  right: 0;
  left: 0;

  display: none;

  width: 850px;
  height: auto;
  margin: auto;

  transform: translateY(-50%);

  color: #444;
  border: 2px solid transparent;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 0 3px #444;
}

.detailsname {
  font-size: 18pt;

  margin-top: 2.5%;
  margin-right: 12%;
  margin-bottom: 5px;
  margin-left: 3.5%;

  color: #444;
}
.detailshr {
  width: 95%;
  height: 2px;
  margin-bottom: 15px;

  border: 0;
  background-color: #444;
}

.lrestore {
  position: absolute;
  top: 0;
  right: 0;

  display: none;

  width: 25px;
  height: auto;
  margin-top: 6px;
  margin-right: 187px;

  cursor: pointer;
}
.lremove {
  position: absolute;
  top: 0;
  right: 0;

  width: 25px;
  height: auto;
  margin-top: 1.5px;
  margin-right: 142px;

  cursor: pointer;
}
.sremove {
  position: absolute;
  right: 0;

  width: 22px;
  height: auto;
  margin-top: 2px;
  margin-right: 26px;

  cursor: pointer;
}
.word {
  position: absolute;
  top: 0;
  right: 0;

  width: 28px;
  height: auto;
  margin-top: 4px;
  margin-right: 94px;

  cursor: pointer;
}
.save {
  position: absolute;
  top: 0;
  right: 0;

  width: 25px;
  height: auto;
  margin-top: 2px;
  margin-right: 49px;

  cursor: pointer;
}
.exit {
  position: absolute;
  top: 0;
  right: 0;

  width: 25px;
  height: auto;
  margin-top: 4px;
  margin-right: 3.5px;

  cursor: pointer;
}

#tododetailsform, #studentdetailsform {
  width: 95%;
  margin-right: 2.5%;
  margin-left: 2.5%;

  text-align: center;
}
#tododetailsform {
  height: 335px;
}
#studentdetailsform {
  height: 432px;
}

.detailsinfo {
  width: 385px;
  margin-bottom: 6px;
}
.detailsinfo1 {
  float: left;
}
.detailsinfo2 {
  float: right;
}
.detailsinfo3 {
  float: left;
}
.detailsinfo4 {
  float: right;
}

.detailsinfotext {
  font-size: 15pt;

  color: #444;
}
.detailsinputtext {
  font-size: 13pt;

  position: absolute;

  text-align: left;

  color: #444;
}
.detailsinputtext1 {
  margin-top: 23px;
}
.detailsinputtext2 {
  margin-top: 83px;
}
.detailsinputtext3 {
  margin-top: 143px;
}
.detailsinputtext4 {
  margin-top: 139px;
}
.detailsinputtext5 {
  margin-top: 203px;
}
.detailsinfo .input, .detailsinfo .select, .detailsinfo .description, .detailsinfo .submit {
  float: right;
}
#tododetailsstudent, #tododetailspriority, .input[name="studentdetailsname"], .input[name="studentdetailsgrades"], .input[name="studentdetailshome_situation"], .input[name="studentdetailshealth"] {
  margin-top: 10px;
}

#expiredtodos, #opentodos {
  position: relative;

  width: 386px;
  height: 282px;
  margin-bottom: 2.5%;
}
#expiredtodos {
  float: left;

  margin-left: 2.5%;
}
#opentodos {
  float: right;

  margin-right: 2.5%;
}
.todotext {
  font-size: 15pt;

  text-align: center;

  color: #444;
}
.studenttodos {
  overflow-y: scroll;

  width: auto;
  height: 250px;
  margin-top: 8px;

  border: 2px solid #444;
}
.studenttodocontainer {
  font-size: 12pt;

  width: calc(100% - 40px);
  height: auto;
  margin-top: 16px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;

  cursor: pointer;
  -webkit-transition: 0.3s;
          transition: 0.3s;

  color: #444;
  border: 1px solid transparent;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 0 3px #444;
}

#registerstudentcontainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;

  width: 650px;
  height: 542px;
  margin: auto;
}

#registerstudentform {
  position: absolute;

  width: 100%;
  height: 542px;
  margin: auto;
}

.registerstudentinfo1, .registerstudentinfo2, .registerstudentinfo3, .registerstudentinfo4 {
  position: absolute;
  bottom: 0;

  width: 310px;
  height: 216px;

  text-align: center;

  border-radius: 2px;
  background-color: #00bcd4;
  box-shadow: 0 0 4px #444;
}
.registerstudentinfo1 {
  top: 42px;
  right: auto;
  left: 0;
}
.registerstudentinfo2 {
  top: 42px;
  right: 0;
  left: auto;
}
.registerstudentinfo3 {
  top: 326px;
  right: auto;
  left: 0;
}
.registerstudentinfo4 {
  top: 326px;
  right: 0;
  left: auto;
}

.registerstudentinfotext {
  font-size: 18pt;

  margin-top: -42px;
  margin-bottom: 16px;

  text-align: center;

  color: #444;
}

/*---------------------------------------------------------------------------------------------------*/

#accountloading {
  position: absolute;
  top: auto;
  bottom: 52px;

  width: 0;
  height: 4px;

  background-color: #444;
}

#footer {
  font-size: 14pt;

  position: absolute;
  top: auto;
  bottom: 0;

  width: 100%;
  height: 40px;

  color: #222;
}

.copy {
  margin-left: 25px;
  padding-right: 3px;
}

.logout {
  position: absolute;
  right: 0;
  left: 0;

  width: 68px;
  margin-right: auto;
  margin-left: auto;

  cursor: pointer;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  text-align: center;
}

.logout:hover {
  color: #00bcd4;
}

/*---------------------------------------------------------------------------------------------------*/

#aboutheader {
  font-size: 19.5pt;
  line-height: 55px;

  position: absolute;
  top: 40px;
  right: 0;
  bottom: 0;
  left: 0;

  width: 750px;
  height: 55px;
  margin-right: auto;
  margin-left: auto;

  text-align: center;

  color: #00bcd4;
  border-bottom: 3px solid #444;
}

#abouttextcontainer {
  font-size: 12pt;

  width: 750px;
  height: auto;
  margin: 116px auto 36px auto;

  color: #444;
}

#abouttextcontainer a {
  -webkit-transition: 0.3s;
          transition: 0.3s;
  white-space: nowrap;

  color: #444;
}
#abouttextcontainer a:hover {
  color: #00bcd4;
}

/*---------------------------------------------------------------------------------------------------*/
/*
login & forgotpassword & settings done

*/

@media (max-height: 350px) {
  #logincontainer {
    top: 25px;

    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-height: 290px) {
  #forgotpasswordcontainer {
    top: 25px;

    margin-top: 0;
    margin-bottom: 0;
  }
}

/* Details */
@media (min-width: 876px) and (max-height: 431px) {
  #tododetailscontainer {
    top: 0;

    margin-top: 11px;
    margin-bottom: 11px;

    transform: none;
  }
}
@media (min-width: 876px) and (max-height: 832px) {
  #studentdetailscontainer {
    top: 0;

    margin-top: 11px;
    margin-bottom: 11px;

    transform: none;
  }
}
@media (min-width: 451px) and (max-width: 875px) and (max-height: 688px) {
  #tododetailscontainer {
    top: 0;

    margin-top: 11px;
    margin-bottom: 11px;

    transform: none;
  }
}
@media (min-width: 451px) and (max-width: 875px) and (max-height: 1504px) {
  #studentdetailscontainer {
    top: 0;

    margin-top: 11px;
    margin-bottom: 11px;

    transform: none;
  }
}
@media (max-width: 450px) and (max-height: 884px) {
  #tododetailscontainer {
    top: 0;

    margin-top: 11px;
    margin-bottom: 11px;

    transform: none;
  }
}
@media (max-width: 450px) and (max-height: 1795px) {
  #studentdetailscontainer {
    top: 0;

    margin-top: 11px;
    margin-bottom: 11px;

    transform: none;
  }
}

@media (max-width: 875px) {
  #tododetailscontainer, #studentdetailscontainer {
    width: 424px;
  }
  #tododetailsform {
    width: 385px;
    height: 603px;
    margin-right: auto;
    margin-left: auto;
  }
  #studentdetailsform {
    width: 385px;
    height: 800px;
    margin-right: auto;
    margin-left: auto;
  }
  .detailsinfo {
    float: left;
  }
  #expiredtodos, #opentodos {
    float: none;

    margin-top: 18px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  #opentodos {
    margin-bottom: 19px;
  }
  #tododetailsform .detailsinfo1, #studentdetailsform .detailsinfo2, #studentdetailsform .detailsinfo3 {
    margin-bottom: 15px;
  }
  #tododetailsform .detailsinfo2, #studentdetailsform .detailsinfo4 {
    margin-bottom: 0;
  }
}
@media (max-width: 450px) {
  #tododetailscontainer, #studentdetailscontainer {
    width: 309px;
  }
  .detailsname {
    margin-top: 36px;
    margin-right: 3.5%;
  }
  #tododetailsform {
    width: 270px;
    height: 773px;
  }
  #studentdetailsform {
    width: 270px;
    height: 1064px;
  }
  .detailsinfo {
    width: 270px;
  }
  .detailsinputtext {
    right: 0;
    left: 0;

    margin-top: 0;
    margin-right: auto;
    margin-left: auto;

    text-align: center;
  }
  .detailsinputtext1 {
    margin-top: 10px;
  }
  .detailsinfo .input, .detailsinfo .select, .detailsinfo .description, .detailsinfo .submit {
    float: none;

    margin-top: 24px;
  }
  #tododetailsstudent, #tododetailspriority, .input[name="studentdetailsname"], .input[name="studentdetailsgrades"], .input[name="studentdetailshome_situation"], .input[name="studentdetailshealth"] {
    margin-top: 34px;
  }
  #expiredtodos, #opentodos {
    width: 270px;
  }
  #opentodos {
    margin-bottom: 19.5px;
  }
  .studenttodocontainer {
    width: calc(100% - 20px);
  }
  .sremove {
    margin-right: 16px;
  }
}

/* Add to-do */
@media (min-width: 707px) and (max-height: 676px) {
  #addtodocontainer {
    margin-top: 54px;
  }
}
@media (min-width: 691px) and (max-width: 706px) and (max-height: 890px) {
  #addtodocontainer {
    margin-top: 54px;
  }
}
@media (max-width: 690px) {
  #addtodocontainer {
    width: 310px;
    height: 782px;
  }
  #addtodoform {
    height: 782px;
  }
  .addtodoinfo1, .addtodoinfo2 {
    right: 0;
    left: 0;
  }
  .addtodoinfo2 {
    top: 446px;
  }
}
@media (min-width: 521px) and (max-width: 690px) and (max-height: 1130px) {
  #addtodocontainer {
    margin-top: 54px;
  }
}
@media (min-width: 351px) and (max-width: 520px) and (max-height: 1145px) {
  #addtodocontainer {
    margin-top: 54px;
  }
}
@media (max-width: 350px) and (max-height: 1275px) {
  #addtodocontainer {
    margin-top: 119px;
  }
}

/* Register student */
@media (min-width: 707px) and (max-height: 840px) {
  #registerstudentcontainer {
    margin-top: 54px;
  }
}
@media (min-width: 691px) and (max-width: 706px) and (max-height: 890px) {
  #registerstudentcontainer {
    margin-top: 54px;
  }
}
@media (max-width: 690px) {
  #registerstudentcontainer {
    width: 310px;
    height: 1110px;
  }
  #registerstudentform {
    height: 1110px;
  }
  .registerstudentinfo1, .registerstudentinfo2, .registerstudentinfo3, .registerstudentinfo4 {
    right: 0;
    left: 0;
  }
  .registerstudentinfo2 {
    top: 326px;
  }
  .registerstudentinfo3 {
    top: 610px;
  }
  .registerstudentinfo4 {
    top: 894px;
  }
}
@media (min-width: 521px) and (max-width: 690px) and (max-height: 1458px) {
  #registerstudentcontainer {
    margin-top: 54px;
  }
}
@media (min-width: 351px) and (max-width: 520px) and (max-height: 1473px) {
  #registerstudentcontainer {
    margin-top: 54px;
  }
}
@media (max-width: 350px) and (max-height: 1603px) {
  #registerstudentcontainer {
    margin-top: 119px;
  }
}

/* Header */
@media (max-width: 1020px) {
  #header, #todoscontainer, #studentscontainer {
    width: 96vw;
  }
}
@media (max-width: 800px) {
  .sortcontainer {
    right: 0;
    left: 0;

    margin: auto;
  }
  #todoscontainer .list, #todoscontainer .archivelist {
    height: calc(100% - 185px);
    margin-top: 131px;
  }
  #studentscontainer .list, #studentscontainer .archivelist {
    height: calc(100% - 115px);
    margin-top: 61px;
  }
  #aboutheader, #abouttextcontainer {
    width: 94vw;
  }
}
@media (max-width: 706px) {
  #header {
    width: 500px;
    height: 100px;
  }
  #item2, #item2a {
    right: 0;
    left: auto;
  }
  #item3a {
    right: auto;
    left: 0;

    margin-top: 50px;
  }
  #item3 {
    right: 0;
    left: 0;

    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  #item4 {
    right: 0;
    left: auto;

    margin-top: 50px;
  }
  #todoscontainer, #studentscontainer {
    top: 170px;

    height: calc(100% - 240px);
  }
}
@media (max-width: 520px) {
  #header {
    top: 20px;

    width: 216px;
    height: 200px;
  }
  #aboutheader {
    top: 20px;
  }
  #item1 {
    right: 0;

    margin-right: auto;
    margin-left: auto;
  }
  #item2, #item2a {
    left: 0;

    margin-top: 50px;
  }
  #item3, #item3a {
    right: 0;

    margin-top: 100px;
  }
  #item4 {
    left: 0;

    margin-top: 150px;
  }
  #wrapper #todoscontainer, #wrapper #studentscontainer {
    top: 185px;
  }
  #wrapper #todoscontainer, #wrapper #studentscontainer {
    height: calc(100% - 255px);
  }
  .list, .archivelist {
    width: 99%;
  }
  #abouttextcontainer {
    margin-top: 96px;
  }
}
@media (max-width: 420px) {
  .viewtextcontainer {
    width: 99%;
  }
}
@media (max-width: 350px) {
  #logincontainer, #resetpasswordcontainer, #forgotpasswordcontainer, #addtodocontainer, .addtodoinfo1, .addtodoinfo2, #registerstudentcontainer, .registerstudentinfo1, .registerstudentinfo2, .registerstudentinfo3, .registerstudentinfo4, #tododetailscontainer, #studentdetailscontainer, #settingscontainer {
    width: 91vw;
  }
  .input, .description {
    width: 75.8vw;
  }
  .select, .submit {
    width: 81vw;
  }
  .viewtextcontainer {
    height: 95px;
  }
  .viewtext, .registertext, .archivetext {
    position: absolute;
    right: 0;
    left: 0;

    margin-right: auto;
    margin-left: auto;
  }
  .registertext {
    margin-top: 35px;
  }
  .archivetext {
    margin-top: 70px;
  }
  #todoscontainer .list, #todoscontainer .archivelist {
    height: calc(100% - 250px);
  }
  #studentscontainer .list, #studentscontainer .archivelist {
    height: calc(100% - 180px);
  }
  #tododetailsform, #studentdetailsform, .detailsinfo {
    width: 100%;
  }
  #expiredtodos, #opentodos {
    width: 82vw;
  }
}
@media (max-width: 300px) {
  #wrapper {
    width: 300px;
  }
  #header {
    margin-right: 42px;
    margin-left: 42px;
  }
  #logincontainer, #resetpasswordcontainer, #forgotpasswordcontainer, #addtodocontainer, #registerstudentcontainer, #settingscontainer {
    right: 11px;
    left: 11px;

    width: 278px;
  }
  .addtodoinfo1, .addtodoinfo2, .registerstudentinfo1, .registerstudentinfo2, .registerstudentinfo3, .registerstudentinfo4 {
    width: 278px;
  }
  .input, .description {
    width: 230px;
  }
  .select, .submit {
    width: 248px;
  }
  #todoscontainer, #studentscontainer {
    width: 288px;
    margin-right: 6px;
    margin-left: 6px;
  }
  #tododetailscontainer, #studentdetailscontainer {
    width: 274px;
    margin-right: 11px;
    margin-left: 11px;
  }
  #expiredtodos, #opentodos {
    width: 250px;
  }
  #footer {
    width: 300px;
  }
  #aboutheader, #abouttextcontainer {
    width: 282px;
  }
}

/* Settings */
@media (min-width: 707px) and (max-height: 578px) {
  #settingscontainer {
    margin-top: 110px;
  }
}
@media (min-width: 521px) and (max-width: 706px) and (max-height: 678px) {
  #settingscontainer {
    margin-top: 160px;
  }
}
@media (max-width: 520px) and (max-height: 738px) {
  #settingscontainer {
    margin-top: 190px;
  }
}

/* Footer text */
@media(max-width: 550px) {
  .copy {
    margin-left: 4.5vw;
  }
  .logout {
    margin-right: 4.5vw;
  }
}
