

/*###################################
#	POPULAR SEARCHES (Term Cloud)	#
###################################*/

/*###################################
			HELP FILE
###################################*/



/*###################################
		SIMPLE SEARCH
###################################*/

fieldset#additional_simple_search legend {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: 800;
    margin: 0 0 5% 0;
    font-size: 1.06667rem;
}

.subheadmsg {
    display: none;
}

input#TERM_1 {
    height: 49px;
    border: 0;
    border-bottom: 2px solid #000;
    padding: 0;
    font-weight: 600;
    letter-spacing: .02rem;
    width: 100%;
    background: transparent;
    font-size: 20px;
    color: #000;
    border-radius: 0;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position:relative;
    background: url('../../images/search-bg.jpg') bottom right no-repeat;
    z-index:10000;
    margin: 0 0 50px 0;
}

input#TERM_1:focus {
	background: #fff;
}

label#lblTERM_1 {
    color: #bababa;
    font-weight: 600;
    font-size: 1.33333rem;
    top: 39px;
    cursor: text;
    letter-spacing: .02667rem;
    position: relative;
}


select#USE_1 {
    /* height: 49px; */
    border: 0;
    border-bottom: 2px solid #000;
    padding: 10px;
    font-weight: 600;
    letter-spacing: .02rem;
    background: transparent;
    font-size: 20px;
    color: #bababa;
    border-radius: 0;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
    z-index: 10000;
    display: inline-block;
    width: 30%;
    margin: 0 5% 0 0;
}

option {}

select#LIMLOC {
    height: 57px;
    border: 0;
    border-bottom: 2px solid #000;
    padding: 0;
    font-weight: 600;
    letter-spacing: .02rem;
    background: transparent;
    font-size: 20px;
    color: #bababa;
    border-radius: 0;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
    z-index: 10000;
    display: inline-block;
    width: 34%;
    margin: 2% 0 0 0;
}

input#YEARFROM {
    /* height: 49px; */
    border: 0;
    border-bottom: 2px solid #000;
    padding: 10px;
    font-weight: 600;
    letter-spacing: .02rem;
    background: transparent;
    font-size: 20px;
    color: #bababa;
    border-radius: 0;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
    z-index: 10000;
    display: inline-block;
    width: 10%;
    margin: 0 3% 0 0;
}

input#YEARTO {
    /* height: 49px; */
    border: 0;
    border-bottom: 2px solid #000;
    padding: 10px;
    font-weight: 600;
    letter-spacing: .02rem;
    background: transparent;
    font-size: 20px;
    color: #bababa;
    border-radius: 0;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
    z-index: 10000;
    display: inline-block;
    width: 11%;
}

select#PSIZE {
    /* height: 49px; */
    border: 0;
    border-bottom: 2px solid #000;
    padding: 10px;
    font-weight: 600;
    letter-spacing: .02rem;
    background: transparent;
    font-size: 20px;
    color: #bababa;
    border-radius: 0;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
    z-index: 10000;
    display: inline-block;
}

label#lblUSE_1 {
    display: inline-block;
    width: 9%;
}

label#lblLIMLOC {
    display: inline-block;
    width: 20%;
}

label#lblYEARFROM {
    display: inline-block;
    width: 35%;
    margin: 7% 0 0 0;
}

label#lblYEARTO {
    display: inline-block;
    width: 15%;
}

label#lblPSIZE {
    display: inline-block;
    margin: 5% 3% 3% 0;
}

@media only screen and (max-width: 1200px)  {

	label#lblYEARFROM {
		width: 55%;
	}
	
	input#YEARFROM {
		width: 17%;
	}
	
	label#lblYEARTO {
		width: 24%;
		margin: 7% 0 0 0;
	}

}

@media only screen and (max-width: 900px)  {

	#FarRightMenu {
		display: none;
	}

}

input#btnBROWSE_INDEX {
    background: #000 !important;
    color: #fff !important;
    margin-right: 10%;
}

input#btnRESET {
    color: #000 !important;
    background: #fff url('../../images/but-clear-bg.jpg') left no-repeat !important;
    margin: 0 0 0 19px;
}


@media only screen and (max-width: 320px)  {

	#FarRightMenu {
		display: none;
	}

	.HitButton {
		font-size: 0.7em;
		padding: 8px 6px 9px;
	}

	input#btnRESET {
		padding: 0px 6px 0px 20px;		
		height: 20px;
	}

	label#lblUSE_1 {
		width: 100%;
		margin: 19px 0;
	}

	select#USE_1 {
		width: 100%;
	}

	label#lblLIMLOC {
		width: 100%;
		margin: 19px 0;
	}

	select#LIMLOC {
		width: 100%;
	}

	label#lblYEARFROM {
		width: 100%;
		margin: 19px 0;
	}

	input#YEARFROM {
		width: 100%;
	}

	label#lblYEARTO {
		width: 100%;
		margin: 19px 0;
	}

	input#YEARTO {
		width: 100%;
	}

}

input#btnSEARCH {
    margin-right: 10%;
    margin-top: 20px;
}

input#btnBROWSE_INDEX {}