/* line 1, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/new-asset.css.sass */
#new_asset, .edit_asset {
  padding: 20px 50px; }
  /* line 4, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/new-asset.css.sass */
  #new_asset h3, .edit_asset h3 {
    margin-bottom: 30px; }
  /* line 7, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/new-asset.css.sass */
  #new_asset input[type="text"],
  #new_asset input[type="file"],
  #new_asset select, .edit_asset input[type="text"],
  .edit_asset input[type="file"],
  .edit_asset select {
    width: 50%;
    display: block; }
  /* line 13, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/new-asset.css.sass */
  #new_asset input[type="checkbox"] + label,
  #new_asset input[type="radio"] + label, .edit_asset input[type="checkbox"] + label,
  .edit_asset input[type="radio"] + label {
    display: inline-block; }
  /* line 17, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/new-asset.css.sass */
  #new_asset .checkboxes, .edit_asset .checkboxes {
    margin: 20px 0;
    padding-top: 20px;
    padding-bottom: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
  /* line 24, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/new-asset.css.sass */
  #new_asset .check-box, .edit_asset .check-box {
    display: inline-block;
    width: 200px; }
  /* line 28, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/new-asset.css.sass */
  #new_asset textarea, .edit_asset textarea {
    resize: vertical;
    height: 100px; }

/* line 33, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/new-asset.css.sass */
#review-feedback iframe {
  width: 100%;
  height: 205px; }

/* line 38, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/new-asset.css.sass */
#asset-files {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 10px;
  border: 3px;
  border-top-style: double;
  border-bottom-style: double; }
  /* line 45, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/new-asset.css.sass */
  #asset-files .asset-file {
    padding: 5px;
    border: 2px;
    border-style: solid;
    border-color: #e1effc; }
    /* line 50, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/new-asset.css.sass */
    #asset-files .asset-file .remove-this {
      position: relative; }
    /* line 52, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/new-asset.css.sass */
    #asset-files .asset-file .file, #asset-files .asset-file .go-by {
      margin-top: 10px;
      margin-bottom: 10px; }
      /* line 55, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/new-asset.css.sass */
      #asset-files .asset-file .file img, #asset-files .asset-file .go-by img {
        max-height: 200px;
        max-width: 300px; }
    /* line 59, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/new-asset.css.sass */
    #asset-files .asset-file .remove label, #asset-files .asset-file .remove input[type="checkbox"] {
      display: inline-block;
      padding: 5px;
      color: red; }
    /* line 63, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/new-asset.css.sass */
    #asset-files .asset-file .feedbacks {
      margin-top: 10px;
      margin-bottom: 10px; }
  /* line 66, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/new-asset.css.sass */
  #asset-files #add-asset-file {
    margin-top: 10px;
    margin-bottom: 10px; }
