/* Palette color codes http://paletton.com/#uid=23v0u0kFqIdlBKNrJIPIjsMJMmp */
/* Feel free to copy&paste color codes to your application */

.primary-1 { background-color: #4C9CD0 }
.primary-2 { background-color: #258ACB }
.primary-0 { background-color: #087DC9 }
.primary-3 { background-color: #055B93 }
.primary-4 { background-color: #044772 }

.complement-1 { background-color: #FFB353 }
.complement-2 { background-color: #FF9D22 }
.complement-0 { background-color: #FF8E00 }
.complement-3 { background-color: #E58000 }
.complement-4 { background-color: #B26400 }

.color-complement-0 { color: #FF8E00 }

.secondary-text-color  { color: #727272; }

/* Palette generated by Material Palette - materialpalette.com/blue/orange */

.dark-primary-color    { background: #1976D2; }
.default-primary-color { background: #2196F3; }
.light-primary-color   { background: #BBDEFB; }
.text-primary-color    { color: #FFFFFF; }
.accent-color          { background: #FF9800; }
.primary-text-color    { color: #212121; }
.divider-color         { border-color: #B6B6B6; }

.pure-button-primary, .pure-button-selected, a.pure-button-primary, a.pure-button-selected {
    background-color: #087DC9;
}