.repealed-title {
    font-style: italic;
}

.dataTable tbody > tr > .hit-list-details {
    text-align: left;
}

.feed-list {
    list-style: none;
}

.feed-list li {
    display: inline-block;
    margin-left: 10px;
}

/* Css classes that may be unnecessary */
#welcome-block

.center {
     float: none;
     margin-left: auto;
     margin-right: auto;
}

.breadcrumb > li + li:before {
    content: "\3E" /* Hex code for > */
}

.borderless td {
    border: none;
}

#search-form {
	padding: 0 5px;
}
#quicksearch-button {
	padding: 1px 10px;
}

#quicksearch-button:hover {
	background-color: #006336;
	border-color: #005830;
}

.list-inline {
	margin-bottom: 10px;
}

.fullbackground{
    position:relative;
}
img.fullbackground{
    position:absolute;
    z-index:-1;
    top:0;
    left:0;
	right:0;
    height:100%; /* alternative: bottom:0; */
    width: 1014px;
}
@media (max-width: 1050px) {
	img.fullbackground 
	{
		width: 100%;
	}
}

.feedback {
	float: right !important;
}

#nav-site > .navbar-nav {
	width: 100%;
}

#_ba__link {
	color: white;
	padding-right: 10px;
}

.navbar-inverse .navbar-text {
  color: #ffffff;
  font-weight:bold;
}

.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}

a.indent
{
	padding-left: 30px;
}

/*** Underline links within content ***/
/*
#page-wrapper a,
#welcome-block a,
#news a {
	text-decoration: underline;
}*/

/*** Styles for bottom slogan ***/
#qg-branding {
	width: 327px;
	margin: auto;
	padding-top: 8px;
	padding-bottom: 5px;
	display: block;
}

.tagline {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	padding-top: 10px;
}

li.mobileMenu {
	display: none;
}

.removeSaved {
	text-align: center;
}

/******* Contact Specific *******/
#address td {
  vertical-align: top;
  padding: 0px 30px 0px 0px;
}

/* Large desktop */
@media (min-width: 1200px)
{
    #adv-searchfor
    {
        width: 324px;
    }

    #adv-searchfor-mid,
    #adv-searchfor-last    
    {
        width: 204px;
    }
    #adv-searchin,
	#adv-searchin-mid,
    #adv-searchin-last,
    #adv-searchusing,
    #adv-searchusing-mid,
    #adv-searchusing-last
    {
    	width: 177px;
    }
}

.dq-type
{
	color: black;
}

.form-group .red
{
    color: #F00000;
}
 
/** Browse bills **/

.bills-parliament-heading,
.bills-title-heading
{
    padding-top: 10px;
}

.bills-drafts-heading
{
    padding-top: 20px;
}

.browse-table.table td {
   text-align: center;
   vertical-align: middle;
}

/******************************/

.progress-bar.animate {
   width: 100%;
}

.modal-center {
    top: 40%;
}

.form-inline .asmade-checkbox input[type=checkbox] {
    top: 2px;
}

/*------------------------------*/
@media (min-width: 768px) {
    .form-inline .asmade-checkbox {
        margin-left: 10px;
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1277px) {
	#search-query {
		width: 535px;	
		margin-top: 5px;
	}
	#quicksearch-button {
		margin-top: 5px;
	}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 992px) and (max-width: 1199px)
{
	#adv-searchfor
    {
        width: 324px;
    }
    #adv-searchfor-mid,
    #adv-searchfor-last   
    {
        width: 204px;
    }
	#adv-searchusing,
    #adv-searchusing-mid,
    #adv-searchusing-last {
    	width: 160px;
	}
    #adv-searchin,
    #adv-searchin-mid,
    #adv-searchin-last {
    	width: 132px;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px)
{
    #adv-searchfor
    {
    	width: 470px;
    	margin-bottom: 15px;
    }
    #adv-searchfor-mid,
    #adv-searchfor-last
    {
        width: 350px;
        margin-bottom: 15px;
    }
    
    #adv-searchin,
    #adv-searchin-mid,
    #adv-searchin-last
    {
        width:177px
    }
    
    #adv-searchusing,
    #adv-searchusing-mid,
    #adv-searchusing-last
    {
        width:244px
    }
    
    #adv-operator-mid,
    #adv-operator-last
    {
        margin-bottom: 15px;
    }
    
    #year,
    #basic-no
    {
        width: 191px
    }
    
    #less, #more, #lessSL, #moreSL {
		width: 100%;
	}
}

/* Landscape phones and down */
@media (max-width: 767px)
{
    #main .page-header {
        margin-top: 20px;
    }
    .collection-div
    {
        padding-left: 30px;
    }

    #adv-operator-mid
    {
        width: 100%;
        margin-bottom: 15px;
    }

    #adv-operator-last
    {
        width: 100%;
        margin-bottom: 15px;
    }

    .advsearch-last-row select[name="searchusing"]
    {
        margin-bottom: 15px;
    }

    .collection-div
    {
        padding-left: 30px;
    }

    #less, #more, #lessSL, #moreSL {
        width: 100%;
    }

    .line-container {
        margin-top:20px;
        margin-bottom: 20px;
        padding-left:20px;
        padding-right:20px;
    }

    .line {
        border-top: 2px solid #eee;
        width:100%;
    }

    .label-heading {
        padding-top: 11px;
    }

    #basic-search-form .form-group,
    #adv-search-form .form-group,
    #menuassisted-search-form .form-group {
        margin-bottom: 0;
    }

    .control-label {
        margin-top: 5px;
    }

    .control-description {
        margin-top: 5px;
    }

    .searchbar-div {
        display:none;
    }

    #qg-branding {
        max-width: 80%;
    }

    .upperFooter {
        margin-left: -15px;
        padding-right: 0;
        display: block;
    }

    li.mobileMenu {
        display: block;
    }

    .btn-help {
        margin-top: -34px;
        text-align: right;
        position: relative;
        top: -208px;
    }

    .btn-form {
        margin-top: 16px;
        margin-bottom: 10px;
    }

    .advsearch-mid-row-label, .advsearch-last-row-label {
        display: none;
    }

    .control-div {
        width: 100%;
        padding-left: 50px;
        margin-left: -56px;
        margin-top: 16px;
    }

    .label-div {
        width: 50px;
    }
}

.btn-group-vertical {
	width: 100%
}

.control-div {
    display: inline-block;
}

.label-div {
    display: inline-block;
}

.dq-highlight
{
    color: #C03A00;
    font-style: italic;
}

.recent-search-link
{
    color: #000;
}

.advsearch-mid-row button
{
    display: none;
}

.advsearch-first-row select[name="operator"]
{
    display: none;
}

.adv-operator
{
	width: 85px;
}

#result-div .highlight
{
    font-weight: bold;
}

ul.inner-list
{
    display: none;
}

.hit-count-badge
{
    margin-left: 10px;
}

.font-as-icon
{
    font-weight: bold;
}

#result-div .list-group-item:hover
{
    background-color: #F0FFDB;
}

.tree {
    margin-left: -35px;
    padding: 0px;
}

.tree li {
    list-style-type:none;
    margin:0;
    padding:10px 0 0 0;
    position:relative
}

.tree li::before, .tree li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto
}

.tree li::before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:0;
    width:1px;
    margin-left:10px;
}

.tree li::after {
    border-top:1px solid #999;
    height:20px;
    top:20px;
    width:11px;
    margin-left:10px;
}
/*
.tree li span {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #999;
    border-radius:5px;
    display:inline-block;
    padding:3px 8px;
    text-decoration:none
}
*/

.tree li.parent_li>span {
    cursor:pointer
}

.tree > ul {
	padding-left:35px;
}

.tree>ul>li::before, .tree>ul>li::after {
    border:0
}

.tree li:last-child::before {
    height:20px
}

.tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span {
    background:#eee;
    border:1px solid #94a0b4;
    color:#000
}

/** Facets  ***/
#facet-btn-group
{
    padding-bottom: 5px;
}

.facet-btn-title {
	white-space: normal;
	width: 90%;
}

.facet-btn 
{
	width: 231px;
}

.facet-text
{
	white-space: normal;
	word-wrap: break-word;
}

.facet-blk > .btn-group > .dropdown-menu {
	width:100%;
}

#facets .dropdown-toggle {
	position: absolute;
	left: 95%;
	height: 100%;
}

.facet-btn-group
{
    width: 100%;
}

.facet-btn-child
{
	width: 94%;
	text-align: left;
	margin-right: 6%;
}

.facet-ul > li > div > button.btn.facet-btn-checkbox, .panel-body > ul > li > div > button.btn.facet-btn-checkbox
{
	width: 30px;
	position: absolute;
	left: 100%;
	height: 100%;
	margin-left: -31px;
	z-index: 5;
}

.facet-ul > li > div > button.btn.facet-btn-count, .panel-body > ul > li > div > button.btn.facet-btn-count
{
	width: 45px;
	margin-left: -75px;
}

.facet-ul 
{
	padding-left: 15px;
}

/* .facet-sibling::before, .facet-sibling::after { */
/* 	border: 0 !important; */
/* } */

/* .facet-ul > li::before, .facet-ul > li::after { */
/* 	border-bottom:0; */
/* 	border-right:0; */
/* 	border-top:0; */
/* } */

/* .facet-ul > li::before { */
/* 	border-left: 1px solid #999; */
/* 	height: 10px; */
/* 	margin-left:40px; */
/* } */

.facet-item-is-leaf
{
	padding: 10px 0 0 0 !important;
}

.panel-body {
	padding: 10px 10px 5px 10px;
}

@media (min-width: 1200px)
{
	button.btn.facet-btn-child
	{
		width: 76%;
		margin-right: 24%;
		padding-right: 5%
	}
	.facet-btn
	{
		width: 88%;
	}
	#facets .dropdown-toggle {
	    width: 12%;
	    left: 88%;
	}
}

@media (min-width: 768px) and (max-width: 1199px)
{
	.facet-ul
	{
		margin-left: 30px;
	}
	.tree li::before 
	{
	    margin-left:0px;
	}
	
	.tree li::after 
	{
	    width:20px;
	    margin-left:0px;
	}
	.facet-btn
	{
		width: 95%;
	}
	#facets .dropdown-toggle {
	    width: 5%;
	}
}

@media (max-width: 767px)
{
	button.btn.facet-btn-child
	{
		width: 92%;
		margin-right: 8%;
		padding-right: 5%
	}
	.facet-btn
	{
		width: 90%;
	}
	#facets .dropdown-toggle
	{
		width: 10%;
		left: 90%;
	}
	.facet-btn-group 
	{
		/* width: auto; */
	}
	#navbar-main {
		background-color: #006336;
	}
	.feedback {
		float: none !important;
	}
	.navbar-header {
		margin-right: 0 !important;
	}
	#nav-site {
		padding-right: 0;
		margin-right: 0;
	}
	#languages a {
		padding-top: 10px;
		padding-bottom: 10px;
		height: auto;
	}
	#footer-menu > .row > .col-md-12 
	{
		padding-left: 0;
		padding-right: 0;
	}
	img.fullbackground
	{
		height: 140px;
	}
}

@media (max-width: 400px)
{
	button.btn.facet-btn-child
	{
		width: 82%;
		margin-right: 18%;
		padding-right: 5%
	}
}

.facet-blk .facet-item-static
{
    padding-bottom: 5px;
}

/******************************/

.browse-panel
{
	padding-bottom: 20px;
}

.browse-bar
{
	padding-bottom: 10px;
	margin-top: -4px;
}

.browse-bar a
{
	padding-left: 0;
	padding-right: 0;
	width: 34px;
	margin-top: 4px;
}

.container .browse-bar > div > .btn-toolbar > .btn-group > .left-button {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 35px;
}

.container .browse-bar > div > .btn-toolbar > .btn-group >  .right-button {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 35px;
}

.container .browse-bar > div > .btn-toolbar > .btn-group > .left-year-button {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.container .browse-bar > div > .btn-toolbar > .btn-group >  .right-year-button {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.browse-bar #less,
.browse-bar #more,
.browse-bar #lessSL,
.browse-bar #moreSL
{
	margin-top: 4px;
}

.browse-bar div[id="years"] a,
.browse-bar div[id="SLyears"] a
{
	width: 56px;
}

.odd td {
    background-color: #f9f9f9;
}

.textarea-copy {
	width: 100%;
	resize: none;
	background-color: white;
}

/*** Base CSS Used on all pages ****/

body {
    color: #000;
}

legend {
	padding-top: 7px;
	font-size: 1em;
	border-width: 0;
}

.page-header {
    margin: 0px 0 18px;
}

.breadcrumb {
    background-color: #FFF;
    margin-left: -15px;
    margin-top: -10px;
}

/* IE8 Breadcrumb fix */
.breadcrumb > li {
    float: left;
    margin-left: 4px;
}

#wrap #main {
	padding-bottom: 20px;
}

@-ms-viewport{ width: auto !important; }

/*
  Direct bootstrap edits
*/
/*Navbar*/
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:focus:hover {
  color: #fff;
}

.navbar-default .navbar-nav .dropdown-menu {
  border: none;
  padding: 0;
  background-color: #0076BD;
  border-radius: 0;
}

.btn-default:active:hover, 
.btn-default.active:hover, 
.open > .dropdown-toggle.btn-default:hover, 
.btn-default:active:focus, 
.btn-default.active:focus, 
.open > .dropdown-toggle.btn-default:focus, 
.btn-default:active.focus, 
.btn-default.active.focus, 
.open > .dropdown-toggle.btn-default.focus {
  background-color: #0076BD;
  color: #fff;
}
.navbar-default .navbar-nav .dropdown-menu > li > a {
  color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #fff;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:focus:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:focus:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:focus:hover,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:focus:hover {
  color: #fff;
  background-color: #005e97;
}

@media (max-width: 400px) {
	.popover.left {
		max-width: 150px;
	}
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:focus:hover {
	background-color: #0076BD;
}

.navigation-block .dropdown-toggle, .navigation-block .dropdown-menu  {
	width: 100%;
}

.navigation-block .dropdown {
	margin-bottom: 6px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.navigation-block .dropdown {
		margin-top: 16px;
	}
}

/*Preferences Form*/
.form-preferences > .form-group {
  margin-bottom: 5px;
}

.form-preferences > .well {
  margin-top: 20px;
  text-align: center;
}

/* Headings */
h1,
.h1 {
  font-size: 2em;
}

h2,
.h2 {
  font-size: 1.75em;
}

h3,
.h3 {
  font-size: 1.5em;
}

h4,
.h4 {
  font-size: 1.25em;
}

h5,
.h5 {
  font-size: 1em;
}

/*Forms*/
.form-control:focus {
  border-color: #66add7;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.control-description {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

@media (max-width: 992px) {
	.navigation-block .form-control {
		margin-top: 2px;
		margin-bottom: 2px;
	}
}

@media (min-width: 768px) {
	.form-inline .form-control {
  		width: 115px;
	}
	
	.control-description {
		text-align: right;
	}
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 22px;
}

select.input-sm {
  height: 31px;
  line-height: 31px;
}

/*Links*/
a {
  color: #0076BD;
}

a:focus, a:hover {
  color: #005e97;
}

/*Buttons*/
.btn-primary,
.btn-primary:focus {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-primary:hover,
.btn-primary:hover:focus,
.btn-primary:hover:active,
.btn-primary:focus:active,
.btn-primary:active {
  color: #fff;
  background-color: #005e97;
  border-color: #00598e;
}

.btn-default,
.btn-default:focus {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover,
.btn-default:hover:focus,
.btn-default:hover:active,
.btn-default:focus:active,
.btn-default.active:focus,
.btn-default:active,
.btn-default.active,
.btn-default.active:hover {
  color: #fff;
  background-color: #0076BD;
  border-color: #005e97;
}

.btn.disabled,
.btn.disabled:active,
.btn[disabled],
.btn[disabled]:active,
fieldset[disabled] .btn {
  cursor: default;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btnScroll {
	width: 100%;
}

/* Pagination */
.pagination > li:first-child > a,
 .pagination > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination > li > a,
.pagination > li > span {
  color: #333;
  border: 1px solid #ccc;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #0076BD;
  border-color: #005e97;
}

.pagination > li > a:focus,
.pagination > li > span:focus {
  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);
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination > .active > a:active,
.pagination > .active > span:active {
  background-color: #0076BD;
  border-color: #005e97;
  -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);
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #333;
  border-color: #ccc;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Misc */
.tooltip {
  font-size: 100%;
}

.tooltip.bottom .tooltip-arrow {
  position: relative;
}

@media (min-width: 768px) {
  .col-sm-12 {
    padding-bottom: 5px;
  }
}
blockquote {
  font-size: 100%;
}

.view-history-note {
	color: #0026B1;
	display: none;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

.commence-info {
	color: #0026B1;
	display: inline;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

.list-inline {
  position: relative;
  top: 2px;
}

.border-top {
    border-top: 1px solid black;
}

.border-bottom {
    border-bottom: 1px solid black;
}

.border-bottom-double {
    border-bottom: 2px double black;
}

.border-left {
    border-left: 1px solid black;
}

.border-right {
    border-right: 1px solid black;
}

.border-none {
    border: 0;
}

.table-cell {
    padding-left:1em;
    padding-right:1em;
    text-indent:0;
}

.list-spaced {
	margin-left: 20px;
}

.list-spaced > li {
	margin-top: 10px;
	margin-bottom: 10px;
}

.sr-only a {
  color: white;
}

.sr-only a:hover {
  color: white;
}

.radio-inline label {
	font-weight: normal;
}

/* TODO this code was removed from bootstrap.css in OQPC 
blockquote:before,
blockquote:after {
  content: "";
}
*/
/* End Bootstrap Edits */
/*
Wrap styles
*/
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -60px;
}

/*
  Header styles
*/
#header {
  background-color: #005e97;
  color: #fff;
}

#topLogo {
  margin-top: 5px;
  margin-bottom: 10px;
  padding-right: 41px;
  padding-left: 26px;
  float: left;
}

#topText {
  margin-top: 24px;
  margin-bottom: 0;
  line-height: 1.42857143;
}

@media (max-width: 768px) {
  #topSlogan {
    display: none;
  }

  #topText {
    margin-top: 34px;
  }
}

/* Large desktop */
@media (min-width: 1200px)
{
    .searchbar-div {
        display:block;
    }

    #view-row {

    }

    #navbar,
    #footer {
        z-index: 1000;

    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px)
{

    .nav-collapse.collapse {
       display: none !important;
   	}
}

/* Landscape phones and down */
@media (max-width: 767px)
{
    .searchbar-div {
        display:none;
    }
    
    #qg-branding {
		max-width: 80%;
	}
    
    .upperFooter {
		margin-left: -15px;
		padding-right: 0;
		display: block;
	}
    li.mobileMenu {
    	display: block;
    }
}

/*
Navbar styles
*/
#nav {
  min-height: 36px;
  margin-bottom: 20px;
  border-radius: 0;
  background-color: #0076BD;
  border: none;
  color: #fff !important;
}
#nav .form-control:focus {
  border-color: #66add7;
}
#nav .navbar-brand {
  height: 100%;
  color: #fff;
}
#nav a {
  padding-top: 8px;
  padding-bottom: 8px;
}
#nav form {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  padding-top: 4px;
  padding-bottom: 4px;
}
#nav .form-control {
  height: 28px;
}
#nav .submit {
  padding-top: 3px;
  padding-bottom: 3px;
}
#nav .navbar-toggle {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: #005e97;
  border-color: #00598e;
}
#nav .navbar-toggle.collapsed,
#nav .navbar-toggle.collapsed:focus,
#nav .navbar-toggle.collapsed:hover,
#nav .navbar-toggle.collapsed:focus:hover {
  background-color: #fff;
  color: #333;
  border-color: #ddd;
}
#nav .navbar-toggle .icon-bar {
  background-color: #fff;
}
#nav .navbar-toggle.collapsed .icon-bar {
  background-color: #0076BD;
}
#nav .navbar-collapse {
  border: none;
  box-shadow: none;
  webkit-box-shadow: none;
}
@media (max-width: 767px) {
  #nav button {
    margin-right: 0;
  }
  #nav .submit {
    width: 100%;
  }
  #nav form {
    padding-right: 15px;
    margin-top: 0;
  }
  #nav .navbar-form {
    border: none;
    box-shadow: none;
    webkit-box-shadow: none;
    margin-bottom: 15px;
    margin-top: 7px;
  }
  #nav ul {
    margin-top: 0;
    margin-bottom: 0;
  }
}
#nav #nav .btn-primary:hover,
#nav #nav .btn-primary:hover:focus,
#nav #nav .btn-primary:hover:active,
#nav #nav .btn-primary:focus:active,
#nav #nav .btn-primary:active {
  color: #fff;
  background-color: #005e97;
  border-color: #005e97;
}
#nav #nav .form-control:focus {
  border: 1px solid #ccc;
}

.navbar {
	border: 0;
}

/* 
  Tools Styles 
*/
.breadcrumb {
  margin-bottom: 0;
}

/** Info tables **/
.actions {
	text-align: center;
}

.searchLabel {
	padding: 0px 10px;
	padding-right: 10px;
	font-weight: bold;
	position: relative;
	top: 2px;
}

.labelError {
	color: #a94442;
}

.nav-search-text {
	margin-bottom: 10px;
}

.error {
  border-color: #a94442 !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(169, 68, 66, .6) !important;
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(169, 68, 66, .6) !important;
}
   
#saved-search-tab {
   padding-bottom: 10px;
   padding-top: 10px;
}

#results-div {
	padding-left: 15px;
	padding-right: 15px;
}

.dataTables_filter > select {
    margin-left: 6px;
}

.datatable-search {
	margin-right: 5px;
	height: 31px;
}

.info-table .subheading {
	padding-left : 35px;
	font-style: italic;
	font-size: 0.9em;
}

.info-table .table-content {
	padding-left: 45px;
}

.info-table .table-row {
	margin-bottom: 10px;
}

.info-table th {
	text-align: left;
}

.info-table {
	margin-top: 20px;
}

.info-row {
    padding: 20px 16px 0 16px;
}

.info-col {
	background-color: #eee;
	padding-top: 10px;
	padding-bottom: 0;
}

.letter-grouping {
	text-align: center;
	display: block;
	position: relative;
	font-size: 1.6em;
	font-weight: bold;
	top: -0.2em;
	left: -1.6em;
	width: 1em;
	margin-bottom: -1.4em;
}

.legislationDetails {
	border-left:0; 
	padding:0 40px; 
	margin-bottom:10px;
}

@media (max-width: 800px) {
	.letter-grouping {
		left: -1.3em;
		font-size: 1.2em;
		top: 0;
	}
}

/* Breadcrumb Related */
#landmark-label-1,
#landmark-label-2,
#landmark-label-3,
#landmark-label-4 {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#document-properties {
	border-top: 1px solid #eee;
	padding-top: 10px;
}

/** Top of Page Links **/
#top-link-block {
    position: fixed;
    bottom: 85px;
    right: 10px;
    opacity: 0.6;
    display: none;
    z-index: 1002;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -77px;
}

/* Styles for bottom slogan */
li.logout {
	display: none;
}

/* Sticky footer styles
      -------------------------------------------------- */

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/*** CMS ****/
.cms-table
{
    padding-top: 5px;
}

.cms-tab-content
{
    padding-top: 10px;
}
/*** main page (main.html) ***/

#browse-aloud {
    text-align: center;
}


/** DAL Table specific **/
.daltable-loading-span
{
    padding-left: 10px;
}
/*****************************/

/** View specific **/
#overlay {
  display:none;
  position:absolute;
  background:#fff;
}
#img-load {
  position:absolute;
}

/****/
/*
  Footer Styles
*/
#footer {
  background-color: #005e97;
  color: #fff;
  min-height: 60px;
  padding-bottom: 1em;
  z-index: 1000;
  border-radius: 0;
  border: 0;
  margin: 0;
}

#footer a {
  color: #fff;
  text-decoration: underline;
}
#footer #footerSlogan {
  padding-top: 20px;
  text-align: center;
}
#footer .navbar {
  margin-bottom: 0px;
}

/* Set the fixed height of the footer here */
#push,
#footer {
  min-height: 77px;
}

/******************************/

@media print
{
/* 	Bootstrap fixes */
	* {
		text-shadow: none !important;
		background: transparent !important;
		-webkit-box-shadow: none !important;
		        box-shadow: none !important;
	}
    
    a[href]:after {
      content: none !important;
    }
	  
	a,
	a:visited {
		text-decoration: underline !important;
	}
	
	pre,
	blockquote {
	  border: 0px;
	  page-break-inside: auto;
	}
	
	.label {
		border: 0px;
	}
    
	.table {
		border-collapse: inherit !important;
	}
    
	.table td,
	.table th {
		background-color: inherit !important;
	}
    
	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important;
	}
  
/*   Other print styles */
	#facets,
    .navbar-brand,
    .navbar-toggle,
	.letter-grouping,
	.hidden-print,
	.browse-bar,
	.browse-panel,
	.btn,
	.checkbox,
	fieldset,
	form,
	.form-control,
	.form-control-static,
	.control-description,
	.searchLabel,
	.pagination,
	.nav,
    #navbar,
    .btn-toolbar,
    #lit-confirm-modal,
    #footer,
    #skipStart,
    #breadcrumbs,
    #access-toolbar,
    #fragToolbar,
    #top-link-block,
    #browse-aloud,
    .navigation-block,
    .tooltip,
    .modal,
    .div-element-link,
    #other.tab-pane,
    #comdb .form-group,
    #comdb #table-heading,
    .dataTables_filter,
    .dataTables_length {
        display:none !important;
    }
    
    .info-table > tbody > tr {
    	height: 2em;
    }
    
    .table-div {
    	width: 99% !important;
    }
    
    .dataTable,
    .dataTables_scrollHeadInner,
    .dataTables_scrollHead {
    	width: 99% !important;
    }
    
    .dataTables_scrollHeadInner > .dataTable > thead > tr > th{
    	text-align: left;
    	overflow: hidden;
    	width: 15% !important;
    	padding-left: 1.8% !important;
    }

    .dataTables_scrollBody > .dataTable > thead > tr > th{
    	text-align: left;
    	overflow: hidden;
    	width: 15% !important;
    }

    .dataTables_scrollHeadInner > .dataTable > thead > tr > th:first-child {
    	width: 54% !important;
    	padding-left: 0px !important;
    }

    .dataTables_scrollBody > .dataTable > thead > tr > th:first-child {
    	width: 55% !important;
    }

	table.dataTable thead > tr > th.sorting_asc:after,
	table.dataTable thead > tr > th.sorting_desc:after,
	table.dataTable thead > tr > th.sorting:after,
	table.dataTable thead > tr > td.sorting_asc:after,
	table.dataTable thead > tr > td.sorting_desc:after,
	table.dataTable thead > tr > td.sorting:after {
	    content: none !important;
	}
	
	#results-heading > .page-header {
		padding-top: 0px !important;
	}
    
    /* Fixes 2 page print issue and issue where text near the right margin is suddenly cut off. */
    html, body {
    	height: 99% !important;
    	width: 99% !important;
    }

    #frag-col, #wrap
    {
    	margin: 0 !important;
        float: none !important;
        font-size: 0.85em !important;
    }

    .desktop-viewrow, #view-row {
        padding-right: 0px;
        width: 99% !important;
    }
    
    .pdf_page {
    	width: 99% !important;
    	margin: 0px !important;
    }
	.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6,
	.col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
		float: left;
	}
	
	.col-xs-12 {
		width: 100%;
	}
	
	.col-xs-11 {
		width: 91.66666667%;
	}
	
	.col-xs-10 {
		width: 83.33333333%;
	}
	
	.col-xs-9 {
		width: 75%;
	}
	
	.col-xs-8 {
		width: 66.66666667%;
	}
	
	.col-xs-7 {
		width: 58.33333333%;
	}
	
	.col-xs-6 {
		width: 50%;
	}
	
	.col-xs-5 {
		width: 41.66666667%;
	}
	
	.col-xs-4 {
		width: 33.33333333%;
	}
	
	.col-xs-3 {
		width: 25%;
	}
	
	.col-xs-2 {
		width: 16.66666667%;
	}
	
	.col-xs-1 {
		width: 8.33333333%;
	}
}
