/* Extra small devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap
Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/*Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

.headerrow {
  margin: 0;
  background: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}

.header {
  width: 100% !important;
  padding: 0;
}

.topmenuudiv {
  text-align: right;
  margin-bottom: 5px;
  margin-top: 5px;
}

.topmenuudiv a {
  color: #000;
  margin-left: 23px;
}

.topheaderrow {
  margin: 0;
  background: #ffffff;
  background: -webkit-linear-gradient(#ffffff, #cccccc);
  background: -o-linear-gradient(#ffffff, #cccccc);
  background: -moz-linear-gradient(#ffffff, #cccccc);
  background: linear-gradient(#ffffff, #cccccc);
  border-bottom: 1px solid #a09c9c;
  margin-top: -5px;
  margin-bottom: 5px;
}

.searchbox {
  margin-right: 10px;
  float: right;
  width: 20%;
}

.searchspan {
  width: 20%;
}
/*Commented for showing fieldset feature*/
/*.card {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  margin-top: 10px;
  margin-left: 10px;
}*/

.card-header {
  height: 60px;
  border-bottom-style: solid;
  border-bottom-width: thin;
}

.card-header.state {
  height: 40px;
  font-size: 15px;
  padding: 5px;
  text-align: center;
  border-bottom-style: solid;
  border-bottom-width: thin;
  background-color: orange;
}

.card-header .title {
  font-size: large;
  text-transform: capitalize;
  padding:5px;
}

.card-header .dept {
  font-size: 16px;
}

.card-header .maximize {
  display: flex;
  align-self: center;
}

.card-body {
  margin-top: 5px;
}

.expanded .card-body {
  padding: 20px;
}

.card-header .logo {
width:30px;
padding:5px;
margin-right: 10px;
}

.pct {
  color: #4f1670;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}

.item {}

.item-head {
  font-weight: bold;
  height: 36px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  padding-bottom: 25px;
}

.item-head1 {
  font-weight: bold;
  color: #800000;
  font-style: italic;
  height: 48px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  padding-bottom: 25px;
}

.item-value {}

.item-desc {
  font-style: italic;
  font-size: small;
}

.item-period {
  font-style: italic;
  font-size: small;
  color: #000080;
  font-weight: bold;
}

.ministry {
  box-shadow: 1px 2px 2px #cccccc;
  margin-bottom: 20px;
  padding: 10px;
}

.av {
  font-size: 11px;
  width: 100px;
  padding: 3px ;
}

/*.av.v, .av.m, .av.t, .av.tm {
  margin-right: 20px;
}*/

.av.v {
  width: 100px;
}

.av.m {
  height: 70px;
  width: 100px;
  font-weight: bold;
}

/*Left Menu* Starts From Enterprise*/
.av.t {
  width: 160px;
  font-weight: bold;
  text-align: left;
}

.av.tm {
  width: 250px;
  font-weight: bold;
  text-align: left;
}

.fn {
  height: 0px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

time {
  font-size: 10px;
  font-style: italic;
  font-weight: bold;
  color: #000080;
  align-items: center;
}

unit {
  font-size: 12px;
  font-weight: lighter;
  align-items: center;
}

pct {
  font-size: 13px;
  font-weight: bolder;
}

.d-flex.border {
  text-align: center;
  justify-content: center;
}

.neg-ml-20 {
  margin-left: -20px;
}

.neg-ml {
  margin-left: 20px;
}

/*
.col-border {
  border-right: 1px solid #aaaaaa;
  margin-right: 20px;
}
*/

/*
.no-bottom-border {
  border-bottom: 1px solid #ffffff !important;
}

.no-top-border {
  border-top: 1px solid #ffffff !important;
}

.row-padding {
  margin-left: 10px;
  padding-left: 10px;
}
*/

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #cccccc;
  opacity: .7;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  visibility: hidden;
}

#loading svg {
  display: block;
  width: 300px;
  height: 300px;
}

/*.div-table {
  width: 100%;
  display: table;
  border: none;
}

.div-table-head {
  display: table-header-group;
  border: none;
  padding-bottom: 10px;
}

.div-table-body {
  display: table-row-group;
}

.div-table-row {
  display: table-row;
  border: none;
}

.div-table-cell {
  display: table-cell;
  border: none;
}*/

.text-col-success {
  color: #63f900;
}

.text-col-danger {
  color: #ea0404;
}

.fa-arrow-up {
  color: green;
}

.fa-arrow-down {
  color: red;
}

.expandcollapse-item {
  overflow: hidden;
}

.expandcollapse-heading-collapsed {
  cursor: pointer;
  position: relative;
  z-index: 100000000;
  background-color: blue;
}

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

.expandcollapse-heading-expanded {
  cursor: pointer;
  z-index: 100000000;
  position: relative;
  border: 1px;
  background-color: yellow;
}

.expandcollapse-heading-collapsed>span,
.expandcollapse-heading-expanded>span {
  position: absolute;
  top: 25px;
  right: 15px;
  font-size: 20px;
  line-height: 0
}

.expand-collapse-content {
  padding: 20px;
}

/*
animation:*/
.slideDown.ng-hide {
  height: 0;
  transition: height 0.35s ease;
  overflow: hidden;
  position: relative;
}

.slideDown {
  transition: height 0.35s ease;
  overflow: hidden;
  position: relative;
}

.slideDown.ng-hide-remove,
.slideDown.ng-hide-add {
  /* remember, the .hg-hide class is added to element
  when the active class is added causing it to appear
  as hidden. Therefore set the styling to display=block
  so that the hide animation is visible */
  display: block !important;
}

.slideDown.ng-hide-add {
  animation-name: hide;
  -webkit-animation-name: hide;
  animation-duration: .5s;
  -webkit-animation-duration: .5s;
  animation-timing-function: ease-in;
  -webkit-animation-timing-function: ease-in;
}

.slideDown.ng-hide-remove {
  animation-name: show;
  -webkit-animation-name: show;
  animation-duration: .5s;
  -webkit-animation-duration: .5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
}

/*
.table {
  display: table;
  table-layout: auto;
  width: 100%
}

.table-title {
  display: table-caption;
  text-align: center;
  font-weight: bold;
  font-size: medium;
}

.heading {
  display: table-row;
  font-weight: bold;
  text-align: center;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
  border: outset;
  border-width: thin;
  padding-left: 5px;
  padding-right: 5px;
}
*/

.searchbox {
  margin: 0;
  margin-top: 5px;

}

.mt-card {}

.mt-card .mt {
  display: block;
  text-align: center;
}

.mt-card .mt-name {
  height: 55px;
  overflow: hidden;
  display: flex;
  text-align: center;
  align-content: center;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

/*
table {
  table-layout: fixed;
  text-align: left;
 !* align-content:left;
  align-items: left; *!
  justify-content: left;
  width: 100%;
}
*/



p {
  font-size: 10px;
}

svg {
  background: #efefef;
}

path {
  stroke: black;
  stroke-width: 0.25px;
  /*fill: #FFA07A; */
}

.geopath {
  stroke: grey;
  stroke-width: 0.25px;
  fill: #00FFFF;
}

.selected {
  fill: #00FFFF;
}

.mandal {
  fill: #00FFFF;
}

.mandal-selected {
  fill: #00F000;
}

.districts :hover {
  fill: red;
}

.district-borders {
  fill: none;
  stroke: #fff;
  stroke-width: 0.5px;
  stroke-linejoin: round;
  stroke-linecap: round;
  pointer-events: none;
}

.district-on {
  fill: #4B5358;
  /* highlight colour for selected district */
}

.districtLabel {
  display: none;
  /* hide all district labels by default */
}

.districtName {
  fill: #FFFAFF;
  /* district label text colour */
}

.districtLabelBg {
  fill: #30BCED;
  /* district label background colour */
}

.mandal-borders {
  fill: none;
  stroke: #fff;
  stroke-width: 0.25px;
  stroke-linejoin: round;
  stroke-linecap: round;
  pointer-events: none;
}

.mandal-on {
  fill: #4B5358;
  /* highlight colour for selected district */
}

.mandalLabel {
  display: none;
  /* hide all district labels by default */
}

.mandalName {
  fill: #FFFAFF;
  /* district label text colour */
}

.mandalLabelBg {
  fill: #30BCED;
  /* district label background colour */
}

.selected {
  fill: #00FFFF;
}

.boundary {
  fill: #DEB887;
  stroke: black;
  stroke-width: 1px;
}

.hidden {
  display: none;
}

div.tooltip {
  color: #222;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 2px 0px #a6a6a6;
  padding: .2em;
  text-shadow: #f5f5f5 0 1px 0;
  opacity: 0.9;
  position: absolute;
}


.table {
  font-size: 12px;
}

.table tr,.table td {
  height: 3px;
}

/*To Increase or Decrease Row Height change the padding value*/
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th
{
  padding:2px;
}
