﻿@import url(https://fonts.googleapis.com/css?family=Roboto:700);
@font-face {
  font-family: 'alarm-clock';
  src: url('https://tylermoeller.github.io/fccfe/js-calculator/assets/font/alarm-clock.ttf.woff') format('woff'), 
    url('https://tylermoeller.github.io/fccfe/js-calculator/assets/font/alarm-clock.ttf.svg#alarm-clock') format('svg'), 
    url('https://tylermoeller.github.io/fccfe/js-calculator/assets/font/alarm-clock.ttf.eot'), 
    url('https://tylermoeller.github.io/fccfe/js-calculator/assets/font/alarm-clock.ttf.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

html {
  position: relative;
  min-width: 320px;
  min-height: 100%;
}

body {
  font-size: 14px;
  -webkit-user-select: none!important;
  -moz-user-select: -moz-none!important;
  -ms-user-select: none!important;
  user-select: none!important;
  background-color: #1a1a1a;
  /* buffer for footer */
  margin-bottom: 155px;
  color:black;
}

.ui-page {
  min-height: 100%!important;
  outline: none;
}

.ui-loader {
  display:none;
}

.headroom {
  margin-top: 10%;
}

.brand {
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 0;
}

.model {
  margin-bottom: 1em;
}

.calculator {
  padding: 1.5em 0 1.5em 0;
  width: 310px;
  background: url('http://www.mendera.de/BWbilder/Leder.jpg');
  background-color: darkgrey;
  border-radius: 40px;
  border: 3px outset #eeeeee;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, .5);
}

input:disabled {
  opacity: 1;
  font-family: 'alarm-clock', monospace;
  margin: 0 0 .5em 0;
  padding: .25em .1em 0 0;
  width: 275px;
  border-radius: 10px;
  font-size: 2.7em;
  text-align: right;
  background-color: darkgrey;
  color: rgba(34, 34, 34, 1);
  height: 1.7em;
}

#battery {
  left: -120px;
}

.aluminum {
  font-size: 1.7em;
  margin: .1em;
  outline: none;
  text-align: center;
  width: 60px;
  height: 60px;
  padding: 0;
}

.aluminum:active {
  color: rgba(0, 102, 204, 1);
  box-shadow: 1px 1px 10px rgba(0, 102, 204, 1);
}

.round {
  font-family: roboto, monospace;
  border-radius: 50%;
  background-image: -webkit-repeating-radial-gradient(50% 50%, 100% 100%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, .1) 3.5%), 
    -webkit-radial-gradient(50% 50%, 200% 50%, rgba(230, 230, 230, 1) 5%, rgba(217, 217, 217, 1) 30%, rgba(153, 153, 153, 1) 100%);
}

.square {
  font-family: roboto, monospace;
  border-radius: 25%;
  background-image: -webkit-repeating-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.2%, rgba(255, 255, 255, .15) 2.2%), 
    linear-gradient(0deg, lightgrey 0%, lightgrey 0%, lightgrey 53%, darkgrey 100%);
}

