/*Classical Toolbar*/
/*Classical Menubar*/
/*card color*/
.categoryButton {
  border-radius: 20px;
  font-size: 20px;
  width: 150px; }

.categoryEdit {
/*  display: none; */}
  .categoryEdit form {
    margin: 0 auto;
    width: 500px; }
    .categoryEdit form label {
      font-family: "Roboto", sans-serif;
      color: #fff; }
    .categoryEdit form input {
      background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
      color: #fff;
      border-radius: 24px;
      border-width: 2px;
      width: 500px;
      height: 50px; }

.categoryAdd form {
  margin: 0 auto;
  width: 500px; }
  .categoryAdd form label {
    font-family: "Roboto", sans-serif;
    color: #fff; }
  .categoryAdd form input {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    color: #fff;
    border-radius: 24px;
    border-width: 2px;
    width: 500px;
    height: 50px; }

.categoryCard {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 40px;
  margin: 15px;
  padding: 10px; }

.categoryName {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 30px;
  text-align: center; }

.categoryImage {
  position: relative; }
  .categoryImage img {
    width: 100%; }

.categoryImage:hover {
  opacity: 0.7; }

.categoryButtons {
  margin-top: 170px; }

.editButton {
  text-align: center; }

.deleteButton {
  text-align: center; }

.addButton {
  margin: 15px;
  padding: 10px; }
  .addButton button {
    background-color: #2DAC9F;
    border-color: #2DAC9F;
    color: #fff; }
  .addButton button:hover {
    background-color: #159487;
    border-color: #159487;
    color: #fff; }

/*# sourceMappingURL=category.css.map */
