/*********************************************************************/
/***** 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: #2F76BF;
    --dt-color-primary-contrast: #FFFFFF;
    --dt-color-primary-dark-text: #003366;
    --dt-color-secondary: #BBD147;
    --dt-color-secondary-contrast: #000000;
    --dt-color-secondary-dark-text: #63731E;
    --dt-color-accent: #323232;
    --dt-color-accent-contrast: #FFFFFF;
    --dt-color-accent-dark-text: #323232;
    --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   *****************/
/*********************************************************************/
/* OE User Guide - Remove partial progress bar tabs margin and content padding */
.dp-wrapper.oe-ug-theme .dp-progress-partial-tabs, .dp-tools-wrapper .dp-progress-partial-tabs, #content .dp-wrapper.oe-ug-theme .dp-progress-partial-tabs {
  margin: 0 0;
}

.dp-wrapper.oe-ug-theme .dp-tabs.dp-progress-partial-tabs .tab-content, .dp-wrapper.oe-ug-theme .dp-tabs-pills.dp-progress-partial-circles .tab-content, .dp-tools-wrapper .dp-tabs.dp-progress-partial-tabs .tab-content, .dp-tools-wrapper .dp-tabs-pills.dp-progress-partial-circles .tab-content, #content .dp-wrapper.oe-ug-theme .dp-tabs.dp-progress-partial-tabs .tab-content, #content .dp-wrapper.oe-ug-theme .dp-tabs-pills.dp-progress-partial-circles .tab-content {
    padding: 0 0 0;
}

/* RG User Guide - center line through h3 heading icon */
.dp-wrapper.rg-ug-theme h3.dp-has-icon:not(.dp-heading):not(.dp-panel-heading):not(.dp-ignore-theme):not(.card-title) {
  padding-top: .65em;
}