@CHARSET "ISO-8859-1";
/** overide Jquery accordion styles to remove box-shadow **/
.accordion dl dt.active a {
    -moz-box-shadow: inset 0px -4px 8px 0px rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 0px -4px 8px 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0px -4px 8px 0px rgba(0, 0, 0, 0);
}
.accordion dl:hover {
  -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0);
}

/**help accordion UI issue fixes**/
.help-container .panel-open .collapse.in .toggledText.ng-hide:not(.ng-hide-animate) {  
  display: block !important;
}

@media (min-width: 1024px) {
  .help-container .panel-collapse.collapse:not(.in) {
    display: none;
  }
}

/** Slider Css Start **/
.slider {
  position: relative;
  display: inline-block;
  width: 90%;
  margin: 10% 5%;
  vertical-align: middle;
}
.slider a.ui-slider-handle {
  border-radius: 1em;
  width: 1.5em;
  height: 1.5em;
  top: -13px;
  text-decoration: none;
  -ms-touch-action: none;
}
.slider-handle-tip {
  margin-top: -24px;
  position: absolute;
}
.sliderMin {
  position: absolute;
  top: 15px;
}
.sliderMax {
  position: absolute;
  top: 15px;
  right: 0px;
}
/** Slider Css End **/

.ui-widget-content {
    border: 1px solid #0e867e;
}
.ui-slider-horizontal {
    height: 2px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 2px solid #0e867e;
}/*** pdfview Modal *****/
.pdfViewerModal {
  	width: 100%;
  	height: 100% !important;
  	background-color: white !important;
}
.pdfViewerModal .modalHeader,
.pdfViewerModal .modal-content {
   border-radius: 0;
}
.pdfViewerModal .modal-dialog {
    padding: 0 !important;
    height:100%;
    width:100%;
}
.pdfViewerModal .navigationBar {
    height: 50px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    background: #000000;
}
.pdfViewerModal .btn-group .btn {
    width: 80px;
    color: #FFFFFF;
    font-size: 18px;
    margin-top: 3px;
}
/* Product Tile */
.prdImage {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    vertical-align: middle;
    display: inline-block;
    height: 66px;
    background-size: 100% 100%;
    margin: 6px;
}
.productImgBg {
	padding-bottom: 10%; 
	background-size: 100% 100%; 
	background-repeat: no-repeat;
}
.productRemoveBg {
	background: #eee; 
	height: 50px; 
	box-shadow: inset 0 4px 4px -4px rgba(0, 0, 0, 0.2)
}
.prodAddBtn {
	text-align: center;
    margin-top: 25px;
    border-left: 1px solid #ccc;
    cursor: pointer;
    font-size: 24px;
}

.product-arrow {
	position: absolute;
    right: 0px;
    top: 26px;
    height: 28px;
    font-size: 24px;
}

.product-rec-img {
	 margin: 25px 0px; 
	 height:30px; 
	 vertical-align:middle; 
	 display:inline-block; 
}

.no-border {
	border: none !important;
}

.rec-product-img {
	margin: 5px 0 5px;
    height: 100px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    overflow: hidden;
    background-size: 100% 100%;
}

.product-tab{
	margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.product-tab > div{
	height : 32px;
	border-radius : 25px;
	padding : 5px 15px 6px 15px;
	font-size: 14px;
	color: #0e847d;
}

.product-tab > div.active{
	background : #0d847d;
	border : 1px solid #0d847d;
	color : #FFF;
}

.prodImage{
    margin-left: 0;
}

.prdImageDiv {
    margin-left: 6%;
    width: 6rem;
    height: 6rem;
    margin-top: 2rem;
}