table.vsh-wt {
    color: black;
    background-color: #FCFCFC;
    border-collapse: collapse;
    color: #000;
    text-align: center;
    border-right: 1px solid #a2a2a2;
    table-layout: initial !important;
    min-width: auto !important;
}

table.vsh-wt div.vsh-param-search, #vsh-wt-controls {
    width: 100%;
    overflow: auto;
    height: 100%;
    float: left;
    display: table;
    table-layout: auto;
    padding: 0px 0px 0px 10px;
}


table.vsh-wt div.vsh-wt-param-select {
	display: table-cell;
	float: left;
}

.vsh-page-ctrls > input {
	width: 95px;
	font-weight: bold;
	margin-right: 5px;
	
}

.vsh-wt-header-name {
	font-weight: bold;
	text-align: center;
}

.vsh-wt-container-controls div {
	display: inline-block;
    margin-right: 40px;
    position: relative;
    text-align: right;
    top: -3px;
    left: -1px;
    margin-top: 1; 
}

.vsh-wt-container-controls {
	padding: 5px;
	margin: 0;
	height: 2.6em;
	font-size: 12px;
}

#vsh-wt-controls {
	margin-bottom: 25px;
	margin-top: 40px;
}

#vsh-param-search > p{
	margin-left: 5px;
}

.vsh-wt-ctrl-export a {
	font-weight : bold;
	margin-right: 5px;
	
}

.vsh-wt-ctrl-export {
	float: right;
}

#vsh-reset-all-btn {
	margin-top: 2px;
    float: right;
    margin-right: 52px;
}

.vsh-expand-filters
{
	vertical-align: middle;
    /*position: absolute;*/ position: relative;
    height: auto;
    width: auto;
    cursor: pointer;
    /*left: 65px;*/
	margin-top: 77px;
	float: left;
}

.vsh-expand-filters:after{
	content: url(/apps/parametric-search/src/images/expand.png);
}

.vsh-expand-filters2
{
    vertical-align: middle;
    /*position: absolute;*/ position: relative;
    height: auto;
    width: auto;
    cursor: pointer;
    /*left: 65px;*/
	/*margin-top: 110px;*/ margin-top: 140px;
	float: left; 
} 

.vsh-expand-filters2:after{
	content: url(/apps/parametric-search/src/images/expand1.png);
}  

#vsh-param-search > div > div:nth-child(8) {
	left: 1265px; 
	
}

.vsh-filter-asc, .vsh-filter-desc, #vsh-reset-all-btn, .vsh-wt-param-filter-resets > input, .vsh-page-ctrls > input, .vsh-wt-param-select > select > option  {
	cursor: pointer;
}

.fixedHeader #vsh-wt {
	width: inherit;
} 

.vsh-wt-param-select select
{
	width: 100%;
}

.vsh-param-filter-container
{
	float: left;
	margin: 0px 5px 0 5px;
}

form#vsh-wt-export {
    position: relative;
    top: 17px;
    left: 31px;
} 

#vsh-wt-controls > div > div.vsh-wt-ctrl-export > span {
    top: 15px !important;
    position: relative;
    left: 28px;
} 
#vsh-wt-controls > div > div.vsh-page-ctrls {
    float: left;
    position: relative;
    top: 33px;
    /* margin-left: -271px; */
    left: -13px;
}
#vsh-nextBtn {
	background: 0 none;
    color: #000;
    left: -16px;
    position: relative;
    z-index: 1;
    filter: none !important;
} 
#vsh-prevBtn{
	background: 0 none;
    color: #000;
    border-right: 1px solid #aaa;
    z-index: 100;
    position: relative;
    filter: none !important;
} 

#vsh-wt-controls > div > div > label {
    position: relative;
    top: 16px;
} 

div#vsh-pagination {
    position: relative;
    left:-238px;
    top: 16px;
} 

.vsh-btn-param-prev {
    background: 0 none !important;
    background-color: 0 none !important;
    display: inline;
    color: white;
    height: 25px;
    padding: 1px 15px 0 15px;
    font-size: 12px;
    font-weight: bold;
    border: none;
    filter: none !important;
}

.vsh-btn-param-next {
    background: 0 none !important;
    background-color: 0 none !important;
    display: inline;
    color: white;
    height: 25px;
    padding: 1px 15px 0 15px;
    font-size: 12px;
    font-weight: bold;
    border: none;
    filter: none !important;
}