﻿@media only screen and (min-width: 1367px) {

    .small-box .icon {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1199px) {
    .main-title-text {
        min-height: 100px;
        max-width: 120px;
        min-width: 120px;
        font-size: 20px;
    }

    .main-cotent-left {
        max-width: 40%;
        flex-direction: column;
        align-items: flex-start;
    }

    .main-cotent-right {
        max-width: 60%;
    }

    .main-descrpition-text {
        margin-top: 15px;
    }

    .btnCenter {
        justify-content: flex-end;
        width: 100%;
    }

    .customer-text {
        justify-content: flex-end;
    }

    .btnCenter .btn {
        min-width: 65px;
        margin-right: 5px;
        font-size: 11px;
    }

    .newcallout {
        padding: 10px 15px;
    }

    .small-box h3 {
        max-width: auto;
    }

    .small-box .icon {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .content-header .breadcrumb {
        right: inherit;
        top: inherit;
        transform: inherit;
        padding: 5px 5px;
    }

    .content-header {
        padding: 0px 0px;
        margin-top: 10px;
    }

    .custom-width {
        width: 33.33% !important;
        padding: 4px;
    }

    .small-box {
        margin-bottom: 5px !important;
    }

    .top-content-btn .d-flex {
        justify-content: inherit;
    }

    #TempleteListGroup {
        min-height: 142px;
        max-height: inherit;
        overflow-y: inherit;
        padding: 10px;
        border: 1px solid #c6c6c6;
    }

    .content-wrapper {
        height: auto !important;
    }

    .card {
        flex-direction: column;
    }

    .main-descrpition-text {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .customer-text {
        justify-content: flex-start;
    }

    .btnCenter {
        justify-content: flex-start;
        width: 100%;
    }

    .main-cotent-left,
    .main-cotent-right {
        max-width: 100%;
    }

    /*new-add*/
    .dataTables_filter {
        text-align: left !important;
    }

    .height-fix {
        margin-bottom: 30px !important;
    }

    .small-box-fixed {
        position: relative;
        top: inherit;
        left: inherit;
        width: 100%;
        z-index: 9;
    }
}

@media only screen and (max-width: 767px) {
    .content-wrapper {
        transform: translate(0px, 0px) !important;
    }

    .main-header .navbar {
        height: 51px;
    }

    .content-wrapper {
        height: calc(100% - 101px);
        margin-top: 101px;
    }

    .content-header {
        margin-top: 0px;
    }

    .newcallout {
        padding: 10px 10px;
    }

    .small-box .inner h3, .small-box .inner p {
        text-align: left;
    }

    .main-title-text {
        max-width: 100%;
    }

    #demo {
        border-radius: 50px;
        margin: 5px 15px 0px 15px !important;
        padding: 8px 36px;
    }

    .dataTables_length {
        text-align: left !important;
    }
}

@media only screen and (max-width: 575px) {
    .newcallout {
        padding: 6px 6px;
    }

    #TempleteListGroup {
        padding: 5px;
    }
}
