body {
  background: #F7F000;
  background-image: url("/images/grain-min.png"), url("/images/trcaonaPozadina_fade.jpg");
  background-size: 50px 50px, 100%;
  background-repeat: repeat, no-repeat;
  padding: 0;
  margin: 0;
}

.title_lh2 {
  line-height: 2 !important;
}
.pointer {
  cursor: pointer;
}

.container {
  background-color: #fafafa;
  min-height: calc(100vh - 188px);
  padding-bottom: 140px;
}

.messages_container {
  background-color: #fafafa;
  min-height: calc(100vh - 233px);
  padding-bottom: 170px;
}

.message_content a {
  text-decoration: underline;
}

.login_container {
  background-color: #fafafa;
  min-height: calc(100vh - 168px);
  height:auto;
}

.login_container label {
  line-height: 2 !important;
}

.login_footer {
  margin-bottom: 40px
}

.registration_container {
  background-color: #fff;
  border-radius: 0 0 6px 6px;
}

.bottom_nav {
  position: fixed;
  bottom: 0;
  width: 900px;
  margin-left: -24px;
  background-color: #212121;
}

a {
  text-decoration: none;
  color: #212121;
}

p a {
  text-decoration: underline;
}

.bottom_nav a {
  color: #fafafa;
  font-weight: 400;
  letter-spacing: 1px;
  font-variant: small-caps;
}


.home_icon {
  width: 44px;
  height: 44px;
}

.header_nav {
  margin-top: 40px;
}

.registration_input {
  width: 60%;
}

.password_hint {
  margin: 5px 60px 0 140px;
  font-size: 12px;
  color: "gray";
}

.isPending {
  position: fixed;
  background-color: black;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: .2;
  /* transition: opacity 1s ease; */
}

img {
  max-width: 750px;
  margin: 10px 5px 5px 0;
}

.MuiDataGrid-cell {
  cursor: pointer;
}

.MuiDataGrid-selectedRowCount { color: white }
/*.MuiCalendarPicker-root .Mui-selected.missed_workout { background-color: rgb(211, 47, 47) !important; color: white !important }
.MuiCalendarPicker-root .Mui-selected.done_workout { background-color: rgb(247, 240, 0) !important; color: white !important }
*/
.MuiCalendarPicker-root .missed_workout { background-color: rgb(211, 47, 47) !important; color: white !important }
.MuiCalendarPicker-root .done_workout { background-color: rgb(247, 240, 0) !important; color: white !important }
.MuiCalendarPicker-root .race_workout { background-color: rgb(150, 41, 149) !important; color: white !important }

/* .MuiCalendarPicker-root .workout_missed { background-color: rgb(211, 47, 47) !important; color: white !important }
.MuiCalendarPicker-root .workout_done { background-color: rgb(247, 240, 0) !important; } */

@media only screen and (max-width: 900px) {
  body {
    background: none;
    padding: 0;
    margin: 0;
  }
  .container {
    margin: 0;
  }
  .bottom_nav {
    width: calc(100% + 8px);
  }
  .header_nav {
    margin-top: 0px;
  }
  .login_footer {
    margin-bottom: 0px
  }
  .login_container {
    min-height: calc(100vh - 101px);
  }
  img {
    width: 100%
  }
}

@media only screen and (max-width: 500px) {
  .password_hint {
    margin: 10px 60px 0 0px;
    font-size: 12px;
    color: "gray";
  }
  .registration_input {
    width: 90%;
  }
  .bottom_nav a {
    letter-spacing: 1px;
  }
}

@media only screen and (max-width: 376px) {
  .home_icon {
    width: 32px;
    height: 32px;
  }
  .header_nav h6 {
    font-size: 17px !important;
  }
}
