#fromCalculadora{
    position: absolute;
    width: 100%;
    height: calc(100% - 48px);
    background: #2C3643;
}

#fromCalculadora .calcTop{
    position: relative;
    width: 100%;
    height: 50%;
    /*background: red;*/
}

#fromCalculadora .calcMeio{
    position: relative;
    width: 100%;
    height: 50%;
}

#fromCalculadora .calcRow{
    position: relative;
    height: 16.666666667%;
    width: 100%;
}


#fromCalculadora .pnQtoResult{
    position: absolute;
    bottom: 0;
    width: 100%;
    /*height: 18px;*/
    /*text-align: right;*/
    font-size: 10px;
    color: #7d7d7d;
    padding-right: 5px;
}

#fromCalculadora #pnDisplay{
    color: #eeeeee;
    text-align: right;
    font-size: 20px;
    padding-right: 5px;
}

#fromCalculadora #pnResul{
    color: #eeeeee;
    text-align: right;
    font-size: 14px;
    padding: 5px;
    border-bottom: 1px solid #3A4654;
    height: 100%;
    overflow:auto;
    direction:rtl;
    font-family: sans-serif;
}

#fromCalculadora .btnXico{
    font-family: sans-serif;
    height: 100%;
    background: #3A4654;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-bottom: 1px solid #2C3643;
    border-right: 1px solid #2C3643;
    color: #eeeeee;
    font-size: 15px;
    text-decoration: none;
}

#fromCalculadora .op{
    color: #9e9e9e;
}

.calcRow div:last-child{
    border-right: none;
} 

#fromCalculadora .row{
    margin-bottom: 0
}

#pnCalculadoraXicoLeft{
    height: 100%;
    position:fixed;
    width: 322px;
    left: -350px;
    top:0px;
    background-color: #eaeaea;
    z-index: 1000;
    box-shadow: 10px 0px 13px -8px rgba(0,0,0,0.68);
    transition: all 0.5s cubic-bezier(0.61,-0.12, 0.34, 1.16);
}
.pnCloseLeftToggle{
    left: 0!important;
}

#pnCalculadoraXicoRight{
    height: 100%;
    position:fixed;
    /*    width: 222px;
        right: -250px;*/
    width: 80%;
    right: -83%;
    top:0px;
    background-color: #eaeaea;
    z-index: 1000;
    /*box-shadow: 10px 0px 13px -8px rgba(0,0,0,0.68);*/
    box-shadow: -10px 0px 13px -8px rgba(0,0,0,0.68);
    /*padding-left: 15px;*/
    transition: all 0.5s cubic-bezier(0.61,-0.12, 0.34, 1.16);
    /*padding-top: 15px;*/
}
.pnCloseRightToggle{
    right: 0!important;
}

.calcClose{
    width:100%;
    height: 48px;
    color: #eaeaea;
    position: absolute;
    bottom: 0;
    background: #2C3643;
    display: flex;
    align-items: center;
    justify-content: center;
}

#pnCalculadoraXico .mofo-modal-content{
    padding: 0;
}

#pnCalculadoraXico .mofo-modal-content #fromCalculadora{
    height: 100%;
}
#pnCalculadoraXico{
    transform: translate(0px, 0px);
    top: 1px;
    left: 1px;
}