﻿.divAllSearchType 
{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    width: 100%;
}

.divAllSearchTypeCell
{
    display: none;
}

.btnAllSearch
{
    margin: 0 5px;
}

.btn-all-select 
{
    background-color: #CCCCCC;
    border-color: #AAAAAA;
}

.link-input-clear 
{   
    text-decoration: underline;
    cursor: pointer;
    color: #116091;
    position: absolute;
    right: 20px;
    top: 10px;
}
.link-input-clear :hover
{
    color: ##1887CC;
}