@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;}
	
html body{
	width:100%;
	overflow-x:hidden;}

.am-forms{
    height: 41px;
    padding: 3px 20px;
    border-radius: 0px;
    font-size: 13px;
    border: none;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;}
	
.no-padd{
	padding:0px;}
	
.search-button{
	border-radius: 0px;
    border: none;
    background-color: #ffab00;
    color: white;
    font-weight: bold;
    padding: 9px 5px;
    min-width: 146px;
    height: 41px;}
	
.search-button:focus,.search-button:active,.search-button:hover{
    background-color: #ff9f00;
	color:#fff;}
	
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

select::-ms-expand {
    display: none;
}

.calender-icon{
    position: relative;
    float: right;
    max-width: 20px;
    right: 19px;
    margin-top: -32px;}

.arrow-icon{
    position: relative;
    float: right;
    max-width: 17px;
    right: 22px;
    margin-top: -30px;
    opacity: .8;}
	
.contains{
	position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    max-width: 716px;
    display: block;
    margin: 0px auto;}
	
.jqueryDatePickerDemo{
	background-color: rgba(24, 22, 19, 0) !important;}

	
	
@media(max-width:716px){
	
	.search-button{
		width:100%;}
	
	
	
	}