/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}







@media only screen and (max-width: 767px){
	
	.title-glass + div.table-wrapper div.scrollable {
	    overflow: scroll;
	    -webkit-overflow-scrolling: touch;
	    position: static;
	    order: 1;
	    display: flex;
	    flex: 1 1 75%;
	    margin: auto;
	}

	.title-glass + div.table-wrapper .pinned {
	    position: static;
	    background: #fff;
	    overflow: hidden;
	    overflow-x: scroll;
	    border-right: 1px solid #ccc;
	    border-left: 1px solid #ccc;
	    display: flex;
	    flex: 1 1 35%;
	}

	.title-glass + div.table-wrapper {
	    position: static;
	    margin-bottom: 20px;
	    border-right: 1px solid #ccc;
	    display: flex;
	    flex-direction: row;
	}

	.title-glass + div.table-wrapper div.scrollable {
	    overflow: scroll;
	    -webkit-overflow-scrolling: touch;
	    position: static;
	    order: 1;
	    display: flex;
	    flex: 1 1 75%;
	    margin: 0;
	}

	.title-glass + div.table-wrapper table.responsive td, 
	.title-glass + div.table-wrapper table.responsive th {
	    position: static;
	    white-space: pre-wrap;
	    overflow-y: unset;
	    -webkit-overflow-scrolling: touch;
	    margin: auto;
	}

	.title-glass + div.table-wrapper .glasstable tbody .top {
	    height: 45px;
	}

	.title-glass + div.table-wrapper .glasstable tr td img {
	    float: none !important;
	}

	.title-glass + div.table-wrapper .glasstable tr td.glass-alt-pak {
	    padding-left: 3%;
	    text-align: center;
	}

	.title-glass + div.table-wrapper .glasstable tbody .top {
	    height: 23px;
	}
	.title-glass + div.table-wrapper .scrollable tbody .top {
	    height: 30px !important;
	}
	
	.title-glass + div.table-wrapper{
		background: #fff;
	}

	.title-glass + div.table-wrapper .pinned{
		overflow: visible;	
	}
	
	.title-glass + div.table-wrapper .pinned table,
	table.responsive {
	    margin-bottom: 0;
	    height: 100%;
	}
	
	.title-glass + div.table-wrapper .glasstable tr td.glass-alt-pak,
	.title-glass + div.table-wrapper .glasstable tr td.glass-alt-pak.td-p-adj{
		height: 109px !important;
	}
}

@media only screen and (max-width: 320px){
	.title-glass + div.table-wrapper table.responsive td, 
	.title-glass + div.table-wrapper table.responsive th {
		padding-left: 5px !important;
		padding-right: 5px !important;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.title-glass + div.table-wrapper .glasstable tbody .top > th:first-child {
		padding: 8px 5px !important;
	}
}
