
#keyboard .button {
  background: -moz-linear-gradient(center top , #ffffff 0%, #e5e5e5 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-radius: 5px;
  box-shadow: 0 1px 3px #000000;
  cursor: pointer;
  float: left;
  font-size: 1.9em;
  height: 60px;
  margin-right: 9px;
  margin-top: 10px;
  position: relative;
  width: 60px;
  opacity: 0.5;
}
.button_dash {margin-left:26px;}
.button_underscore {margin-left:26px;}
.button_enter {width:103px; font-size:1.3em; }
.button_del{width:103px; font-size:1.3em;}
.button_smallletter{font-size:1.3em;}
.button_capitalletterleft {
  clear: both !important;
  color: black;
  font-size: 1.3em;
  margin-left: 50px;
}
.button_capitalletterright{ width:129px; font-size:1.3em;}
.button_numberleft {
  font-size: 1.3em;
  margin-left: 76px;
  width: 172px;
}
.button_numberright{width:129px; font-size:1.3em;}
.button_space {width:376px;}
.button_symbolsleft{width:172px; font-size:1.3em; margin-left:26px;}
.button_symbolsright{width:129px; font-size:1.3em;}
.button_capitalletterleft {

  clear: both!important;
  margin-left: 50px;
}

.key {width:100%; height:100%; text-align:center; padding-top:12px; text-shadow: 0px 1px 1px #ffffff;filter: dropshadow(color=#ffffff, offx=0, offy=1);}
.key_del {padding-top:18px;}
.key_enter {padding-top:18px;}
.key_smallletter {padding-top:18px;}
.key_capitalletterleft {padding-top:18px;}
.key_capitalletterright {padding-top:18px;}
.key_number {padding-top:18px;}
.key_symbols {padding-top:18px;}

.button:hover {
border-color: rgba(82, 168, 236, 0.8);
outline: 0;
outline: thin dotted 9;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);
}
.button_space {
  width: 376px!important;
}
.button_del {
  font-size: 1.3em;
  width: 103px!important;
}
.button_enter {
  font-size: 1.3em;
  width: 103px!important;
}
.button_symbolsright {
  font-size: 1.3em;
  width: 129px!important;
}
.button_numberleft {
  font-size: 1.3em;
  margin-left: 76px;
  width: 172px!important;
}


.button.button_smallletter {
  clear: both;
}
.button_capitalletterleft, .button_smallletter {
  clear: both !important;
  margin-left: 30px;
  margin-right: 30px!important;
  width: 100px;
}
.key_capitalletterleft, .key_smallletter {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 18px;
}
.button_numberleft {
  font-size: 1.3em;
  margin-left: 56px;
  width: 172px !important;
  margin-right: 30px!important;
}
.button.button_a {
  clear: both;
}
#virtualKeyboard {
    border-radius: 0 0 25px 25px;
    display: none;
    float: none;
    margin: 0 auto unset!important;
    padding: 10px 0 20px 50px;
    position: fixed;
    text-align: center !important;
    width: 950px !important;
    z-index: 2147483647;
    text-align: center;
    top: 0px;
}
	  .button.button_a {
	    margin-left: 30px;
	  }
	  .button_capitalletterleft, .button_smallletter {
	    clear: both !important;
	    margin-left: 10px;
	    margin-right: 30px !important;
	    width: 100px;
	  }
	  .button_numberleft {
	    font-size: 1.3em;
	    margin-left: 36px;
	    margin-right: 30px !important;
	    width: 172px !important;
	  }
	 
@media(max-width: 767px){
    #login_form div.number_button {
  line-height: 52px;
}
#virtualKeyboard {
  border-radius: 0 0 25px 25px;
  display: none;
  float: none !important;
  margin: 0 !important;
  padding: 10px 0 20px 50px;
  position: fixed;
  text-align: center !important;
  width: 80%;
  z-index: 2147483647;
}
#keyboard .button {
  background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #ffffff 0%, #e5e5e5 100%) repeat scroll 0 0;
  box-shadow: 0 1px 3px #000000;
  cursor: pointer;
  float: left;
  font-size: 13px;
  height: 35px;
  line-height: 11px !important;
  margin-right: 1px;
  margin-top: 3px;
  opacity: 0.71;
  position: relative;
  width: 35px;
}
#virtualKeyboard .key {
  border-radius: 2px;
  line-height: 35px;
}
.button_del {
  width: 50px !important;
  font-size: 10px!important;
}
.button_enter {
  font-size: 10px !important;
  width: 41px !important;
}
.button.button_capitalletterleft {
  font-size: 10px!important;
  margin-right: 22px!important;
}
.button.button_numberleft {
  font-size: 10px!important;
  width: 40px !important;
  clear: both!important;
}
.button_space {
  width: 126px !important;
}
.button_symbolsright {
  font-size: 10px!important;
  width: 28px !important;
}
#close_keyboard {
  clear: both;
  float: right!important;
  margin-right: 10px!important;
  margin-bottom: 10px;
}
.button_dash {
  margin-left: 26px;
  clear: both;
}
.button.button_underscore {
  clear: both;
}
}
@media(max-width: 360px){
    #keyboard .button {
  background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #ffffff 0%, #e5e5e5 100%) repeat scroll 0 0;
  box-shadow: 0 1px 3px #000000;
  cursor: pointer;
  float: left;
  font-size: 15px;
  height: 28px;
  line-height: 11px !important;
  margin-right: 1px;
  margin-top: 3px;
  opacity: 0.71;
  position: relative;
  width: 28px;
}
#virtualKeyboard .key {
  border-radius: 2px;
  line-height: 29px;
}

}
@media(max-width: 320px){
    #keyboard .button {
  background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #ffffff 0%, #e5e5e5 100%) repeat scroll 0 0;
  box-shadow: 0 1px 3px #000000;
  cursor: pointer;
  float: left;
  font-size: 13px;
  height: 24px;
  line-height: 8px !important;
  margin-right: 1px;
  margin-top: 3px;
  opacity: 0.71;
  position: relative;
  width: 24px;
}
}
.key.key_number {
    line-height: 60px!important;
}
.key.key_symbols {
    line-height: 60px!important;
}
.key.key_enter {
    line-height: 60px!important;
}
#virtualKeyboard .key {
    line-height: 60px;
}
.key.key_capitalletterleft {
    font-size: 20px;
    margin-top: 0px;
    line-height: 60px!important;
    display: block;
    vertical-align: middle;
}
