@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  {
    .tooltip.mobile {
        flex-wrap: wrap;
    }
    .tooltip.mobile:hover span.tooltip-span {
        background-color: transparent;
        border: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .tooltip.mobile span.tooltip-span {

        display: block;
        position: relative;
        overflow: visible;
        background-color: transparent;
        padding: 0;
        padding-top: 10px;
        clear: both;
        max-width: 100%;
        z-index:0;
        flex-basis: 100%;
        border: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;

        background-color: transparent;
        border: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #888;
        padding-bottom: 7px;
    }
    .tooltip.mobile.no-mobile-tooltip span.tooltip-span {
        display: none;
    }
    a.tooltip.mobile span.tooltip-span,
    button.tooltip.mobile span.tooltip-span {
        display: none;
    }
    li .tooltip.mobile span.tooltip-span,
    .ui-content li span.tooltip-span, .ui-content ul span.tooltip-span,
    .ui-content button span.tooltip-span,
    .ui-content .slider-container span.tooltip-span,
    .ui-icon-delete.tooltip.mobile span.tooltip-span,
    .detailsNote .tooltip.mobile span.tooltip-span{
        display: none;
    }

    .details_page #weatherDetails .weather-block:first-child {
        height: 95px;
    }
    .details_page #weatherDetails .weather-block {
        height: 160px;
    }

    #weatherDetails .weather-block:first-child .temperature {
        margin-bottom: -15px;
    }
    #weatherDetails .weather-block {
        padding: 10px;
        padding-top: 30px;
    }

    #weatherDetails .weather-block .tooltip-span {
        text-align: center;
    }

    #weatherDetails .weather-block:first-child {
        padding: 0;
        padding-left: 80px;
    }
    #devices-grid-0 > div.category > label, .devices-adapter-grid .device label {
        padding-right: 10px;
        opacity: inherit;
    }
    .ui-state-disabled,
    #deviceManager .device-offline #functionArea div.dco_column {
        opacity: 0.6;
    }
    .morecontent span {
        display: none;
    }
    .morelink {
        display: block;
        text-decoration: underline;
    }

    #activationPage label[for='activationCode'] {
        padding-left: 0;
    }

    #HDMDeviceName.tooltip.mobile span.tooltip-span {
        position:absolute;
        padding-top: 7px;
    }
    #HDMDeviceName.tooltip.mobile {
        height: 38px;
    }
    a.ui-collapsible-heading-toggle.ui-btn.ui-btn-icon-left {
        height: inherit;
    }

    #optimizerStrategy #optimizer-strategy-items.gridster li {
        min-width: 140px;
        width: 250px;
        min-height: 280px;

    }
    #optimizerStrategy #optimizer-strategy-items.gridster li.gs-w[data-sizey="1"]{
        width: 230px;
    }
    #optimizerStrategy #optimizer-strategy-items.gridster li.gs-w[data-col="2"]{
        left: 232px;
    }
    #optimizerStrategy #optimizer-strategy-items.gridster li.gs-w[data-col="3"]{
        left: 460px;
    }
}


