/*
  This file was created using part of the _idea.scss file and additional modifications
*/
#outcome-attachment-content {
    font-size: 12px;
    position: relative;
}

/* line 545, ../sass/_idea.scss */
#outcome-attachment-content #attachments-upload {
    position: relative;
}

/* line 549, ../sass/_idea.scss */
#outcome-attachment-content .drop-zone {
    -moz-transition: background 0.1s linear 0s;
    -ms-transition: background 0.1s linear 0s;
    -webkit-transition: background 0.1s linear 0s;
    transition: background 0.1s linear 0s;
    background-color: transparent;
    border: 2px dashed #808080;
    border-radius: 5px;
    cursor: pointer;
    height: 65px;
    padding: 20px;
    position: relative;
    z-index: 1;
}

/* line 560, ../sass/_idea.scss */
#outcome-attachment-content .drop-zone.drag-over {
    background-color: #fff;
}

/* line 564, ../sass/_idea.scss */
#outcome-attachment-content .drop-zone .drag-drop-allowed {
    display: inline;
}

/* line 568, ../sass/_idea.scss */
#outcome-attachment-content .drop-zone .preview-image {
    background-size: 100% 100%;
    border-radius: 5px;
    height: 75px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 75px;
}

/* line 578, ../sass/_idea.scss */
#outcome-attachment-content .drop-zone .preview-image img {
    width: 100%;
}

/* line 583, ../sass/_idea.scss */
#outcome-attachment-content .drop-zone .instructions {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    text-align: center;
    width: 100%;
}

/* line 589, ../sass/_idea.scss */
#outcome-attachment-content .drop-zone .instructions p {
    line-height: 16px;
    margin: 0 auto;
    max-width: 65%;
}

/* line 594, ../sass/_idea.scss */
#outcome-attachment-content .drop-zone .instructions p .lc {
    text-transform: lowercase;
}

/* line 598, ../sass/_idea.scss */
#outcome-attachment-content .drop-zone .instructions p .green {
    font-weight: bold;
}

/* line 605, ../sass/_idea.scss */
#outcome-attachment-content .drop-zone-requirements {
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    display: inline-block;
    position: absolute;
    top: 30%;
    z-index: 2;
}

/* line 614, ../sass/_idea.scss */
#outcome-attachment-content .uploader {
    height: 100%;
    position: relative;
    z-index: 1;
}

/* line 620, ../sass/_idea.scss */
#outcome-attachment-content .uploading {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

/* line 631, ../sass/_idea.scss */
#outcome-attachment-content .uploading i {
    color: #ccc;
    font-size: 36px;
    left: 50%;
    margin-left: -18px;
    margin-top: -18px;
    position: absolute;
    text-align: center;
    top: 50%;
}

/* line 645, ../sass/_idea.scss */
#outcome-attachment-content .loading .uploader,
#outcome-attachment-content .loading .private-upload {
    opacity: 0;
}

/* line 650, ../sass/_idea.scss */
#outcome-attachment-content .loading .uploading {
    opacity: 1;
}

/* line 654, ../sass/_idea.scss */
#outcome-attachment-content .loading .drop-zone-requirements {
    display: none;
}

/* line 660, ../sass/_idea.scss */
#attachment-uploaded-files-region {
    margin: 20px 0 0;
}

/* line 663, ../sass/_idea.scss */
#attachment-uploaded-files-region .progress-bar {
    -moz-transition: all 1.5s ease-in-out 0s;
    -ms-transition: all 1.5s ease-in-out 0s;
    -webkit-transition: all 1.5s ease-in-out 0s;
    transition: all 1.5s ease-in-out 0s;
    background: #37b088;
    clear: both;
    display: block;
    float: none;
    height: 20px;
    max-width: 0;
    width: 100%;
}

/* line 674, ../sass/_idea.scss */
#attachment-uploaded-files-region .progress-error-message {
    margin: 5px 0 0;
}

/* line 678, ../sass/_idea.scss */
#attachment-uploaded-files-region .upload-item {
    -moz-transition: all 0.25s linear 0s;
    -ms-transition: all 0.25s linear 0s;
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
    height: auto;
    margin: 0 0 10px;
    position: relative;
}

/* line 684, ../sass/_idea.scss */
#attachment-uploaded-files-region .upload-item .progress-meta {
    font-size: 11px;
    position: relative;
}

/* line 688, ../sass/_idea.scss */
#attachment-uploaded-files-region .upload-item .progress-meta::after {
    clear: both;
    content: '';
    display: block;
    width: 100%;
}

/* line 696, ../sass/_idea.scss */
#attachment-uploaded-files-region .upload-item .progress-name {
    -moz-transition: "color" 0.2s linear 0.5s;
    -ms-transition: "color" 0.2s linear 0.5s;
    -webkit-transition: "color" 0.2s linear 0.5s;
    transition: "color" 0.2s linear 0.5s;
    color: #000;
    display: block;
    float: left;
    font-weight: bold;
    padding: 7px 0;
    position: relative;
    width: 74%;
}

/* line 707, ../sass/_idea.scss */
#attachment-uploaded-files-region .upload-item .progress-lock {
    color: #d33728;
    float: right;
    font-size: 15px;
    padding: 7px 0 0;
    position: relative;
}

/* line 715, ../sass/_idea.scss */
#attachment-uploaded-files-region .upload-item .progress-size {
    -moz-transition: margin-right 0.2s linear 0.5s;
    -ms-transition: margin-right 0.2s linear 0.5s;
    -webkit-transition: margin-right 0.2s linear 0.5s;
    transition: margin-right 0.2s linear 0.5s;
    float: right;
    margin-left: 1%;
    margin-right: 0;
    padding: 7px 0;
    position: relative;
    text-align: right;
    width: 7%;
}

/* line 726, ../sass/_idea.scss */
#attachment-uploaded-files-region .upload-item .progress-action {
    height: 100%;
    position: absolute;
    right: -5555px;
    text-align: right;
    top: 0;
    width: 30px;
}

/* line 734, ../sass/_idea.scss */
#attachment-uploaded-files-region .upload-item .progress-action a {
    -moz-transition: opacity 0.2s linear 0.8s;
    -ms-transition: opacity 0.2s linear 0.8s;
    -webkit-transition: opacity 0.2s linear 0.8s;
    transition: opacity 0.2s linear 0.8s;
    color: #000;
    display: block;
    font-size: 15px;
    margin-top: -8px;
    opacity: 0;
    position: absolute;
    right: -5555px;
    top: 50%;
}

/* line 745, ../sass/_idea.scss */
#attachment-uploaded-files-region .upload-item .progress-action a:hover {
    text-decoration: none;
}

/* line 751, ../sass/_idea.scss */
#attachment-uploaded-files-region .upload-item .progress-thumb {
    -moz-transition: all 0.3s linear 0.5s;
    -ms-transition: all 0.3s linear 0.5s;
    -webkit-transition: all 0.3s linear 0.5s;
    transition: all 0.3s linear 0.5s;
    border-radius: 5px;
    color: #fff;
    float: left;
    height: 30px;
    margin-left: -8%;
    margin-right: 2%;
    max-width: 30px;
    opacity: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 12%;
}

/* line 767, ../sass/_idea.scss */
#attachment-uploaded-files-region .upload-item .progress-thumb span {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

/* line 772, ../sass/_idea.scss */
#attachment-uploaded-files-region .upload-item .progress-thumb img {
    left: 0;
    margin-left: -50%;
    top: 0;
    width: 200%;
}

/* line 780, ../sass/_idea.scss */
#attachment-uploaded-files-region .upload-item.uploading {
    opacity: 1;
}

/* line 784, ../sass/_idea.scss */
#attachment-uploaded-files-region .upload-item.deleted {
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
}

/* line 790, ../sass/_idea.scss */
#attachment-uploaded-files-region .upload-item.deleted .progress-bar {
    height: 0;
    opacity: 0;
}

/* line 798, ../sass/_idea.scss */
#attachment-uploaded-files-region .upload-item.failed .progress-bar {
    background: #d33728;
    max-width: 95% !important;
}

/* line 803, ../sass/_idea.scss */
#attachment-uploaded-files-region .upload-item.failed .progress-size {
    margin-right: 5%;
}

/* line 807, ../sass/_idea.scss */
#attachment-uploaded-files-region .upload-item.failed .progress-action {
    display: block;
    right: 0;
    top: 25px;
}

/* line 815, ../sass/_idea.scss */
#attachment-uploaded-files-region .upload-item.failed .progress-action a.clear-error {
    color: #d33728;
    opacity: 1;
    right: 0;
}

#attachment-uploaded-files-region .complete .progress-name a {
    color: #37b088;
    text-decoration: none;
    font-weight: bold;
}

#attachment-uploaded-files-region .complete .progress-name a:hover {
    color: #37b088;
    text-decoration: none;
    cursor: pointer;
}

#attachment-uploaded-files-region .progress-name a {
    color: #000;
    text-decoration: none;
    font-weight: normal;
}

#attachment-uploaded-files-region .progress-name a:hover {
    color: #000;
    text-decoration: none;
    cursor: default;
}

/* line 823, ../sass/_idea.scss */
#attachment-uploaded-files-region .upload-item.failed .progress-error-message {
    font-size: 10px;
}

/* line 830, ../sass/_idea.scss */
#attachment-uploaded-files-region .upload-item.complete .progress-bar {
    -moz-transition: all 0.25s ease-in-out 0s;
    -ms-transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    height: 0;
    opacity: 0;
}

/* line 836, ../sass/_idea.scss */
#attachment-uploaded-files-region .upload-item.complete .progress-action {
    display: block;
    right: 0;
}

/* line 842, ../sass/_idea.scss */
#attachment-uploaded-files-region .upload-item.complete .progress-action a.remove-file {
    color: #ccc;
    opacity: 1;
    right: 0;
}

/* line 850, ../sass/_idea.scss */
#attachment-uploaded-files-region .upload-item.complete .progress-name {
    color: #37b088;
}

/* line 854, ../sass/_idea.scss */
#attachment-uploaded-files-region .upload-item.complete .progress-size {
    margin-right: 6%;
}

/* line 858, ../sass/_idea.scss */
#attachment-uploaded-files-region .upload-item.complete .progress-thumb {
    margin-left: 0;
    opacity: 1;
}

/* line 858, ../sass/_idea.scss */
#attachment-uploaded-files-region .upload-item.failed .progress-thumb {
    margin-right: 0;
}

/* line 865, ../sass/_idea.scss */
#attachment-uploaded-files-region .upload-item.not-admin .progress-size {
    margin-right: 0;
}

/* line 872, ../sass/_idea.scss */
#attachment-uploaded-images-region {
    margin-right: -1.66%;
    margin-top: 20px;
}

/* line 878, ../sass/_idea.scss */
#attachment-uploaded-images-region .image-collection-wrapper::after {
    clear: both;
    content: '';
    display: block;
    width: 100%;
}

/* line 886, ../sass/_idea.scss */
#attachment-uploaded-images-region .attachment-image-wrapper {
    display: inline-block;
    position: relative;
}

/* line 890, ../sass/_idea.scss */
#attachment-uploaded-images-region .attachment-image-wrapper a {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* line 895, ../sass/_idea.scss */
#attachment-uploaded-images-region .image-attachment {
    height: auto;
    margin-right: 1.33%;
    width: 32%;
}

/* line 900, ../sass/_idea.scss */
#attachment-uploaded-images-region .image-attachment .remove-file {
    color: #ccc;
    float: right;
    font-size: 15px;
}

/* line 905, ../sass/_idea.scss */
#attachment-uploaded-images-region .image-attachment .remove-file:hover {
    text-decoration: none;
}

/* line 911, ../sass/_idea.scss */
#attachment-uploaded-images-region .attachment-image-info-wrapper {
    font-weight: bold;
}

/* line 914, ../sass/_idea.scss */
#attachment-uploaded-images-region .attachment-image-info-wrapper .fa-lock {
    font-size: 16px;
    margin-right: 5px;
}

/* line 927, ../sass/_idea.scss */
.ie9 #outcome-attachment-content .drop-zone .drag-drop-allowed {
    display: none;
}

/* line 934, ../sass/_idea.scss */
#outcome-attachment-container {
    margin-left: 10px !important;
    width: 83%;
}

/* line 937, ../sass/_idea.scss */
#outcome-attachment-container input {
    padding: 0px;
}

/* line 941, ../sass/_idea.scss */
#outcome-attachment-container .drop-zone {
    height: 125px;
    padding: 0px;
}

/* line 945, ../sass/_idea.scss */
#outcome-attachment-container .drop-zone.drag-over {
    background-color: #f4f4f4;
}

/* line 950, ../sass/_idea.scss */
#outcome-attachment-container .drop-zone .instructions p {
    max-width: 80%;
}

/* line 954, ../sass/_idea.scss */
#outcome-attachment-container .drop-zone .color-brand-green {
    color: #37b088;
}

/* line 959, ../sass/_idea.scss */
#outcome-attachment-container .drop-zone-requirements {
    top: 75%;
}

#attachment-uploaded-files-region .ext-doc, .outcome-container .ext-doc {
    background-color: #0071C5
}

#attachment-uploaded-files-region .ext-docx, .outcome-container .ext-docx {
    background-color: #0071C5
}

#attachment-uploaded-files-region .ext-xls, .outcome-container .ext-xls {
    background-color: #009E48
}

#attachment-uploaded-files-region .ext-xlsx, .outcome-container .ext-xlsx {
    background-color: #009E48
}

#attachment-uploaded-files-region .ext-ppt, .outcome-container .ext-ppt {
    background-color: #DD5800
}

#attachment-uploaded-files-region .ext-pptx, .outcome-container .ext-pptx {
    background-color: #DD5800
}

#attachment-uploaded-files-region .ext-pdf, .outcome-container .ext-pdf {
    background-color: #E50B0A
}

#attachment-uploaded-files-region .ext-psd, .outcome-container .ext-psd {
    background-color: #0071C5
}

#attachment-uploaded-files-region .ext-ai, .outcome-container .ext-ai {
    background-color: #F39C12
}

#attachment-uploaded-files-region .ext-mp3, .outcome-container .ext-mp3 {
    background-color: #bbbbbb
}

#attachment-uploaded-files-region .ext-avi, .outcome-container .ext-avi {
    background-color: #bbbbbb
}

#attachment-uploaded-files-region .ext-wmv, .outcome-container .ext-wmv {
    background-color: #bbbbbb
}

#attachment-uploaded-files-region .ext-mov, .outcome-container .ext-mov {
    background-color: #0071C5
}

#attachment-uploaded-files-region .ext-mkv, .outcome-container .ext-mkv {
    background-color: #bbbbbb
}

#attachment-uploaded-files-region .ext-swf, .outcome-container .ext-swf {
    background-color: #bbbbbb
}

#attachment-uploaded-files-region .ext-flv, .outcome-container .ext-flv {
    background-color: #bbbbbb
}

#attachment-uploaded-files-region .ext-txt, .outcome-container .ext-txt {
    background-color: #bbbbbb
}

#attachment-uploaded-files-region .ext-skc, .outcome-container .ext-skc {
    background-color: #bbbbbb
}

#attachment-uploaded-files-region .ext-csv, .outcome-container .ext-csv {
    background-color: #0071C5
}

#attachment-uploaded-files-region .ext-zip, .outcome-container .ext-zip {
    background-color: #FAC51D
}

#attachment-uploaded-files-region .ext-rar, .outcome-container .ext-rar {
    background-color: #FAC51D
}

#attachment-uploaded-files-region .ext-7z, .outcome-container .ext-7z {
    background-color: #FAC51D;
}

#attachment-uploaded-files-region .ext-mp4, .outcome-container .ext-mp4 {
    background-color: #bbb;
}

#attachment-uploaded-files-region .ext-wav, .outcome-container .ext-wav {
    background-color: #bbb;
}

#attachment-uploaded-files-region .ext-m4a, .outcome-container .ext-m4a {
    background-color: #bbb;
}

.outcome-container .outcome-attachments {
    margin-top: 20px;
    clear: both;
    height: auto;
    line-height: 15px;
    margin-left: 18px;
    white-space: normal;
    width: 95%;
}

.outcome-container .outcome-attachments .attachment-item {
    clear: both;
    float: none;
    height: auto;
    margin: 0 0 10px;
    position: relative;
}

.outcome-container .outcome-attachments .progress-meta {
    font-size: 11px;
    position: relative;
}

.outcome-container .outcome-attachments .progress-meta::after {
    clear: both;
    content: '';
    display: block;
    width: 100%;
}

.outcome-container .outcome-attachments .progress-thumb {
    -moz-transition: all 0.3s linear 0.5s;
    -ms-transition: all 0.3s linear 0.5s;
    -webkit-transition: all 0.3s linear 0.5s;
    transition: all 0.3s linear 0.5s;
    border-radius: 5px;
    color: #fff;
    float: left;
    height: 30px;
    margin-right: 2%;
    max-width: 30px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 12%;
}

.outcome-container .outcome-attachments .progress-thumb span {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

.outcome-container .outcome-attachments .progress-thumb img {
    left: 0;
    margin-left: -50%;
    top: 0;
    width: 200%;
}

.outcome-container .outcome-attachments .progress-name {
    -moz-transition: "color" 0.2s linear 0.5s;
    -ms-transition: "color" 0.2s linear 0.5s;
    -webkit-transition: "color" 0.2s linear 0.5s;
    transition: "color" 0.2s linear 0.5s;
    color: #000;
    display: block;
    float: left;
    font-weight: bold;
    padding: 7px 0;
    position: relative;
    width: 74%;
}

.outcome-container .outcome-attachments .progress-size {
    float: right;
    margin-left: 1%;
    margin-right: 6%;
    padding: 7px 0;
    position: relative;
    text-align: right;
    width: 7%;
}