a:hover {
  color: #1de9b6; }

i:hover {
  color: #1de9b6; }

.aboutView p {
  font-weight: lighter; }

.progress-wrapper {
  position: absolute;
  margin: 30px auto;
  font-weight: lighter;
  padding-left: 15px;
  border-left: 1px solid #303f4f; }

.progress-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 2em;
  text-align: center; }

.secondsDiv {
  text-align: center;
  margin-top: 100px;
  padding-left: 15px; }

.box {
  padding: 3%;
  margin-top: 1%; }

.timerBtns {
  margin-top: 10px; }

nav {
  background-color: #303f4f !important;
  height: 85px !important; }

.NavBar {
  color: #E6E6E6;
  border: none;
  box-shadow: none;
  padding-top: 10px; }
  .NavBar .logo {
    font-size: 2em;
    margin: 20px;
    padding: 10px;
    border: 1px solid #E6E6E6; }

.navLink:hover {
  background-color: #1c2937; }

#timerCircle {
  padding-top: 20px; }

body {
  background-color: #1c2937;
  margin: 0 auto;
  color: #E6E6E6; }

.loginView span {
  font-weight: lighter;
  font-size: 1.5em; }

.loginView input[type=email]:focus:not([readonly]) {
  border-bottom: 0.1px solid #1de9b6;
  box-shadow: 0 0.4px 0 0 #303f4f; }

.loginView input[type=password]:focus:not([readonly]) {
  border-bottom: 0.1px solid #1de9b6;
  box-shadow: 0 0.4px 0 0 #303f4f; }

.loginView .loginBtn {
  background-color: #303f4f; }
  .loginView .loginBtn :hover {
    background-color: #1c2937; }

.loginView .registerBtn {
  background-color: #1de9b6; }

.loginView p {
  margin-top: 25px; }

.timerView {
  margin-top: 4%; }
  .timerView #noteDiv {
    margin-top: 100px;
    padding-right: 20px; }
    .timerView #noteDiv p {
      font-weight: 200;
      font-size: .85em; }
  .timerView h5 {
    font-weight: lighter;
    margin-bottom: 55px; }
  .timerView h6 {
    font-weight: lighter;
    font-size: 1.2em; }
  .timerView .btn-floating {
    background-color: #1c2937 !important;
    border: 0.2px solid #E6E6E6;
    font-weight: lighter;
    font-size: .75em; }
  .timerView .input-field {
    margin-top: 0; }
  .timerView .playBtn {
    background-color: #303f4f;
    height: 42px; }
    .timerView .playBtn i {
      padding-top: 2px; }
  .timerView .selectBox {
    text-align: right; }
  .timerView .select-wrapper {
    width: 100%; }
  .timerView .select-dropdown {
    background-color: #303f4f !important;
    border-bottom: none !important;
    margin-bottom: 20px;
    width: 100%;
    text-align: center; }
  .timerView .dropdown-content li > a, .timerView .dropdown-content li > span {
    color: #1de9b6; }
  .timerView span.caret {
    visibility: hidden; }
  .timerView .myModal {
    background-color: #303f4f; }
    .timerView .myModal .modal-footer {
      background-color: #303f4f; }
      .timerView .myModal .modal-footer a:hover {
        color: #1de9b6; }
      .timerView .myModal .modal-footer .btn-flat {
        color: #E6E6E6; }

.exerciseView {
  margin-top: 30px; }
  .exerciseView h5 {
    font-weight: lighter; }
  .exerciseView .row {
    margin-bottom: 1px; }
  .exerciseView .card-panel {
    background-color: #303f4f;
    padding: 3px 0 3px 0;
    border-radius: 7px;
    margin-bottom: 5px;
    margin-top: 5px; }
  .exerciseView .btn-floating {
    background-color: #303f4f !important;
    border: 0.2px solid #E6E6E6;
    font-weight: lighter;
    font-size: 1.5em;
    margin-top: 5px; }
  .exerciseView .exerciseHeader {
    margin-bottom: 10px; }
  .exerciseView h4 {
    margin: 0; }
  .exerciseView .downloadBtn {
    background-color: #303f4f; }

.deleteModal {
  background-color: #303f4f; }
  .deleteModal .modal-footer {
    background-color: #303f4f; }
    .deleteModal .modal-footer a:hover {
      color: #1de9b6; }
    .deleteModal .modal-footer .btn-flat {
      color: #E6E6E6; }

.exportModal {
  color: black; }
  .exportModal p {
    font-size: .75em; }

.registerModal {
  background-color: #303f4f; }
  .registerModal input[type=email]:focus:not([readonly]) {
    border-bottom: 0.1px solid #1de9b6;
    box-shadow: 0 0.4px 0 0 #303f4f; }
  .registerModal input[type=password]:focus:not([readonly]) {
    border-bottom: 0.1px solid #1de9b6;
    box-shadow: 0 0.4px 0 0 #303f4f; }
  .registerModal input[type=text]:focus:not([readonly]) {
    border-bottom: 0.1px solid #1de9b6;
    box-shadow: 0 0.4px 0 0 #303f4f; }
  .registerModal .registerBtn {
    background-color: #1de9b6; }
  .registerModal .modal-footer {
    background-color: #303f4f; }
    .registerModal .modal-footer a:hover {
      color: #1de9b6; }
    .registerModal .modal-footer .btn-flat {
      color: #E6E6E6; }

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

main {
  flex: 1 0 auto; }

.page-footer {
  background-color: #303f4f;
  color: #E6E6E6;
  padding-top: 0 !important; }

.dltAllBtn {
  margin: 7px 0 10px 0; }
  .dltAllBtn a:hover {
    color: #E6E6E6 !important; }

.side-nav {
  background-color: #303f4f; }
  .side-nav li > a {
    color: #E6E6E6; }
  .side-nav li > a > i.material-icons {
    color: #E6E6E6; }

@media screen and (max-width: 755px) and (min-width: 320px) {
  .timerView .row .col.s6 {
    width: 100%; }
    .timerView .row .col.s6 .round-progress-wrapper {
      width: 100%;
      text-align: center; }
  .timerView #noteDiv {
    margin-top: 5px; }
  .timerView .progress-wrapper {
    border-left: none;
    margin-top: 0;
    margin-left: 5%; }
  .timerView #timerCircle {
    text-align: center;
    width: 100%; }
  .timerView h5 {
    margin-bottom: 20px; }
  .page-footer {
    visibility: hidden; } }

@media screen and (max-width: 450px) and (min-width: 300px) {
  .timerView .container {
    width: 100%; }
  .timerView .progress-wrapper {
    width: 100%;
    margin: 0 auto;
    padding-left: 0; }
  .timerView .secondsDiv {
    padding: 0; }
  .exerciseView h5 {
    font-size: 1em; } }

@media screen and (max-width: 416px) and (min-width: 300px) {
  .timerView .secondsDiv {
    margin-top: 88px; }
  .timerView #timerCircle {
    padding: 0; }
  .timerView h5 {
    font-size: 1.3em;
    margin-top: 0; } }
