.brround {
  border-radius: 50% !important;
}
.bg-soft-primary {
  background-color: rgba(102, 145, 231, 0.18) !important;
}

.bg-soft-secondary {
  background-color: rgba(134, 92, 226, 0.18) !important;
}

.bg-soft-success {
  background-color: rgba(19, 197, 107, 0.18) !important;
}

.bg-soft-info {
  background-color: rgba(80, 195, 230, 0.18) !important;
}

.bg-soft-warning {
  background-color: rgba(232, 188, 82, 0.18) !important;
}

.bg-soft-danger {
  background-color: rgba(237, 94, 94, 0.18) !important;
}

.bg-soft-light {
  background-color: rgba(243, 246, 249, 0.18) !important;
}

.bg-soft-dark {
  background-color: rgba(54, 61, 72, 0.18) !important;
}

.bg-dark {
  background-color: #000 !important;
}

.fc table thead{border-bottom:1px solid #eaeaea;}
.fc table tr{border-left:1px solid #eaeaea;border-top:1px solid #eaeaea;}
.fc table td{border-right:1px solid #eaeaea;border-bottom:1px solid #eaeaea;}

.filestable svg {
  width: 18px;
  margin-right: 10px;
  vertical-align: bottom;
  float: none;
  stroke-width: 2.3px;
  color: #2c323f;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-sm {
  padding: 5px 10px !important;
  font-size: 13px !important;
}
.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
