﻿body {
    -webkit-text-size-adjust: 100%;   
    -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 1250px) {

    /*Set AutoSuggest control Width for MobileSafari Browser*/
    [MobileSafariWidth="315"] input[type="text"] {
        width: 315px !important;
    }

    [MobileSafariWidth="300"] input[type="text"] {
        width: 300px !important;
    }

    [MobileSafariWidth="290"] input[type="text"] {
        width: 290px !important;
    }

    [MobileSafariWidth="165"] input[type="text"] {
        width: 165px !important;
    }

    [MobileSafariWidth="155"] input[type="text"] {
        width: 155px !important;
    }

    [MobileSafariWidth="145"] input[type="text"] {
        width: 145px !important;
    }

    [MobileSafariWidth="110"] input[type="text"] {
        width: 110px !important;
    }
    
    [TextBoxMobileSafariWidth="110"]{
        width: 110px !important;
    }

    #one-time-email-alert-start-date, #one-time-email-alert-end-date{
        width: 70px !important;
    }

    #textBoxDealSearch {
        width: 100px !important;
    }
    #divEditorClientPreference{         
        overflow-x: scroll;
    }  
}
