
.mblShowOnly{
    display: none;
}

@media screen and (max-width: 480px) {
    .mblShowOnly{
        display: block;
    }
    #menuPane {
        width: 0%;
        transition: 0.5s;
    }
    .fixiWorkPane{
        transition: 0.5s;
        left: auto !important;
        height: 100%;
        width: 100% !important;
        transition: 0.5s;
        overflow: hidden;
    }
    .slideRightAndFade{
        transition: 2s !important;
        left: 20% !important;
    }
    .slideRightAndOpen {
        transition: 0.5s;
        width: 70% !important;
        z-index: 9999;
    }
    .slideLeftAndClose {
        transition: 0.5s;
        width: 0% !important;
        z-index: 1;
    }
    .slideLeftAndOpen {
        z-index: 999 !important;
        top: 5px !important;
        left: 20%;
        width: 79%;
        border-radius: 5px;
        -webkit-transition: width 0.5s, top 0.8s, left 0.8s;
        transition: width 0.5s, top 0.8s, left 0.8s;
    }
    .slideRightAndClose {
        left: 100% !important;
        width: 100%;
        transition: 0.5s;
    }

    .mobileHide {
        display: none !important;
    }
    .mobileShow {
        display: block !important;
    }

    #menuHeading {
        /*display: none;*/
    }
    #js-responsive-nav{
        float: left;
        margin-left: 6px;
        width: 27px;
    }
    #js-responsive-nav:after {
        content: "☰";
        background-color: rgba(255, 222, 173, 0);
    }

    #js-responsive-nav.is-open:after {
        content: "☰";
        background-color: rgba(255, 222, 173, 0);
    }
    /*tabs in orgo*/
    .mblHeading.iTabBar .mblTabBar .mblTabBarButton {
        margin: 0 auto !important;
        margin-top: 5px !important;
        height: 40px;
        width: 97% !important;
        vertical-align: middle;
        float: none !important;
    }

    .mblHeading.iTabBar .mblTabBar {
        height: 100%;
        width: 100%;
    }

    .mblTabBar {
        padding: 0px;
    }

    #tabHeading {
        position: absolute;
        top: 0px;
        height: 100%;
        z-index: 99;
    }
    /*tab buttons make them selected*/
    .mblTabBarButton.unselectable{
        border: 1px solid #2b2a2a;
        /*margin: 1px 3px 1px 3px !important;*/
        margin: 0 auto;
        border-radius: 3px;
        background-color: #404040;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#484848), to(#242424), color-stop(0.5, #353535), color-stop(0.5, #242424));
        background-image: linear-gradient(to bottom, #484848 0%, #353535 50%, #242424 50%, #242424 100%);
    }

    ul#tabBar {
        padding-top: 5px;
        background: #a6aab6;
    }
    #tabHeading::after{
        content: "MENU";
    }
    #tabBar {
        float: none;
        align-items: center;
    }
    h1#tabHeading::before {
        content: "Menu";
    }
    /*dissable back button*/
    .mblToolBarButton.mblToolBarButtonHasLeftArrow{
        display: none !important;
    }

    div#iWorkPane{
        height: 100%;
        width: 100% !important;
        transition: 0.5s;
        overflow: hidden;
    }
    .mobileNewButton {
        margin-right: 40px;
    }

    /* #right-nav-close:after {
         content: "X";
         font-size: 29px;
         width: 1em;
         line-height: 1;
         text-align: center;
         position: absolute;
         top: 8px;
         left: auto;
         right: 8px;
         background-color: #F44336;
         z-index: 999;
         color: white;
         border-radius: 6px;
     }*/

    #right-nav:after {
        content: '\2807';
        padding: 0 6px;
    }
    .iInnerWrapper {
        word-wrap: break-word;
        white-space: nowrap;
    }

    .overlay {
        /* Height & width depends on how you want to reveal the overlay (see JS below) */
        height: 100%;
        width: 100%;
        display: none;
        position: fixed; /* Stay in place */
        z-index: 99; /* Sit on top */
        left: 0;
        top: 0;
        opacity: 0.5;
        background-color: rgb(0,0,0); /* Black fallback color */
        background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
        overflow-x: hidden; /* Disable horizontal scroll */
        transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
    }
    /*listing items show dots to long string*/
    .mblListItem.linked.tagged .item {
        display: inline-block;
        width: 70%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .mblListItem.iListTitle {
        overflow: hidden !important;
    }

    /*client edit page*/
    /*make radio button in new line*/
    form .radioGroup .radioWidget{
        display: block;
    }

    form .inlineWidgetBox select{
        width: 90% !important;
        max-width: 198px;
    }

    form .item .label{
        width: 31% !important;
    }
    form .item .value{
        width: 65%;
    }

    form .item div.dijitTextBox{
        width: 88% !important;
        max-width: 198px;
    }

    .mobileBlock{
        display: block !important;
    }

    .noteEditorWraper {
        white-space: normal;
    }

    .inlineSelect .dijitTextBox, .inlineSelect select {
        width: 76% !important;
    }

    form .item .value .inlineLink select{
        width:150px !important;
    }

    .categoryWidget.createCat .categorySelect {
        max-width: 198px !important;
        vertical-align: top;
    }

    .calendarEventWidget {
        margin: 0px;
        float: none;
    }

    .mblHeading.iSubBar .subToolTitle {
        float: none;
    }

    .searchTooltip span.dijitReset.dijitInline.dijitButtonNode{
        margin-right: 33px;
    }
    #search{
        display: none;
    }
    #target{
        float: left;
        width: 71px;
    }
    #pattern{
        margin-left: 6px;
        float: left;
        width: 132px;
    }
    #searchTooltipContent label{
        float: left;
        color: black;
    }

    /*tooltip css setting for mobile*/
    .mblOverlay.mblOpener{
        width: 374px;

    }
    .mblOpener .iScrollBars .mblRoundRectList {
        width: 100%;
    }
    #createFactoryTooltipContent #leadManufacturersItem{
        min-width:100%;
    }
}