/* MARGIN & PADDING */
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

/* PAGINATION */
.pagination {
  margin: 0;
  padding: 0;
  text-align: right;
  display: block;
}

.pagination > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
  text-align: center;
}

.pagination > li > a {
  background: #4e73df;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  border: 0px;
  line-height: 1;
  float: none;
  display: block;
}

.pagination > li > a:hover,
.pagination > li.active > a:hover,
.pagination > li.active > a {
  background: #4e73df;
  color: #fff;
  opacity: 0.7;
  text-decoration: none;
}

.pagination > li.disabled > a,
.pagination > li.disabled > a:hover,
.pagination > li.disabled > a:focus {
  background: #4e73df;
  color: #fff;
  opacity: 0.7;
}

/* PLUGIN */
.clr {
  width: 100%;
  clear: both;
}

.required {
  color: red !important;
}

.container-login {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.card-wrapper {
  font-size: 15px;
}

.form-group label {
  display: block;
}

.form-group select.form-control option {
  font-size: 13px;
  border: 1px solid #999;
}

.sub-title {
  font-size: 17px;
  font-weight: 600;
  background: #dddfed;
  padding: 7px 5px 5px;
}

.table-responsive {
  overflow: auto;
}

.table-responsive .table-data {
  width: 100%;
}

.table-responsive .table-data th {
  background: #dddfed;
  color: #444;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}

.table-responsive .table-data td {
  color: #444;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}

.table-responsive .table-data td.setting {
  white-space: nowrap;
}

.table-responsive .table-data td .badge {
  color: #fff;
  font-size: 11px;
  padding: 5px 10px;
  margin: 0;
}

.table-responsive .table-data td ul {
  margin: 0;
  padding-left: 20px;
  text-align: left;
}

.table-responsive .table-data td p {
  margin: 0;
  text-align: left;
  padding-left: 7px;
}

.table-responsive .table-data td img {
  height: 100px;
}

.btn-xs {
  font-size: 12px;
  font-weight: 400;
  padding: 4px 7px;
}

.img-edit {
  height: 130px;
  margin: 0 0 10px;
}

input[type=file] {
  padding: 0;
}

.scroll-to-top {
  padding-top: 14px !important;
}

.card-body label {
  display: block;
}

.user-port {
  background: #f1f1f1;
  padding: 15px 10px 0px;
  margin: 0 0 20px;
}

.user-port label {
  font-size: 15px;
  font-weight: 600;
  display: block;
}

div.dataTables_wrapper div.dataTables_filter label {
  text-align: right !important;
}