@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
/* @import "css/bootstrap.css"; */
/* @import "css/font-awesome.min.css"; */

	.headerLinks {
		font-size: 10pt;
	}

.loadingText {
	font-weight: 300;
	font-size: 300%;
	color: #666;
}

em {
	text-decoration: none;
	font-weight: 700;
	font-style: normal;
}

h5 {
	font-weight: 300;
	font-size: 200%;
	color: #333;
}

h5 label {
	font-weight: 300;
	color: #333;
}

.fillwidth {
	width: 100%;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
        color: #000;
}

b {
	font-weight: 600;
}

.important {
	font-weight: 600;
	font-size: 14pt;
}

.boxed {
	border: #aaa solid 1px;
	padding: 8px 16px;
}

body {
	margin: 30px 0px 10px;
}

h1 {
	font-size: 20pt;
	font-weight: 400;
}

h2 {
	font-size: 18pt;
        font-weight: 300;
}

h3 {
        font-size: 14pt;
}

small {
	font-style: italic;
	font-weight: 400;
}


.noMargin {
	margin: 0;
	padding: 0;
}
.padding-5 {
	padding: 5px;
}

.divider {
	background: #aaa;
	width: 100px;
	height: 1px;
	text-align: center;
	margin: 1.5em 0;
}
.footerDivider {
	background: #aaa;
	width: 100px;
	height: 1px;
	text-align: center;
	margin: 0 0 5px 0;
	padding: 0px;
}

.leftblock {
	margin: 1.5em 0em;
	border-left: #aaa solid 30px;
	padding: 0.5em 2em;
}

input[type=text],input[type=password] {
	border: #ccc solid 1px;
}
select {
	border: #ccc solid 1px;
}

button,input[type=button] {
	margin: 0.5em 1em;
}

body {
	max-width: 850;
}

.footerHelp {
	font-size: 75%;
	margin: 4em 15% 0;
	text-align: center;
}

.btn-ontario {
	background: #6a6848;
	color: white;
	margin: 1em;
}

.btn-ontario:active{
	background: #6a6848;
	color: white;
}
.btn-ontario:hover {
	background: #6a6848;
	color: white;
	text-decoration: underline;
}

.btn-ontario:disabled {
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity=100);
	-webkit-box-shadow: none;
		  box-shadow: none;
	opacity: 1;
}

.btn-ontario:focus {
	background: #6a6848;
	color: white;
	text-decoration: underline;
}


.center {
	text-align:center;
	margin-left:auto;
	margin-right:auto
}
.clear {
	clear:both
}

.hiddenTextArea {
	color: black;
	border: 25;
	width:200px;
	background-color: #fff;
	position: absolute;
	right:100%;
	top: 5%;
	z-index:-41;
}

.capitalize {
	text-transform: uppercase;
}

.formlabel {
	font-size: 75%;
	font-weight: 300;
}

.required {
	font-weight: 700;
}

input[type=text] {
	padding: 0px 8px;
}


/* Used for mouseover tips on the selection page */
.tip {
	color:#000;
	background:#ececec;
	display:none;
	padding:10px;
	position:absolute;
	z-index:1000;
	width:400px;
	border:1px solid #000
}

/* AODA Compliance Contrast Color */
a {
	color: #2e6da4 !important;
}
a:visited {
	color: #884488 !important;
}

/* AODA Shopping Cart */
.btn-remove {
	background: #a62924 !important;
	color: white !important;
	margin: 1em;
}

.btn-remove:active{
	background: #a62924 !important;
	color: white !important;
}
.btn-remove:hover {
	background: #a62924 !important;
	color: white !important;
	text-decoration: underline;
}

.btn-remove:disabled {
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity=100);
	-webkit-box-shadow: none;
		  box-shadow: none;
	opacity: 1;
}

.btn-remove:focus {
	background: #a62924 !important;
	color: white !important;
	text-decoration: underline;
}
.screen-reader-only, .reading-hide{
	position: absolute;
	left: -9999px;
}
.formlabel{
	font-weight:bold;
}
.modal-more-notice {
	margin-left:59px;
	margin-top:-21px;
}
.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
       -moz-border-radius: 0 0 6px 6px;
            border-radius: 0 0 6px 6px;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
       -moz-box-shadow: inset 0 1px 0 #ffffff;
            box-shadow: inset 0 1px 0 #ffffff;
}
