/* main.css: Add and override styles */
body {
	background: #ffffff;
    background-color: #ffffff;
	margin: 0px;
}

.navbar-custom {
    background-color: #2C80E3;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: #ffffff;
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: #ffffff
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #E9ECEF;
}
.navbar-brand {
    margin-left: 1.2em;
}
.navbar-nav {
    margin-right: 1em;
}
.navbar-nav li {
    text-align: right;
}
.container-fluid {
  background : white;
}
.home-container {
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 2%;
}
.capitalize { 
	text-transform: capitalize; 
}

/* chart display styles */
.chart-wrapper {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 1px;
  margin-bottom: 0px;
}
.chart-wrapper .chart-title-dash {
  border-bottom: 1px solid #d7d7d7;
  color: #494949;
  font-size: 14px;
  font-weight: 400;
  padding: 7px 10px 0px;
}

.chart-wrapper .chart-stage {
  /*min-height: 240px;*/
  overflow: hidden;
  padding: 5px 10px 7px;
  position: relative;
}
.chart-stage svg,
.chart-stage canvas {
    width: 100%;
    height: auto;
    display: block;
}

.chart-wrapper .chart-notes {
  background: #fbfbfb;
  border-top: 1px solid #e2e2e2;
  color: #808080;
  font-size: 14px;
  padding: 8px 10px 5px;
}

.nopadding {
    padding: 5px !important;
    margin: 0 !important;
}

.spacer {
    margin-bottom: 40px; 
}

/* fa and bootstrap objects */
.fa {
    color: #E9ECEF;
    margin-right: .2em;
    }
.fas {
    margin-left: 14px;
    margin-top: 8px;
    font-size: 20px;
}
.btn-row {
    margin-top: 5px;
    margin-left: 3px;
}
.btn-top {
    margin-left: 8px;
    margin-top: 5px;
}
.btn-sm {
    height: 30px;
    margin-top: 8px;
    margin-left: 8px;
}
.btn p {
    color: #494949;
}
.card {
    margin-top: .8em;
}
.contrast {
    font: #494949;
}
.card-title {
    text-align: center;
}
.home-head {
    text-align: center;
}
.padding-sm {
    padding-right: 3px;
    padding-left: 3px;
}
.projects-row {
    margin-bottom: 2em;
}
.mast-row {
    margin-top: 40px;
    margin-bottom: -80px;
} 
.jumbotron-fluid {
    margin-left: -20px;
    padding-left: 4em;
    padding-right: 10em;
    margin-right: -15px;
}
.jumbo-margin {
    margin-left: 20px;
}
.jumbotron-page {
    margin-top: 50px;
    margin-bottom: -112px;
}
@media (max-width: 575px) {
    .jumbotron-fluid {
        padding-left: .8em;
        padding-right: 3em;
    }
    }
@media (max-width: 768px) {
    .masthead-followup p {
        padding-right: 3em;
    }
    }
@media (max-width: 575px) {
    .masthead-followup p {
        padding-right: 1.6em;
    }
    }
.border-custom {
    border-color: #E9ECEF;
    border-width: medium;
}
.card-disabled {
    opacity: 0.55;
    filter: grayscale(100%);
}
.card-disabled .btn {
    pointer-events: none;
}
.card-disabled-banner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-top: 15px;
    color: #dc3545;
    font-weight: 600;
    font-size: 0.9rem;
}
.not-available-icon {
    width: 18px;
    height: 18px;
    border: 2px solid #dc3545;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    flex: 0 0 18px;
}
.not-available-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 2px;
    right: 2px;
    height: 2px;
    background: #dc3545;
    transform: translateY(-50%) rotate(-45deg);
}
.list-group-horizontal-sm {
    margin-top: 10px;
}
.list-group-horizontal-sm a {
    padding-top: 1px;
    padding-bottom: 1px;
}

/* text type styling */
a   { 
    cursor: pointer 
}
text {
  font-size: 16px;
  color: #212529;
}
h1 {
    color: #2C80E3;
}
.description-head {
    margin-left: .4em;
}

h4 {
    margin-left: .8em;
}
@media (max-width: 575px) {
    h4 {
       margin-left: .8em;
    }
    .card-title {
    text-align: left;
}
    }
.mast-font h3 {
    margin-left: .3em;
}
.offset h4 {
    margin-left: 0;
}
.table-shade {
    background: #FFFFFF;
}
/* don't touch h3-h5 */
.table-shade th, b, tr{
    color: #515151;
    font-weight: 300;
    text-align: center;
    padding-bottom: 0px;
    padding-top: 0px;
}
.featured-head {
    margin-right: 2em;
}
.pre-mast {
    background: #F8F9FA;
    padding-top: 60px;
    margin-top: 2em;
    margin-bottom: -44px;
}
/* contact form */
.contact-head {
    margin-top: 1.4em;
}
/* chart dashboard style - dc, d3, svg */
.dc-data-count small {
  font-size: 16px;
}

a { cursor: pointer }

.dc-chart .axis path,
.dc-chart .axis line {
    fill: none;
    stroke: steelblue;
    shape-rendering: crispEdges;
}

.dc-chart g.row text {
    fill: #1C1C1C;
    font-size: 14px
}

.d3-tip {
	line-height: 1;
	font-weight: regular;
	padding: 10px;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	border-radius: 2px;
	pointer-events: none;
}

.dc-chart .axis text{
  font-size: 14px;
}
#rowChart {
    pointer-events: none;
    text-align: left;
} 
canvas {
    display: block;
    width: 100%;
    visibility: hidden;
}

svg {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    width: 98%;
}
.svg-cum {
    height: 92%;
}

/* footer styles ova here */
.footer-basic-centered{
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	font: normal 18px sans-serif;

	padding: 45px;
	margin-top: 80px;
}

.footer-basic-centered .footer-company-motto{
	color:  #8d9093;
	font-size: 24px;
	margin: 0;
}

.footer-basic-centered .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	margin: 0;
}

.footer-basic-centered .footer-links{
	list-style: none;
	font-weight: normal;
    font-size: 16px;
	color:  #ffffff;
	padding: 35px 0 23px;
	margin: 0;
}

.footer-basic-centered .footer-links a{
	display:inline-block;
	text-decoration: none;
	color: inherit;
}
@media (max-width: 680px) {
    .dropdown-item {
        text-align: left;    
    }
    .navbar-brand {
    margin-left: .8em;
}
}
.bottom-btn {
    margin-left: -12px;
}
@media (max-width: 800px) {

	.footer-basic-centered{
		padding: 35px;
	}

	.footer-basic-centered .footer-company-motto{
		font-size: 18px;
	}

	.footer-basic-centered .footer-company-name{
		font-size: 12px;
	}

	.footer-basic-centered .footer-links{
		font-size: 14px;
		padding: 25px 0 20px;
	}

	.footer-basic-centered .footer-links a{
		line-height: 1.8;
	}
}

.but-soc i{
    color: #ffffff;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: -10px;
    font-size: 35px;
}
.but-soc i:hover {
    color: #2C80E3; 
}

/* Legend styling for better appearance */
.dc-legend {
    background-color: #f5f5f5;
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.dc-legend-item {
    margin-right: 20px;
    display: inline-block;
}

.dc-legend-item-color {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    vertical-align: middle;
    border-radius: 2px;
}
