/***************************************************/
/***** FONT IMPORT                    **************/
/***************************************************/

@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");  
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700");
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');

/*********************************************************************/
/***** 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: #28D2D1; */
    /* --dt-color-primary-contrast: #000000; */
    /* --dt-color-primary-dark-text: #2D6A80; */
    /* --dt-color-secondary: #DCEBEE; */
    /* --dt-color-secondary-contrast: #000000; */
    /* --dt-color-secondary-dark-text: #1C3C5C; */
    /* /\* Bobby-affect Course buttons hover bg color *\/ */
    /* --dt-color-accent: #28D2D1; */
    /* --dt-color-accent-contrast: #FFFFFF; */
    /* --dt-color-graybg: #E6E6E6; */
    /* --dt-color-graybg-contrast: #000000; */
    /* --dt-color-gradleft: rgba(101,108,163,1); */
    /* --dt-color-gradright: rgba(231,29,114,1); */
}
/*********************************************************************/
/***** END DESIGN TOOLS HEME IMPORT & CUSTOMIZATION   ****************/
/*********************************************************************/

.css-1t6s810, .css-84q81o {
    width: 100% !important;
}

.css-vs71t0 {
    flex-direction: column !important;
}

/* move the border to the whole login container, as opposed to the login box */
div#content > div.ic-Login > div.ic-Login__container > div.ic-Login__content > div.ic-Login__innerContent {border: none;}
div#content > div.ic-Login > div.ic-Login__container > div.ic-Login__content {border: 2px solid #fff;}

/* reduce some of the whitespace */
div#content > div.ic-Login > div.ic-Login__container > div.ic-Login__content > div.ic-Login__innerContent > div.ic-Login__body {
    padding-bottom: 0px;
    padding-top: 0px;
}
div#content > div.ic-Login > div.ic-Login__container > div.ic-Login__content > footer#footer > div#footer-links {padding-top: 0px;}

/* Reduce the size of the top image and centre it*/
div#content > div.ic-Login > div.ic-Login__container > div.ic-Login__content > div.ic-Login__innerContent div.ic-Login-header__logo > img {width: 50%;}
div#content > div.ic-Login > div.ic-Login__container > div.ic-Login__content > div.ic-Login__innerContent div.ic-Login-header__logo {text-align: center;}
div#content > div.ic-Login > div.ic-Login__container > div.ic-Login__content > div.ic-Login__innerContent div.ic-Login-header {display: block;}

/* centre element in the middle of the page */
div#content > div.ic-Login > div.ic-Login__container{
    position: fixed;
    top: 45%;
    left: 50%;
    right: 50;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

/***************************************************/
/***** BEGIN GLOBAL NAV TRAY          **************/
/***************************************************/
/* #main > span */
/* #main > span > span */
.global-nav-custom-tray {
    width: 448px !important;
    top: 0px;
    bottom: 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 7px 0px, rgba(0, 0, 0, 0.25) 0px 10px 28px 0px;
    background-color: rgb(255, 255, 255);
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    z-index: 9999;
    max-width: 100vw;
    max-height: 100vh;
}
.gnct-easing {
    left: -200px;
    opacity: .8;
}

/* #main > span > span > span (Global navigation tray) */
.Global-navigation-tray {
    max-width: 480px;
}

/* #main > span > span > span > span */
.gcnt-tray-close-wrapper {
    right: 8px;
    position: absolute;
    left: auto;
    top: 8px;
    z-index: 1;
    display: inline-block;
}

/* #main > span > span > span > span > button */
.gcnt-tray-close-btn {
    font-size: 1rem;
    height: 28px;
    all: initial;
    animation: initial;
    background: initial;
    border-collapse: separate;
    border-color: initial;
    border-image: initial;
    border-spacing: initial;
    bottom: auto;
    box-shadow: none;
    box-sizing: border-box;
    caption-side: top;
    clear: none;
    clip: auto;
    color: rgb(0, 0, 0);
    column-count: auto;
    column-fill: balance;
    column-gap: normal;
    column-rule: initial;
    column-width: auto;
    content: normal;
    counter-increment: none;
    counter-reset: none;
    cursor: pointer;
    direction: inherit;
    display: inline-block;
    empty-cells: show;
    float: none;
    font-size: medium;
    font-stretch: normal;
    font-style: normal;
    font-variant: initial;
    font-weight: 400;
    height: auto;
    hyphens: none;
    left: auto;
    letter-spacing: normal;
    line-height: normal;
    list-style: initial;
    margin: 0px;
    max-height: none;
    max-width: 100%;
    min-height: 0px;
    min-width: 0px;
    opacity: 1;
    orphans: 2;
    overflow: visible;
    padding: initial;
    page-break-after: initial;
    page-break-before: initial;
    page-break-inside: initial;
    perspective-origin: 50% 50%;
    perspective: none;
    position: relative;
    right: auto;
    tab-size: 8;
    table-layout: auto;
    text-align-last: auto;
    text-align: center;
    text-decoration: none;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
    top: auto;
    touch-action: manipulation;
    transform-origin: 50% 50% 0px;
    transform-style: flat;
    transform: none;
    transition: background 0.2s ease 0s, transform 0.2s ease 0s;
    unicode-bidi: normal;
    user-select: none;
    vertical-align: middle;
    visibility: visible;
    white-space: normal;
    widows: 2;
    width: auto;
    word-spacing: normal;
    z-index: auto;
    backface-visibility: visible;
}
.gcnt-tray-close-btn[type="button"] {
    -webkit-appearance: none;
}
.gcnt-tray-close-btn:focus, .gcnt-tray-close-btn:hover, .gcnt-tray-close-btn:active {
    color: rgb(0, 142, 226);
    outline: rgb(0, 142, 226);
}
.gcnt-tray-close-btn:focus, .gcnt-tray-close-btn:hover, .gcnt-tray-close-btn:active {
    text-decoration: none;
}

/* #main > span > span > span > span > button > span */
.gcnt-tray-close-btn .gcnt-tray-close-svg-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    display: block;
}

/* #main > span > span > span > span > button > span > span */
.gcnt-tray-close-txt {
    width: 1px;
    height: 1px;
    position: absolute;
    clip: rect(0px, 0px, 0px, 0px);
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
}

/* #main > span > span > span > div */
.tray-with-space-for-global-nav {
    margin-left: 54px;
}

/* #help_tray */
.gnct-content-wrap {
    box-sizing: border-box;
    padding: 1.5rem;
}

/* #help_tray > h1 */
.gcnt-tray-h1 {
    color: inherit;
    font-size: 22px;
    font-weight: 400;
    line-height: 24.75px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    margin: 0px;
}

/* #help_tray > ul */
.gcnt-list {
    list-style-type: none;
    -webkit-padding-start: 0px;
    padding-left: 0px;
    margin:0.75rem 0;
    font-weight: 16px;
    font-family: 400;
    padding: 0px;
}

/* #help_tray > ul > li */
.gcnt-list-item {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    padding: 0px;
}

/* #help_tray > ul > li:nth-child(1) > span */
/*.gcnt-list-link-wrapper {}*/
/* #help_tray > ul > li:nth-child(1) > span > a */
.gcnt-list-link-wrapper a.gcnt-list-link:link, .gcnt-list-link-wrapper a.gcnt-list-link:visited, .gcnt-list-link-wrapper button.gcnt-list-link {
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    color: rgb(0, 142, 226);
    transition: color 0.2s;
}

/* #help_tray > ul > li:nth-child(1) > div (link desc) */
.gcnt-link-desc {
    letter-spacing: normal;
    font-size: 14px;
    font-weight: 300;
}

/* for use with instructure icons */
i.gnct_inst_menu_icon:before {
    font-size: 26px;
    width: 26px;
    line-height: 26px;
}
i.gnct_inst_menu_icon {
    width: 26px;
    height: 26px;
}
/* body.primary-nav-expanded .menu-item__text.custom-menu-item__text {
    white-space: normal;
    padding: 0 2px;
} */

/***************************************************/
/***** Core OVERRIDES            **************/
/***************************************************/

body {
    letter-spacing: .0px;  
    font-family: "Open Sans", "Source Sans Pro", Tahoma, Sans-Serif; 
    font-weight: lighter;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 1px;
    font-family: "Open Sans", Tahoma, Sans-Serif;
    font-weight: bold;
}

#kl_wrapper_3 h3 {
    letter-spacing: 1px!important;
}

.h4, h4 {
    font-size: 1.2rem;
}

#kl_wrapper_3.kl_flat_sections_main h4, #kl_wrapper_3.kl_flat_sections h4 {
    letter-spacing: 1px;
    color: var(--ic-brand-primary) !important;
}

#right-side .button-sidebar-wide {
    border: 1px solid #ccc;  
    background: #f5f5f5;  
    text-transform:capitalize;  
}

button#start_new_course {
    font-family: "Open Sans", "Source Sans Pro", Tahoma, Sans-Serif; 
    font-weight: normal;  
    font-size: 1rem;  
    line-height: 20px;  
    border-radius: 3px;  
    padding: 8px 14px;
    color: #2D3B45;
}

.header-bar-container a.btn {
    border: 1px solid #ccc;  
    background: #f5f5f5;  
}

.publish-icon,
i.icon-unpublish {
    color: red;
}

.context_module_item .ig-type-icon i,
#select_context_content_dialog i,
#module_filters i {
    background-color: var(--ic-brand-button--primary-bgd);
    padding: 7px;
    border-radius: 100px;
    color: #fff !important;
}

.context_module_item .ig-type-icon i.icon-document,
#select_context_content_dialog i.icon-document,
#module_filters i.icon-document {
    background-color: #F46036;
}

.context_module_item .ig-type-icon i.icon-paperclip,
#select_context_content_dialog i.icon-paperclip,
#module_filters i.icon-paperclip {
    background-color: #2E294E;
}

.context_module_item .ig-type-icon i.icon-discussion,
#select_context_content_dialog i.icon-discussion,
#module_filters i.icon-discussion {
    background-color: #1B998B;
}

.context_module_item .ig-type-icon i.icon-assignment,
#select_context_content_dialog i.icon-assignment,
#module_filters i.icon-assignment {
    background-color: #228ACC;
}

.context_module_item .ig-type-icon i.icon-quiz,
#select_context_content_dialog i.icon-quiz,
#module_filters i.icon-quiz {
    background-color: #E07BC4;
}

.context_module_item .ig-type-icon i.icon-link,
#select_context_content_dialog i.icon-link,
#module_filters i.icon-link {
    background-color: #6E6FBD;
}

#module_filters i.disabled {
    background-color:darkgrey !important;
}

body:not(.is-inside-submission-frame):not(.embedded):not(.dashboard-is-planner) {
    font-family: "Open Sans", "Source Sans Pro", Tahoma, Sans-Serif !important;
}


/***************************************************/
/***** HOMEPAGE ANNOUNCEMENTS         **************/
/***************************************************/

.ic-notification--info .ic-notification__icon {
    background: #1F9BCF;  
}

.ic-notification {
    border: 1px solid #ccc;  
    margin-top: 10px;  
}

span.notification_message a {
    color: var(--ic-link-color) !important;  
}

/***************************************************/
/***** CUSTOM FOOTER                  **************/
/***************************************************/
#footer {
    display:none;  
}

#ait-footer .footer-logo {
    background-color: transparent;  
    background-image: url(https://du11hjcvx0uqb.cloudfront.net/dist/images/footer-logo-878a92a06f.png);  
    background-repeat: no-repeat;  
    background-position: left top;  
    display: inline-block;  
    height: 16px;  
    margin: 0 20px 0 0;  
    width: 114px;  
}

#ait-footer .ic-app-footer {
    background-color: #fff;  
}


/* Remove BBB Alert */
div#big-blue-button-message-container {
    display: none;  
}


/***************************************************/
/***** THEME OVERRIDES                **************/
/***************************************************/

/* Banner Logo */
#kl_banner_left {
    color: transparent
	   padding: 0px !important;
}

#kl_banner_right h1 {
    font-size: 26px;
    font-weight: normal;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: "Open Sans";
}

#kl_banner_left .ic-app-header__logomark {
    padding: 0px;
    margin: 0px;
    margin-left: -8px;
    margin-top: -7px;
    width: 115px;
    height: 115px;
    background-color:var(--ic-brand-global-nav-logo-bgd) !important;
}

/* Tabs */


/* Font Overrides */
td.module-header-left h2 {
    font-family: "Oswald";
}


.ui-accordion .ui-accordion-header a {
    font-size: .8em;
    font-weight: bold;
}

.kl_flat_sections h3 {
    font-family: "Open Sans" !important;
}

.kl_flat_sections_main h3 {
    color: var(--ic-brand-primary) !important;
    font-family: "Open Sans" !important;
}

.kl_flat_sections_main h3 i:first-child {
    border: 3px solid white !important;
}

.kl_panel_heading.ui-widget-header .ui-state-default, 
.ui-tabs .ui-tabs-nav .kl_panel_heading.ui-state-default:not(.ui-tabs-active) {
    background-color: var(--ic-brand-primary);
}

.module-header {
    background: var(--ic-brand-primary) !important;
    width: 100%;
    border: 0px none;
    color: #fff !important;
    border-spacing: 10px;
    border-collapse: separate;
    margin-left: 0px !important;
    padding:0px !important;
}

.module-header-left h1{
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    padding: 10px 0px 0px 10px;
}

.module-header-left h2{
    font-size: 17px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.2;
    padding: 0px 0px 10px 10px;
    font-family: "Oswald";
}

.module-header-right {
    vertical-align: bottom;
    text-align: right;
    background-image: url(https://ait.instructure.com/courses/1996/files/444577/preview);
}

.module-header-right h1{
    font-size: 26px;
    font-weight: normal;
    line-height: 1.2;
    padding: 10px;
    text-transform: uppercase;
    font-family: "Open Sans"
}

.dp_tabs_nav_ul {
    background: #ccc;
}

.dp_tabs_nav_ul .dp_tabs_nav_ul_active_page>a, 
.dp_tabs_nav_ul li.dp_tabs_nav_ul_active_page>a:focus, 
.dp_tabs_nav_ul li.dp_tabs_nav_ul_active_page>a:hover {
    color: var(--dt-color-accent);
}

li.dp_tabs_sub_nav_li_163905.dp_tabs_nav_ul_active_sub_page {
    background: var(--dt-color-accent);
}

.dp_tabs_nav_ul .dp_tabs_nav_ul_active_page>a {
    border-top: 1px solid var(--dt-color-primary);
    border-right: 2px solid var(--dt-color-primary);
    border-left: 2px solid var(--dt-color-primary);
    border-radius 5px 5px 0 0;
    margin-top: -5px;
}

li.kl_panel_heading.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab a {
    color: #fff;
}

li.kl_panel_heading.ui-tabs-tab.ui-corner-top.ui-state-active.ui-tab a {
    color: #000;
}

li.kl_panel_heading.ui-tabs-tab.ui-corner-top.ui-state-default.ui-state-hover.ui-tab a {
    background-color: var(--dt-color-accent);
}

li.kl_panel_heading.ui-tabs-tab.ui-corner-top.ui-state-active.ui-state-hover.ui-tab a {
    color: var(--dt-color-accent);
    background-color: #fff;
}

#kl_wrapper_3.kl_flat_sections_main #kl_banner #kl_banner_left .kl_mod_text {
    padding: 0px;
    border-color: #fff !important;
}

#kl_wrapper_0.kl_flat_sections_main #kl_banner #kl_banner_left, 
#kl_wrapper_0.kl_flat_sections #kl_banner #kl_banner_left,
#kl_wrapper_1.kl_flat_sections_main #kl_banner #kl_banner_left, 
#kl_wrapper_1.kl_flat_sections #kl_banner #kl_banner_left,
#kl_wrapper_2.kl_flat_sections_main #kl_banner #kl_banner_left, 
#kl_wrapper_2.kl_flat_sections #kl_banner #kl_banner_left,
#kl_wrapper_3.kl_flat_sections_main #kl_banner #kl_banner_left, 
#kl_wrapper_3.kl_flat_sections #kl_banner #kl_banner_left,
#kl_wrapper_4.kl_flat_sections_main #kl_banner #kl_banner_left, 
#kl_wrapper_4.kl_flat_sections #kl_banner #kl_banner_left,
#kl_wrapper_5.kl_flat_sections_main #kl_banner #kl_banner_left, 
#kl_wrapper_5.kl_flat_sections #kl_banner #kl_banner_left,
#kl_wrapper_6.kl_flat_sections_main #kl_banner #kl_banner_left, 
#kl_wrapper_6.kl_flat_sections #kl_banner #kl_banner_left,
#kl_wrapper_7.kl_flat_sections_main #kl_banner #kl_banner_left, 
#kl_wrapper_7.kl_flat_sections #kl_banner #kl_banner_left,
#kl_wrapper_8.kl_flat_sections_main #kl_banner #kl_banner_left, 
#kl_wrapper_8.kl_flat_sections #kl_banner #kl_banner_left,
#kl_wrapper_9.kl_flat_sections_main #kl_banner #kl_banner_left, 
#kl_wrapper_9.kl_flat_sections #kl_banner #kl_banner_left,
#kl_wrapper_10.kl_flat_sections_main #kl_banner #kl_banner_left, 
#kl_wrapper_10.kl_flat_sections #kl_banner #kl_banner_left {
    background-color: #fff;
}

}
/* Bobby-this is for course home page title colors */
h2.ic-DashboardCard__box__header {
    font-size: 1rem;
    font-weight: bold;
}

.list-view>ul>li>a, .list-view>nav>ul>li>a:hover {
    color: var(--dt-color-accent);
    text-decoration: none;
}

a.btn.btn-primary.external:hover,
.btn-primary:hover, .Button--primary:hover {
    background: var(--dt-color-accent);
    border-color: #990033;
    text-decoration: none;
}

a.external:hover span, 
a.external:focus span, 
a.external:active span {
    text-decoration: none;
}

.ic-Table tr.table-header,
.ic-Table thead {
    background-color: var(--ic-brand-primary);
    color: #fff;
}

/* .ic-Table { */
/*     border: 1px solid var(--ic-brand-primary); */
/* } */

Bobby-Changing the border color of all ic-tables here.
.ic-Table {
    border: 2px solid;
    border-color: #9E9E9E;
}

.ic-Table tr:last-child{
    border-bottom: 1px solid var(--ic-brand-primary);
}

.ic-Table p:first-child {
    font-size: 1em !important;
    font-weight: normal !important;
    line-height: 1em !important;
}

table.ic-Table.ic-Table--condensed td {
    padding: 5px 10px;
}

pre.kl_code_highlight {
    padding: 5px;
    margin: 0px !important;
}

table.ic-Table pre.kl_code_highlight {
    margin: 5px !important;
}

#kl_wrapper_0.kl_flat_sections_main > div:nth-child(odd), 
#kl_wrapper_0.kl_flat_sections > div:nth-child(odd),
#kl_wrapper_1.kl_flat_sections_main > div:nth-child(odd), 
#kl_wrapper_1.kl_flat_sections > div:nth-child(odd),
#kl_wrapper_2.kl_flat_sections_main > div:nth-child(odd), 
#kl_wrapper_2.kl_flat_sections > div:nth-child(odd),
#kl_wrapper_3.kl_flat_sections_main > div:nth-child(odd), 
#kl_wrapper_3.kl_flat_sections > div:nth-child(odd),
#kl_wrapper_4.kl_flat_sections_main > div:nth-child(odd), 
#kl_wrapper_4.kl_flat_sections > div:nth-child(odd),
#kl_wrapper_5.kl_flat_sections_main > div:nth-child(odd), 
#kl_wrapper_5.kl_flat_sections > div:nth-child(odd),
#kl_wrapper_6.kl_flat_sections_main > div:nth-child(odd), 
#kl_wrapper_6.kl_flat_sections > div:nth-child(odd),
#kl_wrapper_7.kl_flat_sections_main > div:nth-child(odd), 
#kl_wrapper_7.kl_flat_sections > div:nth-child(odd),
#kl_wrapper_8.kl_flat_sections_main > div:nth-child(odd), 
#kl_wrapper_8.kl_flat_sections > div:nth-child(odd),
#kl_wrapper_9.kl_flat_sections_main > div:nth-child(odd), 
#kl_wrapper_9.kl_flat_sections > div:nth-child(odd),
#kl_wrapper_10.kl_flat_sections_main > div:nth-child(odd), 
#kl_wrapper_10.kl_flat_sections > div:nth-child(odd) {
    background: #fff;
}

#kl_wrapper_0.kl_flat_sections h4,
#kl_wrapper_1.kl_flat_sections h4,
#kl_wrapper_2.kl_flat_sections h4,
#kl_wrapper_3.kl_flat_sections h4,
#kl_wrapper_4.kl_flat_sections h4,
#kl_wrapper_5.kl_flat_sections h4,
#kl_wrapper_6.kl_flat_sections h4,
#kl_wrapper_7.kl_flat_sections h4,
#kl_wrapper_8.kl_flat_sections h4,
#kl_wrapper_9.kl_flat_sections h4,
#kl_wrapper_10.kl_flat_sections h4,{
    color: var(--ic-brand-primary);
}

#kl_wrapper_0.kl_flat_sections_main h3:not(.ui-state-default),
#kl_wrapper_1.kl_flat_sections_main h3:not(.ui-state-default),
#kl_wrapper_2.kl_flat_sections_main h3:not(.ui-state-default),
#kl_wrapper_3.kl_flat_sections_main h3:not(.ui-state-default),
#kl_wrapper_4.kl_flat_sections_main h3:not(.ui-state-default),
#kl_wrapper_5.kl_flat_sections_main h3:not(.ui-state-default),
#kl_wrapper_6.kl_flat_sections_main h3:not(.ui-state-default),
#kl_wrapper_7.kl_flat_sections_main h3:not(.ui-state-default),
#kl_wrapper_8.kl_flat_sections_main h3:not(.ui-state-default),
#kl_wrapper_9.kl_flat_sections_main h3:not(.ui-state-default),
#kl_wrapper_10.kl_flat_sections_main h3:not(.ui-state-default) {
    border-top-color: var(--ic-brand-primary);
}

#kl_wrapper_0.kl_flat_sections_main h3:not(.ui-state-default) i:first-child,
#kl_wrapper_1.kl_flat_sections_main h3:not(.ui-state-default) i:first-child,
#kl_wrapper_2.kl_flat_sections_main h3:not(.ui-state-default) i:first-child,
#kl_wrapper_3.kl_flat_sections_main h3:not(.ui-state-default) i:first-child,
#kl_wrapper_4.kl_flat_sections_main h3:not(.ui-state-default) i:first-child,
#kl_wrapper_5.kl_flat_sections_main h3:not(.ui-state-default) i:first-child,
#kl_wrapper_6.kl_flat_sections_main h3:not(.ui-state-default) i:first-child,
#kl_wrapper_7.kl_flat_sections_main h3:not(.ui-state-default) i:first-child,
#kl_wrapper_8.kl_flat_sections_main h3:not(.ui-state-default) i:first-child,
#kl_wrapper_9.kl_flat_sections_main h3:not(.ui-state-default) i:first-child,
#kl_wrapper_10.kl_flat_sections_main h3:not(.ui-state-default) i:first-child {
    background: #fff;
    color: var(--dt-color-primary);
}

.pages.show .page-title {
    visibility: hidden;
    height: 0px;
    margin: 0px;
}

p {
    color: #444;
}

/***************************************************/
/***** LOGIN PAGE                             ******/
/***************************************************/

/*resize the login box to fit my image and change the color of 'stay signed in'*/
body.ic-Login-Body {
    background-image: url(https://aitwebstorage.s3-ap-southeast-2.amazonaws.com/Canvas_Login/dots-pattern.png) !;
    background-repeat: no-repeat;
    background-size: cover;
}

body.modal #modal-box.login-box { 
    height: 405px;
    width: 623px;
    color: #071135;
}

video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

video#bgvid {
    transition: 1s opacity;
}

.video-dottedoverlay {
    background-image: url('https://aitwebstorage.s3-ap-southeast-2.amazonaws.com/Canvas_Login/gridtile.png');
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}

#modal-box .btn { margin-right: 10px !important; }

/* prettify code */

.hljs {
    font: 16px / 19.2px Monaco, Menlo, Consolas, 'Courier New', monospace;
    background-color: #232323 !important;
    padding: 8px;
}

.hljs-keyword {
    color: #8be9fd !important;
    font: 700 16px / 19.2px Monaco, Menlo, Consolas, 'Courier New', monospace;
}

.kl_wrapper code, .hljs-meta, .hljs-selector-tag, .hljs-selector-class, .hljs-title {
    color: #34495e !important;
    font: 16px / 19.2px Monaco, Menlo, Consolas, 'Courier New', monospace;
}

code.w3-codespan {
    color: forestgreen !important;
    padding: 4px;
}

.hljs-string, .hljs-number {
    color: #f1fa8c !important;
    font: 16px / 19.2px Monaco, Menlo, Consolas, 'Courier New', monospace;
}

.hljs-built_in {
    color: chartreuse !important;
    font: 700 16px / 19.2px Monaco, Menlo, Consolas, 'Courier New', monospace;
}

.hljs-comment {
    color: indianred !important;
    font: 16px / 19.2px Monaco, Menlo, Consolas, 'Courier New', monospace;
}

.hljs-deletion {
    color: indianred !important;
    font: 16px / 19.2px Monaco, Menlo, Consolas, 'Courier New', monospace;
    background: none !important;
}

/*change the color of the login button*/

/*login box*/

body.modal #modal-box.login-box { 
    background-size: 560px; 
    background-color: rgba(0,0,0, .75);
    box-shadow: none; -moz-box-shadow:none; -webkit-box-shadow:none;
}

body.modal.no-headers #footer-links a {
    color:#fff;
}

.ic-Login__actions .Button--login {
    background-color: #727272;
    background-image: none;
    border-color: #727272;
    color:#fff;
    -webkit-transition: all 500ms ease-out .5s;
    -moz-transition: all 500ms ease-out .5s;
    -o-transition: all 500ms ease-out .5s;
    transition: all 500ms ease-out .5s;
}

#modal-box.login-box {
    background-color: transparent; 
    box-shadow: none; 
    -moz-box-shadow:none; 
    webkit-box-shadow:none;
}  

#login_form .login-options { 
    color: gray; 
}

/*change the color of 'don't know your password'*/
body.modal #modal-box.login-box a { 
    color: gray !important; 
}

#forgot_password_instructions{
    color:#fff !important;
}

body.modal #modal-box.login-box a {
    color: #fff !important;
}

.ic-Login__content {
    background-color:rgb(20,175,178);
}

/* .ic-Login-header__logo { */
/*     /\* background: url(https://aitwebstorage.s3-ap-southeast-2.amazonaws.com/Canvas_Login/Logo.png); *\/ */
/*     background-size: contain; */
/*     background-position: center; */
/*     background-repeat: no-repeat; */
/*     width: 350px; */
/*     height:80px; */
/* } */

/* .ic-Login-header__logo img { */
/*     display:none; */
/* } */

/*To remove Feedwind on course pages*/
iframe.fw-iframe {
    display: none;
}

/* @end */

