body {
    font-family: 'Roboto';
}
a {
    text-decoration: none;
}
.easy-get:hover {
    cursor: pointer;
}
.easy-numpad-frame {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background-color: rgba(236,240,241,0.8);
	overflow:overlay;
}
.easy-numpad-container {
    top: 0;
    position: absolute;
    width: 22%;
    height: 100%;
    overflow: overlay;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    padding: 10px;
}

.easy-numpad-container3 {
    top: 0;
    position: absolute;
    width: 22%;
    height: 100%;
    overflow: overlay;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    padding: 10px;
}

.easy-numpad-container2 {
    position: relative;
    width: 100%;
    max-width: 700px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    padding: 10px;
	background:white;
}

.easy-numpad-containerseleimg {
    top: 30%;
    position: absolute;
    width: auto%;
    height: auto;
    overflow: overlay;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    padding: 10px;
	background:white;
}
a#easy-numpad-close {
    position: absolute;
    right: -54px;
    top: -56px;
    background-color: #f44336;
    color: #fff;
    line-height: 1;
    padding: 20px 21px;
}
.easy-numpad-output-container {
    position: relative;
    width: 100%;
}
.easy-numpad-output {
    width: 100%;
    border: 1px solid #666;
    background-color: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    margin: 0px;
    text-align: center;
    min-height: 60px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    font-size: 20px;
}
.easy-numpad-number-container > table {
    width: calc(100% + 6px);
    position: relative;
    left: -3px;
    margin-top: 10px;
}
.easy-numpad-number-container > table a {
    display: block;
    padding: 16px 10px;
    background-color: #424242;
    color: #fff;
    text-align: center;
}
.easy-numpad-number-container > table a:hover {
    background-color: #616161;
}

.easy-numpad-number-container .cancel {
    background-color: #ef5350;
}

.easy-numpad-number-container .cancel:hover {
    background-color: #fe2e2e;
}
.easy-numpad-number-container input {
    background-color: #388E3C;
	width:100%;
    height:52px;
    border:none;
    cursor:pointer;
	outline:none;
}

.easy-numpad-number-container .done {
    background-color: #388E3C;
}

.easy-numpad-number-container .done:hover {
    background-color: #276f2a;
}

.easy-numpad-number-container .tota {
    background-color: #653a80;
}

.easy-numpad-number-container .tota:hover {
    background-color: #3c204e;
}

.fundomenubotaocom{
	cursor: pointer;
    font: 18px arial, bolt;
    color: black;
    margin: 2px 1px 0px 1px;
    padding: 5px 10px 5px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #A0A0A0;
    border-radius: 3px;
    text-decoration: none;
	background: green;
	width:20%;
	}



@media only screen and (min-width : 300px) and (max-width : 767px) {
    a#easy-numpad-close {
        right: 0px
    }
	
	.fundomenubotaocom{
		width:30%;
	}
	.easy-numpad-container {
    
    width: 80%;
    height: auto;
    }
	
	.easy-numpad-container2 {
    
    width: 80%;
    height: auto;
    }
	.easy-numpad-containerseleimg {
    
    top: 30%;
    width: 90%;
    height: auto;
	background:white;
	}
}
