.nav-max-wireless .ui-btn .ui-btn-inner
{
    padding-top: 31px !important;
}
.nav-max-wireless .ui-btn .ui-btn-inner .ui-btn-text
{
    font-size: 9px;
    margin-left: -3px;
    text-shadow: none;
}
.nav-max-wireless .ui-btn .ui-icon
{
    width: 30px !important;
    height: 30px !important;
    margin-left: -15px !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -webkit-border-radius: none !important;
    border-radius: none !important;
}
#iabViewAB .ui-icon
{
    background: url(../ABook/images/ico_TabDetails.png) 50% 50% no-repeat;
    background-size: 24px 24px;
}
#iabViewudf .ui-icon
{
    background: url(../ABook/images/ico_TabUDFs.png) 50% 50% no-repeat;
    background-size: 24px 24px;
}
#iabViewActivity .ui-icon
{
    background: url(../ABook/images/ico_TabActivities.png) 50% 50% no-repeat;
    background-size: 24px 24px;
}
#iabViewNote .ui-icon
{
    background: url(../ABook/images/ico_TabNotes.png) 50% 50% no-repeat;
    background-size: 24px 24px;
}
#iabViewDocs .ui-icon
{
    background: url(../ABook/images/ico_TabDocs.png) 50% 50% no-repeat;
    background-size: 24px 24px;
}
#iabViewSwitch .ui-icon
{
    background: url(../ABook/images/ico_TabSwitch.png) 50% 50% no-repeat;
    background-size: 24px 24px;
}

#inavAB .ui-icon
{
    background: url(../ABook/images/ico_AB_ipho.png) 50% 50% no-repeat;
    background-size: 24px 24px;
}
#inavOpp .ui-icon
{
    background: url(../ABook/images/ico_Opp_ipho.png) 50% 50% no-repeat;
    background-size: 24px 24px;
}
#inavCS .ui-icon
{
    background: url(../ABook/images/ico_Cscases_ipho.png) 50% 50% no-repeat;
    background-size: 24px 24px;
}
#inavCal .ui-icon
{
    background: url(../ABook/images/ico_Calendar_ipho.png) 50% 50% no-repeat;
    background-size: 24px 24px;
}
#inavCLib .ui-icon
{
    background: url(../ABook/images/ico_CLibrary_ipho.png) 50% 50% no-repeat;
    background-size: 24px 24px;
}
#inavDash .ui-icon
{
    background: url(../ABook/images/ico_Dashboards_ipho.png) 50% 50% no-repeat;
    background-size: 24px 24px;
}

.ui-icon-edit
{
    background-image: url(../ABook/images/ico_Edit.png);
}

.ui-nav-second-bar
{
    color: black !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from( #f0f0f0 ), to( #c9c9c9));
    background-image: -webkit-linear-gradient( #f0f0f0, #c9c9c9 );
    background-image: -moz-linear-gradient( #f0f0f0, #c9c9c9 );
    background-image: -ms-linear-gradient( #f0f0f0, #c9c9c9 );
    background-image: -o-linear-gradient( #f0f0f0, #c9c9c9 );
    background-image: linear-gradient( #f0f0f0, #c9c9c9 );
}

.SubHeader
{
    background: none repeat #e9eaeb;
    position: relative;
    overflow: visible;
    width: 100%;
    color: #3E3E3E;
    font-weight: bold;
    height: 40px;
    text-align: center;
    font-size: 14px;
    margin-left: -15px;
    margin-right: -15px;
    padding-right: 30px;
}
.iconList
{
    margin-top: -10px !important;
}
/* optional */
.max_display_blank_field
{
    display: block;
}

.iconList li
{
    display: inline;
    float: left;
    width: 24%;
    min-width: 80px;
    max-width: 90px;
    padding-left: 15px;
    padding-top: 5px;
    border-width: 0 !important;
    background: none !important;
}
.quickTable
{
    padding-left: 1px;
    padding-right: 0px;
}
.logoutButton
{
    padding-left: 15px;
}

/* iPad 3 */
@media only screen and (min-device-width : 1536px) and (max-device-width : 2048px) and (-webkit-min-device-pixel-ratio: 2)
{
    .iconList li
    {
        display: inline;
        float: left;
        width: 24%;
        min-width: 80px;
        max-width: 144px;
        padding-left: 105px;
        padding-top: 32px;
        border-width: 0 !important;
        background: none !important;
    }
    .quickTable
    {
        padding-left: 76px;
        padding-right: 76px;
    }
    .logoutButton
    {
        padding-left: 76px;
    }
}

.iconList li:first-child
{
    border-width: 0 !important;
    border: 1px solid #ccc;
    border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
}
.iconList li:last-child
{
    border-bottom-width: 0 !important;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.iconList li div.ui-btn-inner
{
    width: auto;
    border-width: 0 !important;
}
.iconList li a
{
    margin-right: 0;
    padding: 0 10px 0 0 !important;
}
.iconList li img
{
    margin-right: 0;
    width: 100%;
    position: static !important;
    float: none !important;
}
.iconList li h3
{
    display: block;
    max-width: 144px;
    min-height: 28px;
    position: static !important;
    margin: 0 0 0 0.25em;
    padding-top: 0;
    font-size: 80%;
    font-weight: normal;
    text-align: center;
    width: 100%;
    text-overflow: ellipsis;
    overflow: auto;
    white-space: normal;
    text-shadow: none;
}
.tableCell
{
    padding-top: 10px;
    padding-right: 10px;
    min-height: 42px;
    height: 42px;
}

.divSwipe
{
    position: absolute;
    z-index: 3;
    width: 100%;
    min-height: 64px;
}

.aSwipeBtn
{
    padding: 0.6em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 12px 5px 0 0;
    position: absolute;
    top: 0px;
}

/*********************************** */

.ui-icon-email
{
    background-image: url("../Lib/Icons/iconEmail_White.png");
    background-position: 3px 50%;
    background-repeat: no-repeat;
}

.ui-icon-page
{
    background-image: url("../Lib/Icons/iconPage_White.png");
    background-position: 3px 50%;
    background-repeat: no-repeat;
}

.ui-icon-phone
{
    background-image: url("../Lib/Icons/iconPhone_White.png");
    background-position: 3px 50%;
    background-repeat: no-repeat;
}

/* For remove seperators  */
.ui-br
{
    border-style: none;
}

@media all and (min-width: 28em)
{
    .ui-field-contain label.ui-input-text
    {
        width: 27%;
        margin: 0 2% 0 0;
    }
    .ui-field-contain input.ui-input-text, .ui-field-contain textarea.ui-input-text, .ui-field-contain .ui-input-search, .ui-field-contain div.ui-input-text
    {
        width: 70%;
    }


    .ui-field-contain label.ui-select
    {
        width: 27%;
        margin: 0 2% 0 0;
    }
    .ui-field-contain .ui-select
    {
        width: 70%;
    }

    .ui-header.ui-bar-b
    {
        border-radius: 0em 0em 0em 0em !important;
    }

}

/* for hide textbox border   */
.ui-input-datebox
{
    border: 1px solid transparent !important;
    box-shadow: 0 1px 4px transparent;    
     width: 98%;
}

/* for lenth of grouped checkbox control  Calendar/TEditAppointment.aspx */
.ui-field-contain .ui-controlgroup-controls
{
    width: 100%;
}

/* For remove space between tow field contain for small screen device */
.ui-field-contain
{
    padding: 0;
}

/* ********************************* Updated end */


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px)
{
    /* For action button Header corners */
    .ui-header.ui-bar-b
    {
        border-radius: 0em 0em 0em 0em !important;
    }
}

/* iPhone 4 ----------- */
@media screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2) and (orientation : landscape)
{
    /* Styles */
    .ui-field-contain label.ui-input-text
    {
        width: 35%;
        margin: 0 2% 0 0;
    }
    .ui-field-contain input.ui-input-text, .ui-field-contain textarea.ui-input-text, .ui-field-contain .ui-input-search, .ui-field-contain div.ui-input-text
    {
        width: 63%;
    }


    .ui-field-contain label.ui-select
    {
        width: 35%;
        margin: 0 2% 0 0;
    }
    .ui-field-contain .ui-select
    {
        width: 63%;
    }
}

/* iPad 2 (portrait) ----------- */
@media screen and (device-width:768px) and (device-height:1024px) and (orientation:portrait),
       screen and (device-width:1024px) and (device-height:768px) and (orientation:landscape)
{
    /* Styles */
    .ui-field-contain label.ui-input-text
    {
        width: 20%;
        margin: 0 2% 0 0;
    }
    .ui-field-contain input.ui-input-text, .ui-field-contain textarea.ui-input-text, .ui-field-contain .ui-input-search, .ui-field-contain div.ui-input-text
    {
        width: 78%;
    }


    .ui-field-contain label.ui-select
    {
        width: 20%;
        margin: 0 2% 0 0;
    }
    .ui-field-contain .ui-select
    {
        width: 78%;
    }
}

/* Samsung Note ----------- */
@media only screen and (min-width : 800px)
{ 

    .ui-field-contain label.ui-input-text
    {
        width: 15%;
        margin: 0 2% 0 0;
    }
    .ui-field-contain input.ui-input-text, .ui-field-contain textarea.ui-input-text, .ui-field-contain .ui-input-search, .ui-field-contain div.ui-input-text
    {
        width: 83%;
    }


    .ui-field-contain label.ui-select
    {
        width: 15%;
        margin: 0 2% 0 0;
    }
    .ui-field-contain .ui-select
    {
        width: 83%;
    }
}


/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px)
{
    /* Styles */

    .ui-field-contain label.ui-input-text
    {
        width: 8%;
        margin: 0 2% 0 0;
    }
    .ui-field-contain input.ui-input-text, .ui-field-contain textarea.ui-input-text, .ui-field-contain .ui-input-search, .ui-field-contain div.ui-input-text
    {
        width: 90%;
    }


    .ui-field-contain label.ui-select
    {
        width: 8%;
        margin: 0 2% 0 0;
    }
    .ui-field-contain .ui-select
    {
        width: 90%;
    }
}
/* For Bug 74548 */
.ui-simpledialog-container ul li
{
    list-style: none;
}

#idActionsOverlay
{
    opacity: 0.95;
}
