﻿/*-------------------
      Base Sizes
--------------------*/
/* This is the single variable that controls them all */
/* The size of page text  */
/*-------------------
     Transitions
--------------------*/
#idSlideshowContainer {
  position: relative;
  width: 100%;
  height: 250px;
  background: #ffffff;
  overflow-x: hidden;
}

#idPanelView {
  position: absolute;
  width: 100%;
  height: 250px;
  background: #ffffff;
  overflow: hidden;
}

#idPanelContainer {
  position: absolute;
  width: 100%;
}

#idPanelContainer a {
	display: block;
	border: 3px solid #fff;

}

#idPanelContainer a:focus {
	border: 3px solid #02AEFE;
}

#idPanelWhiteOverlay {
  position: absolute;
  width: 100%;
  height: 250px;
  background-color: #ffffff;
  overflow: hidden;
}

#idPausePlay {
  position: absolute;
  right: 0px;
  bottom: 0px;
  cursor: pointer;
  display: none;
}

#idThumbnails {
  display: none;
}

.nextprev {
  position: absolute;
  top: 174px;
  cursor: pointer;
  display: none;
}

.panelcontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  /* to support the new "#marketPlace" below */
  /*float:left;*/
  height: 244px;
  width: 100%;
  background-repeat: no-repeat;
}

.panelcontent sup {
  font-size: 45%;
  vertical-align: text-top;
}

.panelcontent__info {
  margin-left: auto;
  width: 50%;
  height: 244px;
  overflow-y: auto;
  padding-left: 10px;
  padding-right: 10px;
  background: #333f51;
}

.quoteTxt {
  color: #fff;
  margin: 1em;
  line-height: 1.5em;
}

/* Reset margin to offset "tech lib" slideshow padding */
.quoteTxt blockquote {
  margin: -.5em;
}

.quoteTxt small {
  padding-left: 1em;
}

.panelcontent__image-caption:not(:empty) {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px 10px;
  /*    font-family: "DroidSansRegular", Arial, Helvetica, sans-serif;
*/
  font-size: 12px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.49);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.49)), to(rgba(31, 59, 8, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.49) 0%, rgba(31, 59, 8, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.49) 0%, rgba(31, 59, 8, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.49) 0%, rgba(31, 59, 8, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1f3b08', GradientType=1 );
}

/* For responsive layout */
@media (max-width: 767.98px) {
  #idSlideshowContainer,
  #idPanelView,
  #idPanelContainer,
  #idPanelWhiteOverlay,
  #idPausePlay {
    position: relative;
    height: auto;
  }
  .headtitle {
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    font-size: 1.25rem;
    font-weight: 300;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 0 !important;
  }
  .panelcontent {
    min-height: auto;
    background: #e9ecef url("none") !important;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
  }
  .quoteTxt {
    margin: 0;
  }
  .panelcontent__info {
    display: block;
    align-self: center;
    width: auto;
    background: transparent;
    height: auto;
    overflow-y: visible;
  }
  .panelcontent__info p {
    display: none;
  }
}

/*-----------------------
	For Company Tab
-------------------------*/
.panelcontent__info.box-primary {
  height: 250px;
  float: right;
  width: 50%;
  background: #4f72a8;
  display: table;
  table-layout: fixed;
}

.panelcontent__info.box-primary > .quoteTxt {
  color: #FFF;
  padding: 10px 30px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.panelcontent__info.box-primary > .quoteTxt .h1,
.panelcontent__info.box-primary > .quoteTxt .h2,
.panelcontent__info.box-primary > .quoteTxt .h3,
.panelcontent__info.box-primary > .quoteTxt .h4 {
  margin-bottom: 5px;
}

/* Button */
.btn-outline-secondary {
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  color: #fff;
  text-shadow: none;
}

