.tx-hidden {
    display: none !important;
} 

.dataTables_wrapper table thead tr {
	background: rgb(235,235,242);
    background: -moz-linear-gradient(180deg, rgba(235,235,242,1) 0%, rgba(231,231,246,1) 95%, rgba(206,206,221,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(235,235,242,1) 0%, rgba(231,231,246,1) 95%, rgba(206,206,221,1) 100%);
    background: linear-gradient(180deg, rgba(235,235,242,1) 0%, rgba(231,231,246,1) 95%, rgba(206,206,221,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebebf2",endColorstr="#cecedd",GradientType=1);
}

.dataTables_wrapper table tbody tr:hover {
	background-color: #E7E7F6 !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;
}

.select2-container .select2-selection__clear {
    margin-right: 20px;
}

.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;
}

.was-validated .select2 .select2-selection{
    border-color: #dc3545!important;
}
.was-validated .select2 .select2-selection{
    border-color: #28a745!important;
}

*:focus{
  outline:0px;
}

.typeahead .twitter-typeahead {
  display: block !important; }

.typeahead .tt-menu {
  border: 0;
  margin: 0;
  min-width: 275px;
  padding: 5px 0;
  left: auto /*rtl:ignore*/ !important;
  border-radius: 0;
  border-radius: 4px; }
  .typeahead .tt-menu .tt-dataset .tt-suggestion {
    padding: 5px 15px;
    font-size: 1rem; }

.typeahead .form-control.tt-hint {
  color: #a1a8c3; }

.typeahead .form-control.tt-input {
  color: #646c9a; }

.typeahead .tt-menu {
  background: white;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15); }
  .typeahead .tt-menu .tt-dataset .tt-suggestion {
    color: #646c9a;
    cursor: pointer; }
    .typeahead .tt-menu .tt-dataset .tt-suggestion .tt-highlight {
      color: #3d4465;
      font-weight: 500; }
    .typeahead .tt-menu .tt-dataset .tt-suggestion:hover {
      background: #f7f8fa; }

.form-text.text-muted {
    font-size: 100% !important;
}

body[data-sidebar=dark].vertical-collpsed {
    min-height: inherit !important;
}