﻿/*.table_responsive {
    max-height: 210px;
    height: 210px;
}*/
.Width {
    width: 400px !important;
}
.errmsg {
    color: red;
}
.success {
    color: greenyellow;
}
.hide {
    visibility: hidden;
}
.modal-customer {
    margin-left: 9%;
    margin-top: 5%;
}
.modal-customer-width {
    min-width: 1100px
}
.modal-customer-assign {
    margin-left: 15%;
    margin-top: 5%;
}
.modal-customer-assign-width {
    min-width: 300px !important;
}
.modal-customer-toggle {
    background-color: #ccc;
    padding: 5px 10px;
}
.issue-assign {
    max-height: 100px;
}
.AssignDiv {
    min-width: 300px
}
.button-width {
    min-width: 300px
}
.custom-form {
margin-bottom:0px !important;
}
/*Sagar Da*/
@media only screen and (min-width: 800px) {
    .table_responsive {
        max-height: 275px;
        height: 275px;
    }
}

@media only screen and (min-width: 1024px) {
    .table_responsive {
        max-height: 400px;
        height: 400px;
    }
}
/*/ (1280x1024) SXGA Display /*/
@media screen and (min-width: 1280px) {
    .table_responsive {
        max-height: 252px;
        height: 252px;
    }
}

/* (1366x768) WXGA Display */
@media screen and (min-width: 1366px) {
    .table_responsive {
        max-height: 350px;
        height: 350px;
    }
}


/*/ (1440x900) WXGA+ Display /*/
@media screen and (min-width: 1440px) {
    .table_responsive {
        max-height: 445px;
        height: 445px;
    }
}

/*/ (1600x900) HD+ Display /*/
@media screen and (min-width: 1600px) {
    .table_responsive {
        max-height: 517px;
        height: 520px;
    }
}

/*/ (1680x1050) WSXGA+ Display /*/
@media screen and (min-width: 1680px) {
    .table_responsive {
        max-height: 750px;
        height: 750px;
    }
}

/*/ (1920x1080) Full HD Display /*/
@media screen and (min-width: 1920px) {
    .table_responsive {
        max-height: 694px;
        height: 694px;
    }
}

