/* geffen custom */
.ProcessPageEdit-template-performance #pw-content-head h1 {
  visibility: hidden;
}



/* disable ability to uncheck "Apply above choices only to certain templates" */
body.ProcessProCache .InputfieldCheckboxesStacked:has(#Inputfield_minifyOptions_useTemplates) > li:nth-child(7) > label {
  background: #f0f0f0;
  opacity: .5;
  padding: 5px;
  pointer-events: none;
}
body.ProcessProCache .InputfieldCheckboxesStacked:has(#Inputfield_minifyOptions_useTemplates) > li:nth-child(7) > label:after {
  display: block;
  color: red;
  font-weight: bold;
  content: 'ALWAYS KEEP CHECKED!';
}

/* disable ability to uncheck "Apply above choices only to certain templates" */
body.ProcessProCache #wrap_Inputfield_minifyTemplates li:has(#Inputfield_minifyTemplates_202) label {
  background: #f0f0f0;
  opacity: .5;
  padding: 5px;
  pointer-events: none;
}
body.ProcessProCache #wrap_Inputfield_minifyTemplates li:has(#Inputfield_minifyTemplates_202) label:after {
  display: block;
  color: red;
  font-weight: bold;
  content: 'ALWAYS KEEP UNCHECKED!';
}




/*
.ProcessPageEdit-template-show #wrap_Inputfield_images {
  display: none;
}
*/


/* lister pro pages full width */
.ProcessPageListerPro #main {
  max-width: 100% !important;
}


/* associated fields alignment */
#wrap_Inputfield_associated_events .AdminDataTable thead tr th:nth-child(1),
#wrap_Inputfield_associated_events .AdminDataTable tbody tr td:nth-child(1),
#wrap_Inputfield_associated_events .AdminDataTable thead tr th:nth-child(3),
#wrap_Inputfield_associated_events .AdminDataTable tbody tr td:nth-child(3),
#wrap_Inputfield_associated_events .AdminDataTable thead tr th:nth-child(4),
#wrap_Inputfield_associated_events .AdminDataTable tbody tr td:nth-child(4),

#wrap_Inputfield_associated_seasons .AdminDataTable thead tr th:nth-child(1),
#wrap_Inputfield_associated_seasons .AdminDataTable tbody tr td:nth-child(1),
#wrap_Inputfield_associated_seasons .AdminDataTable thead tr th:nth-child(3),
#wrap_Inputfield_associated_seasons .AdminDataTable tbody tr td:nth-child(3),
#wrap_Inputfield_associated_seasons .AdminDataTable thead tr th:nth-child(4),
#wrap_Inputfield_associated_seasons .AdminDataTable tbody tr td:nth-child(4),

#wrap_Inputfield_associated_posts .AdminDataTable thead tr th:nth-child(1),
#wrap_Inputfield_associated_posts .AdminDataTable tbody tr td:nth-child(1),
#wrap_Inputfield_associated_posts .AdminDataTable thead tr th:nth-child(3),
#wrap_Inputfield_associated_posts .AdminDataTable tbody tr td:nth-child(3),
#wrap_Inputfield_associated_posts .AdminDataTable thead tr th:nth-child(4),
#wrap_Inputfield_associated_posts .AdminDataTable tbody tr td:nth-child(4),

#wrap_Inputfield_associated_podcasts .AdminDataTable thead tr th:nth-child(1),
#wrap_Inputfield_associated_podcasts .AdminDataTable tbody tr td:nth-child(1),
#wrap_Inputfield_associated_podcasts .AdminDataTable thead tr th:nth-child(3),
#wrap_Inputfield_associated_podcasts .AdminDataTable tbody tr td:nth-child(3),
#wrap_Inputfield_associated_podcasts .AdminDataTable thead tr th:nth-child(4),
#wrap_Inputfield_associated_podcasts .AdminDataTable tbody tr td:nth-child(4),

#wrap_Inputfield_associated_shows .AdminDataTable thead tr th:nth-child(1),
#wrap_Inputfield_associated_shows .AdminDataTable tbody tr td:nth-child(1),
#wrap_Inputfield_associated_shows .AdminDataTable thead tr th:nth-child(4),
#wrap_Inputfield_associated_shows .AdminDataTable tbody tr td:nth-child(4),
#wrap_Inputfield_associated_shows .AdminDataTable thead tr th:nth-child(5),
#wrap_Inputfield_associated_shows .AdminDataTable tbody tr td:nth-child(5)

{
  width: 100px;
}



/* hidden until v2 */
/*
#wrap_Inputfield_theater_configuration {
  display: none;
}
*/


