ons-toolbar.header-top-area {
  background: #0076ff;
}
ons-toolbar.header-top-area * {
  color: white;
  fill: white;
}
.active-border {
  margin-left: 10px !important;
  background-color: transparent !important;
  border: 1px solid #0076ff !important;
  color: #0076ff !important;
}
.active-color {
  color: #0076ff !important;
}
.nonselected {
  color: #bfbfbf !important;
  border: 1px solid #bfbfbf !important;
}
.texture1 {
  filter: saturate(2.1) hue-rotate(16deg) !important;
  background: url(../images/texture/texture.png) repeat 0 0 !important;
}
ons-toast > .toast {
  background: whitesmoke;
  box-shadow: 1px 1px 10px 0 #727272;
}
ons-toast.toastOK > .toast > .toast__message,
ons-toast.toastOK > .toast > button {
  color: forestgreen;
}
ons-toast.toastErr > .toast > .toast__message,
ons-toast.toastErr > .toast > button {
  color: indianred;
}
.border {
  border-style: dotted;
  border-width: thin;
  border-color: #0076ff;
  border-radius: 10px;
}
.newUpload img {
  filter: grayscale(1) opacity(0.85);
}
.newUpload ons-progress-bar {
  width: 100%;
  position: absolute;
}

.statusText.statusTextOK {
  background: #eeffee;
  color: forestgreen;
  border-color: forestgreen;
}
.statusText.statusTextErr {
  background: #ffeeee;
  color: darkred;
  border-color: darkred;
}

ons-radio-button.noyesColor ons-button:first-child() {
}
