/* MCPserver.cz Custom Theme Colors - Blue Dominant */
/* Main palette: #134686 (blue), #ED3F27 (red), #FEB21A (yellow), #FDF4E3 (cream) */

/* Light variations using cream and light blue tones */
.w3-theme-l5 {color:#000 !important; background-color:#FDF4E3 !important}
.w3-theme-l4 {color:#000 !important; background-color:#E8F2FF !important}
.w3-theme-l3 {color:#000 !important; background-color:#B8D4F1 !important}
.w3-theme-l2 {color:#fff !important; background-color:#7AB3E8 !important}
.w3-theme-l1 {color:#fff !important; background-color:#4A92D9 !important}

/* Dark variations using blue tones */
.w3-theme-d1 {color:#fff !important; background-color:#103E77 !important}
.w3-theme-d2 {color:#fff !important; background-color:#0D3568 !important}
.w3-theme-d3 {color:#fff !important; background-color:#0A2D59 !important}
.w3-theme-d4 {color:#fff !important; background-color:#07244A !important}
.w3-theme-d5 {color:#fff !important; background-color:#041B3B !important}

/* Main theme colors */
.w3-theme-light {color:#000 !important; background-color:#FDF4E3 !important}
.w3-theme-dark {color:#fff !important; background-color:#041B3B !important}
.w3-theme-action {color:#fff !important; background-color:#ED3F27 !important}

/* Primary theme color (main blue) */
.w3-theme {color:#fff !important; background-color:#134686 !important}
.w3-text-theme {color:#134686 !important}
.w3-border-theme {border-color:#134686 !important}

/* Hover effects */
.w3-hover-theme:hover {color:#fff !important; background-color:#134686 !important}
.w3-hover-text-theme:hover {color:#134686 !important}
.w3-hover-border-theme:hover {border-color:#134686 !important}

/* Additional accent colors for variety */
.w3-theme-accent {color:#fff !important; background-color:#ED3F27 !important}
.w3-text-accent {color:#ED3F27 !important}
.w3-border-accent {border-color:#ED3F27 !important}

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