﻿@media only screen and (device-width: 768px)
{
    input[type="text"], input[type="password"], select, textarea
    {
        width: 95%;
    }
    
    .telephoneInternational
    {
        width: 26px !important;
    }
    
    .telephoneArea
    {
        width: 69px !important;
    }
    
    .telephone
    {
        width: 119px !important;
    }
    
    .telephoneExtension
    {
        width: 34px !important;
    }
    
    .telephoneAndArea
    {
        width: 253px !important;
    }
    
    ul.tabMenu li input.active
    {
        background-color: transparent !important;
        border: medium none !important;
        cursor: pointer !important;
        display: block !important;
        height: 28px !important;
        margin: 0px 0px 0px 0px !important;
        height: 28px !important;
        padding: 5px 8px !important;
        background-color: transparent !important;
        color: #FFFFFF !important;
    }
    
    ul.tabMenu li input:hover
    {
        background-color: transparent !important;
    }
    
    ul.tabMenu li.activeParent, ul.tabMenu li:hover
    {
        background-color: #989898 !important;
    }
    
    .volumeMuter
    {
        visibility: hidden !important;
    }
    
    .uploadsTab
    {
        display: none !important;
    }
    
    .fullScreenHide
    {
        margin-top: 21px;
        height: 23px;
        background-color: #000000;
    }
}
