body {
	font-family: Open Sans,Helvetica Neue,Arial,sans-serif
}

.container {
	max-width: 1080px;
	margin: auto;
}

section .row, header .row, main .row, .footer-container .row {
    width: 960px;
}

h1 {
	font-size: 1.6rem;
}

h2 {
	font-size: 1.5rem;
}

h3 {
	font-size: 1.25rem;
	font-weight: bold;
}

h4 {
	font-size: 1rem;
}

dt {
	font-weight: normal;
}
.nisra-logo {
    margin: 0 10px;
	padding: 5px 15px;
	/* margin-left: 60px !important; */
	cursor: pointer;
}

.dof-logo {
    margin: 0 10px;
	padding: 5px 15px;
	margin-right: 60px !important;
	float:right;
	cursor: pointer;
}

.nav-bg {
	background: url("/static/background/pexels-photo-1650892_cropped2.jpeg");
	background-size:cover;
	height: 100px;
	margin-bottom: 0;
}


.decorative-bar {
	width: 100%;
	height: 10px;
	background-color: #3498db; /* Change this color to whatever you like */
	margin: 20px 0;
}

.nav-tint {
    background: rgb(255,255,255);
    margin-top:0;
    margin-left:0;
}

.text-big {
    font-size: 2rem;
    font-weight: 700;
	/* padding-bottom:10px; */
}

li {
    list-style-type: square;
}

.totalspend {
	text-align: center;
	margin-left: -15px;
}

@media only screen and (max-width: 800px) {
	.totalspend {
		margin-left: 15px;
	}

	h1 {
		font-size: 1.5rem;
	}
}


.totalspend label {
	display: block;
	font-size: 24px;
	font-weight: 600;
	text-align:left;
	padding-bottom:20px;
}

.totalspend span {
	display: block;
	font-size: 24px;
	font-weight: 600;
}

.totalspend-sector {
	color: #292929;
	font-size: 12px;
	font-weight: 400;
}

.bubble {
	position: relative;
	max-width: 30em;
	background-color: #fff;
	padding: 1.125em 1.5em;
	font-size: 1.25em;
	border-radius: 1rem;
	box-shadow:	0 0.125rem 0.5rem rgba(0, 0, 0, .3), 0 0.0625rem 0.125rem rgba(0, 0, 0, .2);
}

.bubble::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	bottom: 100%;
	left: 1.5em;
	border: .75rem solid transparent;
	border-top: none;
	border-bottom-color: #fff;
	filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, .1));
}

h2 {
	font-size:1rem;
	margin-bottom: 0 !important;
}

h3 {
	font-size: 1rem;
	/* font-weight: bold; */
	position: relative;
	margin-bottom: 0 !important;
}

.big-box-big-number {
	/* margin-top:100px !important; */
	line-height: 2rem !important;
}
.accordion-dept-logo {
	padding-right:10px;
}


li.footer2 {
	display:block;
}

a:link, a:visited, a:active {
	color: #326baf !important;
	text-decoration: none;
}

.accordion-button-title {
	margin-right:10px;
	font-weight:bold !important;
}
a:hover {
	text-decoration:underline;
}

.warning a {
	color:#FFFFFF !important;
	text-decoration: underline;
}

.footer-container {
	background-color: #1a1944;
	border-top: 10px solid #3b7cca;
	color: #fff;
	margin: 27px 0px 0 0px;
	position: relative;
	padding: 6px 0 27px;
}
.footer-container a {
    color: #ffffff !important;
    text-decoration:none;

}

.footer-container a:hover {
    color: #ffffff !important;
    text-decoration:underline;

}

.footer-container li,ul {
  list-style: none;
  list-style-position: initial;
    list-style-image: initial;
    list-style-type: none;
        text-align: -webkit-match-parent;

}



.warning {
    color: white;
    background-color: #3878c5;
    margin-bottom: 0px;
    padding: 10px 0;
    font-size: 1em;
  }

  /* @import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap";html,body {
    position: relative;
    width: 100%;
    height: 100%
} */

/* cyrillic-ext */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format('woff2');
	unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format('woff2');
	unicode-range: U+0370-03FF;
  }
  /* hebrew */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');
	unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
  }
  /* vietnamese */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
	unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format('woff2');
	unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format('woff2');
	unicode-range: U+0370-03FF;
  }
  /* hebrew */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');
	unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
  }
  /* vietnamese */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
	unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

.tint-row {
	margin-left: 0px !important;
	margin-right: 0px !important;
}


.buttonBox {
    display: flex;
    justify-content: center;
    align-items: center;
	padding-top:10px;
	padding-bottom: 0px;
  }

.buttonBox > button {
	margin-right:10px;
  }

  .buttonBox > button:active {
	background-color: #000000 !important;
  }


  @media print {
	a[href]:after {
	  content: none !important;
	}
}
  /* Avoid page breaks inside plots */
  #tree_chart, #ame_line_chart, #chart_container {
	page-break-inside: avoid;
  }
  @media print {
  .cookies-infobar {
	display:none;
  }
}
  /* Each chapter starts on new page when printing */
/* h2 {
	page-break-before: always;
	color: pink;
  }

.first-h2 {
	page-break-before: avoid !important;
	color:red;
  }*/


#money-banner { 
	height:100px;
	/* background: url('static/ni-money-slim.jpg') center top; */
	opacity: 0.5;
	background-size: cover;
}

@media only screen and (orientation:portrait)
{
    #money-banner { height: 63px;}
    
}

.info-box {
	font-size: 0.8rem;
}

.select-year {
	padding-right: 5px;
}

@media only screen and (orientation:portrait)
{
	.btn, .select-year  {
		font-size: 0.7rem !important;
	}
	
	.select-year {
		padding-right: 0px;
	}

	.btn {
		padding:5px;
	}

	
	
}


	#bottom-image-div img {

		max-width: 100%;
		max-height: 100%;
		margin: auto;
		display: block;
  
  }	


.accordion-item, .accordion-item:first-of-type, .accordion-header, .accordion-button {
	border-radius:0px;
	border-left:0px;
	border-right:0px;
}

.accordion-item:first-of-type {
	border-top:0px;
}

.accordion-item:first-of-type {
	--bs-accordion-inner-border-radius: 0;
}

.btn-outline-primary {
	--bs-btn-color: #3878c5;
	border-color: var(--bs-btn-color);
	--bs-btn-border-color: var(--bs-btn-color);
	--bs-btn-hover-bg: var(--bs-btn-color);
	--bs-btn-hover-border-color: var(--bs-btn-color);
	--bs-btn-active-bg: var(--bs-btn-color);
	--bs-btn-disabled-color: var(--bs-btn-color);
	--bs-btn-disabled-border-color: var(--bs-btn-color);
	--bs-btn-active-border-color: var(--bs-btn-color);
}

.btn-primary {
	background-color:#3878c5;
	}
	
	.btn-check:checked+.btn {
		background-color:#3878c5;
		border-color: #3878c5;
	}

xcanvas {
	height: 400px !important;
	width: auto !important;
	display: inline-block !important;
	position: relative !important;	
}

.nisrafooter ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
	font-size: 18px;
	font-weight:700;
}


.nisrafooter li {
	margin-right: 18px;
    display: inline-block;
	color: #FFFFFF;
	font-size: 18px;
}

.nisrafooter a {
	color: #FFFFFF !important;
}

.cc-li a {
	color: #FFFFFF !important;
}

.flex-list-footer {
	position: relative;
    margin: 0em; /* T R B L */
	display:block;
    overflow: hidden;
}

.flex-list-footer li {
	list-style-type: none;
}

.cc-li {
	flex-grow: 1;
    flex-basis: auto;
    margin: 0.25em 0;
    padding: 0 1em;
    text-align: center;
    border-left: 1px solid #ccc;
    background-color: #00205b;
    font-size: 14px;
}

button a:link, button a:visited, button a:active {
	color: white !important;
	text-decoration: none;
}

#cookie-banner {
	top: 0;
	left: 0;
	width: 100%;
	background-color:#142062;
	color:#FFF;
	padding: 10px;
	text-align: left;
    display: none;
}

.cookies-infobar {
    color: #fff;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    padding: 10px;
    text-align: left;
}

.cookies-infobar.cookies-infobar_accepted {
    display: none;
}

.cookies-infobar_wrapper {
    margin: 10px;
}

.cookies-infobar a {
    color: inherit;
}

.cookies-infobar_btn {
  display: inline-block;
  padding: 5px 10px;
  background: #0f8243;
  text-decoration: none;
  color: #fff;
  text-transform: none;
  font-size: 1.2em;
}

a.cookies-infobar_btn, a.cookies-infobar_btn_reject {
	color: #fff !important;
}

a.cookiesbarlink {
    color: #2990FF;
}

.cookies-infobar_btn_reject {
  display: inline-block;
  padding: 5px 10px;
  background: #6d6e72;
  text-decoration: none;
  border-radius: 3px;
  color: #fff;
  text-transform: none;
  font-size: 1.2em;
}

.spend-btn {
	background-color: white;
	border: 0px;
	padding: 0px;
	color: #326baf !important
}

.spend-btn:hover {
	text-decoration: underline;
}

.i-button {
	background-color: white;
	border: 0px;
	padding: 0px
}

.badge {
	border: 0px;
}