.dataTables_wrapper table thead tr {
	background-color: #DDDDEC;
}

.dataTables_wrapper table tbody tr:hover {
	background-color: #DDDDEC !important;
}

.dataTables_wrapper table tbody tr.even {
	background-color: #F1F1F8;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    padding-left: 0.75rem;
    color: #495057;
}

.select2-container .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    height: 38px;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 34px;
    width: 34px;
    right: 3px;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #adb5bd transparent!important;
    border-width: 0 6px 6px 6px!important;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #adb5bd transparent transparent transparent;
    border-width: 6px 6px 0 6px;
}

.tx-readonly-field
{
    display: block;
    width: 100%;
    padding: 0.40rem 1rem;
    line-height: 1.5;
    background-clip: padding-box;
    border-top: 1px solid #CACBCF;
    border-bottom: 1px solid #CACBCF;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.modal-body .select2-container {
    display: inherit;
}