.container_image {
  position: relative;
}

.img_class { 
  width: 100%;
  height: 100%;
}

/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 28px;
  left: 88px;
  font-size: 10px;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 38px;
  right: 75px;
  font-size: 10px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 4px;
  right: 16px;
}


/* Centered text */
.centered {
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10px;
}

.panel-acc {
    font-size:12px;
}

.panel-acc-inner{
   font-size:12px; 
}

.list_item{
  font-size:12px; 
}

.logo_fair{
    height: 20px;
    width: 20px;
    float: right;
}
.image_span{
   align: right;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media screen and (max-width: 900px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }

  .col-xs-15 {
    width: 20%;
    float: left;
  }
  
  .res-pan{
  margin-top: 2vh;
  }

   /* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 48px;
  font-size: 9px;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 18px;
  right: 40px;
  font-size: 9px;
}

/* Top right text */
.centered {
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 9px;
}

.logo_div{
  text-align: justify; 
  text-indent: 2em;
  margin-top: 10px;
  margin-bottom: 10px;
  }  
}

@media screen and (min-width: 901px) {
  .col-md-15 {
      width: 20%;
      float: left;
  }
  .col-lg-15 {
    width: 20%;
    float: left;
   }
   .res-pan{
    max-height: 85vh !important;
    min-height: 85vh !important;
  }  

  .table_scroll{
    min-height: 30vh;
  }
}


.heading_view{
  text-align: center;
  font-size: 16px;
}


.panel-custom-blue {
    border: 1px solid;
    border-color: #337ab7;
    border-radius: 6px;
}
.panel-custom-blue > .panel-heading {
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}

.panel-custom-green {
    border: 1px solid;
    border-color: #4caf50;
    border-radius: 6px;
}
.panel-custom-green > .panel-heading {
color: #fff;
background-color: #4caf50;
border-color: #4caf50;
}

.panel-custom-orange {
    border: 1px solid;
    border-color: #ffb01a;
    border-radius: 6px;
}
.panel-custom-orange > .panel-heading {
color: #fff;
background-color: #ffb01a;
border-color: #ffb01a;
}


/* changes */
.custom-table{
  font-size: 10px;
}

.result_display{
  overflow-y: auto;
  overflow-x: auto;
}

.table_scroll{
  overflow-y: auto;
  overflow-x: auto;
}
  .logo_div{
  text-align: justify; 
  text-indent: 2em;
  margin-top: 3px;
  }

  
