.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Background.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.logindiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: auto;
  padding: 40px 75px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #5c9798;
  background-color: #fff;
  box-shadow: 9px 9px 20px 2px rgba(0, 0, 0, .56);
}

.image {
  width: 200px;
  margin-bottom: 30px;
}

.loginfield {
  width: 100%;
}

.form {
  width: 100%;
}

.form-block {
  width: 100%;
  margin-bottom: 0px;
}

.loginbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #5c9798;
  background-color: #5c9798;
}

.logintext {
  width: 100%;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.div-block {
  width: 100%;
  height: 1px;
  margin-bottom: 15px;
  background-color: #d3d3d3;
}

.dashboardbody {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 100vh;
  max-width: 200px;
  min-width: 200px;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1fdfb;
  z-index: 99;
  position: fixed;
}

.mainbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.image-2 {
  width: 120px;
  margin-bottom: 25px;
}

.text-block {
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: grey;
  font-size: 14px;
  font-weight: 300;
}

.menubutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 35px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5c9798;
}

.menubuttonactive {
  background-color: #98cbcc
}

.menubutton.last {
  margin-bottom: 25px;
}

.menubutton.middle {
  margin-bottom: 15px;
}

.image-3 {
  width: 20px;
  margin-right: 10px;
}

.text-block-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.menulinkblock {
  width: 100%;
  margin-bottom: 1px;
  text-decoration: none;
}

.menulinkblock.middle {
  margin-bottom: 15px;
}

.menulinkblock.last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.maindiv {
  width: 100%;
  height: 100%;
  border: 1px solid #5c9798;
  border-radius: 15px;
  background-color: rgba(241, 253, 251, .15);
}

.maintitle {
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: grey;
  font-size: 28px;
  font-weight: 300;
}

.mainbardiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 1000px;
  max-width: 1000px;
  min-width: 1000px;
  margin-bottom: 0px;
  padding: 35px 10px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.projectlistdiv {
  display: block;
  width: 100%;
  margin-bottom: 0px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #5c9798;
  border-radius: 15px;
  background-color: #f1fdfb;
}

.projectlistdiv.searchbar {
  display: block;
  margin-bottom: 17px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.projectlistdiv.dashboard {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.projectlistdiv.projectdata {
  margin-bottom: 15px;
  padding: 25px;
}

.projectlistdiv.detail {
  padding: 25px;
}

.projectlistdiv.timeresults {
  padding-left: 30px;
}

.projectlistdiv.timefilter {
  margin-bottom: 15px;
}

.projectlistheader {
  margin-bottom: 15px;
}

.defaulttext {
  margin-right: 15px;
  font-family: 'Open Sans', sans-serif;
  color: grey;
  font-weight: 400;
}

.defaulttext.light {
  font-weight: 300;
}

.defaulttext.input {
  width: 150px;
  font-size: 16px;
}

.projectlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.projectlistbuttondiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.projectlistbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #5c9798;
}

.image-4 {
  width: 20px;
  height: 20px;
}

.blankdiv {
  height: auto;
  max-height: auto;
  min-height: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.blanktext {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
}

.searchbardiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-block-2 {
  width: 100%;
  margin-right: 15px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  background-color: #5c9798;
}

.text-field {
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.searchresultdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-5 {
  width: 35px;
  height: 35px;
  margin-right: 15px;
}

.text-block-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: grey;
  font-size: 14px;
}

.searchresultblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
  text-decoration: none;
}

.projecttitle {
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: grey;
  font-size: 28px;
  font-weight: 300;
}

.projecttitle.number {
  margin-top: 10px;
  font-size: 22px;
}

.projecttitle.date {
  margin-bottom: 0px;
  font-size: 14px;
  text-align: right;
}

.projectbuttondiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.projectbuttondiv.first {
  margin-bottom: 15px;
}

.projectbutton {
  margin-right: 5px;
  background-color: #5c9798;
  font-family: 'Open Sans', sans-serif;
}

.projectbutton.delete {
  background-color: #be0000;
}

.projectbutton.save {
  margin-right: 0px;
}

.text-block-4 {
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: grey;
  font-size: 16px;
  font-weight: 300;
}

.inputdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field-2 {
  width: 100%;
  height: 30px;
  margin-bottom: 0px;
}

.form-block-3 {
  width: 100%;
  margin-bottom: 0px;
}

.form-3 {
  width: 100%;
}

.filterdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.filterheader {
  width: 100%;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: grey;
  font-size: 16px;
  font-weight: 300;
}

.select-field {
  width: 300px;
  height: 30px;
  margin-bottom: 0px;
}

.form-block-4 {
  margin-bottom: 0px;
}

.seperatordiv {
  width: 100%;
  height: 1px;
  margin-bottom: 15px;
  background-color: #5c9798;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.form-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dayselector {
  width: 50px;
  height: 30px;
  margin-right: 5px;
}

.monthselector {
  width: 100px;
  height: 30px;
  margin-right: 5px;
}

.yearselector {
  width: 70px;
  height: 30px;
}

.timelistheader {
  margin-bottom: 10px;
  margin-left: 18px;
}

.timelistheader.projectnumber {
  margin-left: 0px;
}

.defaultheadertext {
  font-family: 'Open Sans', sans-serif;
  color: grey;
  font-weight: 400;
}

.timeentryrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.searchresultrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.searchresultrowheader {
  margin-bottom: 15px;
}

.timeresulttrigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.timeresultcontent {
  overflow: hidden;
  margin-bottom: 0px;
  padding-left: 20px;
}

.timeresultdetailrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-6 {
  padding-right: 0px;
  padding-left: 10px;
}

.timeresultdetailheader {
  margin-bottom: 5px;
}

.column-7 {
  padding-left: 10px;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.projectstatus.space {
  margin-right: 49px;
}
.projectstatus {
  width: 16px;
}

.timelistcolumns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overlaydiv {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 5000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .8);
}

.closedialogbutton {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  background-image: url('../images/5c3726a9f154283fa666227b_5c04183b758853048d07b129_5b55ac5bb1843f6b48cb9061_close-button-2.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.overlaycontentdialog {
  width: 650px;
  padding: 15px 10px;
  background-color: #fff;
}

.dialogheader {
  width: 100%;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #5c9798;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-align: center;
}

.dialogcontentrow {
  margin-bottom: 10px;
}