config-color .debug-bar {
  background-color: #2d2d2d;
  color: white;
  float: left;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 12px;
  padding: 10px;
  text-transform: uppercase;
  line-height: 22px;
}
config-color .debug-bar .square {
  width: 12px;
  height: 12px;
  background-color: white;
  margin-right: 5px;
  display: inline-block;
  line-height: 12px;
}
config-color ._lightTheme {
  padding: 20px;
  background-color: #fbfdf3;
  color: black;
  padding-bottom: 40px;
}
config-color ._darkTheme {
  padding: 20px;
  background-color: #222222;
  color: white;
  padding-bottom: 40px;
}
config-color h1 {
  color: #727272;
  font-weight: bold !important;
}
config-color h2 {
  font-size: 22px !important;
  color: #727272;
  font-weight: bold !important;
  text-align: center;
  margin-bottom: 15px;
  font-family: 'Source Sans Pro';
}
config-color div[class^="color_"] {
  width: 100%;
  height: auto;
  min-height: 100px;
  padding: 10px;
  float: left;
  text-align: left;
}
body[ng-app] div[ng-controller] *[data-button] {
  font-size: 16px;
  text-transform: uppercase;
  border: 2px solid;
  color: white;
  background-color: black;
  border-color: black;
  padding: 10px 30px;
  line-height: 1.5;
  font-family: SANS-SERIF;
  font-weight: normal;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-block;
  letter-spacing: 0.2px;
}
body[ng-app] div[ng-controller] *[data-button][data-button*="filled_button"] {
  border-color: black;
  background-color: black;
  color: white;
}
body[ng-app] div[ng-controller] *[data-button][data-button*="outlined_button"] {
  border-color: black;
  background-color: transparent;
  color: black;
}
body[ng-app] div[ng-controller] *[data-button][data-button*="border_button"] {
  border-color: black;
  background-color: transparent !important;
  color: black;
}
body[ng-app] div[ng-controller] *[data-button][data-button*="border_button"]:hover {
  background-color: transparent !important;
}
body[ng-app] div[ng-controller] *[data-button][data-button*="border_button"]:active {
  background-color: transparent !important;
}
body[ng-app] div[ng-controller] *[data-button][data-button*="_round"] {
  border-radius: 40px !important;
}
body[ng-app] div[ng-controller] *[data-button][data-button*="_xsmall"] {
  padding: 5px 10px !important;
  font-size: 12px !important;
}
body[ng-app] div[ng-controller] *[data-button][data-button*="_xsmall"] .material-icons,
body[ng-app] div[ng-controller] *[data-button][data-button*="_xsmall"] .fa {
  font-size: 16px !important;
}
body[ng-app] div[ng-controller] *[data-button][data-button*="_small"] {
  padding: 7px 20px !important;
  font-size: 14px !important;
}
body[ng-app] div[ng-controller] *[data-button][data-button*="_large"] {
  padding: 15px 30px !important;
}
body[ng-app] div[ng-controller] *[data-button][data-button*="_xlarge"] {
  padding: 15px 40px !important;
}
@-webkit-keyframes rainbow {
  0% {
    background-position: 0% 82%;
  }
  50% {
    background-position: 100% 19%;
  }
  100% {
    background-position: 0% 82%;
  }
}
@-moz-keyframes rainbow {
  0% {
    background-position: 0% 82%;
  }
  50% {
    background-position: 100% 19%;
  }
  100% {
    background-position: 0% 82%;
  }
}
@-o-keyframes rainbow {
  0% {
    background-position: 0% 82%;
  }
  50% {
    background-position: 100% 19%;
  }
  100% {
    background-position: 0% 82%;
  }
}
@keyframes rainbow {
  0% {
    background-position: 0% 82%;
  }
  50% {
    background-position: 100% 19%;
  }
  100% {
    background-position: 0% 82%;
  }
}
.backgroundRainbow {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);
  background-size: 1800% 1800%;
  -webkit-animation: rainbow 18s ease infinite;
  -z-animation: rainbow 18s ease infinite;
  -o-animation: rainbow 18s ease infinite;
  animation: rainbow 18s ease infinite;
}
.backgroundSpecial {
  background-color: #269 !important;
  background-image: linear-gradient(#ffffff 2px, transparent 2px), linear-gradient(90deg, #ffffff 2px, transparent 2px), linear-gradient(rgba(255, 255, 255, 0.3) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.3) 1px, transparent 1px);
  background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
}
