/*--------------------------------------------------------------
# Import Google Fonts
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,600i,700,700i');

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
    padding: 0;
    width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	height: 1px;
	color: #cccccc;
	background-color: #cccccc;
	border: none;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: inherit;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Document
--------------------------------------------------------------*/
*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	font-size: 16px;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #444;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

/*------------------------------
# Links
------------------------------*/
a {
	color: #005595;
	text-decoration: none;
	font-weight: 600 !important;
}

a:visited {
	color: #005595;
}

a:hover, a:focus, a:active {
	color: #1486BF;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

a:focus {
	outline: 0;
	text-decoration: none;
}

a:hover, a:active {
	outline: 0;
}

/*------------------------------
# Heading
------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #444444;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	font-weight: 600;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #005595;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
}

/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/

h1 {
	font-size: 36px;
	line-height: 49px;
	font-weight: 300;
}

h2 {
	font-size: 24px;
	line-height: 41px;
}

h3 {
	font-size: 18px;
	line-height: 32px
}



h4 {
	font-size: 16px;
	line-height: 24px
}

p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

strong {
font-weight: 600;
}


/*------------------------------
# Base
------------------------------*/
ul, ol, dl, p, details, address, .vcard, figure, pre, fieldset, table, dt, dd, hr {
	margin-bottom: 18px;
	margin-top: 0;
}

/*------------------------------
# Form
------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	background: #eeeeee;
	box-shadow: none;
	color: #005595;
	font-size: 16px;
	padding: 10px 16px;
	cursor: pointer;
	text-shadow: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #005595;
	color: #ffffff;
	transition: all 0.2s ease-in-out;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
select {
	color: #444444;
	border: 1px solid #dddddd;
	background: #ffffff;
	border-radius: 0px;
	font-size: 14px;
	padding: 7px 12px;
	width: 100%;
	transition: all 0.2s ease-in-out;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
	outline: none;
	border: 1px solid #888;
}

textarea {
	width: 100%;
}

select {
	height: 34px;
	margin: 0 0 15px;
}

label {
	font-size: 14px;
}


/*------------------------------
# Login Page
------------------------------*/

body.login { 
	background: #eeeeee; 
}



.login-container {
	margin: auto;
	padding: 5% 0 0 0;
	width: 380px;
	height: auto;
	
		
}

.login-box {
	padding: 30px;
	border: 1px solid #EEEEEE;	
	border-radius: 3px;	
	background-color: #FFFFFF;	
	box-shadow: 2px 2px 10px -2px rgba(0,0,0,0.13);
}

.logo-ripad {
	margin-bottom: 15px;
}


.login input,
.login select {
  	height: 36px;
	width: 100%;	
}

.login input[type="checkbox"], input[type="radio"] {
	width: 16px;
	height: 16px;
}

.login input[type="submit"] {
	background: #eee;
	width: 90px;
	height: 42px;
	border-radius: 3px;
	border: none;
	color: #005595;
	font-weight: 600;
	font-size: 16px;
}

.login input.input-btn-md[type="submit"] {
	background: #eee;
	width: 194px;
	height: 42px;
	border-radius: 3px;
	border: none;
	color: #005595;
	font-weight: 600;
	font-size: 16px;
}

.login input[type="submit"]:hover {
  	background: #005595;
	color: #ffffff;
	transition: all 0.2s ease-in-out;
}

.changepass-container {
	margin: 5% auto;
	width: 740px;
	height: auto;
	overflow: hidden;
	border: 1px solid #EEEEEE;	
	border-radius: 3px;	
	background-color: #FFFFFF;	
	box-shadow: 2px 2px 10px -2px rgba(0,0,0,0.13);
	
		
}

.changepass-box {
	display: block;
	padding: 30px;
	float: left;
	border-right: solid 1px #dddddd;
	
}

.pass-helper-box {
	float: left;
    margin: 140px 0 0 22px;
	display: block;
}

/*------------------------------
# Navigation + Header Logo
------------------------------*/

.banner {
	width: 100%;
	background: #eeeeee;
	margin: 0px 0px 16px;
    padding: 14px 0px;
}
.site-header {
	margin: 0 auto;
	width: 100%;
	max-width: 1260px;
	overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
	background: #eeeeee;
}

.logo-icon a {
	float: left;
	margin-right: 20px;
	background: url("../images_newdesign/logo.png");
	background-size: contain;
    background-repeat: no-repeat;
	width: 46px;
    height: 56px;
	text-indent: -9999px;
	display: block;
}


.navbar {
	float: left;
	width: auto;
	margin: 4px 0 0 0;
}

ul.nav  {
    list-style-type: none;
    margin: 0;
    padding: 0;

}

.nav li {
    float: left;
	padding: 10px 16px;
	font-size: 15px;
}

.nav li a {
    display: block;
    color: #444444;
	padding: 0px 0 5px 0;
    text-align: center;
    text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	border-bottom: solid 3px rgba(0,85,149,0.00);
}

/* Change the link color to #111 (black) on hover */
.nav li a:hover {
    border-bottom: solid 3px #005595;
	color: #005595;
	transition: all 0.2s ease-in-out;
}


.nav .active > a {
    border-bottom: solid 3px #005595;
	color: #005595;
  }

.nav > .active > a,
.nav > .active > a:hover,
.nav > .active > a:focus {
    color: #005595;
    background-color: transparent;
}

.account-info {
	margin: 4px 0 0 0;
	float: right;
	width: auto;
	
}

ul.account  {
    list-style-type: none;
    margin: 0;
    padding: 0;
	

}

.account li {
    float: left;
	padding: 10px 16px;
	font-size: 15px;
}

/*------------------------------
# Dashboard + Listview
------------------------------*/
 .dashboard-container {
	margin: 0 auto;
	max-width: 1260px; 
    min-width: 960px;
	position: relative;
	overflow: hidden;
	padding-bottom: 30px;
	padding-left: 16px;
	padding-right: 16px; 
 }

.dashboard {
	position: relative;
	clear: both;
}

.commitment {
	float: left;	
	border-radius: 3px;	
	background-color: #005595;	
	box-shadow: 0px 2px 10px 2px rgba(204,204,204,0.45);
	width: 460px;
	height: 170px;
	margin-right: 20px;
	margin-bottom: 15px;
	padding: 10px 16px;
}

h2.subhead {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 0px;
	padding: 0px;
	text-transform: uppercase;
	color: #ffffff;
}
p.number-commitment {
    font-size: 36px;
    font-weight: 300;
    line-height: 42px;
    color: #ffffff;
    margin-bottom: 10px;
}

p.number {
	font-size: 26px;
	font-weight: 300;
	line-height: 30px;
	margin: 0;
	padding: 0;
	color: #ffffff;
}

.credits,
.reserves {
	float: left;	
	border-radius: 3px;	
	background-color: #1486BF;	
	box-shadow: 0px 2px 10px 2px rgba(204,204,204,0.45);
	height: 77px;
	width: 428px;
	margin-right: 20px;
	margin-bottom: 16px;
	padding: 10px 10px;
}

.properties,
.units {
	float: right;	
	border-radius: 3px;	
	background-color: #1486BF;	
	box-shadow: 0px 2px 10px 2px rgba(204,204,204,0.45);
	height: 77px;
	width: 300px;
	padding: 10px 10px;
	margin-bottom: 16px;
}

.left-col-dash {
    float: left;
    width: 460px;
	margin-right: 20px;
    margin-bottom: 20px;
}
.right-col-dash {
    float: left;
    width: 748px;
    margin-bottom: 20px;
}



h2.subhead-charts {
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 10px;
	padding: 0px;
	text-transform: uppercase;
	text-align: center;
}


h2.subhead-trends {
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 10px;
	padding: 0px;
	text-transform: uppercase;
}
.ratings,
.status {
	float: left;
	margin-right: 20px;
	margin-bottom: 16px;
	background-color: #ffffff;	
	box-shadow: 0px 2px 10px 2px rgba(204,204,204,0.45);
	width: 460px;
	height: 286px;
	text-align: center;
	padding: 16px;
}

.trends {
	float: left;
	margin-bottom: 20px;
	background-color: #ffffff;	
	box-shadow: 0px 2px 10px 2px rgba(204,204,204,0.45);
	max-width: 748px;
	width: 100%;
	height: 286px;
	padding: 16px;
}

.trends img {
	max-width: 100%;
}


.map {
    float: left;
    width: 748px;
    margin-bottom: 20px;
    /* min-height: 225px; */
    /* margin-top: 60px; */
    text-align: center;
}

.page-header {
	float: left;
	margin: 0;
	padding: 0;
}

.page-header h2 {
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 10px;
}
.dropdown select {
	float: left;
	width: 15%;
	margin-bottom: 0px;
	margin-left: 16px;
}
.btn-group {
	float: right;
	width: auto;
}

.button,
a.button {
    background-color: #eeeeee; 
    color: #005595;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	font-weight: 600;
    margin: 0px 5px;
	border-radius: 3px;
	border: none;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
}

.button:hover{	
	background: #005595;
	color: #ffffff;
	transition: all 0.2s ease-in-out;
}


.clearfilter {
    background-color: #eeeeee; 
    color: #005595;
    padding: 10px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 0px !important;
	border-radius: 3px;
	border: none;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
	width: 340px;
	font-weight: 600;
}

/* Map tooltip  */

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    width: 220px;
    border-radius: 3px;
    background-color: #F5F5F5;
    box-shadow: 2px 2px 10px -2px rgba(0,0,0,0.13);
    text-align: left;
    padding: 10px;
    position: absolute;
    z-index: 3;
    bottom: 50%;
    left: 50%;
    /*margin-left: -60px;*/
}



/* List view */

 .list-container {
	margin: 0 auto;
	max-width: 1485px;
	width: 100%;
	position: relative;
	clear: both;
	padding-left: 16px;
	padding-right: 16px;
 }



.property-list {
	clear: both;
	padding-top: 5px;
	position: relative;
}

.search-buttongroup {
	float: left;
    width: 100%;
	display: inline-block;
	margin-bottom: 10px;
	
}

.joint-combo-download {
	float: left;
    width: 100%;
	display: inline-block;
	margin-bottom: 10px;
}
.download {
	font-size: 14px;
	float: left;
	display: inline-block;
	margin-right: 10px;
}

.search_filter {
	float: left;
	display: inline-block;
	width: 280px;
	position: relative;
	
}

.search_filter-control {
	    padding: 4px 30px !important;
}

.search-icon {
	position: absolute;
    margin-top: 6px;
    margin-left: 8px;
}

.search-icon .fa-search {
	color: #888;
}

.hide-joint {
	float: left;
	display: inline-block;
	margin-left: 10px;
    margin-top: 0px;
}

#listTable{
	width:100%;
	font-size:13px;
	color:#666666;
	background-color:#FFF;
	border: solid 1px #eeeeee;
	padding: 4px 7px 2px 4px;
}

#listTable thead{
	color:#444444;
}

#listTable th {
    background-color: #005595;
    color: #ffffff;
    font-size: 13px;
    /* line-height: 20px; */
    padding-left: 5px;
    padding-right: 5px;
}
#listTable td {
    border: solid 1px #eeeeee;
    border-left: none;
    border-right: none;
    padding-left: 5px;
    padding-right: 5px;
}

.sorting_asc  { color: #005394; font-size:12px}
.sorting_desc { color: #005394; font-size:12px}


td.LeftAlign{text-align: left;}             
td.CenterAlign { text-align: center; }
td.RightAlign  { text-align: right; }
.clickable { cursor: pointer;}
td.clickable:hover {text-decoration: underline !important; }

.redText { color: #BE0000; }
.greenText { color: #009900; }
.blueText { color: #005394;}
.grayText { color: Gray;}
.blackTextBold {color: #000000;}
.redTextBold { color: #BE0000; font-weight:bold;}
.blackText { font-weight:bold; color: #000000;}

.blueTextBold { color: #005394; font-weight:bold;}
.blackText { font-weight:bold; color: #000000;}
.boldTextA { font-weight:bold; color: #006400;  }
.boldTextB { font-weight:bold; color: #009900;}
.boldTextC { font-weight:bold; color: #FF7000;}
.boldTextD { font-weight:bold; color: #FFA500;}
.boldTextF { font-weight:bold; color: #BE0000;}

#viewButtons{
	padding-left:0px;
	padding-top:20px;
	/*border-bottom:#BFD5EC solid 1px;*/
	text-align: left;
	height:23px;
	vertical-align:bottom;
	border-bottom: 1px solid #BFD5EC;
	margin-right:20px;
}

#viewButtons img{
	padding-left:5px;
}

#viewButtons a {
	border:none;
}



#legend h2{
	margin:0;
}



#snapSortTable{
	width:785px;
	font-size:12px;
	color:#666666;
	background-color:#FFF;
	border: solid 1px #5B9ACA;
	margin:0 auto;
}

.tablehead{
	background-image:url(../images/bg_th.png);
	background-repeat:repeat-x;
}

/* Filter Panel */

.sidepanel {
    height: auto;
    width: 0;
    position: absolute;
    z-index: 1;
    top: 5%;
    right: 0px;
    overflow-x: hidden;
    transition: 0.5s;
	border-radius: 3px, 0, 0, 3px;	
	background-color: #FFFFFF;	
	box-shadow: 0 0 6px 1px rgba(0,0,0,0.15);
}
.side-inner-panel {
	padding: 20px;
}

.panel-header {
	background: #005595;
	position: relative;
	top: 0;
	width: 100%;
	padding: 0px 20px;
	color: #ffffff;
}
.panel-header h2 {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	
}

.sidepanel h4 {
	margin-bottom: 10px !important;
	
}
.sidepanel .closebtn {
	color: #ffffff;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
	font-weight: normal;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidepanel {padding-top: 15px;}
  .sidepanel a {font-size: 18px;}
}

/*.nav-tabs {
	width: 390px;
  *zoom: 1;
}

.nav-tabs:before,
.nav-tabs:after {
	display: table;
	line-height: 0;
	content: "";
}

.nav-tabs:after {
	clear: both;
}

.nav-tabs > li {
	float: left;
	font-size: 16px
}


ul.nav-tabs {
	background: none;	
	padding: 0;
	list-style-type: none;
	margin-left: -20px;
	margin-top: 15px;
	
}

.nav-tabs > li {
	margin-top: -1px;
}

.nav-tabs > li > a {
	color: #444;
	font-weight: 400;
	padding: 10px 15px;
	line-height: 21px;
	border-left: 1px solid #ccc;
	border-top: 2px solid #ddd;
	background: #ddd;
	-webkit-transition: 0.25s; -moz-transition: 0.25s; -o-transition: 0.25s; transition: 0.25s; -webkit-backface-visibility: hidden;
}

.nav-tabs > li:nth-of-type(1) > a {
	border-left: none;
	
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	color: #005595;
	background: #f5f5f5;
	border-top: 2px solid #f5f5f5;
 
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
	color: #005595;
	cursor: default;
	background-color: #ffffff;
	border-bottom-color: transparent;
	border-top: 2px solid #005595;

}*/


.layout-slider {
    margin-bottom: 40px;
    /*width: 50%;*/
}
.layout-slider-settings { font-size: 12px; padding-bottom: 10px; }
.layout-slider-settings pre { font-family: 'Open Sans', sans-serif; }


/* Datatable Pagination */

.paging_full_numbers {
	width: 400px;
	height: 22px;
	line-height: 22px;
	margin-bottom: 40px;
}

.paging_full_numbers a:active {
	outline: none
}

.paging_full_numbers a:hover {
	text-decoration: none;
}

.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
	padding: 6px 14px;
	margin-left: 2px;
	cursor: pointer;
	*cursor: hand;
	text-decoration:underline;
	 -webkit-transition: 0.25s; -moz-transition: 0.25s; -o-transition: 0.25s; transition: 0.25s; -webkit-backface-visibility: hidden;
	border-radius: 3px;
}

.paging_full_numbers a.paginate_button {
	box-sizing: border-box;
    display: inline-block;
   	padding: 6px 14px;
	margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 3px;
}

.paging_full_numbers a.paginate_button:hover {
	background-color: #ccc;
	text-decoration: none !important;
	
}

.paging_full_numbers a.paginate_active {
	background-color: #005595;
    color: #ffffff;
	text-decoration: none !important;
}

.paging_full_numbers a.paginate_button.disabled, a.paginate_button.disabled:hover {
    cursor: default;
    color: #bbbbbb !important;
    border: 1px solid transparent;
    background: transparent;

}

/* Map View */

.map-view {
    float: right;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0px;
}

.map-search_filter {
	float: left;
	display: inline-block;
	width: 400px;
	position: relative;
	padding-bottom: 25px;
	margin-right: 100px;
}
.search-btn {
	position: absolute;
    top: 0px;
    right: -90px;	
}


.search-btn button {
	padding: 5px 14px;
	font-size: 14px;
}

/* Quarterly Reports */
 .quarterly-container {
	margin: 0 auto;
    max-width: 1260px; 
    min-width: 960px;
	position: relative;
	overflow: hidden;
	padding-bottom: 80px;
	padding-left: 16px;
	padding-right: 16px;
	 
 }

.quarterly-reports h2 {
	font-size: 18px;
	line-height: 30px;
	padding: 0px;
	margin: 0px 0 2px 0;
}

.quarterly-reports {
	overflow: hidden;
	width: 100%;
	border-radius: 3px;	
	background-color: #FFFFFF;	
	box-shadow: 0px 2px 10px 2px rgba(204,204,204,0.45);
	min-height: 200px;
	padding: 10px 14px;
	margin-bottom: 16px;
}

.quarterly-reports .left-col {
	float: left;
	display: inline-block;
	margin-right: 30px;
    width: 300px;
	font-size: 14px;
}

.quarterly-reports .mid-col {
	float: left;
	display: inline-block;
	margin-right: 30px;
	text-align: center;
}

.quarterly-reports .right-col {
	float: right;
	display: inline-block;
}

@media screen and (max-height: 1024px) {
  
}

/* Quarterly Reports tab */

.scrollbars {
    height:130px;
    overflow: auto;
}

.scrollbars p {
	margin-bottom: 3px;
	font-size: 14px;
}


/* tax benefits */
.container-tb {
	margin: 0 auto;
	max-width: 1260px;
	min-width: 960px;
	position: relative;
	overflow: hidden;
	padding-bottom: 80px;
	padding-left: 16px;
	padding-right: 16px;
}

.text-end {
	text-align: right;
	padding-right: 12px;
}

.table-th-header-tb th {
	background-color: #005595;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

.table-total td {
	background-color: #eee;
	font-weight: 700
}

.table-total td {
	background-color: #eee;
	font-weight: 700
}

.card-chart {
	border-radius: 0.375rem;
	background: #F2F2F2;
	padding: 1rem;
	margin-bottom: 2rem;
}

canvas {
	height: 400px;
}

.flex-container {
	display: flex;
	justify-content: space-between;
}

.left-content {
	flex: 1;
}

.right-content {
	flex: 1;
	text-align: right;
}


.metadata {
	color: #64748B;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.chart-kpi {
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.chart-border-bottom {
	border-bottom: 2px solid #CACBCB;
	padding-bottom: .5rem;
}


/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
	width: 458px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav {
	overflow: hidden;
	border: 1px solid #ccc;
	border-bottom: transparent;
	background-color: #ffffff;
	margin-bottom: -2px;
	padding-left: 0px;
	border-radius: 3px 3px 0px 0px;
}

ul.tabbernav li {
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a {
	background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 8px 16px;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600 !important;
	color: #444444;
	border-bottom-color: transparent;
}

ul.tabbernav li a:link { color: #444444; }
ul.tabbernav li a:visited { color: #444444; }

ul.tabbernav li a:hover {
	color: #888;
	cursor: pointer;
	background-color: #ffffff;
	border-bottom: 2px solid #888;
	-webkit-transition: 0.25s; -moz-transition: 0.25s; -o-transition: 0.25s; transition: 0.25s; -webkit-backface-visibility: hidden;
}

ul.tabbernav li.tabberactive a {
 	color: #005595;
	cursor: default;
	background-color: #ffffff;
	border-top-color: transparent;
	border-bottom: 2px solid #005595;
}

ul.tabbernav li.tabberactive a:hover {
 	color: #005595;
	cursor: default;
	background-color: #ffffff;
	border-top-color: transparent;
	border-bottom: 2px solid #005595;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
    padding: 15px;
    border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top: 2px solid #cccccc;
	font-size: 16px;
	border-radius: 0px 0px 3px 3px;
}



.tax-benefit-tab>.tabberlive>ul.tabbernav {
	overflow: hidden;
	border: 1px solid transparent;
	border-bottom: transparent;
	background-color: #ffffff;
	margin-bottom: -2px;
	padding-left: 0px;
	border-radius: 3px 3px 0px 0px;
}


 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */


/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:174px;
 overflow:auto;
}

/* Medai Queries */
@media (max-width: 1024px) {
.credits,
.reserves {
	max-width: 330px;
}
.properties,
.units {
	width: 162px;
}
	
.left-col-dash {
    float: left;
    width: 100%;
	margin-right: 20px;
    margin-bottom: 20px;
}
.right-col-dash {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
	
	.tax-benefit-tab>.tabberlive>ul.tabbernav {
			overflow: hidden;
			border: 1px solid transparent;
			border-bottom: transparent;
			background-color: #ffffff;
			margin-bottom: -2px;
			padding-left: 0px;
			border-radius: 3px 3px 0px 0px;
	}
}
