/* CSS Document */
a.cartlink, a.cartlink:visited {
	background-color: #E4E4E4;
	color: #222222;
	text-decoration: none;
	padding: 3px;
}
a.cartlink:focus, a.cartlink:hover {
	background-color: #284800;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: none;
	padding: 3px;
}
a.cartexternal {
	font-weight: bold;
	background-image: url(/assets/ExtLinkCART.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 1em;
	border-bottom: none;
	/*border-bottom:thin dotted #29527D;*/
	text-decoration: none;
	color: #284800 !important;
}
a.cartexternal:focus, a.cartexternal:hover {
	border-bottom:thin dotted #8C0000;
	color: #8C0000 !important;
	text-decoration: none;
	background-image: url(/assets/ExtLinkCARTHover.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 1em;
}
legend {
	font-size:16px;
	font-weight:700;
}
.well{
	border-color: #8dae91;
}
hr{
	border: 1px solid #8dae91;
}
.pdf-icon {
    position: relative;
    top: -2px;
}
.indent1 {
	margin-left: 1em;
}
blockquote, .well blockquote {
    margin: 15px 0 25px 45px;
	border-color: #8dae91;
}
.redcolored {
	color: #B80000;
}
.colored {
	color:#284800;
}
.wb-clndr .cal-nav {
    background: #284800;
}
.wb-clndr th {
    background: #8dae91;
}
.wb-clndr td a:focus, .wb-clndr td a:hover{
    background: #284800;
} 
.picker-overlay .picker-close.mfp-close {
    background: #d3080c !important;
}
fieldset {
    border-top: none;
}
.red{
	color:#d3080c;
}
.modal-dialog {
    width: 60%;
}
.overlay-def header {
    background-color: #284800;
	text-align:center;
}
.mfp-bg {
	opacity: 0.7 !important;
}
li.help {
	margin-bottom: 8px;
}
.panel-danger {
	border-color: #9C3949;
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.4375;
	background-color: #E4E4E4;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}
/**HOME PAGE NEWS AND DECISIONS PANELS**/
ul.news-item {
    list-style-type: none;
    margin: 0;
    padding: 0;
	background-color: #E4E4E4;
}
li.news-item a {
    display: block;
    color: #222222;
    padding: 8px 0 8px 16px;
    text-decoration: none;
}
li.news-item a.active {
    background-color: #4CAF50;
    color: white;
}
li.news-item a:hover:not(.active) {
    background-color: #284800;
    color: white;
}
.news-greyColor {
	background-color: #FFF;
}
li.news-header {
	background-color: #284800;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	border: thin solid #DDD;
}
li.news-item {
	border: #FFF solid thin;
}

ul.rd-item {
    list-style-type: none;
    margin: 0;
    padding: 0;
	background-color: #E4E4E4;
}
li.rd-item a {
    display: block;
    color: #222222;
    padding: 8px 0 8px 8px;
    text-decoration: none;
	font-size: 95%;
}
li.rd-item a.active {
    background-color: #4CAF50;
    color: white;
}
li.rd-item a:hover:not(.active) {
    background-color: #284800;
    color: white;
}
.rd-greyColor {
	background-color: #FFF;
}
li.rd-header {
	background-color: #146094;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	border: thin solid #DDD;
}
li.rd-item {
	border: #FFF solid thin;
}
span.decisiondate {
	padding-right: 0.5em;
	margin-right: 0.5em;
	border-right: thin solid #999999;
	font-weight: bold;
}
i.spaceleft {
	margin-right: 0.75em;
	padding-right: 0.75em;
	border-right: thin solid #999999;
}
a.carousel-link, a.carousel-link:visited {
	text-decoration: none;
}
a.carousel-link:hover {
	text-decoration: none;
}
.cartcaption {
	border: 1px #666666 solid;
}


/**Hearing Schedule page**/
th.month {
	background-color:#666;
	color: #FFF;
}
th.month:hover {
	background-color:#666 !important;
	color: #FFF !important;
}
th.sub-month {
	background-color: #EFEFEF !important;
}
th.minwidth {
	width: 12%;
}


/**Feedback page**/
.rust-red {
            color: #A74221;
            font-weight: bold;
}
.well-feedback {
            background-color: #F5F2EB;
            border-color: #B71316;
            color: #B71316;
            padding-top: 6px;
            padding-bottom: 0px;
            padding-left: 12px;
            padding-right: 12px;
            font-size: 95%;
}
.nodisplay {
	display: none;
}

/*Search*/
.searchheading{
	color: #444;
    font-size: 1.3em;
    text-align: center;
}
.summary{
	background: #eee;
    border: thin solid #999;
    border-radius: 7px;
    color: #29527d;
    font-size: 1.5em;
    margin: 0 0 1em;
    text-align: center;
}
.result_pages{
	margin: 2em 0;
    text-align: center;
}
.result_pages a{
	background: #eee;
    border: thin solid #999;
    border-radius: 4px;
    color: #29527d;
    display: inline-block;
    margin-bottom: 7px;
    padding: 0.2em 0.5em;
    text-decoration: none;
}
.result_pages a:hover{
	background: #29527d;
    color: #FFF;
}
.results{
	line-height: 1.5;
}
.result_block, .result_altblock{
	margin-bottom: 1.5em;
}
.result_title{
	color:#29527d;
	font-size:1.2em;
}
.description{
	font-style: italic;
    padding-left: 1em;
}
.infoline{
	color:#555;
	font-size:0.75em;
}
.highlight{
	background:#FF0;
}


@media print {
#wb-glb-mn, #wb-info, #wb-lng, #wb-sec, #wb-sm, #wb-srch, .flag-sm, .breadcrumb, abbr, .glyphicon-calendar, .btn , #wb-bar, #wmms {
	display: none !important;
}
.pg-brk-aft {
	page-break-after: avoid !important;
}
a{
	color:blue !important;
}
#wb-sttl a {
	font-size:36px;	
	color:#000000 !important;
	text-decoration:none;
	font-weight:bold;
}
#wb-sttl {
	width:700px !important;

}
a[href]:after {
    content: none !important;
  }
#gcwu-sig {
	display:block;
	height: 30px;
	margin-bottom:2em;
}
legend {
    font-size: 16px;
	margin-bottom: 0px;
	border:none;
}
#wb-bc a[href]:after {
	content: ""
}
h1 {
	margin-top: 0;
}
.required {
    color: #d3080c !important;
    font-style: italic;
	font-weight:400 !important;
}
.floatRight, .alignRight{
	text-align:right;
}
main{
	width:100% !important;
	left:0 !important;
}
@page { 
   size: portrait !important;
    
}

}
details summary {
	border: 1px solid #284800 !important;
	margin-bottom: 10px !important;
    padding: 10px;	
	/*background:#f4f7f4;*/
	/*background:#EFEFEF;*/

	color: #284800;
}
details summary:hover, details summary:focus{
color:#000;
	text-decoration:none;
	background: #92b466;
}
details[open]>summary {
	color:#000;
	text-decoration:none;
	background: #92b466;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 1px solid #284800 !important;
}
details[open] {
	border: 1px solid #284800 !important;
	margin-bottom: 14px !important;
}
.blue{
	color:#154269 !important;
}
.h4, h4 {
    margin-top: 15px;
}
.archived {
    color: #a94442;
    font-size: 1.25em;
}
.panel-danger > .panel-heading {
    background-color: #f2dede !important;
    border-color: #ebccd1 !important;
    color: #a94442 !important;
    padding: 5px !important;
}
.panel-danger > .panel-body {
    background: #f4f7f4;
    padding: 15px;
}
.btn-success {
    background-color: #284800;
}
.wb-tabs.carousel-s1 [role="tabpanel"] a, .wb-tabs.carousel-s1 figcaption a, .wb-tabs.carousel-s2 [role="tabpanel"] a, .wb-tabs.carousel-s2 figcaption a {
    color: #000 !important;
}
.wb-tabs.carousel-s1 figcaption, .wb-tabs.carousel-s2 figcaption {
    color: #000 !important;
	padding: 0em 1em !important;
}
.wb-tabs.carousel-s2 {
	background: #fff !important;
	/*border: solid 1px #284800;*/
	/*border: solid 1px #E4E4E4;*/
	/*border-radius: 6px;*/
	/*padding-top:10px;*/
	padding: 0 !important;
	margin: 0 !important;
	position:relative;
}
.wb-tabs.carousel-s2 {
	padding-bottom: 10px;
}
.wb-tabs.carousel-s2 [role=tablist] {
	bottom: 0;
	width: 100%;
	right:0;
	display:block;
}
.wb-tabs.carousel-s2 [role=tablist]>li.nxt a .glyphicon, .wb-tabs.carousel-s2 [role=tablist]>li.prv a .glyphicon {
	font-size: 1.15em;
}
.wb-tabs.carousel-s2 [role=tablist]>li.nxt a, .wb-tabs.carousel-s2 [role=tablist]>li.plypause a, .wb-tabs.carousel-s2 [role=tablist]>li.prv a {
	color: #284800;
	font-size: 1.30em;
}
.wb-tabs.carousel-s2 [role=tablist]>li.nxt a .glyphicon, .wb-tabs.carousel-s2 [role=tablist]>li.plypause a, .wb-tabs.carousel-s2 [role=tablist]>li.prv a .glyphicon {

	-webkit-box-shadow: none;
	box-shadow: none;
}
.wb-tabs [role=tablist]>li.tab-count .curr-count {
	font-size: 1.15em;
}
.wb-tabs [role=tablist]>li{
	left:6px !important;
	font-size:12px;
}
.tab-count{
	font-size:15px;
}
.minus15 {
	margin-left: -15px !important;
}
.home-well {
	background-color:#FFF;
	border: 2px solid #284800;
	
}

.btn-home-well {
	color: #FFFFFF;
	background-color: #2572b4;
	border-color: #284800;
}
.btn-home-well.active, .btn-home-well.focus, .btn-home-well:active, .btn-home-well:focus, .btn-home-well:hover, .open>.btn-home-well.dropdown-toggle {
	color: #fff;
	background-color: #1c578a;
	border-color: #091c2d
}
.btn-home-well.active, .btn-home-well:active, .open>.btn-home-well.dropdown-toggle {
	background-image: none
}
.btn-home-well.disabled, .btn-home-well.disabled.active, .btn-home-well.disabled.focus, .btn-home-well.disabled:active, .btn-home-well.disabled:focus, .btn-home-well.disabled:hover, .btn-home-well[disabled], .btn-home-well[disabled].active, .btn-home-well[disabled].focus, .btn-home-well[disabled]:active, .btn-home-well[disabled]:focus, .btn-home-well[disabled]:hover, fieldset[disabled] .btn-home-well, fieldset[disabled] .btn-home-well.active, fieldset[disabled] .btn-home-well.focus, fieldset[disabled] .btn-home-well:active, fieldset[disabled] .btn-home-well:focus, fieldset[disabled] .btn-home-well:hover {
	background-color: #2572b4;
	border-color: #143c5f
}
.btn-home-well {
	background-color: #284800;
	color: #FFFFFF !important;

}
.recent-deicions-table tr td{
	padding:10px;
}
.recent-deicions-table tr td a{
	text-decoration:none;
}

.recent-deicions-table td:hover{
	background-color:#dff0d8;
}
.review-button{
	padding:5px 10px;
	margin-top:20px;
	box-shadow: 2px 2px 5px #A6A6A6;

}

.news-buttons li a{
	text-decoration:none;
	
}
	
.news-buttons li a:hover{
	border-bottom:1px dotted #284800;
}
.news-icon {
    color: #3c763d;
    /*font-size: 0.8em !important;*/
    position: relative;
    top: -1px;
}
.news-table tr td{
	padding:10px;
}
.news-table tr td a{
	text-decoration:none;
}
.news-table tr td a:hover{
	border-bottom:1px dotted #284800;
}
.carousel-french{
	padding-bottom:2.5em !important;
}
.carousel-french img{
	margin-top:25px !important;
}
.guide-button{
	background-color:#284800;
	padding:5px 10px;
	border-radius:5px;
	font-size:14px;
	margin-top:10px;
	
}
.guide-button:hover{
	background-color:#146094;
}
.glyphicon-pencil{
	font-size:17px;
	
}
.carousel-text p{
	font-size:1em !important;
}



/*-------------------Annual Report-------------------*/
.ar-link{
	text-decoration:none;
}
.ar-table-yellow{
	background-color:#FFC601;
}
.ar-table-black{
	background-color:#000;
	color:#FFF;
}


/*--------------------Home Page----------------*/
.home-location {
	background-color:#BC0609;
	border: 2px solid #000000;
	padding:0px !important;
	padding-bottom:10px !important;
	color:#fff;
}


.image-banner{
	position: relative;
}
.cart-index-image{
	float: left;
}
.text-banner{
	/*margin-top:140px;*/
	position:absolute;
	padding:5px;
	background-color:rgba(255, 255, 230, 0.80);
	} 

.text-banner-fr{
	margin-top:120px;
	position:absolute;
	padding:5px;
	background-color:rgba(255, 255, 230, 0.80);
	}
.text-banner-fr p{
	font-size:1em !important;
}
.home-btn{
	min-height:160px !important;
}
	
.text-banner p{
	font-size:1em !important;
}
#wb-sm a, #wb-sm summary {
	font-weight: 500;
	font-size:14px;
}
.carousel-s1{
	position:relative;
}
.carousel-s1 img{
	float:left;
}
.fade.in {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
}
.fade.out {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
}
.carousel-s2{
	position:relative;
}
.carousel-s2 img{
	float:left;
}
.wb-tabs.carousel-s2 [role=tablist]>li.plypause {
	padding: 0px 8px;
}
.wb-tabs [role=tablist]>li {
	color:#FFF;
}
.wb-tabs [role="tablist"] > li.tab-count > div {
	display:none !important;
}
.wb-tabs.carousel-s2 [role=tablist]>li.nxt a .glyphicon, .wb-tabs.carousel-s2 [role=tablist]>li.plypause a, .wb-tabs.carousel-s2 [role=tablist]>li.prv a .glyphicon {
	background: none;
	color:#FFF;
}
.wb-tabs.carousel-s2 [role="tablist"] > li.plypause a {
	padding-top:10px;
}
.wb-tabs.carousel-s2 [role="tablist"] > li.prv a {
	padding-left:0px;
}
.wb-tabs.carousel-s2 [role="tablist"] > li.nxt a .glyphicon, .wb-tabs.carousel-s2 [role="tablist"] > li.prv a .glyphicon{
	width:3px;
	margin-left:10px;
}
#wb-sec h3{
	/*background-color:#284800;*/
	background-color: #284800;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#284800), to(#1B3100));
	background-image: -webkit-linear-gradient(#284800, #1B3100);
	background-image: linear-gradient(#284800, #1B3100);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#FF0a4f00", endColorstr="#FF23447E");
	border-bottom: 4px solid #1B3100;
	border-top: 1px solid #386400;
	border-right:1px solid #284800;
}
.gov-well{
	background-color:#C4CFC1 !important;
}
.a-title:hover{
	text-decoration: none;
	
}
.list-nav{
	min-width:300px;
	padding:5px;
	
}
.sm a:hover{
	background-color: #386400 !important;	
	text-decoration: none !important;
}

li.footerlink a:hover {
	color: #81C97F;
	text-decoration: none !important;
}
.eptcActivePage{
	background-color:#1A3B00;
}
thead{
	background-color:#1A3B00;
	color:#fff;
}

html {
	overflow-y: auto;
	background-color: black;
}