
#dc-artist-feedback-content {
    margin: 0px auto 45px 0px;
}

#dc-artist-feedback-content .after-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  min-height: 86px; /* Enough for the loading animation plus the footer text*/
}

#dc-artist-feedback-content .after-content.learner-started,
#dc-artist-feedback-content .after-content.learner-pending,
#dc-artist-feedback-content .after-content.teacher-upload-response {
  width: 60%;
  min-width: 300px;
}

#dc-artist-feedback-content .after-content.learner-started{
  max-width: 500px;
}


/***********************************************************************************
Hides for mobile/desktop. Assumes parent class touchevents or no-touchevents exists.
************************************************************************************/
.touchevents #dc-artist-feedback-content    .description.desktop, 
.touchevents #dc-artist-feedback-content    .after-content .footnote.desktop,
.touchevents #dc-artist-feedback-content    .header.desktop,
.no-touchevents #dc-artist-feedback-content .description.mobile,
.no-touchevents #dc-artist-feedback-content .after-content .footnote.mobile,
.no-touchevents #dc-artist-feedback-content .header.mobile {
  display: none;
}

#dc-artist-feedback-content .after-content .footnote {
  color: #777;
  text-align: center;
  padding-top: 30px;
}

#dc-artist-feedback-content .feedback-loading{
	display: none;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#dc-artist-feedback-content .feedback-loading.loading{
  display: block;
}


#dc-artist-feedback-content .feedback-loading .loading-animation {
  border: 8px solid #ccc;
  border-radius: 50%;
  border-top: 8px solid #555;
  width: 48px;
  height: 48px;
  -webkit-animation: spin 1.9s linear infinite;
  animation: spin 1.6s ease infinite;
  display: inline-block;
  opacity: .9;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}






#dc-artist-feedback-content #dc-artist-feedback-data{
	display:none;		
}
.feedback-state{
	display:none;
}
.feedback-state.active{
	display:block;
}

#feedback-complete-form{
  margin: 0 auto;
}

#dc-artist-feedback-errors .error-item{

}

#dc-feedback-uploader-loading{
  font-size: 1.4rem;
  text-align: center;
  color: #555;
}

#dc-feedback-uploader-loading .loading-text,
#dc-feedback-uploader-loading .completion-text{
  display: none;
}


#dc-feedback-uploader-loading.loading .loading-text{
  display: block;
}

#dc-feedback-uploader-loading.loading .completion-text{
  display: none;
}

#dc-feedback-uploader-loading.done .completion-text{
  display: block;
}

#dc-feedback-uploader-loading.done .loading-text{
  display: none;
}



.dc-feedback-uploader-container #dc-feedback-uploader-file {
    padding:  15px;
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.dc-feedback-uploader-container{
    position: relative;
    width: 50%;
    min-width: 300px;
    border: 2px solid #ddd;
}

.dc-feedback-uploader-container .upload-button{
    display: inline-block;
    height: 40px;
    line-height: 1.6;
}

#dc-feedback-uploader-not-chosen {
  display: inline-block;
  padding-left: 15px;
  width: 60%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  bottom: 20%;
}

.dc-feedback-uploader-progress-container {
    display:  block;
    background: #ccc;
    line-height: 0;
}

#dc-feedback-uploader-progress {
    display: inline-block;
    height: 16px;
    background: #444;
    width: 0%;
}







#learner-not-started #feedback-not-started-column-container>.last{
     margin-bottom:45px
}

#learner-not-started .header{
     margin-bottom:45px;
     color:#333;
     font-size: 3rem;
}

#learner-not-started .description{
    margin-bottom:30px;
    color:#555;
}


@media all and (min-width:900px) and (max-width:1200px){

    #learner-not-started .x-column{
        width:48%!important;
    }
}


@media all and (max-width:889px){
    
    #learner-not-started .x-column{
        width:100%!important;
    }
    
    #learner-not-started #feedback-not-started-column-container {
        display: flex;
        flex-direction: column-reverse;
    }

}


#learner-started #feedback-started-form .form-item, 
#learner-started #feedback-pending-form .form-item{
  display: block;
  margin-bottom: 15px;
  text-align: left;
}

#learner-started #feedback-started-form .form-item input,
#learner-started #feedback-started-form .form-item textarea,
#learner-started #feedback-started-form .form-item select{
  width: 100%!important;
}

#learner-started #feedback-started-form{
  width: 60%;
  min-width: 300px;
  max-width: 500px;
  margin: 0 auto;
}

#learner-started #feedback-started-form .header{
  margin-bottom:45px;
  color:#333;
  font-size: 3rem;
}


#learner-pending .header{
  margin-bottom:45px;
  color:#333;
  font-size: 3rem;
  text-align: center;
}
#learner-pending .description{
  margin-bottom:45px; 
}

#learner-pending {
  width: 60%;
  min-width: 300px;
  margin: 0 auto;
}

#learner-pending #dc-feedback-uploader-submit-button {
  display: none;
}

#dc-feedback-uploader-container, #dc-feedback-uploader-container>form{
  margin:45px 0;
}

#learner-complete{
  min-width:300px;
  margin:0 auto;
}

#learner-complete .header{
  margin-bottom:45px; 
}

#learner-pending-next-state{
  display:none; /* set to display block via js on upload complete. */
}

#learner-complete .title{
  margin-bottom:45px;
  color:#333;
  font-size: 3rem;
  text-align: center;
}

#learner-complete .video-container .video-header {
  margin-bottom:15px;
  color:  #555;
  font-size:2rem;
}

#learner-complete .video-container .video {
  margin-bottom: 45px;
}

#learner-complete .notes {
  color: #454545;
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 2rem;
}




#teacher-display-learner-info {
  width:80%;
  max-width:960px;
  min-width:300px;
  margin:0 auto;
}

.submitted-video {
    font-size: 2rem;
    margin-bottom: 45px;
}

.questions-and-answers .q {
  padding: 15px;
  color: #777;
  font-size: 1.5rem;
  background: #eee;
}

.questions-and-answers .a {
  padding: 15px;
  font-size:1.5rem;
}


#teacher-display-learner-info .submitted-video .header{
  margin-bottom: 15px;  
}

#teacher-display-learner-info>.header{
  margin-bottom: 45px;
  font-size: 3rem;
}



#teacher-upload-response .header{
  margin-bottom:45px;
  color:#333;
  font-size: 3rem;
  text-align: center;
}
#teacher-upload-response .description{
  margin-bottom:45px; 
}

#teacher-upload-response {
  width: 60%;
  min-width: 300px;
  margin: 0 auto;
}

#teacher-upload-response-next-state{
  display:none; /* set to display block via js on upload complete. */
}



#teacher-add-additional-info{
  width: 60%;
  min-width: 300px;
  max-width: 500px;
  margin: 0 auto;  
}

#teacher-add-additional-info .header{
  margin-bottom:45px;
  color:#333;
  font-size: 3rem;
  text-align: center;
}

#teacher-add-additional-info .form-item{
  margin-bottom:45px; 
}

#teacher-add-additional-info .description{
  margin-bottom:45px; 
}


#teacher-add-additional-info .submit-feedback{
  text-align: right;
}

#teacher-add-additional-info .form-item textarea{
  width: 100%!important;
}

#teacher-complete .header{
  margin-bottom:45px;
  color:#333;
  font-size: 3rem;
  text-align: center;
}