/*@media only screen and (min-device-width: 768px) and  (max-device-width: 1024px) {*/
@media only screen and (max-device-width: 1024px), (max-width: 1024px) {
    .sd-table thead th {
        font-size: 11px !important;
    }

    .sd-table tbody td {
        font-size: 11px !important;
    }

    .table-btn-with-icon a {
        font-size: 12px !important;
    }

    .table-btn-with-icon svg {
        width: 14px;
    }

    .bottom_contoller a {
        font-size: 12px !important;
    }

    .zoom-controll {
        font-size: 12px;
    }

    .sd-multiselect .dropdown-toggle {
        width: 115px !important;
    }

    .sd-multiselect-menu .sd-select {
        width: 40px !important;
    }

    .zoom-controll a img {
        width: 20px !important;
    }

    .map-zoom-option {
        width: 30px;
    }

    .map-stat-text {
        font-size: 12px;
    }

    #reportBy {
        min-width: 115px;
        font-size: 12px;
    }

    #reportBy .search-input::-webkit-input-placeholder {
        font-size: 12px;
    }

    #search_extendent_report {
        width: 140px !important;
        min-width: 140px;
    }
    
    .report-date-filter .btn {
        font-size: 12px;
    }

    .tablet-hide {
        display: none;
    }

    a.map-zoom-option {
        display: none;
    }

    [data-toggle="full-dashboard"] {
        visibility: hidden;
        width: 0px !important;
    }

    .sd-table tbody td {
        max-width: 100px !important;
    }

    .custom_navigator_button a {
        padding-left: 10px;
        padding-right: 10px;
    }

    #sd-upgrade-on-nav {
        font-size: 12px;
        padding: 6px 10px;
    }

    #company-name {
        max-width: 130px;
    }

}

@media only screen and (max-device-width: 1200px), (max-width: 1200px) {
    .two-column {
        flex-direction: column;
    }

    .branded-app-container {
        align-items: flex-start;
        margin-top: 16px;
    }
}
