#appCalculator{
width: 35px;
background: url('../img/calc.png'); 
background-repeat: no-repeat;
background-size: 24px 21px;
background-position: center center;
}

.appSelected{
background-color: #1f8dd6 !important;
}

.menuApp{
color: #fff;
}	

#Calculator{
position: absolute;
margin-top: 100px;
z-index: 1000;
display: none;
}

#Calculator .row{
	overflow: visible;
}

#wrapper {
  background: #222;
  width: 288px;
}

#main {
  padding: 5px;
  width: 288px;
}

#screen {
  width: 275px;
  max-width: 275px;
  height: 60px;
  background: white;
  border-radius: 4px; 
  font-size: 3em;
  text-align: right;
  padding-right: 3px;
  line-height: 60px;
}

#spacer{
height: 5px;	
}

button {
  color: #FFF;
  float: left;
  width: 68px;
  font-size: 1.2em;
  height: 68px;
  outline: none;
  background: #3e3e3e;
  border: 0px;
  margin: 2px 2px 0px 0px;
}
button:hover, button.darker:hover {
  background: #111;
  curosr: hand;
  cursor: pointer;
}
button.blue {
  height: 138px !important;
  background: #1f8dd6;
  color: black;
  margin-top: -68px;
  z-index: 10;
}
button.blue:hover{
  background: #055f9a;
  curosr: hand;
  cursor: pointer;	
}
button.darker {
  color: #FFF;
  background: #2b2b2b;
}
button.active {
  background: #6f6f6f;
}
button.active:hover{
  background: #6f6f6f;
}
button.dimmed {
  color: #555 !important;
}
#clear{
	background: #BF3C3C;
}
#clear:hover{
	background: #980a0a;
}

.btn-wide {
  width: 138px !important;
}
