﻿html 
{
    /*
    width: 100%;
    height: 100%;
*/
}

body
{
    font-family: Arial, Helvetica, sans-serif !important;
    width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px !important;
}

#apxt-main
{
    overflow-x: auto;
    overflow-y: hidden;
    position:absolute;
    width:100%;
    max-width:1024px;
    height:100%
}
#apxt-main-body
{
    overflow-x: hidden;
    overflow-y: hidden;   
}
.apxt-main-label-large 
{
    font-size:16px;
    font-weight:bold;
    color:#606060;
}
#apxt-main-loading
{
    width:100%;
    height: 100%;
    background-color:#f0f0f0;
    position:absolute;
    z-index: 999999999;
}

.apxt-main-loading-content
{
    width:300px;
    height:80px;
    top:50%;
    right:50%;
    margin-right:-150px;
    margin-top:-40px;
    position:absolute;
    text-align:center; 
}
#apxt-main-loading-content-text
{
    padding:5px;
    border:1px dashed #c0c0c0;
    font-size:13px;
    /*font-family:Monospace;*/
}
.apxt-main-loading-content-img
{
    margin-bottom:10px;
}

.apxt-sfdc-return
{
    color: #015BA7;
    font-size: 12px;
    text-align: left;
    cursor: hand;
    cursor: pointer;
    text-decoration: none;
    font-family: 'Verdana','Geneva',sans-serif;
    display:block;
    height:15px;
}

.k-widget, k-overlay {
    z-index: 100000 !important;
}