 /* styles.css */
@font-face {
    font-family: "TheSans";
    src: url("https://www.dxrcore.com/northwellhealthConf/Media/2017/TheSansB3-Light.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "TheSans";
    src: url("https://www.dxrcore.com/northwellhealthConf/Media/2017/TheSansB5-Plain.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "TheSans";
    src: url("https://www.dxrcore.com/northwellhealthConf/Media/2017/TheSansB7-Bold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "TheSans";
    src: url("https://www.dxrcore.com/northwellhealthConf/Media/2017/TheSansB8-ExtraBold.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

body {
	font-family: "TheSans", sans-serif;
	font-size: 18px;
	color: #53565a;
	background: #53565a;
	font-weight: normal;
}
body.email {
	background: white;
	margin: 15px;
}

#header_box {
	background: #007db8;
    display: none;
}
#body_box {
	width: 100%;
	overflow-x: hidden;
	background: white;
}
#footer_box {
	color: #fff;
	padding: 40px 0px;
	font-size: .83333em;
}
.navbar-brand img {
	max-width: 220px;
	min-height: 37px;
	max-height: 38px;
	padding-bottom: 15px;
	height: auto;
}
.logo {
	padding-top: 15px;
}
.header-box {
	background: white;
}

#navbar-main {
	margin-bottom: 0px;
}
.navbar-default {
	background-image: none;
	background-color: #007db8;
	border-color: #007db8;
	box-shadow: none;
}
.navbar-nav>li {
	font-size: .80556em;
	font-weight: bold;
}
.nav>li>a {
	padding-left: 0px;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus {
	background: transparent;
	box-shadow: none;
	color: #fff;
    font-size: 1.2em;
}

.page-header {
	background: #fff;
	color: #53565a;
}

h2 {
	color: #5c0b8a;
}

.btn,
.btn-lg,
.btn-default {
	border: none;
	background-image: none;
	border-radius: 0px;
	background-color: #9f26b5;
	color: white;
}
.btn,
.btn-lg:hover,
.btn-default:hover {
	background-color: #b22aca;
	color: white;
}

.btn-danger {
	background-color: #ff681e;
}
.btn-danger:active,
.btn-danger:hover {
	background-color: #ff7938;
}

.well {
	background: transparent;
	border: none;
	box-shadow: none;
}

a {
	color: #9f26b5;
	font-weight: bold;
}
a:active,
a:hover,
a:focus {
	color: #8c22a0;
	text-decoration: none;
	outline: none;
}

.breadcrumb {
	background: transparent;
	font-size: .8em;
}

.alert {
	position: relative;
	background: white !important;
	border: none !important;
	color: #53565a;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
.alert h4 {
	font-weight: bold;
}
.alert:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	border: 15px solid transparent;
	border-radius: 4px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-color: #53565a;
	border-right-color: #53565a;
}
.alert.alert-info:before {
	border-top-color: #009adf;
	border-right-color: #009adf;
}
.alert.alert-info {
	color: #53565a;
}
.alert.alert-success {
	color: #009adf;
}
.alert.alert-danger:before,
.alert.alert-warning:before {
	border-top-color: #ff681e;
	border-right-color: #ff681e;
}
.alert.alert-danger,
.alert.alert-warning {
	color: #ff681e;
}
.text-success {
	color: #009adf;
}
.text-danger {
	color: #ff681e;
}

.bg-success {
	background: #009adf;
}
.bg-success.text-success {
	color: white;
}

.bg-info {
	background: #53565a;
}
.bg-info.text-info {
	color: white;
}

.bg-danger {
	background: #ff681e;
}
.bg-danger.text-danger {
	color: white;
}
.navbar-nav>li>a.course_search_menu {
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-nav>li>a.course_search_menu .form-group {
	margin-bottom: 0px;
}
#mc_item .rationale.alert {
    color: #ff681e;
}
