@media only screen and (max-width: 575px) {
    .responsive-height {
        height: 360px !important;
    }

    .top-box h5 {
        margin-bottom: 20px;
    }
    .user-entry .entry-form h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .user-entry .entry-form img {
        margin-bottom: 50px;
    }

    .issue-header {
        flex-direction: column;
    }

    .issue-header h5 {
        margin-bottom: 20px;
    }

    .add-new-issue {
        flex-direction: column;
    }
    .search-box {
        margin-right: 0 !important;
        margin-bottom: 20px;
    }
    .filter-box {
        margin-bottom: 20px;
    }

    .btn-addIssue {
        margin-left: 0 !important;
    }

    .service-point-box {
        flex-direction: column;
    }
    .responsive-overflow {
        overflow-x: auto;
    }

    .token-table {
        width: 1400px;
    }

    .issue-submit-btn {
        width: 300px;
    }

    #mainImage {
        padding: 10px 20px 10px 18px;
    }

}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #mainImage {
        padding: 10px 30px 10px 45px;
    }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    #main{
        display: none;
    }
    #mySidebar{
        display: none;
    }
}
@media only screen and (max-width: 1199px) {
    .issue-type-box {
        width: 220px;
    }
}

@media only screen and (max-width: 991px) {
    .user-entry .entry-form h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .user-entry .entry-form img {
        margin-bottom: 50px;
    }

    #headerOverflow{
        overflow: auto;
    }
    #dynamicBodyHeight{
        margin-top: 85px;
    }

    .issue-type > .col-12 {
        overflow: auto;
    }
    .card-body > .col-12 {
        overflow: auto;
    }
    .profile-img img {
        text-align: center;
        display: block;
        margin: 0 auto;
        margin-left: 40px;
    }

    .sidebar {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

    .sidebar a {
        padding: 8px 8px 8px 32px;
        /*padding: 0px 8px 1px 32px;*/
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

    .sidebar a:hover {
        color: #f1f1f1;
    }

    .sidebar .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    .openbtn {
        font-size: 20px;
        cursor: pointer;
        background-color: #000000;
        color: white;
        padding: 10px 15px;
        border: none;
    }

    .openbtn:hover {
        background-color: #000000;
    }

    #main {
        transition: margin-left .5s;
        /*padding: 16px;*/
        background-color: #000000;
        position: fixed;
        z-index: 99999;
    }
    .flex-init-setup {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .flex-ppal-setup {
        -webkit-flex-flow: column wrap;
        -moz-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
    }
    #mainImage{
        padding: 10px 30px 10px 45px;
    }
    .fa-caret-right{
        float: right;
        margin-top: -34px;
    }
    #headerPart{
        display: none;
    }



}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 801px) {
    /*.g-0{*/
    /*    width: 840px;*/
    /*}*/
    /*#main{*/
    /*    margin-left: 900px !important;*/
    /*}*/
}
/* Portrait and Landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {
    .g-0{
        width: 840px;
    }
    .sidebar .closebtn {
        top: 0;
        margin-left: 13px;
        font-weight: bolder;
        left: 10px;
    }
    #main{
        /*margin-left: 350px !important;*/
    }

}



