﻿.TeclasDiv {
    width: 33.33%;
    
    min-height: 78px;
    float: left;
    display: table;
    color: #fff;
    text-align: center;
    font-size: 45px;
    background: rgba(255,102,0,1);
    background: -moz-linear-gradient(left, rgba(255,102,0,1) 0%, rgba(255,102,0,1) 30%, rgba(255,255,255,1) 47%, rgba(255,102,0,1) 68%, rgba(255,102,0,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,102,0,1)), color-stop(30%, rgba(255,102,0,1)), color-stop(47%, rgba(255,255,255,1)), color-stop(68%, rgba(255,102,0,1)), color-stop(100%, rgba(255,102,0,1)));
    background: -webkit-linear-gradient(left, rgba(255,102,0,1) 0%, rgba(255,102,0,1) 30%, rgba(255,255,255,1) 47%, rgba(255,102,0,1) 68%, rgba(255,102,0,1) 100%);
    background: -o-linear-gradient(left, rgba(255,102,0,1) 0%, rgba(255,102,0,1) 30%, rgba(255,255,255,1) 47%, rgba(255,102,0,1) 68%, rgba(255,102,0,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,102,0,1) 0%, rgba(255,102,0,1) 30%, rgba(255,255,255,1) 47%, rgba(255,102,0,1) 68%, rgba(255,102,0,1) 100%);
    background: linear-gradient(to right, rgba(255,102,0,1) 0%, rgba(255,102,0,1) 30%, rgba(255,255,255,1) 47%, rgba(255,102,0,1) 68%, rgba(255,102,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#ff6600', GradientType=1 );
}

#RocketPOS_section{
    height: calc(100% - 247px);
}

.insideTeclasDiv{
    background-color: #ff6600;
    min-height: 77px;
}

.insideTeclasDiv2{
    background-color: #ff6600;
    min-height: 78px;
}

.insideTeclasDiv input, .insideTeclasDiv2 input{
    border: 0 !important;
    background-color: #ff6600 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 77px !important;
    outline: none !important; 
}

#CalcContainer{
    width:80%;
    margin-left:10%;
    margin-right:10%;
}

#Calculator{
    float: left;height: auto;width: 100%;
}

#halfForm1{
    padding: 60px 0px 85px 0px;float:left;width: 50%;
}

#h3Calc{
    font-size:3.5rem;color: #ff6600;
}

.inputsContainer{
    max-width: 300px;text-align: center;margin-top: 35px;
}

.pInputs{
    font-size: 17px;text-align: center;
}

.inputCalc{
    text-align: center;font-weight: 700;font-size: 2rem;border-radius: 12px;box-shadow: 0px 1px 7px -1px rgba(0,0,0,0.49);background-color: #fff;border: 1px;height: 40px;
}

#halfForm2{
    padding: 60px 0px 85px 0px;float:left;width: 50%;
}

#keysCalc{
    width:80%;margin-left:auto;margin-right:auto;height: 457px;
}

#backSpace{
    border: 0;background: #ff6600;max-height: 77px;outline: none !important;
}

@media only screen and (max-width: 644px){
    #CalcContainer{
        width:95%;
        margin-left:2.5%;
        margin-right:2.5%;
    }
}

@media only screen and (max-width: 533px){
    #CalcContainer{
        width:100%;
        margin-left:0px;
        margin-right:0px;
    }

    #halfForm1, #halfForm2{
        width:100%;
    }

    #halfForm1{
        text-align:center;
        padding-top:0px;
        padding-bottom:0px;
    }

    #RocketPOS_section{
        height:auto;
    }

    .inputsContainer {
        max-width: unset;
        text-align: center;
        margin-top: 35px;
    }

    #halfForm2{
        padding: 25px 0px
    }

    #keysCalc{
        height:auto;
    }

    .row{
        margin-left:0px;
        margin-right:0px;
    }
}




/*.TeclasDiv p:after {
    content:" ";
    display: inline-block;
    vertical-align:bottom;
    height: 5px;
    width: 1px;
    background: #fff;
}*/
