/* CSS used to fake bootstraps look using WET 3.1 Design Guide classes - Louis */

/* Fakes bootstrap labels-default */
.badge-update {
    /*background-color: #999999;
    border-radius: 0.25em 0.25em 0.25em 0.25em;
    color: #FFFFFF;
    display: inline;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    padding: 0.2em 0.6em 0.3em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;*/
	background-color: #EEEEEE;
    border: 1px solid #D4D4D4;
    color: #222222 !important;
    text-shadow: 0 1px 1px white;
	border-radius: 100px 100px 100px 100px;
    padding: 3px 6px;
	font-size: 85%;
}
/* Fakes bootstrap alerts-danger  */
.module-alert {
    /* background-color: #F2DEDE; */
	background-color: #e6e6e6;
    /* border-color: #EBCCD1; */
    /* color: #B94A48; */
	color: #000;
    border: 1px solid transparent;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 20px;
    padding: 15px;
}
/* Fakes bootstrap alerts-warning  */
.module-attention {
    /* background-color: #faf8f0; */
	background-color: #e6e6e6;
    /* border-color: #FAEBCC; */
    /* color: #8a6d3b; */
	color: #000;
    border: 1px solid transparent;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 20px;
    padding: 15px;
}
/* Fakes bootstrap alerts-info  */
.module-note, .module-info, .module-tool, .module-summary, .box-dashed, .box-highlight, .box-definition, .box-basic, .box-redborder, .box-lightBlue, .box-recommendation {
    /* background-color: #f4f8fa; */
	background-color: #e6e6e6;
    /* border-color: #BCE8F1; */
    /* color: #34789a; */
	color: #000;
    border: 1px solid transparent;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 20px;
    padding: 15px;
}
/* Fake what class row does begin */
#push-message {
	margin-right: -15px;
	margin-left: -15px
}
#push-message:before, #push-message:after {
	display: table;
	content: " "
}
#push-message:after {
	clear: both
}
#push-message:before, #push-message:after {
	display: table;
	content: " "
}
#push-message:after {
	clear: both
}
/* #push-message .col-md-4 {z-index:-1;} */

/* Fake what class row does end */

/* Fake the button classes btn btn-default */
.button {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none
}
.button:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
.button:hover, .button:focus {
	color: #333;
	text-decoration: none
}
.button:active, .button.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}
.button.disabled, .button[disabled], fieldset[disabled] .button {
	pointer-events: none;
	cursor: not-allowed;
	opacity: .65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none
}
.button-small {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}
.button-small:hover, .button-small:focus, .button-small:active, .button-small.active, .open .dropdown-toggle.button-small {
	color: #333;
	background-color: #ebebeb;
	border-color: #adadad
}
.button-small:active, .button-small.active, .open .dropdown-toggle.button-small {
	background-image: none
}
.button-small.disabled, .button-small[disabled], fieldset[disabled] .button-small, .button-small.disabled:hover, .button-small[disabled]:hover, fieldset[disabled] .button-small:hover, .button-small.disabled:focus, .button-small[disabled]:focus, fieldset[disabled] .button-small:focus, .button-small.disabled:active, .button-small[disabled]:active, fieldset[disabled] .button-small:active, .button-small.disabled.active, .button-small[disabled].active, fieldset[disabled] .button-small.active {
	background-color: #fff;
	border-color: #ccc
}

/* Fake the disable class */
.button-disabled{
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.65;
    pointer-events: none;
}
/* Fake the <small> style from bootstrap */
.font-small {font-size: 85%!important;}

/* Fake the bootstrap pagination */
.docnav {
    font-weight: bold;
    text-align: center;
}

/* Fake the bootstrap images */
.boximage {
	border: 1px #999 solid;
	font-size: 80%;
	padding: 5px;
	margin: 0px;
}
.boximage-left {
	border: 1px solid #999999;
	float: left;
	font-size: 80%;
	margin: 5px 10px 10px 10px;
	padding: 5px;
	text-align: left;
}

/* Contextual navigation background color to match active link */
.wb-cont-nav{
	background-color: #767676!important; 
	color:#FFF!important;	
}
.panel-default {margin-top:10px;}

.wb-topnav {
	background-color: #335075!important; 
	color: white!important;;
	}

/* begin remove the text and white box - to be removed once we get the new WET 4 template */
aside.features .thumbnail {
    background-color: transparent;
}
.features figure figcaption {
  /*text-indent: -9999px;*/
  height: 0;
  padding: 0;
}
/* end added to remove the text and white box - to be removed once we get the new WET 4 template */

/* No bullet class as bootstrap does not have one */
.lst-no-blt{list-style-type: none !important;}

/* BEGIN FIXING IE PRINTING FORMAT ISSUE */
@media print {
.wb-sec, #wb-srch, #wb-lng, #wb-sm, #wb-info nav, #wb-bc {display: none!important;}
.col-md-push-3 {
    left: 0px!important;
	float:none!important;
}
.col-md-9 {
    width: 100%!important;
}
/* END FIXING IE PRINTING FORMAT ISSUE */