.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;
}



@media only screen 
and (max-device-width: 1000px)
{ 
  /* 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;
}

}


/* 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;
}

.heading_res{
    text-align: center;
    padding: 5px;
    background-color: #d9edf7;
}

.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 (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.res-pan{
  max-height: 420px !important;
  min-height: 420px !important;
}

.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;
}

