/* line 1, /home/app/app/assets/stylesheets/admin.scss */
.form_group {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 5, /home/app/app/assets/stylesheets/admin.scss */
.form_group__checkbox_group {
  margin-right: 10px;
}

/* line 8, /home/app/app/assets/stylesheets/admin.scss */
.form_group__input--article_title {
  width: 100%;
}

/* line 11, /home/app/app/assets/stylesheets/admin.scss */
.form_group__input--article_submit {
  width: 70px;
  height: 40px;
}

/* line 15, /home/app/app/assets/stylesheets/admin.scss */
.form_group__input--article_content {
  width: 100%;
  height: 200px;
}

/* line 19, /home/app/app/assets/stylesheets/admin.scss */
.chexbox_group--article_categories {
  display: flex;
  flex-flow: row wrap;
}

/* line 23, /home/app/app/assets/stylesheets/admin.scss */
.form_group__input--author_description {
  width: 100%;
  height: 50px;
}

/* line 27, /home/app/app/assets/stylesheets/admin.scss */
.chexbox_group--admin_roles {
  display: flex;
  flex-flow: column wrap;
}

/* line 31, /home/app/app/assets/stylesheets/admin.scss */
.form_group__checkbox_group--hidden {
  display: none;
}

/* line 34, /home/app/app/assets/stylesheets/admin.scss */
.form_group__checkbox_group--disabled {
  color: gray;
}

/* line 37, /home/app/app/assets/stylesheets/admin.scss */
.form_group__input--category_description {
  width: 100%;
  height: 40px;
}

/* line 41, /home/app/app/assets/stylesheets/admin.scss */
.form_group__input--category_submit {
  width: 70px;
  height: 40px;
}

/* line 45, /home/app/app/assets/stylesheets/admin.scss */
.form_group__input--category_name {
  min-width: 200px;
  max-width: 50%;
}

/* line 49, /home/app/app/assets/stylesheets/admin.scss */
.form_group__input--header_section_content {
  width: 100%;
  height: 150px;
}

/* line 53, /home/app/app/assets/stylesheets/admin.scss */
.form_group__input--footer_section_content {
  width: 100%;
  height: 150px;
}

/* line 57, /home/app/app/assets/stylesheets/admin.scss */
.form_group__input--site_description {
  width: 100%;
  height: 50px;
}

/* line 61, /home/app/app/assets/stylesheets/admin.scss */
.form_group__input--stylesheet_content {
  width: 100%;
  height: 400px;
}

/* line 66, /home/app/app/assets/stylesheets/admin.scss */
.login_or_registration_help_link {
  margin: 10px 0;
  display: block;
}

/* line 71, /home/app/app/assets/stylesheets/admin.scss */
.login_field {
  margin: 10px 0;
}

/* line 158, /home/app/app/assets/stylesheets/admin.scss */
.admin_panel_table__cell {
  border-bottom: 1px solid #dddddd;
}

/* line 165, /home/app/app/assets/stylesheets/admin.scss */
.table_cell--date {
  font-size: 12px;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

