.chart-250 {
  width: 100%;
  height: 250px;
}
.chart-200 {
  width: 100%;
  height: 200px;
}
.chart-350 {
  width: 100%;
  height: 350px;
}
.header-logo {
  display: block;
}
.header-logo img {
  display: block;
  width: 220px;
  height: 60px;
}
.logo-text h5 {
  color: #1464f6;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
}

.ml-auto {
  margin-left: auto;
}
.main-menu {
  padding: 0 30px;
  background-color: #da291c;
}
.main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.main-menu ul > li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
.main-menu > ul li a {
  display: block;
  color: #fff;
  padding: 10px 15px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.main-menu > ul > li a:hover {
  background: rgba(0, 0, 0, 0.2);
}
.main-menu > ul > li a {
  display: block;
  color: #fff;
}
.main-menu > ul > li ul {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 100%;
  width: 150px;
  background-color: #bb180c;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.main-menu > ul > li:hover > ul {
  opacity: 1;
  pointer-events: all;
}
.main-menu > ul ul > li {
  display: block;
}
.caret {
  display: inline-block;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #fff;
}
.app-page-title {
  padding: 2px 30px;
  margin-bottom: 10px;
}

.bg-3d8af7 {
  background: #3d8af7;
  color: #fff !important;
}
.bg-00c8f8 {
  background: #00c8f8;
  border-color: #00c8f8;
}
.bg-ff8a84 {
  background: #ff8a84;
  border-color: #ff8a84;
}
.bg-ffd783 {
  background: #ffd783;
  border-color: #ffd783;
}
.bg-fec63d {
  background: #fec63d;
  border-color: #fec63d;
}
.bg-e692f8 {
  background: #e692f8;
  border-color: #e692f8;
}
.bg-c1d045 {
  background: #c1d045;
  border-color: #c1d045;
}
.bg-d92a1d {
  background: #d92a1d;
  border-color: #d92a1d;
}
.bg-da291c{
  background: #d92a1d;
  color: #fff !important;
}
.text-color-4a87c9{
    color: #4a87c9 !important;
}
.card-font-size {
  font-size: 0.99rem;
}
.data-filter .form-group {
  width: 13.4%;
}
.data-filter .form-group select {
  width: 95%;
}
.data-filter-listing .form-group {
  width: 15.5%;
}
.data-filter-listing .form-group select {
  width: 95%;
}
.filter-wrap {
  position: relative;
}
.filter-icon {
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 0;
  background: #1464f6;
  border-radius: 50%;
  margin: 20px;
  color: #fff;
  height: 45px;
  width: 45px;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.show-middle{
    display: flex;
    align-items: center;
    justify-content: center;
}
.canvasjs-chart-credit{
  display:none;
}
.canvasjs-chart-canvas{
  font-size:12px;
  font-weight:100;
}
.icon-image{
  width: 40px;  
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.text-black{
  color: #000;
}
.popover-title .close{
  position: relative;
  right: 2px;
}
.pagination-block{
  padding: 18px 10px 0px 10px;
}
.popover-body{
  white-space:pre-wrap;
}
@media only screen and (max-width: 767px) {
  .header-logo img {
    width: 160px;
    height: 45px;
  }
  .data-filter .form-group {
    width: 50%;
  }
  .data-filter-listing .form-group {
    width: 50%;
  }
  .main-menu {
    display: none;
  }
  .main-menu ul > li {
    display: block;
  }
  .sidebar-mobile-open .main-menu {
    display: block;
  }
  .d-none-xs {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .data-filter .form-group._butn {
    width: 3%;
  }
  .data-filter .form-group._butn_reset{
    width: 3%;
  }
  .data-filter-listing .form-group._butn {
    width: 3%;
  }
  .data-filter-listing .form-group._butn_reset{
    width: 3%;
  }
  .filter-icon {
    display: none;
  }
}
.required {
	color: red!important;
}
.fixed-header .app-header {
    z-index: 32;
}
