.survelliance-body .highcharts-point.highcharts-color-2{
  display:none;
}  
.survelliance-tbl {
    border-collapse: separate;
    margin-top:20px;
    margin-bottom:10px;
}
.survelliance-tbl tbody tr th{
    font-size: 16px;
}
.survelliance-tbl tbody tr th,
.survelliance-tbl tbody tr td
{
    padding: 4px 0px;
    border:1px solid #4f4f4f;
}
.bulletin-heading{
	    margin: 10px 0px;
    font-weight: 600;
    letter-spacing: 0.25px;
    color: #0056a8;
}
.bg-darkgreen{
	background-color: #057140;
}
.target-card {
	box-shadow: rgb(0 0 0 / 21%) 0px 1px 4px !important;
	margin-bottom: 12px;
}

.target-card-body {
	display: grid;
	grid-template-columns: 38% 2% 60%;
	align-items: center;

}
.target-card .vl{
    border-left: 4px solid #fdb901;
    height: 49px;
    margin-left: 14px;}

.target-card .fa-solid {
	font-size: 32px;
}
.target-card h4{
	font-size: 40px;
    font-weight: 600;
    margin: 0;
    color: #fff !important;
}
.target-card h5{
	font-size: 20px;
    margin: 0;
}
.d-block{
	display:block !important;
}
.p-3 {
    padding: 1rem !important;
}
.mt-2, .my-2 {
    margin-top: 0.5rem !important;
}
.ms-3 {
    margin-left: 1rem !important;
}
.fs-14
{
    font-size: 14px !important;
}
.fw-600{
    font-weight: 600 !important;
}
.fw-500{
    font-weight: 500 !important;
}
.text-dark{
    color:#000 !important;
}
.survelliance-header,
.survelliance-footer{
    visibility: hidden;
    display: none;
}
.survelliance-body
{
    padding: 0 32px;
}
.survelliance-body h2{
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    font-style: italic;
    margin: 0;
}
.survelliance-body p{
    color: #014f99;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 0px 0 0px;
    margin: 0 0 5px;
} 
.survelliance-body ul li{
    padding-bottom: 5px;
}
.survelliance-body .card{
    border: 1px solid #dedede;
}
.coverage-tbl{
	background-color: #e9e5e5 !important;
}
.coverage-tbl tbody tr td{
	padding:5px !important;
} 
.card-coverage{
	background: #556b2f;
    padding: 15px;
    margin-top: 5px;
    color: #fff;
    margin-right: 30px;
	width: 100%;
}
.card-coverage .card-body{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.card-coverage .card-body p{
	    font-size: 18px;
    font-weight: 500;
}
.card-coverage .card-body p span{
	    display: block;
}
.card-coverage .card-body i{
	    font-size: 45px;
}
.d-flex{
	display: flex;
}
.justify-space-between{
	justify-content: space-between;
}
 @media print{
    .page-breaks {
        page-break-before: always;
    }
	.task__content{
		display:none;
	}
	.highcharts-title {
	font-size: 25px !important;
	font-weight: 600 !important;
}
	#mapchart .highcharts-container,
	#linechartweekly .highcharts-container,
	#weekgraph .highcharts-container,
	#comulativegraph .highcharts-container,
	#chartmeaslesuspented .highcharts-container,
	#measlesdoeses .highcharts-container
	{
		width:100%!important;
		margin:0px !important;
	}
	#mapchart .highcharts-container svg,
	#linechartweekly .highcharts-container svg,
	#weekgraph .highcharts-container svg,
	#comulativegraph .highcharts-container svg,
	#chartmeaslesuspented .highcharts-container svg,
	#measlesdoeses .highcharts-container svg
	{
		width:100%!important;
		margin:0px !important;
	}
	.ms-3 {
    margin-left: 1rem !important;
	}
	.target-card .vl {
    height: 53px !important;
    margin-left: 10px !important;
	}
	.row {
    margin-right: -15px;
    margin-left: -15px;
	}
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,.col-md-6 {
    float: left;
	}
	.col-lg-12 {
    width: 100%;
	}
	.col-lg-3 {
    width: 25% !important;}
	.col-lg-6 {
    width: 50% !important;}
	.col-md-6 {
    width: 50% !important;
	}
	.coverage-bulletin{
	 margin: 91px 0px 80px;
	}
	.card-coverage{
		background: #556b2f !important;
	}
	.card-coverage .card-body p,
	.card-coverage .card-body span,
	.card-coverage .card-body .fa-list-alt{
		color:#fff !important;
	}
	.card-coverage .card-body i {
    filter: invert(1);
	}
	.coverage-tbl{
	background-color: #e9e5e5 !important;
	}
    .survelliance-body h2 {
        font-size: 22px;
    }
    .survelliance-body
    {
        margin: 80px 0px;
    }
    .survelliance-body p{
        color: #014f99 !important;
        font-weight: 700;
        font-size: 20px;
    }
    .survelliance-body ul li
    {
        font-size: 16px;
    }
    .survelliance-header,
    .survelliance-footer {
        border-collapse: separate;
    }
    .survelliance-header{
        position: fixed;
        top: 0;
        margin-bottom: 20px;
        visibility: visible;
        display: inline-table;
    }
    .survelliance-header tbody tr td,
    .survelliance-footer tbody tr td
    {
     border:none
    }
    .survelliance-header tbody tr td h1{
        font-size: 20px;
        font-weight: 700;
        color: #014f99;
    }
    .survelliance-header tbody tr td h1 span{
        display: block;
        font-weight: 600;
        font-size: 16px;
    }
    .survelliance-footer{
        margin-top: 0px;
        visibility: visible;
        display: inline-table;
        position: fixed;
        bottom: 0;
		border-top:1px solid #dedede;
    }
    .survelliance-footer tbody tr td h3{
        font-size:14px;
        font-weight: 500;
    }
    .survelliance-footer tbody tr td p{
        font-size:14px;
        font-weight: 500;
        margin: 0;
        text-decoration: none;
    }
    .main-footer
    {
        display: none;
    }
    .survelliance-body p.text-dark{
        color:#000 !important;
    }
    .container-fluid .row
    {
        display: none;
    }
}

/* @media (min-width: 1900px){
    .container{
        width:670px !important;
    }
} */