.pht-tabs-container {
	padding: 15px;
	overflow: auto;
	margin-left: -15px;
	margin-right: -15px;
	border-bottom: 1px solid #efefef;
}

.pht-tabs-container a.tab {
	padding: 6px 15px;
	background-color: #fff;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	color: #333;
	border: 2px solid #fff;
	display: block;
	text-align: center;
}

@media screen and (max-width: 992px) {
	.pht-tabs-container {
		display: flex;
	}
	.pht-tabs-container > div {
		flex: 1;
	}
	.pht-tabs-container a {
		display: table-cell;
		vertical-align: middle;
		height: 100%;
	}
}

.pht-tabs-wrapper {
}

.pht-tabs-container a.tab.selected {
	border: 2px solid #ea5d0a;
}

.pht-action-button {
	color: #fff;
	background: -moz-linear-gradient(top, #f59726 0%, #ea5518 100%);
    background: -webkit-linear-gradient(top, #f59726 0%, #ea5518 100%);
    background: linear-gradient(to bottom, #f59726 0%, #ea5518 100%);
    padding: 10px 20px;
    line-height: 32px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 2px;
}

.pht-action-button:hover {
	color: #fff;
}

@media screen and (max-width: 992px) {
	.pht-action-button {
		margin-right: 15px;
	}
}

.pht-search-forms {
	display: none;
	position: absolute;
}

.pht-overlay {
	position: fixed;
	width: 100%;
	left: 0;
	margin-top: 15px;
	background-color: #fce4c8;
	z-index: 100;
	text-align: left;
	box-shadow: 0 10px 10px rgba(0,0,0,0.2);
	border-bottom: 1px solid #bbb;
}

.pht-overlay .triangle {
	content: '';
	border: 15px solid #fce4c8;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid transparent;
	width: 1px;
	height: 1px;
	position: absolute;
	right: 10px;
	top: -27px;
	margin: 0;
}

.pht-overlay-matt {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: 99;
	opacity: 0.2;
}