﻿/* 
    Use this CSS file to override any Sharepoint or BSD core styles.
    In order to overide many of the core styles you'll need to make sure your 
    selectors are redundant, verbose, and specific. Use !Important if need be.

    E.G.
    body.bsd-master ul.ms-core-listMenu-root li {...} => Global
    html body.bsd-master form .bsd-container ul.ms-core-listMenu-root li {...} => Local override.
*/
html body.bsd-master .ms-breadcrumb-anchor img {
    margin-top:4px;
}

html body.bsd-master .ms-signInLink {
	padding:0px;
	padding-left:5px;
}

html body.bsd-master #suiteBarLeft #DeltaSuiteLinks a {
	display:none;
}

#ctl00_ctl22_site_share_button,
#site_follow_button {
    display: none!important;
}

iframe.slow-load-frame {
	background:url('/_layouts/15/images/BSD.Extranet.Branding/ajax_loader_orange_128.gif') no-repeat center center;
}

iframe#ltsiframe {
	margin: 0 auto;
	margin-left:15px;
}

html body.bsd-master .bsd-container .bsd-wp-zone .ms-webpart-zone .ms-webpart-titleText a:link span {color:#fff;}

/* HR overrides for the Quick Links on the home page */
a[title="Substitute Training &amp; Directions"] {
    color: red !important;
    font-weight: bold !important;
}

a[title="Subfinder WebConnect"] {
    color: red !important;
    font-weight: bold !important;
}
