/* CSS Document */

@charset "utf-8";


* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}

body {
    background-color: #D9DAEC !important;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], 
input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], 
input[type="tel"], input[type="time"], input[type="url"] {
    height: 50px !important;
}

.page {
    position: absolute;
    padding-top: 10px;
    width: 100%;
    height: 70%;
    overflow-y: auto;
}

.icon-label {
    top: 3px;
    margin-left: 10px;
    position: relative;
}

#left-panel {
    position: fixed;
    display: block;
    top: 0px;
    left: 0px;
    width: 223px;
    height: 100%;
    z-index: 1000;
    background-color: rgb(181, 187, 192) !important;
    border-style: none;
    border-width: 0px;
}

#left-panel a {
    width: 190px;
    margin: 0 0 0.25rem !important;
    height: 40px !important;
    left: -5px !important;
    font-size: 1.10rem;
    padding-top: 0.45rem;
    padding-right: 0.75rem;
    padding-bottom: 0.3rem;
    padding-left: 0.75rem;
}

#left-panel .menu-title {
    top: 3px;
    margin-left: 10px;
    position: relative;
    font-weight: bold;
}

.app-logo {
    position: relative;
    top: 10px;
    left: 15px;
}

.app-name {
    position: relative;
    top: 12px;
    margin-left: 20px;
    color: #fff;
}

.app-menu {
    position: relative;
    float: right;
    top: 12px;
    margin-right: 15px;
}


.inline-list2 {
    margin: 0 auto 1.0625rem auto;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    list-style: none;
    overflow: hidden; 
}

#teclado-virtual
{
    position: fixed;
    display: block;
    width: 100%;
    height: 265px;
    z-index: 999;
    background-color: rgb(85, 85, 85) !important;
    border-style: none;
    border-width: 0px;
    bottom: 0;
    margin: 0;
    padding: 0;
}


#teclado-virtual table tr td
{
    padding: 0;
    margin: 0;
}

#teclado-virtual .button
{
    font-size: 1.6rem;
    margin: 0;
    margin-bottom: 2%;
}

#teclado-virtual .inline-list
{
    margin-bottom: 0;
}

#teclado-virtual .inline-list2
{
    margin-bottom: 0;
}

#teclado-virtual .inline-list > li
{
    margin-left: 0.3%;
    width: 24.7%; #10.8
}

#teclado-virtual .inline-list2 li > a
{
    margin-left: -0.5%;        
}

.pricing-table .bullet-item
{
    font-size: 2rem;
}

.pricing-table .title
{
    font-size: 2rem;
}

.pricing-table .description
{
    font-size: 1.55rem;
}

.text
{
    height: 45px !important;
}

.radioBtn
{
    font-size: 1.1rem;
}
#ingreso-item legend
{
    font-size: 1.5rem;
    margin-bottom: 15px;
}

#ingreso-item .columns
{
    margin-top: 15px;
}