/* HIDE THE DASHBOARD BUTTON used for the 'notes' form */ 

*[data-theme-key="form-dashboard-button"] {
      display: none !important;
}

/*CHANGE THE BACKGROUND COLOR OF HEADER BAR*/
*[data-theme-key="navbar"] {
    background-color: #000 !important;
}
/* hide Home button */
*[data-content-key="lc7u"] {
    display: none !important;
}



/*CHANGE THE HEIGHT OF HEADER BAR*/
*[data-theme-key="navbar-branding"] {
    height: 130px !important;
}

/*CHANGE THE HEIGHT OF LOGO IN HEADER BAR*/
*[data-theme-key="navbar-image"] {
    height: 90px !important;
}

/*CHANGE THE COLOUR OF BUTTONS*/
.btn-primary {
    background-color: #000 !important;
    border: 1px solid #000 !important;
}
.btn-primary:hover {
    background-color: #363636 !important;
    border: 1px solid #363636 !important;
}

/*HIDE "AWARDS SHOW" WORDS IN HEADER BAR*/
*[data-content-key="voua"] {
   display: none !important;
}



/*CHANGE THE COLOUR OF THE UNDERLINE ON THE BUTTONS IN HEADER BAR*/
.nav-item.active {
    border-bottom: 2px solid #000000 !important;
}

/*FORMAT THE LAYOUT OF A SCROLLING WELL*/
*[data-theme-key="scrolling-well"] {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  width: auto !important;
  height: 500px !important;
  padding: 25px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}

/*FORMAT THE LAYOUT OF A CARD CONTAINER*/
*[data-theme-key*="form-card-container"] {
    background-color: #fff;
    border:lightgrey 1px solid;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    border-radius: 10px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
 }

/*CHANGE THE COLOR OF THE STEP TRACKER IN SUBMISSION WIZARD*/
.progress-step.current .step-index {
    background-color: #000 !important;
}

/* HIDE ELEMENTS FROM SUMMARY PAGE*/
*[data-theme-key*="grouping:name=[criteria-acknowledgment];elementType=[Step];summary=[Page];"],
*[data-theme-key*="grouping:name=[criteria-acknowledgment];elementType=[Step];summary=[Step];"],
*[data-theme-key*="grouping:name=[additional-information];elementType=[Step];summary=[Page];"],
*[data-theme-key*="grouping:name=[additional-information];elementType=[Step];summary=[Step];"],
*[data-theme-key*="grouping:name=[press-photo-clearance];elementType=[Section];summary=[Page];"],
*[data-theme-key*="grouping:name=[press-photo-clearance];elementType=[Section];summary=[Step];"],
*[data-theme-key*="help-text:name=[artist-details];elementType=[Section];summary=[Step];"],
*[data-theme-key*="help-text:name=[press-photo-clearance];elementType=[Section];summary=[Step];"],
*[data-theme-key*="help-text:name=[additional-information];elementType=[Section];summary=[Step];"],
*[data-theme-key*="help-text:name=[song-video-categories];elementType=[Section];summary=[Step];"],
*[data-theme-key*="help-text:name=[hip-hop-album-of-the-year];elementType=[Section];summary=[Step];"],
*[data-theme-key*="help-text:name=[sweet-16-best-featured-verse];elementType=[Section];summary=[Step];"],
*[data-theme-key*="help-text"][data-theme-key*="elementType=[Field]"][data-theme-key*="summary=[Step]"],
*[data-theme-key*="label:name=[confirm-album];elementType=[Field];summary=[Step]"],
*[data-theme-key*="label:name=[confirm-category];elementType=[Field];summary=[Step]"],
*[data-theme-key*="help-text:name=[artist-details];elementType=[Section];summary=[Page];"],
*[data-theme-key*="help-text:name=[press-photo-clearance];elementType=[Section];summary=[Page];"],
*[data-theme-key*="help-text:name=[additional-information];elementType=[Section];summary=[Page];"],
*[data-theme-key*="help-text:name=[song-video-categories];elementType=[Section];summary=[Page];"],
*[data-theme-key*="help-text:name=[hip-hop-album-of-the-year];elementType=[Section];summary=[Page];"],
*[data-theme-key*="help-text:name=[sweet-16-best-featured-verse];elementType=[Section];summary=[Page];"],
*[data-theme-key*="help-text"][data-theme-key*="elementType=[Field]"][data-theme-key*="summary=[Page]"]
*[data-theme-key*="label:name=[confirm-album];elementType=[Field];summary=[Page]"],
*[data-theme-key*="label:name=[confirm-category];elementType=[Field];summary=[Page]"],
*[data-theme-key*="grouping:name=[album-category];elementType=[Field];summary=[Step];fieldType=[CategorySelection]"],
*[data-theme-key*="grouping:name=[category-confirmation];elementType=[Field];summary=[Step];fieldType=[CategorySelection]"]{
  display: none !important;
}

/*HIDE GROUP HEADERS AND CATEGORY NUMBERS FROM CATEGORY SELECT FIELDS*/
*[data-theme-key*="category-group-label"], *[data-theme-key*="category-number"], *[data-theme-key*="category-separator"]{
  display: none !important;
}

/*HIDE FORM CARD HEADER ON DASHBOARD*/ 
*[data-theme-key*="form-card-header:formName=[create-submission]"]{
  display: none !important;
}

/* CHANGE COLOUR OF DROPZONE */
*[data-theme-key*="image-card"] {
      background-color: black !important;
    }

/*HIDE CATEGORY SELECT FOR SINGLE-OPTION, PRE-SELECTED CATEGORIES: ALBUM and SWEET 16*/
*[data-theme-key*="grouping:name=[album-category];elementType=[Field];summary=[n/a];fieldType=[CategorySelection]"]{
  display: none !important;
}
