/*================================================================================
	Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
.pointer {
    width: 180px;
    height: 40px;
    position: relative;
    background: green;
}
    .pointer:after {
    content: "";
    position: absolute;
    left: -1px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 13px solid white;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
    .pointer:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: -1px;
    width: 0;
    height: 0;
    border-left: 20px solid #000;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
    	.mt-10{
    		margin-top: 10px;
    	}
    	#chartdiv, #chartdiv1 , #chartdiv2  {
		  width: 100%;
		  height: 450px;
		}
		.text-white{
			color:#fff;
		}
		.alert-primary {
		    color: #141b87 !important;
		    border-color: #666ee8 !important;
		    background-color: #fff!important;
		}
		html body .content .content-wrapper {
		    padding: 1rem;
		}
		.card-body {
    padding: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
    .bg-warning {
    background-color: gray !important;
    }
		.value_text{
			font-size: 22px;
			color: #000;
		}
		.table thead th {
		vertical-align: baseline;
		border-top: 1px solid #e3ebf3;
		border-bottom: 1px solid #e3ebf3;
	}
  .table th, .table td {
    padding: 9px !important;
  }
	.color_bg{
		background: #f9f9f9;
	}
  /*.nav.nav-pills.nav-pill-toolbar .nav-item a.nav-link {
    border: 1px solid #000;
    margin: 4px;
    border-radius: 0;
  }*/
  .nav.nav-pills.nav-pill-toolbar .nav-item a.nav-link {
    /* border: 1px solid #000; */
    margin: 4px 10px;
    border-radius: 0;
    color: #fff;
    text-align: center;
}
  #ncaline, #sialine, #GDP1, #GDP2, #annualrainfall, #normalrainfall, #areaproduction, #production, #rural, #urbon, #livestock, #nutrition1,#nutrition2{
    width: 100%;
    height: 350px;
  }

  #total_former_by_village, #primary_occupation, #major_source_of_income, #block_plantations, #homestead_by_village, 
  #share_of_central_subsidies,#landholding_by_soil, #homestead_before_fani, #block_plantation_before_fani, #livestock_by_village{
    width: 100%;
    height: 400px;
  }

  .header-navbar .navbar-header .navbar-brand .brand-logo {
    /*width: 65px!important;*/
    /*margin-top: -15px;*/
    background: #fff!important;
}
/*.vertical-overlay-menu .navbar .navbar-header {
    float: left;
    width: 90px!important;
    background: #fff!important;
}*/
.vertical-overlay-menu .navbar .navbar-header {
    float: left;
    width: 102px;
}
.header-navbar .navbar-header {
    position: relative;
    float: left;
    width: 260px;
    height: 100%;
    background: #fff;
    height: 5rem;
    padding: 0rem .85rem;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    -o-transition: 300ms ease all;
    transition: 300ms ease all;
}

.fs-wrap {
    display: inline-block;
    cursor: pointer;
    line-height: 1;
    width: 100%!important;
}
.fs-label-wrap .fs-label {
    padding: 8px 30px 12px 10px!important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.fs-dropdown {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 96%!important;
    margin-top: 5px;
    z-index: 999;
}

.nav.nav-pills.nav-pill-toolbar .nav-item a.nav-link {
    margin: 4px 10px;
    border-radius: 0;
    color: #000;
    text-align: center;
    }
    .card-header {
    margin-bottom: 0;
    padding: 7px 24px;
    border-bottom: 1px solid #fff;
    background-color: #fff;
    }
    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff!important;
    background-color: green;
    }
    .pt-10px{
        padding-top: 10px;
    }
    .mb-10px{
        margin-bottom: 10px!important;
    }
    .pd-8px{
        padding: 8px!important;
    }
    .btn-green{
        background: green;
        color: #fff;
    }
    .color-red{
        color: red;
    }
    .mt-32px{
        margin-top: 32px;
    }

     .mt-10px{
        margin-top: 10px!important;
    }
    .mt-5px{
        margin-top: 9px;
    }