/*
 * Purpose: Autumn color theme for Zoffice web application.
 * Author:  Magnus Johansson <ma@arachne.se>
 * Created: November 2024
 *
 * Origin generated by:
 * https://www.w3schools.com/w3css/w3css_color_generator.asp
 *
 * Base color: #ff9800 ("w3-theme-orange")
 *
 * To get RGB values, a useful converter can be found here:
 * https://www.w3schools.com/colors/colors_converter.asp
 *
 * The !important statements are part of the generated source and may be
 * needed for a consistent look in some cases.
 */
.w3-theme-l5 {color:#000 !important; background-color:#fff9f0 !important}
.w3-theme-l4 {color:#000 !important; background-color:#ffebcc !important}
.w3-theme-l3 {color:#000 !important; background-color:#ffd699 !important}
.w3-theme-l2 {color:#000 !important; background-color:#ffc266 !important}
.w3-theme-l1 {color:#000 !important; background-color:#ffad33 !important}
.w3-theme-d1 {color:#fff !important; background-color:#e68a00 !important}
.w3-theme-d2 {color:#fff !important; background-color:#cc7a00 !important}
.w3-theme-d3 {color:#fff !important; background-color:#b36b00 !important}
.w3-theme-d4 {color:#fff !important; background-color:#995c00 !important}
.w3-theme-d5 {color:#fff !important; background-color:#804d00 !important}

.w3-theme-light {color:#000 !important; background-color:#fff9f0 !important}
.w3-theme-dark {color:#fff !important; background-color:#804d00 !important}
.w3-theme-action {color:#fff !important; background-color:#804d00 !important}

.w3-theme {color:#000 !important; background-color:#ff9800 !important}
.w3-text-theme {color:#ff9800 !important}
.w3-border-theme {border-color:#ff9800 !important}

.w3-hover-theme:hover {color:#000 !important; background-color:#ff9800 !important}
.w3-hover-text-theme:hover {color:#ff9800 !important}
.w3-hover-border-theme:hover {border-color:#ff9800 !important}

.w3-theme-gradient {
  color:#fff !important;
  background-color: #ff9800;
  /* background-color: rgb(255, 152, 0); */
  /* gradient steps: d2 - theme - l1 - l2 */
  background-image: radial-gradient(circle,
                                    rgba(204,122,0,1) 0%,
                                    rgba(255,152,0,1) 60%,
                                    rgba(255,173,51,1) 90%,
                                    rgba(255,194,102,1) 100%);
}

.w3-theme-gradient.main-container {
  background-color: #ffebcc;
  /* background-color: rgb(255, 235, 204); */
  /* gradient steps: l3 - l1 */
  background-image: linear-gradient(200deg,
                                    rgba(255,214,153,0.0) 70%,
                                    rgba(255,173,51,1) 100%);
}

.w3-theme-gradient.sitemap-container {
  background-color: #ffad33;
  /* background-color: rgb(255, 173, 51); */
  /* gradient steps: l1 - theme - d2 */
  background-image: radial-gradient(circle,
                                    rgba(255,173,51,1) 20%,
                                    rgba(255,152,0,1) 70%,
                                    rgba(204,122,0,1) 90%);
}

.w3-theme-gradient-light {
  color:#000 !important;
  background-color: #ffc266;
  /* background-color: rgb(255, 194, 102); */
  /* gradient steps: theme - l2 */
  background-image: radial-gradient(circle,
                                    rgba(255,152,0,1) 0%,
                                    rgba(255,194,102,1) 90%);
}

a {
  /*
   * The decoration color can be set separately with e.g.:
   * text-decoration-color: green !important;
   */
  /* color: #ff9800 !important; */
  /* color: #ff9800; */
  color: #e68a00;
}

a:focus {
  /* focus can be set using tab key, and may be blue by default */
  /* outline: 2px solid #5d9e5b; */
}

.card .w3-theme.card-title {
  background-color: #fda !important;
  background-color: rgba(255,221,170,0.5) !important;
  color: #663 !important;
}
