/*********************************************************************/
/***** BEGIN DESIGNPLUS THEME IMPORT & CUSTOMIZATION  ****************/
/*********************************************************************/
/* Import statements need to be at the top of your CSS file */

/*** Legacy Sidebar ***/
/* 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);

/*** New Sidebar ***/
/* For Main CSS files */
@import url(https://designplus.ciditools.com/css/content.css);
@import url(https://designplus.ciditools.com/css/editor.css);
/* For Mobile app CSS file */
/*@import url(https://designplus.ciditools.com/css/mobile.css);*/

:root {
    --dt-color-primary: #081E3F;
    --dt-color-primary-contrast: #FFFFFF;
    --dt-color-primary-dark-text: #081E3F;
    --dt-color-secondary: #B6862C;
    --dt-color-secondary-contrast: #000000;
    --dt-color-secondary-dark-text: #856520;
    --dt-color-accent: #CC0066;
    --dt-color-accent-contrast: #FFFFFF;
    --dt-color-accent-dark-text: #CC0066;
    --dt-color-gray: #CCCCCC;
    --dt-color-gray-contrast: #000000;
    --dt-color-gray-dark-text: #636363;
    --dt-color-white: #FFFFFF;
    --dt-color-white-contrast: #000000;
    --dt-color-white-dark-text: #707070;
    --dt-color-graybg: #E6E6E6;
    --dt-color-graybg-contrast: #000000;
}

/*********************************************************************/
/***** END DESIGNPLUS THEME IMPORT & CUSTOMIZATION   *****************/
/*********************************************************************/
/* Hide the "Conclude This Course" Button from Course Details */

#right-side a[href*="event=conclude"] {
	display: none !important;
}
/* Hide the "Delete This Course" Button from Course Details */
a.btn.button-sidebar-wide.delete_course_link {
	display: none !important;
}
/* Hide the "Reset Course" Button from Course Details */

a.btn.button-sidebar-wide.reset_course_content_button {
	display: none !important;
}
a.reset_course_content_button {
	display: none;
}
/* Hide the "Drop this Course" Button from Student Course Home Page (SELF ENROLL ONLY) */

a.btn.button-sidebar-wide.self_unenrollment_link {
	display: none !important;
}
/* Hide the "Subaccount" label and dropdown menu from Course Details */

label[for=course_account_id] {
	display: none !important;
}
#course_account_id {
	display: none !important;
}
/* Hide the "Term" label and dropdown menu from Course Details */

label[for=course_enrollment_term_id] {
	display: none !important;
}
#course_enrollment_term_id {
	display: none !important;
}
/* Hide the "Starts", "Ends", Date Picker and fields from Course Details */

label[for=course_start_at] {
	display: none !important;
}
#course_start_at {
	display: none !important;
}
label[for=course_conclude_at] {
	display: none !important;
}
#course_conclude_at {
	display: none !important;
}
form#course_form button.ui-datepicker-trigger.btn {
	display: none !important;
}
/* Hide the "Users can only participate in the course between these dates" label and checkbox from Course Details */

label[for=course_restrict_enrollments_to_course_dates] {
	display: none !important;
}
#course_restrict_enrollments_to_course_dates {
	display: none !important;
}
/* Hide the "File Storage" label and field from Course Details */

#course_storage_quota_mb {
	display: none !important;
}

/* Hide the "Visibility" label and entire area from Course Detail */

/*label[for=course_visibility]{
	display: block;
}
#course_visibility{
	display: none !important;*/
		/*display: block;
}*/
/* Hide the "Visibility" label and field from Course Details */

/*#course_course_visibility{
	display: none !important;
}*/
/* Hide the "Visibility info icon in Course Details" */

/*#course_visibility > span > a{
	display: none !important;
}*/
/* Hide the "Include this course in the public course index" checkbox from Course Details */

.public_options {
	display: none !important;
}
/* Hide the Add new token button from Account Settings */

.add_access_token_link {
	display: none !important;
}

.ic-Login-header__links{
	display:none !important;
}