
.keypadHolder{font-family:'open_sansregular'; 
	box-shadow: 0 2px 10px 8px rgba(0, 0, 30, 0.1); background: #a8a9ad !important; z-index: 1000; border-spacing: 5px; top:72px; left:421px; border-radius:5px; border: 2px solid #8f6d96; }
.vkBtn{width: 46px; height: 40px;vertical-align:middle; text-align:center; display:table-cell; background:#8f6d96;border-radius:5px;font-size: 20px; color: #fff; border: 1px solid #FFF; cursor: pointer; }
.vkBtn:active,.vkBtn:focus,.vkBtn:hover{background:#FFE00F; color: #000;}
.vkBtnBS{width: 46px; height: 26px;vertical-align:middle; width:43px; text-align:center; display:table-cell; background:#fff;border-radius:5px; font-family:open_sansbold; font-size: 36px;}
.NumPadClose{z-index: 10000;}
.vkBtnBS{vertical-align:middle; width:30px; height: 24px;text-align:center; display:table-cell; background: #F6F6F6; font-family:open_sansregular; }

.vkBtnEmp{vertical-align:middle; text-align:center; display:table-cell;}
.vkBtnCls { text-align:center; font-size: 14px; width: 20px; height: 20px; background:#000; border:1px solid #ccc; border-radius:20px; color: #fff; }
.vkBtnCls { text-align:center; font-size: 14px; width: 20px; height: 20px; background:url(../images/close_btn.png) no-repeat; cursor: pointer;}

#key_bs{
    width: 46px; height: 26px; background: url(../images/delpng.png) no-repeat; 
    background-size:32px 22px; background-position: center;
}

div#key_bs {
    position: relative;
    height: 40px;
    left: 0px;
    cursor: pointer;
}
.hightLight {
    background-color: rgba(122, 183, 79, 0.43)!important;
}
.disabled {
    pointer-events: none;
    background: #A8A9AD;
}

#key_1{ /*space*/
	color: transparent;
	background-image: url(../images/fraction7-01.png);
	background-size: 100% 100%;
	background-position: 0px;
}

#key_2{ /* / */
	color: transparent;
	background-image: url(../images/fraction5-01.png);
	background-size: 55% 100%;
	background-position: 50%;
	background-repeat: no-repeat;
}

#key_help{
   margin-left: 10px;
   margin-top: 10px;
   background: url(../images/qicon.png) no-repeat;
   background-size: 35% 35%;
   background-position: 50% 50%;
   border: 0;
}
.screen math .mixed-one{
	color: rgba(0,250,0,1) !important;
}

.x5.hightLight,.x6.hightLight{
  background-color: rgba(236,240,11,0.8);
}