﻿.k-widget.k-window {
    width: 1200px;
    /*min-height: 400px;*/
    /*top:0!important;*/
}

.k-grid table {
    max-width: 100% !important;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    font-size: 0.9em;
}

.k-edit-form-container {
    width: auto !important;
    padding: 1em;
}

.k-textbox {
    width: 100%;
}

.k-edit-label, .k-link {
    font-weight: bold;
    margin-right: 0;
    margin-left: 0;
}

.k-edit-field {
    margin-right: 0;
    margin-left: 0;
}

.k-form-fieldset {
    max-width: 600px;
}

.k-form-fieldset {
    /*  margin-bottom: 5em !important;*/
}

.content-wrapper > .content {
    /*    padding: 0 0.5rem 5rem 0em;
*/
}

[data-role="grid"] {
    /*    height:800px;
    min-height:600px;*/
    /*   max-height:800px;*/
}

@media only screen and (max-width: 1367px) {
    .small-box h3 {
        font-size: 1.8rem !important;
    }

    .small-box p {
        font-size: 0.7rem !important;
    }

    .small-box > .small-box-footer {
        font-size: 0.7rem !important;
    }

    .k-grid table {
        font-size: 0.8em !important;
    }

    .text-sm {
        font-size: 0.9em !important;
    }

        .text-sm .nav-legacy.nav-sidebar .nav-item > .nav-link > .nav-icon {
            font-size: 1.2em !important;
        }
}


@media only screen and (min-width: 1200px) {
}


@media only screen and (min-width: 992px) and (max-width : 1199px) {
    .k-widget.k-window {
        width: 1000px;
    }

    [data-role="grid"] {
        /*height: 600px;
        min-height: 600px;*/
    }
}

@media only screen and (min-width: 768px) and (max-width : 991px) {
    .k-widget.k-window {
        width: 900px;
    }
}

@media only screen and (min-width: 401px) and (max-width: 767px) {
    .k-widget.k-window {
        width: 700px;
    }
}

@media only screen and (max-width: 400px) {
    .k-widget.k-window {
        width: 350px;
    }
}

@media only screen and (max-width: 350px) {
    .k-widget.k-window {
        width: 300px;
    }
}

@media only screen and (max-width: 350px) {
    .k-widget.k-window {
        width: 300px;
    }
}


@media only screen and (max-width: 300px) {
    .k-widget.k-window {
        width: 250px;
    }
}
