@charset "utf-8";

@font-face {
  font-family: vazir-font;
  src: url("#IMAGE_PREFIX#app110_css/web-font/Vazir.woff");
}

.repbutton {
  background-color: #ffe082;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
}

.repbutton:hover {
  background-color: #ffecb3;
}
.button {
  background-color: #26a69a; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  float: left;
  border-radius: 5px;
}

.button:hover {
  background-color: #00897b;
}

.button2 {
    background-color: #e8eaf6;
    /* Green */
    border: none;
    color: black;
    padding: 15px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 4px 2px;
    cursor: pointer;border-radius: 5px;
}
.button2:hover {
  background-color:  #c5cae9;

}
.button-delete {
    background-color: #f5e1b9;
    /* Green */
    border: none;
    color: black;
    padding: 15px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 4px 2px;
    cursor: pointer;border-radius: 5px;
}
.button-delete:hover {
  background-color: #ecb23c;
}
.button-stop {
    background-color: #89a3ad;
    /* Green */
    border: none;
    color: white;
    padding: 15px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 4px 2px;
    cursor: pointer;border-radius: 5px;
}
.button-stop:hover {
  background-color: #56666d;
}