/***BEGIN DashboardPanel.css***/
.dashboard-panel-content {
  width: 100%; }

.dashboard-panel-form-item {
  margin-bottom: 8px; }

.dashboard-panel-team-form-item, .dashboard-panel-owner-form-item {
  margin-top: 8px; }

.dashboard-panel-dashboard-type-section {
  margin-top: 16px; }
  .dashboard-panel-dashboard-type-section > label {
    margin-left: -3px; }

.dashboard-panel-dashboard-type-radio-button {
  display: flex;
  flex-direction: row; }
  .dashboard-panel-dashboard-type-radio-button-sub-text {
    margin-left: 30px;
    margin-bottom: 10px; }
/***END DashboardPanel.css***/

/***BEGIN ManageDashboardPanel.css***/
.manage-dashboard-panel-security-section {
  margin-top: 20px; }
  .manage-dashboard-panel-security-section-heading {
    font-weight: 700;
    margin-bottom: 6.33px; }
  .manage-dashboard-panel-security-section-description {
    margin-bottom: 5px; }
/***END ManageDashboardPanel.css***/

