﻿html,
body {
  /* color: @default-text-color;*/
  /*background-color: @default-page-background;*/
}
.page {
  color: #118dc6;
  background-color: #fff;
}
.UI-theme-text {
  color: #118dc6;
}
.UI-theme-alt-text {
  color: #000;
}
.UI-theme-button-colour {
  color: #ffffff;
}
.UI-theme-toolbar {
  background: #118dc6;
  color: #fff;
}
.UI-theme-icon {
  background: #118dc6;
  color: #fff;
}
.UI-Theme-active-menu {
  background-color: transparent;
  color: #118dc6;
}
.UI-theme-button {
  color: #ffffff;
  background-color: #118dc6;
  box-shadow: inset -2px 9px 14px 1px #118dc6;
  border-radius: 50px;
  display: inline-block;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  padding: 13px 32px;
  text-decoration: none;
  margin: 5px;
}
.UI-theme-button:active {
  position: relative;
  top: 1px;
}
.UI-theme-button:disabled {
  opacity: 0.3;
}
.UI-theme-button-Alt {
  color: #ffffff;
  background-color: #118dc6;
  box-shadow: inset -2px 9px 14px 1px #118dc6;
  border-radius: 50px;
  display: inline-block;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  padding: 13px 32px;
  text-decoration: none;
  margin: 5px;
  -webkit-appearance: none;
}
.UI-theme-button-Alt:active {
  position: relative;
  top: 1px;
}
.UI-theme-button-Alt:disabled {
  opacity: 0.3;
  -webkit-appearance: none;
}
.UI-theme-icon {
  color: #118dc6;
  background-color: #118dc6;
}
.UI-theme-loading-svg {
  /* background-color: @theme-accentColour;*/
}
.UI-theme-loading-svg svg path {
  fill: #118dc6;
  stroke: #118dc6;
}
.UI-theme-logo-svg {
  /* background-color: @theme-accentColour;*/
}
.UI-theme-logo-svg svg path {
  fill: #118dc6;
  stroke: #118dc6;
}
.UI-theme-svg path {
  fill: #118dc6;
  stroke: #118dc6;
}
.UI-theme-input-container {
  background-color: #fff;
  color: #118dc6;
  border: 1px solid #000;
  border-radius: 35px;
}
.UI-theme-page-container {
  background: #fff;
}
.UI-theme-page-container-header {
  color: #118dc6;
  background: #fff;
  font-size: 1.5em;
}
.UI-theme-page-container-header2 {
  color: #118dc6;
  background: #fff;
}
.UI-theme-dialog {
  background: #fff;
  color: #000;
}
.UI-theme-dialog-container {
  background: #fff;
  color: #000;
}
.UI-theme-dialog-header {
  /*background: #fff;*/
  color: #000;
}
.UI-theme-item-container {
  background: #fff;
  color: #000;
  position: relative;
}
.UI-theme-item-button {
  background: #118dc6;
  color: #ffffff;
}
.UI-theme1 {
  color: #ffffff;
  background: #118dc6;
}
.UI-theme2 {
  color: #ffffff;
  background: #118dc6;
}
.UI-theme3 {
  color: #ffffff;
  background: #000;
}
@media (max-width: 800px) {
  html,
  body {
    overflow-y: auto;
    color: #000;
    background-color: #fff;
  }
  .page {
    color: #118dc6;
    background-color: #fff;
  }
  .UI-Theme-active-menu {
    /*  background: @theme-containerBackground;*/
    color: #118dc6;
  }
}