#phone {
  width:361px;
  -webkit-transform-origin:0 0;
  -ms-transform-origin:0 0;
  transform-origin:0 0;
}

#phoneWidget
{
  height:720px;
}

#belowWidget
{
}

#phoneForm
{
  height:100%;
  width:100%;
  background:url(android.png);
}

#operator
{
  font-family: Roboto,Tahoma;
  font-size:16px;
  color:white;
  margin-left: 2px;
}

#pinInputLabel 
{
  font-family: Roboto,Tahoma;
  font-size:16px;
  color:#383838;
}

#pinTable
{
  border: 0 none;
  position: relative;
  top: 60px;
  width: 100%;
}

#pinTable td
{
  text-align:center;
}

.pinOkButton
{
    background-color: #cccccc;
    border-radius: 5px;
    color: #383838;
    font-family: Roboto,Tahoma;
    font-size: 16px;
    height: 40px;
    position: relative;
    text-align: center;
    top: 10px;
    width: 78px;
}

#fullscreen
{
  position: relative;
  top: 60px;
  left: 14px;
  width: 330px;
  height: 541px;
}

.desktop
{
  background: rgba(0, 0, 0, 0) url("desktop.png") no-repeat scroll center bottom;
}

#midscreen
{
  position: relative;
  top: 160px;
  left: 15px;
  width: 300px;
  height: 160px;
  background-color: #424242;
}

#toolkit
{
  background:url(simtool.png);
  background-size: 38px 45px;
  background-repeat: no-repeat;
  width: 38px;
  height: 45px;
  top:  5px;
  left: 5px;
  position:absolute;
}

#simtoolkit
{
  background-color: #139dea;
  color: #fff;
  font-family: Roboto,Tahoma;
  font-size: 24px;
  height: 50px;
  left: 0;
  padding-left: 10px;
  padding-top: 10px;
  position: absolute;
  top: 22px;
  width: 320px;
}

#message
{
    position:absolute;
    left: 5px;
    top: 50px;
    width: 290px;
    height: 75px;
    word-wrap: normal;
    color: #FFFFFF;
}

#pinInputContainer
{
  position: relative;
  top: 110px;
  left: 0px;
}

#pinInput
{
  background-color: transparent;
  border-color: currentcolor;
  border-style: none none solid;
  border-width: 0 0 medium;
  color: #00ddff;
  font-size: 50px;
  width: 70%;
}

#numberInputContainer
{
  position: relative;
  top: 10%;
  left: 0%;
}

#numberInput
{
  background-color:transparent;
  border-width:1px;
  border-color:#101030;
  color:#00ddff;
  font-size:50px;
  width:50%;
}

.numpadBtn {
  background-color: transparent;
  border-width: 2px;
  border-color: #383838;
  color: #383838;
  width: 78px;
  height:50px;
  font-size: 24px;
  border-radius: 5px;
  padding-left: 15px;
  text-align: left;
}

#numpadBackBtn
{
  background-color:transparent;
  border-width:0px;
  color:#0099cc;
  width: 20%;
  font-size:30px;
}

.acceptBtn {
  background-color:transparent;
  border-width: 0px;
  color: #0099cc;
  width: 31%;
  font-size: 16px;
}

.resetBtn {
  background-color:transparent;
  border-width:0px;
  color:#0099cc;
  width: 60%;
  font-size:12px;
}

#acceptBtns
{
  position: relative;
  left: 5px;
  top: 130px;
  height:25px;
  width:290px;
  text-align:center;
}

#authorscreen
{
  position: absolute;
  bottom: -60px;
  height: 20px;
  width: 336px;
  text-align: right;
  color: #596161;
  font-size: 10px;
}

.centered {
  text-align:center;
}

.resetPINsBtn {
  background-color:transparent;
  border-width:1px;
  color:#0099cc;
  font-size:13px;
  padding-left: 5px;
  padding-right: 5px;
}

.langSelect {
  background: transparent;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
  border: 1px solid #ccc;
  color:#0099cc;
  
  -webkit-appearance: none;
}

.styledSelect option {
  text-align:right;
}

#optionsScreen
{
  width:85%;
  text-align:left;
  color:#7c8187;
  font-size:16px;
}

#optionsScreen legend
{
  color:#0099cc;
}
