#canada,#states,#germany{
	display: none;
}

.rep_info{
	border-bottom: 1px solid black;
}

.rep_main_row:hover{
	color: #FF0000;
}

.red_reps{
	color: #FF0000 !important;
}

.expand_contract{
	cursor: pointer;
	color: black;
}


.expand_contract:active{
	color: white;
}

.additional_info{
	display: none;
}

.rep_result{
    margin: 0 auto;
    padding-left: 10%;
}
/*representative_column
company_column
phone_column*/

.representative_column{
	width: 38%;
}
.company_column{
	width: 29%;
}
.phone_column{
	width: 32%;
}
.table_header{
	width: 100%;
	border-bottom: 1px solid #D3D3D3;
}

.main_info_table
{
	width: 100%;
}

.rep_category
{
 	width: 40%;
}
.rep_company
{
 	width: 30%;	text-transform: uppercase;
}
.rep_phone
{
 	width: 30%;	
}

.main_info_table .reps_main_row:hover{
	color: #FF0000 !important;
}

.main_info_table .reps_main_row:hover a{
	color: #FF0000 !important;
}

.asi-load{
	background: url('../js/asi-load.gif') no-repeat;
	height: 66px;
    width: 66px;
    margin: 0 auto;    
}


.asi-load.on{
	display: block;
}

.reps-border hr {background: #ededee; height: 1px; margin-bottom: 15px; margin-top: 15px;}
table.more_info_table .reps-border td {height: 10px;}


.spinner-loading{
	background: url('../js/asi-load.gif') no-repeat;
	height: 66px;
	width: 66px;
	margin: 0 auto;
}
.filter-blocks{
	display: flex !important;
	flex-direction: row !important;
	justify-content: space-between !important;
	align-items: center !important;
	display: -webkit-box !important;      /* For Safari 6.x */
    display: -moz-box !important;         /* For older Firefox versions */
    display: -ms-flexbox !important;      /* For IE 10 */
    display: -webkit-flex !important;     /* For Safari 7 and 8 */
    
    
    -webkit-box-orient: horizontal !important;  /* Safari 6.x */
    -moz-box-orient: horizontal !important;     /* Older Firefox */
    -webkit-flex-direction: row !important;     /* Older Safari */
    -ms-flex-direction: row !important;         /* IE 10 */
    

    -webkit-box-pack: justify !important;       /* Safari 6.x */
    -moz-box-pack: justify !important;          /* Older Firefox */
    -webkit-justify-content: space-between !important;  /* Older Safari */
    -ms-flex-pack: justify !important;          /* IE 10 */
    

    -webkit-align-items: center !important;     /* Older Safari */
    -ms-flex-align: center !important;          /* IE 10 */
    
}
.postal_code_filter h4{
	font-size: 12px;
	text-transform: capitalize;
	margin: 0;
	margin-bottom: 10px;
}
.postal_code_filter input::placeholder {
	color: #000;
	font-size: 12px !important;
	text-align:left;
	text-transform: capitalize; 
	font-family:roboto;
}
.allsearch_block{
	padding: 20px 20px !important;
}

.allsearch_block table td{
	padding:0;
}