 html body .content .content-wrapper {
        padding: 1rem;
    }

    .table-wrap {
        word-wrap: break-word;
        overflow: auto;
    }
    .table-wrap td, .table th {
        max-width: 200px;
    }
    
.trim{
    display:inline-block;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ultratrim{
    display:inline-block;
    width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*
    .table-trimmed.table > tbody > tr > td, .table-trimmed.table > tbody > tr > th, .table-trimmed.table > tfoot > tr > td, .table-trimmed.table > tfoot > tr > th, .table-trimmed.table > thead > tr > td, .table-trimmed.table > thead > tr > th {
        max-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .table-trimmed.table > tbody > tr > td:hover,  .table-trimmed.table > tfoot > tr > td:hover
    {
        width:auto;
        display: block; 
        overflow:  auto ;
        text-overflow: initial;
        border:none;
    }
*/
    #notrim {
        max-width: 300px !important;
        overflow: visible !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }
    .table th, .table td {
        padding: .55rem .5rem;
    }
    .note{
    margin-top: 6px;
    padding: 0 1px;
    font-size: 11px;
    line-height: 15px;
    color: #999;
    }
    .btn-social.btn-xs > :first-child, .btn-xs.btn-social-icon > :first-child {
        font-size: 1.2em;
        line-height: 2rem;
        width: 1.8rem;
        margin-top: -2px;
    }

    
  .modal {
    padding-top: 20px;
    z-index: 1000;
}  
.tooltip
{
    z-index: 2000;
}
.fixed-top {
    z-index: 50;
}
.main-menu.menu-fixed {
    z-index: 51;
}
.modal-backdrop {
    z-index: 51;    
}
.tree-list{
    line-height: 2;
}
.table th, .table td {
    padding: .55rem .5rem;
    font-size: 12px;
}

.badge-warning {
    background-color: #e76e3c;
}

@media print {
        .hideatprint {
        display: none;
    }
}

.list-group-item-popover {
    position: relative;
    display: block;
    padding: .25rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #E4E7ED;
}
.name 
{
    padding: 0px 15px 0px 15px;
}

/*fixing multiple modla clsot issue*/
.modal { overflow: auto !important; }
.toast-top-center {
    top: 12px;
    left:50%;
    margin:0 0 0 -150px;
}

.card-header .card-title2 {
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 1.5rem;
}

.card-body2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: .5rem;
    padding-left: 1.5rem;
}

.card-footer2 {
    padding: .5rem .5rem;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0);
    padding-left: 1.5rem;
}
.border-info2 {
    border: 3px solid #28afd0 !important;
}

.select2-container--default .select2-selection--multiple {

min-height: 10px !important;
padding: 0px 10px !important;
border-color: #D9D9D9 !important;

}

.select2-container--classic .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--multiple .select2-selection__choice {

padding: 1px 5px !important;
    padding-top: 1px;
    padding-right: 5px;
    padding-bottom: 1px;
    padding-left: 5px;
margin-top: 0px !important;
background-color: #6967ce !important;
border-color: #4340c2 !important;
color: #FFFFFF;
margin-right: 8px !important;
margin: 1px;
    margin-top: 1px;
    margin-right: 1px;
margin-top: 1px;

}

.card-header .heading-elements, .card-header .heading-elements-toggle {
    background-color: inherit;
    position: absolute;
    top: 10px;
    right: 20px;
}

.disable-select {
    user-select: none; /* supported by Chrome and Opera */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}


.note-toolbar {
    z-index: 1;
}

.table-arrows {
position: fixed;
bottom: 40px;
z-index: 999;
left: 45%;
}
.arrowbtn{
    margin-right: 5px;
    vertical-align: text-top;
    background-color: transparent;
    background-size: 100%
}

/* ------------added by vinay kumar------------------ */

.btn-sm, .btn-group-sm>.btn {
    padding: .3rem 0.5rem;
}
/* 
.main-menu.menu-light .navigation>li {
    padding: 0;
    line-height: 1.5rem;
} */

form .form-group {
    margin-bottom: 0.5rem;
}

label {
    display: inline-block;
    margin-bottom: .1rem;
}
.table-responsive{
    min-height: 250px;
}
    
.head_clock{
    padding:10px;
}
.product-grid .title {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0 0 10px;
    transition: all .3s ease 0s;
}
.oldprice {
    color: #999;
    text-decoration: line-through;
    font-weight: 300;
}

    
.pagination {
    overflow: hidden;
}

.pagination a, .pagination span.extend, .pagination span.current {
    float: left;
    margin-right: 3px;
    color: #777;
    padding: 6px 10px 3px
}

.pagination a:hover {
    color: #000
}

.pagination span.current {
    color: #fff;
    background-color: #f88c00;
    padding: 4px 10px 6px
}

.pagination .pages {
    float: right;
    display: block;
    font-size: 85%;
    padding: 7px 0 2px
}

.pagination li {
    line-height: 1.25;
    display: block;        
    padding: .2rem .2rem;
    color: #5654c8;
    border: 1px solid #626e82;
}



