/* Feeds style */
@charset "UTF-8";.feeds-cont{border-top:1px solid #e8e8e8;padding:0}.feeds-cont li{border:1px solid #e8e8e8;border-top:0;list-style-type:none;padding:10px}#details-flickr .tgl-panel,#details-youtube .tgl-panel{margin-left:0}#details-flickr .feeds-cont,#details-youtube .feeds-cont{border:0}#details-flickr .feeds-cont li,#details-youtube .feeds-cont li{border:0}#details-flickr .feeds-cont li:nth-child(even),#details-youtube .feeds-cont li:nth-child(even){background-color:#f9f9f9}#details-flickr[open] summary,#details-youtube[open] summary{border-bottom:1px solid #eee}

/* Hide breadcramb get text in texrarea */
/*font style*/

.dark-blue {
	color: #0d3b48;
}

/* Tooltip */
.tooltip {
  position:relative; /* making the .tooltip span a container for the tooltip text */
  border-bottom:1px dashed #000; /* little indicater to indicate it's hoverable */
}
.tooltip:before {
  content: attr(data-text); /* here's the magic */
  position:absolute;
  
  /* vertically center */
	top:50%;
  transform:translateY(-50%);
  
  /* move to right */
  left:100%;
  margin-left:15px; /* and add a small left margin */
  
  /* basic styles */
  width:200px;
  padding:10px;
  border-radius:10px;
  background:#000;
  color: #fff;
  text-align:center;

  display:none; /* hide by default */
}
.tooltip:hover:before {
  display:block;
}

.xsmall {font-size: x-small;}

/* CRCC darkblue */

.bg-darkBlue {
	background-color: #0c4d5f;
	color:#FFF;
}
.bg-white {
	background-color:white;
}
/* Equalize the height of elements on the same baseline */
#simple .wb-eqht section {
	display: inline-block;
	margin-bottom: 15px;
	padding: 15px;
	width: 100%;
}

@media (min-width: 768px) {
	#simple .wb-eqht section {
		width: 49%;
	}
}

@media (min-width: 1200px) {
	#simple .wb-eqht section {
		width: 49%;
	}
}

/* canada.ca user-centre homepage style*/
.followus {
    background-color: #eaebed;
    display: inline-block;
    margin-bottom: 15px;
    padding: 10px 5px;
}
.followus h2 {
    display: inline;
    font-size: 16px;
    margin-left: 5px;
}
.followus ul {
    /*display: inline !important;*/
    margin-left: 5px;
    padding-left: 0;
	display: inline-block;
	list-style:none;	
}
.followus ul li a:hover, .followus ul li a:focus, .followus ul li a:active {
    border: solid 2px #0535d2;
}
.followus ul li a {
    border: solid 2px #eaebed;
    padding: 10px 17px;
}
.followus .twitter, .icon.twitter {
    background-image: url(../wet4/assets/sl_twitter.png);
}
.followus .rss, .icon.rss {
    background-image: url(../wet4/assets/sl_feeds.png);
}
.followus .foursquare, .followus .youtube, .followus .twitter, .followus .flickr, .followus .facebook, .followus .pinterest, .followus .linkedin, .followus .instagram, .followus .googleplus, .followus .rss, .followus .periscope, .followus .email {
    background-position: center center;
    background-repeat: no-repeat;
    display: inline;
    min-height: 27px;
    min-width: 27px;
    position: relative;
    vertical-align: text-bottom;
}
@media print {

/* Use .lst-none to remove the bullets or numbers from a nested listed (maintains indenting) 
.lst-none {
	 list-style-type: none; !important;
	 list-style:none;
 }*/	
 
table {
table-layout:fixed !important;
}
.button-print {
	display:none;
}
.col-lft-print {
	width: 30% !important;
}
.col-rht-print {
	width: 70% !important;
}
}

body.toolbar-drawer {
	padding-top: 30px;
	background-position: center 72px;
}
.no-top {
	padding-top: 0px;
	margin-top: 0px;
}
.panel-infoH {
	box-sizing:border-box;
	border-color:#004054;
	padding-top: 2px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-left: 4px;
    font-size: 105%;
    color: #004054;
  border-width:5px;	
    border-style:double;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;;	
}
.extra { 
    display: none;
}

p:hover .extra {
    display: inline-block;
}
.mfp-bg {
	background: rgba(0,0,0,0.6) !important;
}

/* modal style */

button.textAlign {
	text-align: left !important;
}

.modal-open {
	overflow: hidden
}
.modal {
	position: fixed;
	width: 40%;
	top: 4%;
	right: 0;
	bottom: 0;
	left: 30%;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0	
}
.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .2s ease-out;
	-o-transition: -o-transform .2s ease-out;
	transition: transform .2s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%)
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}
.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5)
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}
.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0
}
.modal-backdrop.in {
	filter: alpha(opacity=70);
	opacity: .7
}
/* panel bg color 

.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}*/