/*********************************************************************/
/***** BEGIN DESIGN TOOLS THEME IMPORT & CUSTOMIZATION  **************/
/*********************************************************************/
/* Import statements need to be at the top of your CSS file */
/* For Main CSS file */
@import url(https://designtools.ciditools.com/css/themes.css);
/* For Mobile app CSS file */
/*@import url(https://designtools.ciditools.com/css/app.css);*/
/* Institution color customizations */
@import url(https://designtools.ciditools.com/css/inst_theme_overrides.css);
/* Theme Colors */
:root {
  --dt-color-primary: #421C6E;
  --dt-color-primary-contrast: #FFFFFF;
  --dt-color-primary-dark-text: #421C6E;
  --dt-color-secondary: #FEB413;
  --dt-color-secondary-contrast: #000000;
  --dt-color-secondary-dark-text: #7A5A0A;
  --dt-color-accent: #08D0B6;
  --dt-color-accent-contrast: #000000;
  --dt-color-graybg: #E6E6E6;
  --dt-color-graybg-contrast: #000000;
}
/*********************************************************************/
/***** END DESIGN TOOLS HEME IMPORT & CUSTOMIZATION   ****************/
/*********************************************************************/
//updated by Thomas Frizelle, OneSchool Global 20.11.2018
//Prevents display of make it public option for ePortfolio For Mobile and Desktop view
//Prevents display of make allow comments option for ePortfolio For Mobile and Desktop view

#eportfolio_public {
    
	display: none;

}

 

#add_eportfolio_form > table > tbody > tr:nth-child(2) > td > label {
    

	display: none;


} 

#add_eportfolio_form > table > tbody > tr:nth-child(2) > td >  input[type="checkbox"] {
    

	display: none;

}

#edit_eportfolio_form > table > tbody > tr:nth-child(2) > td >  label {
    

	display: none;

}
#edit_eportfolio_form > table > tbody > tr:nth-child(2) > td >  input[type="checkbox"] {
    

	display: none;

}

.edit_eportfolio_entry > div.form_content > label[for='eportfolio_entry_allow_comments'] {
    display: none;
}

.edit_eportfolio_entry > div.form_content > input.allow_comments {
    display: none;
}