﻿    .table_responsive {
        max-height: 400px;
        height: 400px;
    }

    .Left-Padding {
        padding-left: 10px;
    }

     .Width {
        width: 400px !important;
    }

    .errmsg {
        color: red;
    }

    .success {
        color: greenyellow;
    }

    .hide {
        visibility: hidden;
        /*display:none;*/
    }

     .my-custom-class .modal-dialog {
        width: 300px;
        height: 50px;
    }
.ticket-search {
        max-height: 450px !important;
}

.ticket-search-padding {
    padding-left:15px;
}
.modal-customer {
    margin-left: 9%;
    margin-top: 5%;
}
.modal-customer-width {
    min-width: 1100px
}
.modal-assign {
    margin-left: 15%;
    margin-top: 5%
}

.modal-assign-form {
    background-color: #ccc;
    padding: 5px 10px;
}
.modal-assign-form-height {
    max-height: 100px;
}

.assign-div-width {
   min-width: 300px !important;
}
.ticket-search-button {
   min-width: 300px !important;
}
.txt-tag-width {
    width: 400px !important;
}
.txt-Br-width {
width: 300px !important;
}