/* .content_body {
  min-height: 250px;
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; } */

.panel {
  padding: 20px;
  height: 100%;
  padding-bottom: 10px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  /* margin-bottom: 15px; */ }
  .panel.bgPurple {
    background-image: -moz-linear-gradient(90deg, #3f5efb 0%, #fc466b 100%);
    background-image: -webkit-linear-gradient(90deg, #3f5efb 0%, #fc466b 100%);
    background-image: -ms-linear-gradient(90deg, #3f5efb 0%, #fc466b 100%); }
  .panel.bgGreen {
    background-image: -moz-linear-gradient(90deg, #11998e 0%, #38ef7d 100%);
    background-image: -webkit-linear-gradient(90deg, #11998e 0%, #38ef7d 100%);
    background-image: -ms-linear-gradient(90deg, #11998e 0%, #38ef7d 100%); }
  .panel.bgMagenta {
    background-image: -moz-linear-gradient(90deg, #ee0979 0%, #ff6a00 100%);
    background-image: -webkit-linear-gradient(90deg, #ee0979 0%, #ff6a00 100%);
    background-image: -ms-linear-gradient(90deg, #ee0979 0%, #ff6a00 100%); }
  .panel.bgLemon {
    background-image: -moz-linear-gradient(90deg, #45b649 0%, #dce35b 100%);
    background-image: -webkit-linear-gradient(90deg, #45b649 0%, #dce35b 100%);
    background-image: -ms-linear-gradient(90deg, #45b649 0%, #dce35b 100%); }
  .panel .panel_statistic {
    color: #fff;
    display: flex;
    align-items: start; }
    .panel .panel_statistic h3 {
      z-index: 5;
      padding: 0;
      font-size: 38px;
      font-weight: bold;
      margin: 0 0 10px 0;
      white-space: nowrap; }
      .panel .panel_statistic h3 sup {
        font-size: 18px; }
    .panel .panel_statistic .panel_text div {
      font-size: 10px; }
    .panel .panel_statistic .icon {
      display: block;
      margin-right: 15px; }
      @media (min-width: 1920px) {
        .panel .panel_statistic .icon {
          vertical-align: top;
          display: inline-block; } }
      .panel .panel_statistic .icon svg, .panel .panel_statistic .icon i {
        font-size: 60px;
        color: #fff; }
    .panel .panel_statistic .text {
      font-weight: 300;
      display: inline-block; }
      .panel .panel_statistic .text h2 {
        color: #fff;
        line-height: 1;
        font-size: 36px;
        font-weight: 400;
        margin-bottom: 5px; }
      .panel .panel_statistic .text span {
        font-size: 18px;
        color: white;
        font-weight: 600; }
      .panel .panel_statistic .text small {
        display: block;
        color: rgba(255, 255, 255, 0.6); }
  .panel .panel_icon {
    transition: all .3s linear;
    z-index: 0;
    height: 75px;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    /* margin: 0; */
    text-align: right; }
    .panel .panel_icon svg, .panel .panel_icon i {
      font-size: 60px;
      /* margin-top: -10px; */
      transition: all 200ms ease-in-out; }
      .panel .panel_icon svg:hover, .panel .panel_icon i:hover {
        font-size: 70px; }
  .panel .panel_footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }

.chartbox_wrapper .chartbox {
  width: 100%;
  position: relative;
  border-radius: 3px;
  margin-bottom: 20px;
  background: #fff;
  border-top: 3px solid #d2d6de;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1); }
  .chartbox_wrapper .chartbox.chartbox_info {
    border-top-color: #00c0ef; }
    @media screen and (max-width: 850px) {
      .chartbox_wrapper .chartbox.chartbox_info {
        overflow-x: auto; } }
  .chartbox_wrapper .chartbox .chartbox_header {
    color: #424242;
    display: block;
    padding: 10px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
    .chartbox_wrapper .chartbox .chartbox_header.with_border {
      border-bottom: 1px solid #fff; }
    .chartbox_wrapper .chartbox .chartbox_header .chartbox_title {
      margin: 0;
      line-height: 1;
      font-size: 18px;
      display: inline-block; }
      .chartbox_wrapper .chartbox .chartbox_header .chartbox_title span {
        font-size: 10px; }
    .chartbox_wrapper .chartbox .chartbox_header .chartbox_tools.refresh {
      cursor: pointer; }
  .chartbox_wrapper .chartbox .chartbox_body {
    display: block;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 35px; }
    .chartbox_wrapper .chartbox .chartbox_body .chart {
      width: 100%;
      overflow: hidden;
      position: relative; }

.dashboardSearch {
  padding-right: 15px;
  padding-left: 15px;
  justify-content: flex-end; }
  .dashboardSearch .form-error {
    position: absolute;
    font-size: 12px;
    top: -20px;
    right: 0; }
    @media screen and (max-width: 850px) {
      .dashboardSearch .form-error {
        position: relative;
        right: 0; } }
  .dashboardSearch input {
    border: none !important;
    font-size: 14px;
    cursor: pointer; }
  .dashboardSearch ._input {
    display: flex;
    align-items: center;
    position: relative;
    max-height: 30px; }
    .dashboardSearch ._input .datepicker {
      max-height: 30px;
      border: 1px solid #e3e3e3 !important; }
  .dashboardSearch .text_mid {
    font-size: 13px;
    margin-bottom: 0; }
  .dashboardSearch .input_group_calender {
    cursor: pointer;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #FFFF;
    text-align: center;
    background-color: #01579B;
    border: 1px solid #ccc;
    font-size: 16px; }
  .dashboardSearch ._dbSearchBtn {
    color: #fff;
    background-color: #01579B;
    border-color: #01579B;
    font-size: 11px; }
    .dashboardSearch ._dbSearchBtn i, .dashboardSearch ._dbSearchBtn svg {
      font-size: 11px; }
    .dashboardSearch ._dbSearchBtn:active {
      color: #fff !important;
      background-color: #01579B !important;
      border-color: #01579B !important; }
    .dashboardSearch ._dbSearchBtn:focus {
      box-shadow: 0 0 0 0.2rem rgba(1, 87, 155, 0.5) !important; }
  @media screen and (max-width: 850px) {
    .dashboardSearch {
      justify-content: flex-start; }
/*       .dashboardSearch ._input {
        display: flex;
        align-items: center;
        margin-bottom: 10px; }
      .dashboardSearch .text_mid {
        width: 50px; } */
      .dashboardSearch .custom_searchBtn {
       /*  width: 100%; */
        text-align: -webkit-center;
        padding: 0;
        margin: 0 !important; } }

/* responsive start */
@media screen and (max-width: 992px) {
    .dbheader-sec .page-heading{
	    margin-bottom: 20px !important;
	}
}

@media screen and (max-width: 768px) {
	.dashboardSearch ._input{
	    width: 100%;
	    display: block;
        max-height: none;
        margin-right:0!important;
        margin-bottom: 10px;
	}
	.dashboardSearch .custom_searchBtn{
	    width: 100%;
	    margin-top: 15px!important;
	}
}


/* responsive end */        