@media (max-width:768px) {

    html {
        font-size: 15px;
    }

    .action-buttons {
        text-align: center;
    }

        .action-buttons .form-group {
            margin-bottom: 0px;
        }

        .action-buttons .btn-group {
            margin-left: 0px !important;
            margin-bottom: 10px;
        }

    .radio-container {
        min-width: 190px;
    }

    .abs-event {
        position: relative;
        transform: translateY(0px);
        display: block;
        margin: 10px 0px;
        top: inherit;
    }

    .add-template {
        margin: 1rem 0;
    }
}

@media (min-width: 992px) {
    .modal-xl {
        max-width: 90%;
    }
}

@media only screen and (min-width:992px) and (max-width:1280px) {
    h5 {
        font-size: 1rem;
    }

    .event-plan-block-innerscroll .mCSB_inside > .mCSB_container {
        margin-right: 20px;
    }

    .web-left-0 {
        padding-left: 0px !important;
    }

    .web-right-0 {
        padding-right: 0px !important;
    }

    .table .btn {
        min-width: 70px;
    }

    td .input-group [data-toggle="datetimepicker"] {
        right: 5px;
        top: 11px;
    }

        td .input-group [data-toggle="datetimepicker"] .input-group-text {
            padding: 0px;
        }

        td .input-group [data-toggle="datetimepicker"] img {
            width: 11px;
            height: 12px;
        }

    .alerts-popup {
        max-height: 550px;
        overflow-y: auto;
        overflow-x: hidden;
    }


    .legend-block-container {
        width: 100%;
    }

    .dashboard-table-container .dataTables_wrapper {
        margin-top: 20px;
    }

    .row.incident-checkbox-container {
        flex-wrap: nowrap;
    }

    .incident-checkbox-container .col {
        padding: 0 5px;
        max-width: 16.67%;
    }


        .incident-checkbox-container .col label {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

}

@media only screen and (min-width:1280px) and (max-width:1440px) {
    .table .btn {
        min-width: 90px;
    }
    .alerts-popup {
        max-height: 550px;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

@media only screen and (min-width:1024px) and (max-width:1440px) {
    .event-minimum-height {
        min-height: 460px;
    }
}

@media only screen and (min-width:769px) and (max-width:1366px) {
    html {
        font-size: 15px;
    }
}

@media only screen and (min-width:1400px) and (max-width:1600px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 1680px) {
    html {
        font-size: 17px;
    }
}
