/** Table with pagenation**/
.sorl-col-header{
	background-color:  black;
}
.sorl-col-header-text{
	color:white ;
}

.panel-heading.panel-heading-level2{
	background-color:antiqueWhite;
}

.search-table-margin{
	margin-bottom: 15px; 
	margin-top: 15px;
}

/** Dashboard module custom style **/
.dashboard-user-name{
	color: white; 
	margin-top: 5px; 
	margin-bottom: 12px;
}

/** MessageBox icons and messages**/
.height-expandable-panel{
	min-height:40px;
}

.alert.alert-success li::before{
   	font-family: 'Glyphicons Halflings';
    color: green;
    content: "\e086";
    font-size:0.9375rem;
    margin-right:5px;
}

.alert.alert-success li{
}

.alert.alert-warning li::before{
   	font-family: 'Glyphicons Halflings';
    color: #E40000;
    content: "\e101";
    font-size:0.9375rem;
    margin-right:5px;
}

.alert.alert-warning li{
	color: #E40000;
}

/** Field Validation icons and messages**/
span.validation::before{
	/*
   	font-family: 'Glyphicons Halflings';
    color: #E11010;
    content: "\e101";
    font-size:0.9375rem;
    margin-right:5px;
    */
    background-image: url('../images/ods/ontario-icon-alert-error.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px 22px;
    display: inline-block;
    width: 22px;
    height: 22px;
    content: "";
    margin-right:5px;
    margin-top:5px;
    vertical-align: text-bottom;
}


/** system admin custom stype **/
@keyframes systemadmin-shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.systemadmin-header{
	font-size:1.25rem;
}

.systemadmin-desc{	
	height:45px;
}

.systemadmin-main-card-badge{
	background-color:darkOrange;
	margin-left:5px;
	margin-top:-2px;
}

.systemadmin-main-card-badge-shake{
  animation: systemadmin-shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  animation-iteration-count: 3; 
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

.card.systemadmin-main-card{
	position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    padding-left: 8px;
    padding-bottom: 8px;
    height: 140px;
}

.margin-top-less20{
	margin-top:-20px;
}

.margin-top-less40{
	margin-top:-40px;
}

hr.EmailDevelivey-Content-H-Line {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
}


/** Tabs **/
.sorl-tabs a:hover {
    outline: none;
    text-decoration: none;

}
.tab .nav-tabs.sorl-tabs{
    position: relative;
    border-bottom: none;
}
.tab .nav-tabs.sorl-tabs li{
    text-align: center;
    margin-right: 3px;
    border-bottom-width:0px;

}
.tab .nav-tabs.sorl-tabs li a{
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: #444;
    padding: 10px 15px;
    background: #d2e6fa;
    margin-right: 0;
    border-radius: 16px 2px;
    border: none;
    border-bottom: 2px solid #beb3a0;
    position: relative;
    transition: all 0.5s ease 0s;

}
.nav-tabs.sorl-tabs li.active a,
.nav-tabs.sorl-tabs li.active a:focus,
.nav-tabs.sorl-tabs li.active a:hover,
.nav-tabs.sorl-tabs li a:hover{
    border: none;
    border-bottom: 2px solid teal;
    background: #fccc0c;
    color: #444;
 
}
.nav-tabs.sorl-tabs li.active a::after{
	border-color: white;

}


/** misc **/
.expandable-panel-title-color .expandable-panel-title-help{
	color:#0083c4;
	vertical-align:top;
}

.expandable-panel-title-color{
	color:#4e4e4e;
}


.expandable-panel-clickable-margin{ 
	margin-top: -25px;
}

.expandable-panel-badge{
	vertical-align: middle;
	 margin-top: -2px;
}


.expandable-panel-clickable-hide{
	float: right; 
	display: none;
}

.expandable-panel-clickable-show{
	float: right; 
	display: block;
}

.align-right {
	float: right;
}

.richedit-plugin-list{
	max-height: 300px; 
	overflow-y: auto;
}

.richedit-list-item{
	display: flex; 
	justify-content: space-between;
}


.profile-table-cell-head{
	color: rgb(33, 37, 41); font-family: 'Segoe UI Bold', 'Segoe UI';
	font-size: 0.875rem; 
	font-weight: 700; 
	background-color: rgba(233, 236, 239, 1);
}

.no-border{
	border: none;
	box-shadow: none !important;
}

.border-bottom-only {
	border-top: none;
	border-left: none;
	border-right: none;
}

.border-top-only {
	border-bottom: none;
	border-left: none;
	border-right: none;
}

.summary-label {
	font-weight: bold;
	margin-right: 5px;
	margin-bottom: 0px;
	padding: 0;
	color: rgb(50, 50, 50);
}

.summary-address-parent {
	position: relative;
}

.summary-address-parent label {
	vertical-align: top;
	width: auto;
	margin-right: 0;
}

.summary-address {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.line-break-all{
	word-break: break-all;
}

@media (min-width : 425px) {
	.summary-address {
		display: inline-block;
		padding-left: 0px;
	}
}

.profile-table-cell-content{
	font-size:0.875rem;
	font-family:'Segoe UI';
	color:#212529;
	font-weight:400;
	font-style:normal;
	border-color:rgba(233, 236, 239, 1);
}

hr.warning-message-inner-separator
{
    clear: both;
    margin-top: 10px;
    margin-bottom: 13px;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}


hr.warning-message-inner-separator2
{
    clear: both;
    margin-top: 10px;
    margin-bottom: 13px;
    border: 0;
    height: 2px;
    background-image: -webkit-linear-gradient(right,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right,rgba(0,0,0,0),rgba(0,0,0,0.15));
    background-image: -ms-linear-gradient(right,rgba(0,0,0,0),rgba(0,0,0,0.15));
    background-image: -o-linear-gradient(right,rgba(0,0,0,0),rgba(0,0,0,0.15));
}

.help-block.with-errors{
	color: #8a6d3b;
}

.help-block.with-errors::before {
    font-family: 'Glyphicons Halflings';
    color: #8a6d3b;
    content: "\e101";
    font-size:0.875rem;

}

.hoverBigger:hover {
	
	transform: scale(1.5);
}

.hoverBiggerX:hover {
	
	transform: scale(1.3,1);
}

/** progress circle **/
.progress-circle {
   font-size: 1.25rem;
   margin: 20px;
   position: relative; /* so that children can be absolutely positioned */
   padding: 0;
   width: 5em;
   height: 5em;
   background-color: #F2E9E1; 
   border-radius: 50%;
   line-height: 5em;
}

.progress-circle:after{
    border: none;
    position: absolute;
    top: 0.35em;
    left: 0.35em;
    text-align: center;
    display: block;
    border-radius: 50%;
    width: 4.3em;
    height: 4.3em;
    background-color: white;
    content: " ";
}
/* Text inside the control */
.progress-circle span {
    position: absolute;
    line-height: 5em;
    width: 5em;
    text-align: center;
    display: block;
    color: #53777A;
    z-index: 2;
}
.left-half-clipper { 
   /* a round circle */
   border-radius: 50%;
   width: 5em;
   height: 5em;
   position: absolute; /* needed for clipping */
   clip: rect(0, 5em, 5em, 2.5em); /* clips the whole left half*/ 
}
/* when p>50, don't clip left half*/
.progress-circle.over50 .left-half-clipper {
   clip: rect(auto,auto,auto,auto);
}
.value-bar {
   /*This is an overlayed square, that is made round with the border radius,
   then it is cut to display only the left half, then rotated clockwise
   to escape the outer clipping path.*/ 
   position: absolute; /*needed for clipping*/
   clip: rect(0, 2.5em, 5em, 0);
   width: 5em;
   height: 5em;
   border-radius: 50%;
   border: 0.45em solid #53777A; /*The border is 0.35 but making it larger removes visual artifacts */
   /*background-color: #4D642D;*/ /* for debug */
   box-sizing: border-box;
  
}
/* Progress bar filling the whole right half for values above 50% */
.progress-circle.over50 .first50-bar {
   /*Progress bar for the first 50%, filling the whole right half*/
   position: absolute; /*needed for clipping*/
   clip: rect(0, 5em, 5em, 2.5em);
   background-color: #53777A;
   border-radius: 50%;
   width: 5em;
   height: 5em;
}
.progress-circle:not(.over50) .first50-bar{ display: none; }


/* Progress bar rotation position */
.progress-circle.p0 .value-bar { display: none; }
.progress-circle.p1 .value-bar { transform: rotate(4deg); }
.progress-circle.p2 .value-bar { transform: rotate(7deg); }
.progress-circle.p3 .value-bar { transform: rotate(11deg); }
.progress-circle.p4 .value-bar { transform: rotate(14deg); }
.progress-circle.p5 .value-bar { transform: rotate(18deg); }
.progress-circle.p6 .value-bar { transform: rotate(22deg); }
.progress-circle.p7 .value-bar { transform: rotate(25deg); }
.progress-circle.p8 .value-bar { transform: rotate(29deg); }
.progress-circle.p9 .value-bar { transform: rotate(32deg); }
.progress-circle.p10 .value-bar { transform: rotate(36deg); }
.progress-circle.p11 .value-bar { transform: rotate(40deg); }
.progress-circle.p12 .value-bar { transform: rotate(43deg); }
.progress-circle.p13 .value-bar { transform: rotate(47deg); }
.progress-circle.p14 .value-bar { transform: rotate(50deg); }
.progress-circle.p15 .value-bar { transform: rotate(54deg); }
.progress-circle.p16 .value-bar { transform: rotate(58deg); }
.progress-circle.p17 .value-bar { transform: rotate(61deg); }
.progress-circle.p18 .value-bar { transform: rotate(65deg); }
.progress-circle.p19 .value-bar { transform: rotate(68deg); }
.progress-circle.p20 .value-bar { transform: rotate(72deg); }
.progress-circle.p21 .value-bar { transform: rotate(76deg); }
.progress-circle.p22 .value-bar { transform: rotate(79deg); }
.progress-circle.p23 .value-bar { transform: rotate(83deg); }
.progress-circle.p24 .value-bar { transform: rotate(86deg); }
.progress-circle.p25 .value-bar { transform: rotate(90deg); }
.progress-circle.p26 .value-bar { transform: rotate(94deg); }
.progress-circle.p27 .value-bar { transform: rotate(97deg); }
.progress-circle.p28 .value-bar { transform: rotate(101deg); }
.progress-circle.p29 .value-bar { transform: rotate(104deg); }
.progress-circle.p30 .value-bar { transform: rotate(108deg); }
.progress-circle.p31 .value-bar { transform: rotate(112deg); }
.progress-circle.p32 .value-bar { transform: rotate(115deg); }
.progress-circle.p33 .value-bar { transform: rotate(119deg); }
.progress-circle.p34 .value-bar { transform: rotate(122deg); }
.progress-circle.p35 .value-bar { transform: rotate(126deg); }
.progress-circle.p36 .value-bar { transform: rotate(130deg); }
.progress-circle.p37 .value-bar { transform: rotate(133deg); }
.progress-circle.p38 .value-bar { transform: rotate(137deg); }
.progress-circle.p39 .value-bar { transform: rotate(140deg); }
.progress-circle.p40 .value-bar { transform: rotate(144deg); }
.progress-circle.p41 .value-bar { transform: rotate(148deg); }
.progress-circle.p42 .value-bar { transform: rotate(151deg); }
.progress-circle.p43 .value-bar { transform: rotate(155deg); }
.progress-circle.p44 .value-bar { transform: rotate(158deg); }
.progress-circle.p45 .value-bar { transform: rotate(162deg); }
.progress-circle.p46 .value-bar { transform: rotate(166deg); }
.progress-circle.p47 .value-bar { transform: rotate(169deg); }
.progress-circle.p48 .value-bar { transform: rotate(173deg); }
.progress-circle.p49 .value-bar { transform: rotate(176deg); }
.progress-circle.p50 .value-bar { transform: rotate(180deg); }
.progress-circle.p51 .value-bar { transform: rotate(184deg); }
.progress-circle.p52 .value-bar { transform: rotate(187deg); }
.progress-circle.p53 .value-bar { transform: rotate(191deg); }
.progress-circle.p54 .value-bar { transform: rotate(194deg); }
.progress-circle.p55 .value-bar { transform: rotate(198deg); }
.progress-circle.p56 .value-bar { transform: rotate(202deg); }
.progress-circle.p57 .value-bar { transform: rotate(205deg); }
.progress-circle.p58 .value-bar { transform: rotate(209deg); }
.progress-circle.p59 .value-bar { transform: rotate(212deg); }
.progress-circle.p60 .value-bar { transform: rotate(216deg); }
.progress-circle.p61 .value-bar { transform: rotate(220deg); }
.progress-circle.p62 .value-bar { transform: rotate(223deg); }
.progress-circle.p63 .value-bar { transform: rotate(227deg); }
.progress-circle.p64 .value-bar { transform: rotate(230deg); }
.progress-circle.p65 .value-bar { transform: rotate(234deg); }
.progress-circle.p66 .value-bar { transform: rotate(238deg); }
.progress-circle.p67 .value-bar { transform: rotate(241deg); }
.progress-circle.p68 .value-bar { transform: rotate(245deg); }
.progress-circle.p69 .value-bar { transform: rotate(248deg); }
.progress-circle.p70 .value-bar { transform: rotate(252deg); }
.progress-circle.p71 .value-bar { transform: rotate(256deg); }
.progress-circle.p72 .value-bar { transform: rotate(259deg); }
.progress-circle.p73 .value-bar { transform: rotate(263deg); }
.progress-circle.p74 .value-bar { transform: rotate(266deg); }
.progress-circle.p75 .value-bar { transform: rotate(270deg); }
.progress-circle.p76 .value-bar { transform: rotate(274deg); }
.progress-circle.p77 .value-bar { transform: rotate(277deg); }
.progress-circle.p78 .value-bar { transform: rotate(281deg); }
.progress-circle.p79 .value-bar { transform: rotate(284deg); }
.progress-circle.p80 .value-bar { transform: rotate(288deg); }
.progress-circle.p81 .value-bar { transform: rotate(292deg); }
.progress-circle.p82 .value-bar { transform: rotate(295deg); }
.progress-circle.p83 .value-bar { transform: rotate(299deg); }
.progress-circle.p84 .value-bar { transform: rotate(302deg); }
.progress-circle.p85 .value-bar { transform: rotate(306deg); }
.progress-circle.p86 .value-bar { transform: rotate(310deg); }
.progress-circle.p87 .value-bar { transform: rotate(313deg); }
.progress-circle.p88 .value-bar { transform: rotate(317deg); }
.progress-circle.p89 .value-bar { transform: rotate(320deg); }
.progress-circle.p90 .value-bar { transform: rotate(324deg); }
.progress-circle.p91 .value-bar { transform: rotate(328deg); }
.progress-circle.p92 .value-bar { transform: rotate(331deg); }
.progress-circle.p93 .value-bar { transform: rotate(335deg); }
.progress-circle.p94 .value-bar { transform: rotate(338deg); }
.progress-circle.p95 .value-bar { transform: rotate(342deg); }
.progress-circle.p96 .value-bar { transform: rotate(346deg); }
.progress-circle.p97 .value-bar { transform: rotate(349deg); }
.progress-circle.p98 .value-bar { transform: rotate(353deg); }
.progress-circle.p99 .value-bar { transform: rotate(356deg); }
.progress-circle.p100 .value-bar { transform: rotate(360deg); }

/** badge **/
.badge-error {
    background-color: #b62619 !important;
    border-radius: 0px;
}

.badge-warning {
  background-color: #f89406;
}

.badge-success {
  background-color: #468847;
}

.badge-info {
  background-color: #3a87ad;
}

.badge-inverse {
  background-color: #333333;
}

.badge-dashboard {
  background-color: #43709f;
  border-radius: 0px;
  
}

.margin-top-negative3 {
	margin-top: -3px;
}

/** breadcrumb **/
.breadcrumb>li+li:before {
	padding: 0 5px;
    color: #1a1a1a;
    content: '\003E';
    font-weight: bolder;
    margin-left: -5px;
}

#crouton {
	font-size: 0.75rem;
    font-family: sans-serif;
}

#crouton ul:not(.standard-ul) {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    list-style: none;
    margin-bottom:10px;
}

#crouton li:not(.standard-li) {
    float: left;
    margin: 0 10px;
}

#crouton a:not(.standard-a) {
    background: #ddd;
  padding: .5em 1em;
  float: left;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  position: relative;
}

#crouton li:first-child:not(.standard-li) a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#crouton li:last-child:not(.standard-li) a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#crouton a:hover {
    background: #99db76;
}

#crouton li:not(:first-child):not(.standard-li) > a::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.5em;   
    border-width: 1.5em 1em 1.5em 1em;
    border-style: solid;
    border-color: #ddd #ddd #ddd transparent;
    left: -1em;
}

#crouton li:not(:first-child):not(.standard-li)  > a:hover::before {
    border-color: #99db76 #99db76 #99db76 transparent;
}

#crouton li:not(:last-child):not(.standard-li) > a::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;   
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #ddd;
  right: -1em;
}

#crouton li:not(:last-child):not(.standard-li) > a:hover::after {
    border-left-color: #99db76;
}

/*Start Wizard*/

.bootstrapWizard {
    display: block;
    list-style: none;
    padding: 0;
    position: relative;
    width: 100%
}

.bootstrapWizard a:hover,.bootstrapWizard a:active,.bootstrapWizard a:focus {
    text-decoration: none
}

.bootstrapWizard li {
    display: block;
    float: left;
    width: 20%;
    text-align: center;
    padding-left: 0
}

.bootstrapWizard li:before {
    border-top: 3px solid #55606E;
    content: "";
    display: block;
    font-size: 0;
    overflow: hidden;
    position: relative;
    top: 11px;
    right: 1px;
    width: 100%;
    z-index: 1
}

.bootstrapWizard li:first-child:before {
    left: 50%;
    max-width: 50%
}

.bootstrapWizard li:last-child:before {
    max-width: 50%;
    width: 50%
}

.bootstrapWizard li.complete .step {
    background: #0aa66e;
    padding: 1px 6px;
    border: 3px solid #55606E
}

.bootstrapWizard li .step i {
    font-size: 0.625rem;
    font-weight: 400;
    position: relative;
    top: -1.5px
}

.bootstrapWizard li .step {
    background: #B2B5B9;
    color: #fff;
    display: inline;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 12px;
    padding: 7px 13px;
    border: 3px solid transparent;
    border-radius: 50%;
    line-height: normal;
    position: relative;
    text-align: center;
    z-index: 2;
    transition: all .1s linear 0s
}

.bootstrapWizard li.active .step,.bootstrapWizard li.active.complete .step {
    background: #0091d9;
    color: #fff;
    font-weight: 700;
    padding: 7px 13px;
    font-size: 0.9375rem;
    border-radius: 50%;
    border: 3px solid #55606E
}

.bootstrapWizard li.complete .title,.bootstrapWizard li.active .title {
    color: #2B3D53
}

.bootstrapWizard li .title {
    color: #bfbfbf;
    display: block;
    font-size: 1rem;
    line-height: 15px;
    max-width: 100%;
    position: relative;
    table-layout: fixed;
    text-align: center;
    top: 20px;
    word-wrap: break-word;
    margin-bottom:10px;
}

.bootstrapWizard li .title.checked::before {
    font-family: 'Glyphicons Halflings';
    color: green;
    content: "\e013";
    font-size:0.875rem;
}



.bootstrapWizard li .title.warning::before {
    font-family: 'Glyphicons Halflings';
    color: red;
    content: "\e101";
    font-size:0.875rem;

}

.bootstrapWizard li .title.noicon::before {
    font-family: 'Glyphicons Halflings';
    content: "\e101";
    font-size:0.875rem;
    color: transparent !important;

}

.bootstrapWizard li .title.disabled::before {
    font-family: 'Glyphicons Halflings';
    content: "\e101";
    font-size:0.875rem;
    color: transparent !important;

}

.bootstrapWizard li .title.disabled {
	color: #bfbfbf;

}

.bootstrapWizard li .title.edit::before {
    font-family: 'Glyphicons Halflings';
    color: blue;
    content: "\270f";
    font-size:0.875rem;;

}


.bootstrapWizard li .title.submit::before {
    font-family: 'Glyphicons Halflings';
    color: blue;
    content:  "\e095";
    font-size:0.875rem;
}

.bootstrapWizard li .title.substep{
	text-align: left;
	font-size:0.875rem;
	margin-bottom:1px;
}


.wizard-actions {
    display: block;
    list-style: none;
    padding: 0;
    position: relative;
    width: 100%
}

.wizard-actions li {
    display: inline
}

.tab-content.transparent {
    background-color: transparent
}

/*End Wizard*/




.clickable-form-section{
    cursor: pointer;   
}

.clickable:hover {
	cursor: pointer;
}

.panel-heading-form-section span {
	margin-top: -20px;
	font-size:0.9375rem;
}


@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/raleway-v11-latin-500.eot'); /* IE9 Compat Modes */
	src: local('Raleway Medium'), local('Raleway-Medium'),
		url('../fonts/raleway-v11-latin-500.eot?#iefix')
		format('embedded-opentype'), /* IE6-IE8 */  
         url('../fonts/raleway-v11-latin-500.woff2') format('woff2'),
		/* Super Modern Browsers */  
         url('../fonts/raleway-v11-latin-500.woff') format('woff'),
		/* Modern Browsers */  
         url('../fonts/raleway-v11-latin-500.ttf') format('truetype'),
		/* Safari, Android, iOS */  
         url('../fonts/raleway-v11-latin-500.svg#Raleway') format('svg');
	/* Legacy iOS */
}




@font-face {
	font-family: 'Raleway Modified';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/ods/raleway-modified-700/raleway-modified-700.ttf'); 
}

@font-face {
	font-family: 'Raleway Modified';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/ods/raleway-modified-600/raleway-modified-600.ttf'); 
}


@font-face {
	font-family: 'Raleway Modified';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/ods/raleway-modified-500/raleway-modified-500.ttf'); 
}



/* Navbar min-height */
.headerBar {
	padding-top: 6px;
	min-height: 69px;
	background: #333;
}

.navbar-nav>li {
	padding-bottom: 0px;
}

/* Nav Bar max height adjustment */
.navbar-collapse {
	max-height: 100%;
	padding-right: 0px;
	padding-left: 0px;
}

/* Navbar toggle styling */
.navbar-toggle {
	background-color: #0071a9;
	color: #FFFFFF;
	height: 39px;
	border-radius: 5px 5px 5px 5px;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
	padding: 5px;
}

/* Navbar toggle text styling */
.navbar-toggle p {
	color: #FFFFFF;
	font-size: 1.7rem;
}

/* Toggle button event styling */
.navbar-inverse .navbar-toggle:focus {
	background-color: #0071a9;
}

.navbar-inverse .navbar-toggle:visited {
	background-color: #0071a9;
}

.navbar-inverse .navbar-toggle:hover {
	background-color: #0083c4;
}

.navbar-inverse .navbar-toggle:active {
	background-color: #0083c4;
}

.table>thead>tr>th {
    vertical-align: top;
}

.roundButton {
	display: inline-block; 
	padding: 5px 14px; 
	background-color: #fff; 
	border: 1px solid #ddd; 
	border-radius: 15px;
	margin-top: 4px;
}

.left-nav-first {
	background: #ededed;
	color: #222;
	padding: 8px 12px !important;
}

.validation {
	color: #9f1000; PADDING: 2px;
}

.btn-primary {
	padding: 12px 24px;
	box-shadow: 0 2px 4px #666;
	border-radius: 3px;
	font-size:1rem;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.btn-primary a {
	color: white;
}

.btn-primary:hover {
	box-shadow: 0 1px 3px #666;
	background: #0083c4;
	color: #fff;
}

input + label.input-group-btn > span.btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	box-shadow: none;
	background: #eee;
	color: #333;
	margin: 0;
	margin-left: -5px !important;
	z-index: 3;
}

input + label.input-group-btn > span.btn:active, input + label.input-group-btn > span.btn:focus {
	outline: none !important;
	box-shadow: none;
}

.header-btn {
	box-shadow: none;
	background: #404040;
	color: #fff;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	white-space: normal;
	border: none;
	border-radius: 3px;
	padding: 3.2px 11.2px;
    line-height: 32px;
    border-block-style: solid;
    border-block-width: 2px;
    border-color: #ffffff !important;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
}

.odsheaderrightend {
    position: absolute;
    right: 0;
}

.header-btn:hover {
	box-shadow: 0 0 0 #fff;
	background: #0083c4;
	color: #fff;
}

.btn {
	box-shadow: 0 2px 4px #666;
	background: #0071a9;
	color: #fff;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	white-space: normal;
}

.btn:hover {
	box-shadow: 0 1px 3px #666;
	background: #0083c4;
	color: #fff;
}

.btn-secondary {
	padding: 12px 24px;
	box-shadow: 0 2px 4px #666;
	border-radius: 3px;
	font-size:1rem;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #d1ddeb;
	border-color: #b2c6de;
	color: #333333;
}

.btn-secondary:hover {
	box-shadow: 0 1px 3px #666;
	background-color: #b2c6de;
	color: #333333;
}

.btn-reset {
	border: none !important;
	background: transparent;
	color: #0071a9;
	font-weight: bold;
}

.btn-reset:hover {
	text-decoration: underline;
}

.btn-fileUpload {
	height: 25px;
	width:140px;
	padding: 0px;
    border-radius: 3px;
	font-size:1rem;
	background-color: #e7eaed;
	border-color: #111111;
	color: #333333;
}

/* Search form styling */
.search-top-input {
	border: 1px solid white;
	border-radius: 3px 0 0 3px;
	padding: 0.5rem;
	padding-right: 25px;
	width: 100%;
	height: 39px;
}

.search-top-input:focus {
	background: #fcf3ba none repeat scroll 0 0;
	outline: medium none;
	box-shadow: none;
}

.search-btn {
	border: 1px solid white;
	border-radius: 0 3px 3px 0;
	background-color: #fff;
	width: 100%;
	height: 39px;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}

.search-btn:hover {
	background-color: #737373;
	box-shadow: 0 0 0 #fff;
}

.search-dropdown {
	border: medium none;
	border-radius: 3px;
	background-color: #fff;
	width: 100%;
	height: 39px;
}

.search-dropdown:hover {
	background-color: #737373;
	box-shadow: 0 0 0 #fff;
}

.search-icon {
	background-image: url('../images/search-grey.png');
	background-size: 26px 26px;
	background-repeat: no-repeat;
	background-position: center;
}

.search-icon:hover {
	background-image: url('../images/search.png');
}

.search-icon-small {
	background-image: url('../images/search-grey.png');
	background-size: 17px 16px;
	background-repeat: no-repeat;
	background-position: center;
	width: 35px;
	height: 35px;
	margin-right: 10px;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}

.search-icon-small:hover {
	background-image: url('../images/search.png');
}

.dropdown-search-box {
	border: 1px solid #ccc;
	border-radius: 0;
	left: inherit;
	right: 0;
	width: 95%;
}

.dropdown-search-box:after,.dropdown-search-box:before {
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute
}

.dropdown-search-box:before,.dropdown-search-box:after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: transparent transparent #fff;
	border-image: none;
	border-style: inset inset solid;
	border-width: 6px;
	right: 80px;
	top: -12px;
	z-index: 4;
}

.text-right {
	text-align: right;
}

.complaint-steps {
	font-size:0.875rem;
}

.progressBar {
	border: #D2E6FA; 
	border-style: solid;
}

.progressBar-bg {
	background-color: #D2E6FA;
  	width: 20%;
}

@media ( max-width : 402px) {
	#ontarioHeaderLogo {
		width: 90px;
	}
}

/* Hides bars in Menu button when screen width <= 640px */
@media ( max-width : 767px) {
	label {
		width: 100%;
		padding: 5px 5px 5px 0px;
	}
	#searchBar {
		display: none;
	}
	.menu-bars {
		display: none;
	}
	.fixed {
		position: fixed;
		z-index: 100;
		width: 100%;
		top: 0;
	}
	.nav-opaque {
		opacity: 0.8;
		filter: alpha(opacity=80); /* For IE8 and earlier */
	}
	.nav-nopaque {
		opacity: 1 !important;
		filter: alpha(opacity=100) !important;
	}
	.search-top-input {
		border: 1px solid #ccc;
		border-radius: 0;
	}
	.search-top-input:focus {
		border-color: #999;
	}
	.search-btn {
		border: 0 !important;
		background-color: #d1ddeb !important;
	}
	.search-btn:hover {
		background-color: #b2c6de !important;
	}
	.contact-public-ontario {
		display: block;
		z-index: 5;
		background: white;
		margin-left: -15px;
		margin-top: 12px;
		text-align: center;
	}
	.two-column-results>li {
		width: 100%;
	}
	.complaint-steps {
		display: none;
	}
	.application-steps {
		display: none;
	}
	.steps-container {
		display: none;
	}
}


.steps-container {
	margin-left:0px;	
}

/* Fixes Nav left alignment issue for dropdown menu in Tablet view */
@media ( min-width : 768px) {
	.container2 {
		width: 910px;
	}
	.form-login {
		width: 300px;
		margin: 0 auto;
	}
	.footer-swoosh {
		background: url(../images/footer-swoosh-bg.png) repeat-x;
		display: block;
		width: 100%;
		height: 96px
	}
	.footer-swoosh--right {
		background: #ededed url(../images/footer-swoosh.png) no-repeat;
		display: block;
		width: 560px;
		height: 96px;
		float: right
	}
	.two-column-results>li {
		width: 50%;
	}
	.two-column-results>li:nth-of-type(2n+1) {
		clear: both;
	}
	.contact-public-ontario {
		display: none;
	}
	.mobile-sidebar {
		display: none;
	}
	.overlay {
		display: none;
	}
}

@media ( min-width :768px) and ( max-width :991px) {
	.form-results>li {
		width: 50%
	}
	.form-results>li:nth-of-type(2n+1) {
		clear: both;
	}
}

.module-header {
	display: inline-block;
	float: right !important;
}

.module-header-text {
	font-size:2rem;
	color: white; 
	margin-top: 4px;
}

.module-header>.btn-small {
	border-color: #46b8da; 
	margin-top: 2px;
}

.module-header>.add-more-margin-top {
	margin-top: 50px;
}

/* Ensures Navbar links collapsed at all times */
@media screen and ( max-width : 991px) {
	.navbar-header {
		float: none;
	}
	.navbar-toggle {
		display: block;
	}
	.french {
		margin-right: 25px;
		background-color: #1a1a1a !important; 
		padding-top: 8px;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		position: absolute;
		z-index: 1;
		right: 2%;
	}
	.navbar-collapse .french {
		display: block;
	}
	.navbar-collapse.collapse {
		display: none !important;
	}
	.navbar-collapse.in {
		display: block !important;
		overflow-y: visible;
		box-shadow: none;
	}

	.navbar-nav {
		float: none !important;
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0;
		margin-top: 10px;
		background: white none repeat scroll 0 0;
		border: 1px solid #ccc;
		padding: 10px;
		min-width: 170px;
	}
	.navbar-nav>li {
		float: none;
		margin: 0;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
		color: #06c !important;
	}
	.dropdown-menu {
		position: relative;
		float: none;
		background: #ededed none repeat scroll 0 0 !important;
	}
	.navbar-inverse .navbar-nav .dropdown-menu>li>ul {
		background: #d5d5d5 none repeat scroll 0 0 !important;
		padding-left: 10px;
	}
	.navbar-inverse .navbar-nav .dropdown-menu>li>ul>li>a:hover {
		background-color: #d5d5d5 !important;
	}
	.dropdown-menu>li>a {
		color: #06c !important;
		white-space: normal;
	}
	.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus
		{
		background-color: white !important;
	}
	.navbar-inverse .navbar-nav .dropdown-menu>li:hover>a,.navbar-inverse .navbar-nav .dropdown-menu>li:focus>a,.navbar-inverse .navbar-nav .dropdown-menu>li.active>a
		{
		background-color: #ededed !important;
	}
	.navbar-inverse .navbar-nav>li>a:hover {
		background-color: white !important;
		text-decoration: underline !important;
	}
	.dropdown-menu>li>a:hover {
		background-color: transparent !important;
		text-decoration: underline !important;
	}
	.submenu-padding {
		padding-left: 0 !important;
	}
	
	.lang-francais {
		display: none;
	}
	.followUp-Table-Title {
		display: none;
	}
}

@media ( min-width :992px) {
	#frenchHeader {
		display: none;
	}
	.container2 {
		width: 1130px;
	}
	/* Dropdown menu styling */
	.navbar-inverse .navbar-nav  .active>a,.navbar-inverse .navbar-nav  .active>a:hover,.navbar-inverse .navbar-nav  .active>a:focus,.navbar-inverse .navbar-nav  .open>a,.navbar-inverse .navbar-nav  .open>a:hover,.navbar-inverse .navbar-nav  .open>a:focus
		{
		background-color: #eee;
		color: #428bca;
	}
	.form-results>li {
		width: 33.33333333333333%
	}
	.form-results>li:nth-of-type(3n+1) {
		clear: both;
	}
	.index-intro {
		margin-top: -240px;
		background: white;
		border-radius: 5px;
	}
	.lang-fr {
		display: none;
	}
	.responsive-followUp-table-title {
		display: none;
	}
	#menu2 {
		display: none !important;
	}
}

@media ( min-width : 1200px) {
	.container2 {
		width: 1330px;
	}
}

.menu-btn {
	float: right;
	background-color: #0071a9;
	border: none;;
	color: #FFFFFF;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	border-radius: 5px !important;
	height: 39px;
	line-height: 39px;
	position: relative;
	font-size:1rem;
}

.dropdown-menu-custom {
	position: absolute;
	background-color: #fff !important;
	margin-top: 5px;
}

.dropdown-submenu-custom {
	position: static;
	background-color: #ededed;
}

.dropdown-submenu2-custom {
	position: static;
	background: #d5d5d5 !important;
}

/* Prevents scrollbar from appearing in dropdown when collapsing */
.collapsing {
	overflow: hidden;
}

.submenu-padding {
	padding-left: 30px;
}

.left h2 {
	font-size:2.25rem;
	margin-top: 0;
	margin-bottom: 20px;
	text-align: center;
}

.left {
	text-align: left;
	padding-bottom: 20px;
}

.displayTableCell {
	display: table-cell;
}

/* decrease size of pagination */
ul.pagination-sm>li>a,.pagination-sm>li>span {
	padding: 5px 10px;
	font-size:0.75rem;
}

ul.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px
}

ul.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

/* search result alignment */
.form-results>li {
	margin-bottom: 35px;
	display: block;
	overflow: hidden;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

/************* Content section styling *******************/
.left-align-ul,.left-align {
	text-align: left;
}

.right-align {
	text-align: right;
}

.aidestimator_nav>li {
	margin-left: 15px;
}

/* Table Styling */
.table-header {
	background-color: #2e2e2e;
	color: #FFFFFF;
	padding: 5px;
}

.table-subheader {
	text-decoration: underline;
}

label {
	display: inline-block;
	font-weight: bold;
}

/* fixes bullet spacing */
li {
	list-style-position: outside;
}

/* makes container font size consistent */
section .container {
	font-size:1rem;
	line-height: 24px;
	font-weight: 400;
}

/* please do not fix the syntax problem of this.. will cause problem, Just leave it not useable */
input:not (.search-top-input  )[type="text"],select {
	border: 1px solid grey !important;
	font-size:0.875rem;
	height: 34px;
	line-height: 1.42857;
	border-radius: 4px;
	width: auto;
}

/* French language link styling */
.lang-francais,.lang-fr {
	font-size: 1.6rem;
	margin-right: 20px;
	color: #FFFFFF;
	margin-top: .8rem;
	float: right;
	border-radius: 3px;
	padding: 1px;
}

.french {
	color: #fff;
	float: right;
	margin-top: 13px;
	margin-right: 18px;
	border-radius: 3px;
	padding: 1px;
	font-size:0.9375rem;
}

.french:hover,.lang-francais:hover,.lang-fr:hover {
	background: rgb(0, 113, 169);;
	color: #fff;
}

.underline {
	text-decoration: underline !important;
}

#feature {
	background: #f2f2f2;
	padding-bottom: 5px;
}

#mainbody {
	margin-bottom: 333px;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

#footer h2 {
	color: #4d4d4d;
	font-size:1.5rem;
	font-weight: 600;
	line-height: 1.4;
}

#textlinks .aoda-skipToNav {
	border-right-width: 0px;
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#textlinks .aoda-skipToNav:hover,#textlinks .aoda-skipToNav:focus {
	position: static;
	width: auto;
	height: auto;
	text-decoration: underline;
}

.index-font {
	font-size:1.375rem;
	line-height: 35px;
}

.toc-line {
	border-top: 4px solid #1a1a1a !important;
}

.percent-input {
	width: 100px;
}

.add-small-padding-left {
	padding-left: 5px;
}

.add-small-padding-top {
	padding-top: 5px;
}

.add-small-padding-bottom {
	padding-bottom: 5px;
}

.add-padding {
	padding: 15px !important;
}

.add-padding-left {
	padding-left: 15px !important;
}

.add-padding-right {
	padding-right: 15px !important;
}

.add-padding-top {
	padding-top: 15px !important;
}

.add-padding-bottom {
	padding-bottom: 15px !important;
}

.add-padding-divTableCell {
	padding: 3px 10px;
}

.padding-top-10 {
	padding-top: 10px;
}

.remove-padding {
	padding: 0px !important;
}

.remove-padding-left {
	padding-left: 0 !important;
}

.remove-padding-right {
	padding-right: 0 !important;
}

.remove-padding-top {
	padding-top: 0 !important;
}

.remove-padding-bottom {
	padding-bottom: 0 !important;
}

.add-margin {
	margin: 15px !important;
}

.add-margin-left {
	margin-left: 15px !important;
}

.add-margin-left-40 {
	margin-left: 40px !important;
}

.add-margin-right {
	margin-right: 15px !important;
}

.add-margin-top {
	margin-top: 15px !important;
}

.add-margin-bottom {
	margin-bottom: 15px !important;
}

.remove-margin {
	margin: 0px !important;
}

.remove-margin-left {
	margin-left: 0px !important;
}

.remove-margin-right {
	margin-right: 0px !important;
}

.remove-margin-top {
	margin-top: 0px !important;
}

.remove-margin-bottom {
	margin-bottom: 0px !important;
    /* border-color: #1a1a1a !important; */
	
}

.errormsg {
	COLOR: #d62929;
	background: white;
}

.Offscreen-Text,#footer_skipToTop {
	font-size: xx-small;
	left: -9999px;
	top: auto;
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.hiddenRequired {
	border: 0;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
	
}

.two-column-results>li {
	margin-bottom: 35px;
	display: block;
	overflow: hidden;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
}

.school-search-form>div {
	border-bottom: 1px #2e2e2e solid;
}

a.anchor {
	display: block;
	position: relative;
	top: -175px;
	visibility: hidden;
}

.underline-link-hover>a:hover {
	text-decoration: underline !important;
}

.teal-bg {
	background: teal;
}

.bright-yellow-bg {
	background: #FAFAD2;
}

.bright-blue-bg {
	background: #00455f;
}

.purple-bg {
	background-color: #60047a !important;
	color: #fff;
}

.orange-bg {
	background-color: #B65E01 !important;
	color: #fff;
}

.blue-bg {
	background-color: #0087cb !important;
	color: #fff;
}

.green-bg {
	background-color: #01854F !important;
	color: #fff;
}

.red-bg {
	background-color: #CB1B28 !important;
	color: #fff;
}

.darkgreen-bg {
	background-color: #005c35;
	color: #fff;
}

.magenta-bg {
	background-color: #9D0E5E !important;
	color: #fff;
}

.table-row-bg {
	background-color: #ededed;
}

.striped-rows > .row:nth-child(odd){
	background-color: #ededed;
}

.number {
	font-family: raleway;
    font-weight: bold;
	font-size: 6.5rem;
    line-height: 6.5rem;
    margin: 0 auto;
    width: auto;
}

.vertical-list {
	list-style: none;	
	padding-left: 0;
}

.inline-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.inline-list>li {
	padding: 0 0.7rem 0.7rem 0;
	display: inline-block;
	vertical-align: top;
}

.inline-list img {
	margin-left: 5px;
	margin-top: 5px;
}

ul.plain-list-item {
	list-style-type: none;
}

.container2 {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.width-max-content {
	width: max-content;
}

.width-max {
	width: 100%;
}

.width-half {
	width: 50%;
}

.width-three-quarter{
	width: 75%;
}

.width-third {
	width: 30%;
}

.width-quarter {
	width: 25%;
}

.width-125-px {
	width: 125px !important;
}

.width-144-px {
	width: 144px;
}

.width-288-px {
	width: 288px;
}

.width-300-px {
	width: 300px;
}

.width-597-px {
	width: 597px;
}

.add-thick-border-bottom {
	border-bottom: 4px solid #d9d9d9;
	margin-bottom: 15px;
}

.add-border {
	border: 1px solid #d9d9d9;
	padding: 20px;
}

.add-border-top {
	border-top: 1px solid #d9d9d9;
	margin-top: 20px;
}

.add-border-bottom {
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 20px;
}

.add-border-left {
	border-left: 1px solid #d9d9d9;
	margin-left: 20px;
}

.add-border-right {
	border-right: 1px solid #d9d9d9;
	margin-right: 20px;
}

.rounded-top-left-border {
	border-top-left-radius: 5px;
}

.rounded-top-right-border {
	border-top-right-radius: 5px;
}

.rounded-bottom-left-border {
	border-bottom-left-radius: 5px;
}

.rounded-bottom-right-border {
	border-bottom-right-radius: 5px;
}

.remove-border-top {
	border-top: none;
}

.remove-border-bottom {
	border-bottom: none;
}

.remove-border-left {
	border-left: none;
}

.remove-border-right {
	border-right: none;
}

.gototop {
	position: fixed;
	right: 41px;
	bottom: 42px;
	z-index: 10;
	border-radius: 10px;
}

.whiteFont {
	color: white;
}

.purpleFont, .purpleFont:hover {
	color: #60047a;
}

.orangeFont, .orangeFont:hover {
	color: #B65E01;
}

.redFont, .redFont:hover {
	color: rgb(215,0,0);
}

.darkredFont, .darkredFont:hover {
	color: #CB1B28;
}

.greenFont, .greenFont:hover {
	color: #01854F;
}

.blueFont, .blueFont:hover {
	color: #024ab5;
}

.darkGreenFont, .darkGreenFont:hover {
	color: #005c35;	
}

.background-yellow {
	background: #fafad2;
}

.background-green {
	background: #e6fad2;
}

.background-red {
	background: #fad2d2;
}

.background-light-blue {
	background: #d2e6fa;
}

.background-gray {
	background: #eee;
}

.inline-block {
	display: inline-block;
}

.alert-box {
	list-style-type: none;
	background: #fafad2; /* Yellow */
	border-color: rgba(0, 0, 0, .1);
	border-width: 0 0 0 15px;
	border-style: solid;
	padding: 15px;
	margin-bottom: 1.25rem;
	color: #333;
	display: block;
	position: relative;
	font-weight: 400;
	transition: opacity .3s ease-out;
	line-height: 1.6;
}

.alert-box.success {
	background: #e6fad2; /* Green */
}

.alert-box.warning {
	background-color:#fafad2; /* Yellow */
}

.alert-box.alert {
	background: #fad2d2; /* Red */
	border-radius: 0;
}

.alert-box.info {
	background-color:#d1ddeb;
	border-color:#a6bdd8;
	color:#4d4d4d /* Blue */
}

.title-bar {
	border-color: rgba(0, 0, 0, .1);
	border-width: 0 0 0 15px;
	border-style: solid;
	padding: 10px;
	margin-bottom: 1.25rem;
	color: #333;
	display: block;
	position: relative;
	font-weight: 400;
	transition: opacity .3s ease-out;
	line-height: 1.6;
	background-color:#ededed;
	margin-top: -10px; 
	margin-bottom: 10px;
}

.title-bar h2,h1 {
	font-size: 38px;
	margin: 0;
}

/* Vertically centers "Help" text */
.title-bar .center-vertical {
	position: relative;
    top: 50%;
    transform: translateY(30%);
}

/* HPQC 15322 - Focusable external link */
a.external-link:hover, a.external-link:focus {
    text-decoration: underline !important;
}

.toc-line {
	border-top: 4px solid #d9d9d9;
	margin-top: 0;
	margin-bottom: 0;
}

/* Smarties css */
.stats,.number,.stats-caption {
	font-family: raleway;
	font-weight: bold;
}

.stats .stats-caption {
	font-size: 1.6rem;
	line-height: 1.3;
}

.stats .number {
	display: block;
	font-size: 4.5rem;
	margin: 20% auto;
	text-align: center;
	width: 11.25rem;
}

.stats .number.big {
	font-size: 2.6rem;
	margin-top: 40%;
}

.circle,.circle--small,.circle--xs {
	font-family: raleway;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-weight: 800;
	margin-bottom: 0.5rem;
	position: relative;
	width: 12.1875rem;
	height: 12.1875rem;
}

.circle--small {
	width: 2.0625rem;
	height: 2.0625rem;
}

.circle--xs {
	width: 1rem;
	height: 1rem;
	margin-bottom: -2px;
}

.circle--small .number {
	font-size: 1.8rem;
	line-height: 1.8rem;
	margin: 0 auto;
	width: auto;
}

.top-menu {
	display: block;
	text-align: center;
	height: auto;
	padding: 10px;
	font-weight: bold;
}

.phoneNumMask {
	display: inline; padding : 6px 12px;
	max-width: 125px;
	padding: 6px 12px;
}

.phoneExtMask {
	display: inline;
	padding: 6px 12px;
	max-width: 70px;
}

.disabled-date-picker span > input {
	width:108px; 
	margin-right:4px;
	height: 34px;
	padding: 6px 12px;
	font-size:0.875rem;
	line-height: 1.42857143;
	color: #555;
	background-color: #eee;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.date-picker span > input  {
	width:108px; 
	margin-right:4px;
	height: 34px;
	padding: 6px 12px;
	font-size:0.875rem;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.radio label {
	padding-top: 0px;
	padding-left: 18px;
	padding-right: 20px;
}

.radio input {
	margin-right: 5px;
}

.checkbox label {
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 20px;
}

.checkbox4d label {
	padding-top: 0px;
	padding-left: 6px;
	padding-right: 20px;
}

.custrow {
	margin-right: -15px;
	margin-left: -15px
}

.form-control {
	
	max-width: 100%;
	border-radius: 0;
	font-size:1rem;
	
}

.date-picker input {
	border-radius: 0 !important;
}

input.form-control[readonly] {
	border-color: #ccc;
	z-index: 2 !important;
	background-color: #fff;
}

.checkbox4t label {
	margin-left: 0px;
	font-weight: 400;
	padding-right: 50px;
}

.checkbox4t input {
   position: relative;
    top: 1px;
}

.checkboxB label {
	margin-left: 0px;
	padding-right: 50px;
}

.checkboxB input {
   position: relative;
    top: 1px;
}

.charCount {
	position: relative;
	margin-top: -20px;
	margin-right: 5px;
	background-color: navy;
}

/*
.check-mark::before  {
	font-family: 'Glyphicons Halflings';
    color: green;
    content: "\e084";
    font-size:0.9375rem;
}

.warning-mark::before  {
	font-family: 'Glyphicons Halflings';
    color: #E00101;
    content: "\e101";
    font-size:0.9375rem;
}
.warningExclamation-mark::before  {
	font-family: 'Glyphicons Halflings';
    color: #fcbe03;
    content: "\e107";
    font-size:0.9375rem;
}
*/

.check-mark::before  {
        background-image: url('../images/ods/ontario-icon-alert-success.png');
        background-size: 22px 22px;
        display: inline-block;
        width: 22px; 
        height: 22px;
        content:"";
}

.warning-mark::before  {
        background-image: url('../images/ods/ontario-icon-alert-error.png');
        background-size: 22px 22px;
        display: inline-block;
        width: 22px; 
        height: 22px;
        content:"";
}
.warningExclamation-mark::before  {
        background-image: url('../images/ods/ontario-icon-alert-warning.png');
        background-size: 22px 22px;
        display: inline-block;
        width: 22px; 
        height: 22px;
        content:"";
}

.normalText {
	font-weight: normal !important;
}

.italicText {
	font-style:italic !important;
}

.boldText {
	font-weight: bold !important;
}

.display-none {
	display: none;
}

.display-block {
	display: block;
}

.display-inline {
	display: inline;
}

.display-inline-flex {
	display: inline-flex;
}

.display-table {
	display: table; 
	width: 100%;
	border-collapse: collapse;
}

.display-table-cell {
	display: table-cell;
}

.float-left {
	float: left !important;	
}

.float-right {
	float: right !important;	
}

.height-100 {
	min-height: 100px;
	max-height: 100px;
	height: 100px;
}

.vertical-align-middle {
	vertical-align: middle;
}

.resize-none {
	resize: none;
}

.text-decoration-none {
	text-decoration: none;
}

.margin-top-negative-5 {
	margin-top: -5px;	
}

/* to override Bootstrap */
.text-center {
	text-align: center !important;
}

.panel {
	border-radius: 0;
}

.panel-info {
	border-color: #dff3f3;
}

.panel-info>.panel-heading {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-color: #dff3f3;
    border-color: #dff3f3;
    border-left: 15px solid rgba(0, 0, 0, .1);
}

.panel-info>.panel-heading-nested {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-color: #dff3f3;
    border-color: #dff3f3;
    border-left: 15px solid rgba(0, 0, 0, .1);
    padding: 6px 10px;
}

.text-align-left{
        text-align: left !important;
}

.text-align-right{
        text-align: right !important;
}

/*
	*********************************
			AODA focusing case
	*********************************
*/
	.font-size-sixteen {
		font-size: 1rem !important;
	}	

	a.skip-main {
	    left:-999px;
	    position:absolute;
	    top:auto;
	    width:1px;
	    height:1px;
	    overflow:hidden;
	    z-index:-999;
	}
	a.skip-main:focus, a.skip-main:active {
			max-width:100%;
		    left: auto;
		    top: auto;
		    right:auto;
		    bottom:auto;
		    width: 100%;
		    height: auto;
		    padding:7px;
		    border-radius: 15px;
		    text-align:center;
		    font-size:1.2em;
		    z-index:999;
		    display: inline-block;
		    box-shadow: 0 1px 3px #666;
			background: #0071A9;
			color: #fff;
		}
		a.skip-main:focus .skip-main-text, a.skip-main:active .skip-main-text{
			outline: 3px solid white;
			outline-offset: 2px;
		}

@media only screen and (max-width : 991px){
	.dynamic-layout-original-browser{
	display:none !important;
	}
	
	.dynamic-layout-small-browser{
		display:block !important;
	}
	
	.dynamic-layout-form-section{
		width: 100% !important;
	}
	
	.header-cust-width{
		width: 80% !important;
	}
	
	.nav-cust-width{
		width: 20% !important;
	}
	
	.french{
		float: none !important;
	}
	.navbar-toggle{
		float:none !important;
		display: inline-block !important;
	}
}