.dt-button-info {
  position: fixed;
  z-index: 2;
  bottom: 20px;
  left: 90px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #3B4752;
  border-radius: 10px;
  background-color: white;
  opacity: 0.9;
}
.card-datatable {
  min-height: 730px;
}
.modal-xlg {
  width: 1200px !important;
  max-width: 100%;
  max-height: 100%;
}
.form-group-custom {
  border: 1px solid rgba(0, 0, 0, 0.07);
  padding-top: 7px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 4px;
  min-height: 54px;
}
.form-group-custom .radio label {
  margin-bottom: 0px;
}
.form-border {
  border: 1px solid rgba(0, 0, 0, 0.07);
}
.pull-left .select2-container {
  vertical-align: top;
  margin-bottom: 10px;
}
.select2-modal-fix .select2-container {
  z-index: 1;
}
.select2-filter-margin .select2-container {
  margin-right:5px;
}
.td-cb-condensed {
  padding-top: 10px !important;
}

.loading-spin {
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}