/*
 * Purpose: Winter 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: #95dee3 ("2017 Island Paradise")
 *
 * 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:#f9fdfd !important}
.w3-theme-l4 {color:#000 !important; background-color:#eaf8f9 !important}
.w3-theme-l3 {color:#000 !important; background-color:#d5f2f4 !important}
.w3-theme-l2 {color:#000 !important; background-color:#c0ebee !important}
.w3-theme-l1 {color:#000 !important; background-color:#abe5e9 !important}
.w3-theme-d1 {color:#000 !important; background-color:#78d5db !important}
.w3-theme-d2 {color:#000 !important; background-color:#5bcbd3 !important}
.w3-theme-d3 {color:#fff !important; background-color:#3dc2cb !important}
.w3-theme-d4 {color:#fff !important; background-color:#30aab3 !important}
.w3-theme-d5 {color:#fff !important; background-color:#288e95 !important}

.w3-theme-light {color:#000 !important; background-color:#f9fdfd !important}
.w3-theme-dark {color:#fff !important; background-color:#288e95 !important}
.w3-theme-action {color:#fff !important; background-color:#288e95 !important}

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

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

.w3-theme-gradient {
  color:#fff !important;
  background-color: #95dee3;
  /* background-color: rgb(149, 222, 227); */
  /* gradient steps: d2 - theme - l1 - l2 */
  background-image: radial-gradient(circle,
                                    rgba(91,203,211,1) 0%,
                                    rgba(149,222,227,1) 60%,
                                    rgba(171,229,233,1) 90%,
                                    rgba(192,235,238,1) 100%);
}

.w3-theme-gradient.main-container {
  background-color: #eaf8f9;
  /* background-color: rgb(234, 248, 249); */
  /* gradient steps: l3 - l1 */
  background-image: linear-gradient(200deg,
                                    rgba(213,242,244,0.0) 70%,
                                    rgba(171,229,233,1) 100%);
}

.w3-theme-gradient.sitemap-container {
  background-color: #abe5e9;
  /* background-color: rgb(171, 229, 233); */
  /* gradient steps: l1 - theme - d2 */
  background-image: radial-gradient(circle,
                                    rgba(171,229,233,1) 20%,
                                    rgba(149,222,227,1) 70%,
                                    rgba(91,203,211,1) 90%);
}

.w3-theme-gradient-light {
  color:#000 !important;
  background-color: #c0ebee;
  /* background-color: rgb(192, 235, 238); */
  /* gradient steps: theme - l2 */
  background-image: radial-gradient(circle,
                                    rgba(149,222,227,1) 0%,
                                    rgba(192,235,238,1) 90%);
}

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

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: #aee !important;
  background-color: rgba(170,238,238,0.5) !important;
  color: #366 !important;
}
