/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

body, #settings-cover {
/*   background-color: #283593; */
  background-color: #0084B3;
} 

#hamburger:active, .mdl-button:active {
  background-color: rgba(255,255,255,0.2);
}

.material-icons {
/*   color: rgba(255,255,255,0.87); */
  color: inherit;
}

/* #menu-button span {
  background-color: rgba(255,255,255,0.87);
} */


.progressOverdue {
  background-color: #c62828;
}

.progressActive {
  background-color: #00897B;
}



#timer-div {
  color: white;
}



/* #cancel-button, #buttonScreen-buttons button {
  background-color: #f7f7f7;
}


#cancel-button, #buttonScreen-buttons button {
  color: rgba(0,0,0,0.8);
} */

#cancel-button.cancelActive {
  background-color: #c62828;
}


#settingsScreen {
  background-color: #0084B3;
/*   color: rgba(255,255,255,0.87); */
}


.sub-list {
  background-color: #05426F;
/*   color: rgba(255,255,255,0.87); */
}
.mdl-card  {
/*   background-color: #004576; */
  
  
/*   background-color: #1D5F91; */
/*   background-color: #05426F; */
}

.mdl-list__item-primary-content {
/*   color: rgba(255,255,255,0.87); */
}

.mdl-list__item-sub-title {
  color: rgba(255,255,255,0.5);
}

.mdl-ripple {
  background-color: #000;
}

/* .snackButton .mdl-ripple {
  background-color: #fff;
} */


.timer-inputs-list {
  background-color: #05426F;
/*   background-color: #13578A; */
}


.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
  color: #28B7AA;
/*   color: #fff; */
}

.undoTimer-button {
/*   background-color: rgba(255,255,255,0.2); */
/*   color: rgba(0,0,0,0.8); */
  color: #28B7AA
}

#newTimer-button {
/*   background-color: #f7f7f7; */
/*   color: rgba(0,0,0,0.8); */
  background-color: #00897B
}

#newTimer-button i.material-icons {
/*   color: rgba(255,255,255,0.8); */
/*   color: rgba(0,0,0,0.8); */
  color: inherit;
}


