/* your styles go here */
.hover_tr:hover {
    background-color: #1c7430 !important;
    color: #FFFFFF;
    cursor: pointer;
}

.select2-selection__arrow {
    /*border: 1px solid #dee2e6!important;*/
    /*border-radius: 0!important;*/
}

.select2-container--default .select2-selection--single {
    border-radius: 0 !important;
}

.selection {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057 !important;
    line-height: 40px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #dee2e6 !important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
}

.select2-selection .select2-selection--multiple {
    border: 1px solid #dee2e6 !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #dee2e6 !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #dee2e6 !important;
}

.table.inlinetable td, .table.inlinetable th {
    padding: 0.35rem !important;
}


.test-table input[type='text'] {
    width: 102px;
    height: 38px;
}
.test-table input[type='number'] {
    width: 49px;
    height: 38px;
}
.test-table select {
    width: 84px;
    height: 38px;
}
.test-table{
    padding: 15px;
}
.modal-content{
    width: inherit;

}

.min-width-model {
    width: 1000px!important;
}

input[disabled]{
    background-color: lightgrey;
    border: none;
}
.card-blue{
    background-color: #eef5f9;
}
