/* Body */
html, body {
  background-color: #c9cffd;
  height: 100%;
  width: 100%;
}

* {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif !important;
  font-weight: 100 !important;
}

/* --------------------------------------------------BUTTONS---------------------------------------------------------- */
/* Menu Buttons ______________________________________________ */

a.menu{
  background-color: #0040ff;
  color: white;
  border-bottom: 1px solid white;
  font-family: "Helvetica";
  padding: 10px 0px; 
  margin: 0px;
  width: 100%;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
a.menu:visited {
  color: white;
}

a.menu:hover, a:active {
  background-color: #fea101;
  color: black !important;
}



/* Page Buttons ______________________________________________ */
.loginButton{
  background-color: #3d54ff;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10 px;
  border-radius: 8px;
  cursor: pointer;
  margin: auto;
  width: 50%;
}

.loginButton:hover{
  background-color: #001adb;
}

.addButton {
  background-color: #ff4f14;
  border: none;
  color: white;
  transition: 0.3s;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10 px;
  border-radius: 8px;
  cursor: pointer;
  margin: auto;
}

.addButton:hover, a:active {
  background-color: #c13506;
  color: white;
}

.selectButton{
  background-color: #334bff;
  border: none;
  color: white;
  transition: 0.3s;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10 px;
  border-radius: 8px;
  cursor: pointer;
  margin: auto;
}

.selectButton:hover, a:active {
  background-color: #0906c1;
  color: white;
}

.filterButton{
  background-color: #14ff18;
  border: none;
  color: black;
  transition: 0.3s;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10 px;
  border-radius: 8px;
  cursor: pointer;
  margin: auto;
}

.filterButton:hover, a:active {
  background-color: #09aa0c;
  color: black;
}

.compileButton{
  background-color: #ff822e;
  border: none;
  color: black;
  transition: 0.3s;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10 px;
  border-radius: 8px;
  cursor: pointer;
  margin-right: auto;
}

.compileButton:hover, a:active {
  background-color: #b84900;
  color: black;
}

.excelButton{
  background-color: #0cb300;
  border: none;
  color: black;
  transition: 0.3s;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10 px;
  border-radius: 8px;
  cursor: pointer;
  margin-left: 80px;
}

.excelButton:hover, a:active {
  background-color: #00db04;
  color: black;
}

.trialButton{
  background-color: #fb58fe;
  border: none;
  color: black;
  transition: 0.3s;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10 px;
  border-radius: 8px;
  cursor: pointer;
  margin-right: auto;
}

.trialButton:hover, a:active {
  background-color: #950797;
  color: white;
}

.studentSortButton {
  background-color: #bdffbf;
  width: 100%;
  color: black;
  transition: 0.3s;
  padding-top: 15px;
  padding-bottom: 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10 px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}

.studentSortButton:hover, a:active {
  background-color: #62b765;
}

.removeNotificationButton{
  width: 12px;
  height: 12px;
  color: #ff2e2e;
  border: none;
  cursor: pointer;
  background: none;
}

.recordsSortButton {
  background-color: #bdffbf;
  width: 100%;
  color: black;
  transition: 0.3s;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10 px;
  border: none;
  border-radius: 2px;
}


.disabledSortButton {
  background-color: #bdffbf;
  width: 100%;
  color: black;
  transition: 0.3s;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10 px;
  border: none;
  border-radius: 2px;
}

.addMiscButton{
  width:100%; 
  height: 12px;
  padding: 1px;
  border: none;
  background-color: #00d12a;
  cursor: pointer;
  opacity: .7;
}

.studentEditButton{
  background-color: rgba(0,0,0,0);
  border: none;
  cursor: pointer;
  text-align: left;
  width: 100%;
  height: 25px;
  font-size: 14px !important;
  padding-left: 15px;
}

.studentEditButton:hover, a:active{
  color: #ffffff;
}

.compileInvoiceButton {
  background-color: #ff822e;
  border: none;
  width: 100%;
  color: black;
  transition: 0.3s;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10 px;
  border-radius: 2px;
  cursor: pointer;
  height: 100%;
  line-height: 1;
}

.compileInvoiceButton:hover, a:active {
  background-color: #b84900;
  text-decoration: none;
  color: white;
}


.addExtraSession{
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
}

.openSection{
  background: none;
  border: none;
}

.openSection:hover{
  cursor: pointer;
}

/* In-Form Buttons ______________________________________________ */

.closeButton{
  width: 25px;
  height: 25px;
  color: white;
  background-color: #ff2e2e;
  border: 1px solid black;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.closeButton:hover, a:active{
  background-color: #ac0606;
}

.showWeekB{
  background-color: #7a90ff;
  border: none;
  width: 100%;
  height: 60px;
  color: black;
  transition: 0.3s;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10 px;
  cursor: pointer;
}

.showWeekB:hover, a:active {
  background-color: #2842c8;
    color: white;
  text-decoration: none;
}

.addHoursButton{
  width: 15px;
  height: 15px;
  color: black;
  background-color: #ffca38;
  border: none;
  cursor: pointer;
}

.addHoursButton:hover{  
  background-color: #ccb100;
}


.submitFormButton {
  background-color: #7aadff;
  border: none;
  width: 70px;
  height: 50px;
  color: black;
  transition: 0.3s;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10 px;
  border-radius: 4px;
  cursor: pointer;
}

.submitFormButton:hover, a:active {
  background-color: #004ac2;
  text-decoration: none;
  color: white;
}

.addExisting{
  background-color: #ffd438;
  width: 100%;
  border: none;
  color: black;
  transition: 0.3s;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  text-decoration: none;
  font-size: 10 px;
  border-radius: 4px;
  cursor: pointer;
}

.addExisting:hover, a:active {
  background-color: #d4770c;
  text-decoration: none;
  color: white;
}

.viewSiblingButton{
  border: none;
  background-color: #d7d6ff;
  cursor: pointer;
  width: 100%;
  text-align: left;
}

.viewSiblingButton:hover, a:active{
  background-color: #9694ff;
}

.removeOption{
  width: 18px;
  height: 18px;
  color: white;
  background-color: #ff2e2e;
  border: 1px solid black;
  border-radius: 2px;
  float: right;
  cursor: pointer;
}

.removeOption:hover, a:active{
  background-color: #ac0606;
}

.notification{
  width: 30px;
  height: 30px;
  border: none;
  cursor: pointer;
  background: none;
}

.feedbackButton{
  background: none;
  cursor: pointer;
  border: none;
  width: 100%;
  text-align: left;
  padding-left: 15px;
}

/* In-Database Buttons ______________________________________________ */

.nameButton{
  background-color: rgba(0,0,0,0);
  width: 100%;
  color: black;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 15 px;
  border: none;
  cursor: pointer;
}

.nameButton:hover, a:active {
  color: white
}

/* Settings Buttons ______________________________________________ */

.settingsAddButton{
  background-color: #0fd212;
  border: none;
  color: black;
  transition: 0.3s;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10 px;
  border-radius: 5px;
  cursor: pointer;
  margin: auto;
}

.settingsAddButton:hover, a:active {
  background-color: #0ea010;
  color: white;
}

.removeButton{
  background-color: #ff4f14;
  border: none;
  color: white;
  transition: 0.3s;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10 px;
  border-radius: 5px;
  cursor: pointer;
  margin: auto;
}

.removeButton:hover, a:active {
  background-color: #c13506;
  color: white;
}

.editButton{
  background-color: #1463ff;
  border: none;
  color: white;
  transition: 0.3s;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10 px;
  border-radius: 5px;
  cursor: pointer;
  margin: auto;
}

.editButton:hover, a:active {
  background-color: #0906c1;
  color: white;
}



/* ----------------------------------------------DROPDOWNS-------------------------------------------------- */
/* Page Dropdowns _____________________________________________________*/

.dropdown{
  width: 100%;
  height: 25px;
  border: none;
  font-size: 15px;
  color: #000000;
  background-color: rgba(0,0,0,0);
  cursor: pointer;
}

.paidDropdown{
  width: 100%;
  height: 100%;
  border: none;
  font-size: 15px;
  color: #000000;
  background-color: #4cf04c;
  cursor: pointer;
}

.dropdownCompanyYears, .beginningOfYear{
  width: 100%;
  height: 25px;
  border: none;
  font-size: 15px;
  color: #000000;
  background-color: rgba(0,0,0,0);
  text-align: center;
  cursor: pointer;
}

/* Form Dropdowns _____________________________________________________*/

.formdropdown{
  width: 90%;
  border: none;
  background-color: white;
  cursor: pointer;
}

.formdropdownMultiOption1{
  width: 70%;
  border: none;
  background-color: white;
  cursor: pointer;
}

.formdropdownMultiOption2{
  width: 15%;
  border: none;
  background-color: white;
  cursor: pointer;
}

.formWeekDropdown{
  border: none;
  background-color: white;
  width: 60px;
  height: 60px;
  text-align: center;
  cursor: pointer;
}

.sessionDropdown{
  width: 150px;
  border: none;
  background-color: white;
  cursor: pointer;
}

.discountDropDown{
  width: 60px;
  font-size: 15px;
  border: none;
  background-color: white;
  cursor: pointer;
}



/* ------------------------------------------INPUT FIELDS--------------------------------------------------------------- */
:disabled {
  color: #000000;
  background-color: #ffffff;
}

/* Page Input Fields _____________________________________________________*/
.loginInput{
  padding: 15px;
  margin: 10px;
  border: 1px solid #6d7cee;
  font-size: 17px;
  border-radius: 5px;
  width: 80%;
}

.searchBar {
  float: right;
  padding: 6px;
  border: 1px solid black;
  margin-right: 16px;
  font-size: 17px;
  border-radius: 5px;
  width: 200 px;
}

.databaseInput{
  float: left;
  margin: 2px;
  border: 1px solid black;
  font-size: 17px;
  border-radius: 5px;
}

.settingsNewInput{
  font-size: 16px;
  width: 95%;
  border: none;  
}

.settingsNewInput::placeholder{
  color: #878787;
  opacity: 1;
}

.settingsNumberInput{
  font-size: 16px;
  width: 30px;
  border: none;  
}

.settingsNumberInput::placeholder{
  color: #000000;
  opacity: 1;
}

.settingsNumberNewInput{
  font-size: 16px;
  width: 30px;
  border: none;  
}

.settingsNumberNewInput::placeholder{
  color: #878787;
  opacity: 1;
}

.settingsInput{
  font-size: 16px;
  width: 95%;
  border: none;  
}

.settingsInput::placeholder{
  color: black;
  opacity: 1;
}

/* Form Input Fields _____________________________________________________*/

.formInputField{
  width: 90%;
  height: 20px;
  border: none;
  font-size: 15px;
}

.parentFormInputField{
  width: 90%;
  border: none;
  font-size: 14px;
}


.formNotesField{
  resize: none;
  border: none;
  width: 99%;
  font-family: Tahoma;
  font-size: 15px;
}

.homeworkField{
  border: 1px solid black;
  background-color: white;
  text-align: left;
  width: 100%;
  font-family: Tahoma;
  font-size: 15px;
}

textarea:focus, input:focus{
  outline: 0;
}





/* -------------------------------------------------------TABLES----------------------------------------------------------------*/
/* Page Tables _______________________________________________________________*/

.header_table {
  table-layout: fixed;
  width: 100%;
  height: 55.2px;
  background-color: #ffffff;
  text-align: left;
  padding-top: 8px;
  padding-bottom: 8px;
  overflow: auto;
  white-space: nowrap;
}

.database_students {
  font-family: Helvetica, sans-serif;
  width: 100%;
  background-color: white;
  text-align: center;
  border-collapse: collapse;
}

.dbtr:nth-child(odd){
  background-color: white;
}

.dbtr:nth-child(even){
  background-color: #e7ecfd;
}

.dbtr:hover {
  background-color: #98a9fb !important;
}

.dbtr_rev:nth-child(odd){
  background-color: #e7ecfd;
}
.dbtr_rev:nth-child(even){
  background-color: white;
}

.dbtr_rev:hover {
  background-color: #98a9fb !important;
}

.mobiledbtr:nth-child(even){
  background-color: #e7ecfd;
}

.mobile.dbtr_rev:nth-child(odd){
  background-color: #e7ecfd;
}

.mobile.dbtr_rev:nth-child(even){
  background-color: white;
}

.dbtrarchived:nth-child(odd){
  background-color: #ededed;
}

.dbtrarchived:nth-child(even){
  background-color: #e3e3e3;
}

.dbtrarchived:hover {
  background-color: #98a9fb !important;
}

.dbtr_revarchived:hover {
  background-color: #98a9fb !important;
}

.crtr:hover{
  color: #0008eb;
  font-size: 16px;
}


.sntr:nth-child(odd){
  background-color: #e7ecfd;
}

.sntr:nth-child(even){
  background-color: white;
}

.sntr:hover {
  background-color: #98a9fb !important;
}

.recordColY:nth-child(even) {background: #afeeb6}
.recordColY:nth-child(odd) {background: #d2f0d1}

.recordColM:nth-child(even) {background: #c4fdcb}
.recordColM:nth-child(odd) {background: #e6ffe5}

.recordColA{background: #47e1de}

.recordColB{background: #e0b4fd}

.table_invoice {
  font-family: Verdana;
  width: 95%;
  background-color: white;
  text-align: center;
  margin: auto;
}

.table_monthly_sum{
  font-family: Helvetica, sans-serif;
  width: 95%;
  background-color: white;
  text-align: center;
  margin: auto;
  border-collapse: collapse;
}
.isth{
  height: 30px;
  font-size: 14px !important;
}

.ptth{
  height: 25px;
  font-size: 14px !important;
}

.ptthw{
  width: 90%;
  background-color: white;
}

.istr:nth-child(even){
  background-color: #e7ecfd;  
}

.settings_table{
  text-align: left;
}

.stth{
  width: 150px;
  height: 30 px;
  /*border: 1px solid black*/
}

.clientPaidTable{
  background-color: white;
  text-align: center;
  margin: auto;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  border-collapse: collapse;
}

.fullTutorTable{
  width: 100%;
  border-collapse: collapse;
  background-color: white;
}

.ftt{
  border: 1px solid black;
  width: 15% !important;
  vertical-align: top;
}

.studentsProgressTable{
  width: 100%;
  border-collapse: collapse;
  background-color: white;
  text-align: center;
  margin: auto;
  table-layout: fixed;
  font-size: 14px;
  overflow-x: auto;
  white-space: nowrap;
}


.studentsProgressTable td, .studentsProgressTable th{
  width: 80px;
  border: 1px solid black;
  text-align: center;
  height: 25px;
}

/* Pop-up Tables _______________________________________________________________*/

.table_form{
  table-layout: fixed;
  width: 95%;
  background-color: #d6e0f5;
  text-align: left;
  margin-left: 30px;
  margin-top: 30px;
  border-collapse: collapse;
}

.formtr{
  width:16.5%;
}

.table_timetable{
  table-layout: fixed;
  background-color: white;
  border-collapse: collapse;
}

.timeth{
  border: 1px solid black;
  width: 60px !important;
}

.timetr{
  height: 60px !important;
}

.timethrow1{
  border: 1px solid black;
  width: 71px !important;
} 

.mobiletimeth{
  border: 1px solid black;
  width: 40px !important;
}

.mobiletimetr{
  height: 40px !important;
}


.studentInvoiceTable{
  width: 100%;
  text-align: left;
  table-layout: fixed;
  border-bottom: 1px solid black;
}

.parentInvoiceTable{
  width: 100%;
  text-align: left;
  table-layout: fixed;
}

.sitr{
  width: 50%;
  overflow: hidden;  
}


.studentFilterTable {
  background-color: #d6e0f5;
  text-align: left;
  border-right: 1px solid black;
  border-collapse: collapse;
  padding-left: 5px;
  float: left;
}

.sftr{
  width: 50%;
  overflow: hidden;  
}

.parent_table_form{
  width: 100%;
  background-color: #d6e0f5;
  text-align: left;
  border-collapse: collapse;
}

.progressFields{
  background-color: white;
  text-align: left;
  padding-left: 10px;
  font-size: 15px;
}

/* ---------------------------------------------------------DIVS------------------------------------------------------------------*/
/* Page Divs __________________________________________________________________*/
.loginDiv{
  width: 400px;;
  height: 400px;
  text-align: center;
  margin-top: 10%;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  margin-left:50%;
  transform: translateX(-50%);
}

.container{
  width: 100%;
  display: inline-block;
}

.header{
  width: 100%;
  height: 40px;
  background-color: #f5f8ff;
  font-size: 40px;
  font-family: "Arial";
  padding-top: 5px;
  padding-bottom: 5px;
}

.main_menu{
  width: 10%;
  height: 94%;
  background-color: #002061;
  float: left;
  position: relative;
}

.page{
  float: right;
  background-color: #dbdfff;
  width: 88%;
  padding-right: 1%;
  height: 94%;
  overflow: auto;
}

.page_header{
  width: 100%;
  height: 25 px;
  font-family: arial;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.page_database_students{
  width: 100%;
}

.notificationsDiv{
  width: 200px;
  position: absolute;
  z-index: 10;  
  display: none;  
}

.student_records{
  width: 80%;
  float: left;
}

.database_header_students {
  width: 100%;
  background-color: #ffffff;;
  text-align: center;
}

.student_invoicing{
  width: 18%;
  float: right;
  background-color: white;
  border: 1px solid black;
  border-radius: 5px;
}

.settingsDiv{
  min-width: 99% !important;
  max-width: 99% !important;
  background-color: white;
  padding: 10px;
  border-bottom: 1px solid #bababa;
  display: inline-block;
}


.mobilesettingsDiv{
  min-width: 99% !important;
  max-width: 99% !important;
  border-bottom: 1px solid #bababa;
  display: inline-block;
  overflow: auto; 
  background-color: #d6e0f5;  
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}

.invoiceSummary{
  width: 100%
}

.scrollTableDiv{
  width: 1%;
  float: left;
  background-color: #9282e3;
  color: white;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
}

.scrollTableDiv:hover{
  background-color: #5e4eb1;  
}

.clientRecords{
  width: 40%;
  float: left;
}

.clientPaid{
  width: 59%;
  float: left;
  overflow: auto;
}

.parentMain{
  width: 70%;
  float: left;
}

.parentData{
  display: inline-block;
  width: 100%;
  background-color: #d6e0f5;
  margin-left: 30px;
  margin-right: 30px;
  padding: 20px;
}

.mobileparentData{
  display: inline-block;
  width: 100%;
  background-color: #d6e0f5;
  box-sizing: border-box;
  padding: 10px;
}

.tutorData{
  display: inline-block;
  width: 100%;
  background-color: #d6e0f5;
  box-sizing: border-box;
  padding: 20px;
}

.parentStudentTable{
  width: 50%;
  float: left;
}

.parentStudentTimetable{
  width: 50%;
  float: right;
  text-align: center;
}

.parentInvoices{  
  background-color: white;
  width: 20%;
  float: right;
  border: 1px solid black;
  margin-top: 15px;
  margin-right: 30px;
  border-radius: 10px;  
}

/* Form Divs __________________________________________________________________*/
.formHeaderDiv{
  width: 100%;
  height: 60px;
  background-color: white;
}

.formTimetableDiv{
  width: 50%;
  float: left;
  margin-top: 50px;
  margin-left: 30px;
}

.formNotesDiv{
  width: 40%;
  float: right;
  margin-top: 50px;
}

.divider{
  height: 35px;
  width: 100%;
  text-align: left;
  margin-left: 30px;
  margin-top: 15px;  
  margin-bottom: 5px;
  line-height: 35px;
  font-size: 25px;
  background-color: white;
  padding-left: 20px;
  padding-right: 20px;
}

.mobiledivider{
  height: 35px;
  width: 100%;
  text-align: left;
  margin-top: 15px;  
  margin-bottom: 5px;  
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 35px;
  font-size: 15px;
  background-color: white;
}

.tutorSection{
  width: 100%;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
}

.mobileTutorSection{
  width: 100%;
  box-sizing: border-box;
}

.tutorDivider{
  height: 35px;
  width: 100%;
  text-align: left;
  margin-top: 15px;  
  margin-bottom: 5px;
  line-height: 35px;
  font-size: 20px;
  background-color: white;  
  box-sizing: border-box;
  padding-left: 50px;
}

/* Filter Divs __________________________________________________________________*/

.filterDiv {
  width: 100%px;
  background-color: red;
  float: left;
}


.displayTimeTutor{
  padding-left: 15px;
  padding-right: 15px;
  color: #000000;
  position: absolute;
  background-color: #e6e6e6;
  border: 1px solid #000000;
  display: none;  
}




/* ---------------------------------------------------------POP-UP WINDOWS--------------------------------------------------*/
/* Add Window __________________________________________________________________*/

.student-form-popup {
  display: none;
  position: absolute;
  width: 80%;
  margin: auto;
  height: auto;
  padding: 20px;
  background-color: #d6e0f5;
  box-shadow: 5px 5px 5px grey;
  z-index: 3;
}

.student-form-container {
  width: 100%;
  height: 100%;
  background-color: #d6e0f5;
}

.showFeedbackDiv{
  display: none;
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  padding: 20px;
  background-color: #c1d2f5;
  box-shadow: 5px 5px 5px grey;
}

.feedbacks{
  background-color: white;
  width: 100%;
}


/* Edit Window __________________________________________________________________*/

.studentDetailsDiv{
  width: 70%;
  float: left;
}

.studentInvoiceDiv{
  width: 28%;
  float: right;
  background-color: white;
  border: 1px solid black;
  border-radius: 5px;
  margin-top: 50px;
}


/* Filter Window __________________________________________________________________*/

.filterStudentWindow{
  display: none;
  position: absolute;
  width: 800px;
  margin-left: 50%;
  transform: translate(-60%);
  height: auto;
  padding: 20px;
  min-height: 10% !important;
  background-color: #d6e0f5;
  box-shadow: 5px 5px 5px grey;
}

.attendanceDiv{
  position: absolute;
  display: none;
  background-color: #ffffff;
  border: 1px solid black;
  max-height: 200px;
  overflow: auto;
  z-index: 30;
}

.attendanceTable{
  border-collapse: collapse;
  font-size: 14px;
  color: black;
  text-align: left;
}

.atentr:nth-child(even){
  background-color: #d0dafb;
}
.atentr:nth-child(odd){
  background-color: #ffffff;
}


/* Warnings __________________________________________________________________*/

.popupWarning {
  display: none;
  position: absolute;
  color: black;
  width: 150px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  padding: 30px;
  min-height: 10% !important;
  background-color: #eceffe;
  text-align: center;
  border: 1px solid #2e2e2e;
  box-shadow: 5px 5px 5px grey;
  z-index: 50;
}

.messageFailed {
  display: none;
  position: absolute;
  width: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  height: auto;
  padding: 30px;
  text-align: center;
  border: 1px solid #2e2e2e;
  box-shadow: 5px 5px 5px grey;
  background: rgba(125,0,0,0.9);
  z-index: 15;
}

.popupPassword {
  display: none;
  position: absolute;
  color: black;
  width: 250px;
  height: auto;
  padding: 30px;
  background-color: #eceffe;
  border: 1px solid #2e2e2e;
  box-shadow: 5px 5px 5px grey;
  z-index: 10;
}

.mobilePopupPassword {
  display: none;
  position: absolute;
  color: black;
  width: 100%;
  height: auto;
  padding: 10px; 
  box-sizing: border-box;
  background-color: #eceffe;
  border: 1px solid #2e2e2e;
  z-index: 10;
}

.popupOptions{
  display: none;
  position: absolute;
  color: black;
  width: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  padding: 30px;
  min-height: 10% !important;
  background-color: #eceffe;
  text-align: center;
  border: 1px solid #2e2e2e;
  box-shadow: 5px 5px 5px grey;
  z-index: 10;
}

.addExistingParent{
  display: none;
  position: absolute;
  color: black;
  width: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  padding: 30px;
  min-height: 10% !important;
  max-height: 50%;
  overflow: auto;
  background-color: #d6deff;
  text-align: center;
  box-shadow: 5px 5px 5px grey;
  z-index: 10;
}

/* Extensions __________________________________________________________________*/
.extensionPaidUnpaid{
  width: 20%;
  float: right;
  display: none;
}

/*Selectors__________________________________________________*/
.plainInput{
  border: none;
  background: none;
  color: black;
  width: 100%;
  text-align: center;
}

.plainInput:hover{
  border: none;
}

.dropdown:disabled, .dropdown[readonly] {
  background-color: white;
  color: black;
  opacity: 1;
}


/*Loader----------------------------------------------------*/

.lds-roller {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #303030;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.navBar{
  width: 100%;
  display: inline-block;
}

.navBarButton{
  width: 24%;
  height: 25px;
  font-size: 16px;
  float: left;
  cursor: pointer;
  background-color: #1be4d7;
  color: black;
  border: none;
  border-right: 1px solid black;
}

.navBarButton:hover{
  color: #2b00ff;  
}

.backupDiv{
  width: 95%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.restoreButton{
  background-color: #fe3434;
  width: 100px;
  padding: 5px;
  cursor: pointer;
  color: black;
  border: none;
  margin-left: 50px;
}

.restoreButton:hover{
  background-color: #a80000;
  color: white;
}

.objectNumber{
  position: absolute;
  top: 10px;
  right: 100px;
  font-size: 14px;
}

.restoreObjectButton{
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  background-color: #fe3434;
  padding: 5px;
  cursor: pointer;
  color: black;  
  border: none;
}
.restoreObjectButton:hover{
  background-color: #a80000;
  color: white;
}

.backupMenuButton{
  background-color: #3fbdf3;
  color: black;
  font-family: "Helvetica";
  padding: 10px 0px; 
  margin-bottom: 1px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  border: none;
}

.backupMenuButton:hover{
  background-color: #09396d;
  color: white !important;
}

.backupCollections{
  padding: 20px;
}

.backupObjects{
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid grey;
  position: relative;
}

.collapseObjectButton{
  background: none;
  border: none;
  font-size: 10px;
  cursor: pointer;
  color: red;
}

.backupDivHeader{
  border-collapse: collapse;
  width: 60%;
  margin: auto;
  margin-bottom: 5px;
  height: 25px;
}

.backupWarning{
  position: absolute;
  top: 30px;
  right: 30px;
  width: 200px;
  border-radius: 5px;
  display: none;
  padding: 10px;
}

.objectInput{
  background: none;
  border: none;
  font-family: "Courier New", Courier, monospace !important;
  font-size: 14px !important;
}

.progress-bar-container {
  width: 30%;
  background-color: #f2f2f2;
  display: none;
  padding: 20px;
  box-shadow: 5px 5px 5px grey;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 15;
}

.progress-bar {
  height: 20px;
  width: 0%;
  background-color: #4caf50;
  transition: width 0.3s ease-in-out;
}

.troubleShootButton{
  width: 100%;
  text-align: center;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;  
  color: #ff5900;
}

.troubleShootButton:hover{
  color: red;  
}

.troubleShootDiv{
  display: none;
  position: absolute;
  color: black;
  width: 30%;
  top: 15%;
  left: 32%;
  height: auto;
  padding: 2%;
  background-color: #eceffe;
  text-align: center;
  border: 1px solid #2e2e2e;
  box-shadow: 5px 5px 5px grey;
  z-index: 3;
}


.mobileTroubleShootDiv{
  display: none;
  position: absolute;
  color: black;
  width: 96%;
  top: 15%;
  left: 0;
  height: auto;
  padding: 2%;
  background-color: #eceffe;
  text-align: center;
  z-index: 3;
}

.reminderButtons{
  float: left; 
  width: 50%; 
  background-color: #d0b925; 
  font-size: 13px; 
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}

.reminderButtons:hover{
  color: white
}

.smallClientList:nth-child(odd){
  background-color: #d7e5fe;
}

.smallClientList:nth-child(even){
  background-color: #cbdbfb;
}