/*
 * 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: #e47a2e ("2018 Russet 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:#fdf7f3 !important}
.w3-theme-l4 {color:#000 !important; background-color:#fae5d5 !important}
.w3-theme-l3 {color:#000 !important; background-color:#f4caac !important}
.w3-theme-l2 {color:#000 !important; background-color:#efb082 !important}
.w3-theme-l1 {color:#000 !important; background-color:#e99559 !important}
.w3-theme-d1 {color:#fff !important; background-color:#db6c1d !important}
.w3-theme-d2 {color:#fff !important; background-color:#c36019 !important}
.w3-theme-d3 {color:#fff !important; background-color:#ab5416 !important}
.w3-theme-d4 {color:#fff !important; background-color:#924813 !important}
.w3-theme-d5 {color:#fff !important; background-color:#7a3c10 !important}

.w3-theme-light {color:#000 !important; background-color:#fdf7f3 !important}
.w3-theme-dark {color:#fff !important; background-color:#7a3c10 !important}
.w3-theme-action {color:#fff !important; background-color:#7a3c10 !important}

.w3-theme {color:#fff !important; background-color:#e47a2e !important}
.w3-text-theme {color:#e47a2e !important}
.w3-border-theme {border-color:#e47a2e !important}

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

.w3-theme-gradient {
  color:#fff !important;
  background-color: #e47a2e;
  /* background-color: rgb(228, 122, 46); */
  /* gradient steps: d2 - theme - l1 - l2 */
  background-image: radial-gradient(circle,
                                    rgba(195,96,25,1) 0%,
                                    rgba(228,122,46,1) 60%,
                                    rgba(233,149,89,1) 90%,
                                    rgba(239,176,130,1) 100%);
}

.w3-theme-gradient.main-container {
  background-color: #fae5d5;
  /* background-color: rgb(250, 229, 213); */
  /* gradient steps: l3 - l1 */
  background-image: linear-gradient(200deg,
                                    rgba(244,202,172,0.0) 70%,
                                    rgba(233,149,89,1) 100%);
}

.w3-theme-gradient.sitemap-container {
  background-color: #e99559;
  /* background-color: rgb(233, 149, 89); */
  /* gradient steps: l1 - theme - d2 */
  background-image: radial-gradient(circle,
                                    rgba(233,149,89,1) 20%,
                                    rgba(228,122,46,1) 70%,
                                    rgba(195,96,25,1) 90%);
}

.w3-theme-gradient-light {
  color:#000 !important;
  background-color: #efb082;
  /* background-color: rgb(239, 176, 130); */
  /* gradient steps: theme - l2 */
  background-image: radial-gradient(circle,
                                    rgba(228,122,46,1) 0%,
                                    rgba(239,176,130,1) 90%);
}

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

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: #fca !important;
  background-color: rgba(255,204,170,0.5) !important;
  color: #633 !important;
}
