html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden; }

body {
  background-color: #21222F; }

div.main {
  position: relative;
  height: 100%;
  padding: 2px 11px 0 8px;
  color: #DADADA;
  overflow-y: scroll; }

#sft_link {
  position: absolute;
  bottom: 15px;
  right: 30px;
  display: inline-block;
  cursor: pointer; }
  #sft_link span.i {
    position: absolute;
    bottom: 2px;
    left: 46px;
    font-size: 22px;
    font-weight: 900;
    color: #422D1A; }
  #sft_link img.sft-logo {
    height: 32px;
    margin: 0 0 -5px -32px; }

input::-ms-clear {
  display: none; }

input, input[type="text"], input[type="password"], input[type="email"], textarea, select, select:focus {
  font-size: inherit !important;
  display: inline-block;
  padding: 0;
  margin: 0 0 5px 0;
  text-indent: 5px;
  background-color: transparent;
  border: none;
  outline: none;
  outline-color: white;
  border-bottom: 1px solid white;
  outline-width: 1px;
  box-shadow: none !important; }

.display-none {
  display: none; }

.text-align-left {
  text-align: left; }

.text-align-center {
  text-align: center; }

.text-align-right {
  text-align: right; }

.clearfix {
  clear: both; }

i.material-icons {
  font-size: 18px;
  width: 18px;
  height: 18px;
  cursor: pointer; }

ul.ui-autocomplete.ui-menu {
  display: inline-block;
  padding: 6px 8px;
  background: #334;
  color: #EEE;
  border: 1px solid #445; }
  ul.ui-autocomplete.ui-menu li {
    list-style-type: none;
    margin: 0;
    white-space: nowrap; }
  ul.ui-autocomplete.ui-menu li.ui-state-focus {
    background: #223;
    border: none;
    color: gold;
    font-weight: 600; }
