
@media (min-width: 576px) {
  .search .modal-dialog {
    max-width: 1060px;
}
}

button.close {background:none; border:none; font-size:20px; color:#666}
button:hover.close {opacity:0.5}

.search.modal { overflow-x: hidden;	overflow-y: hidden;}
.search .modal-body {position: relative;
  max-height: 430px;
	 max-height: -webkit-calc(100vh - 225px);
    max-height: -moz-calc(100vh - 225px);
    max-height: calc(100vh - 225px);
  padding: 15px 7px;
  overflow-y: auto;}

.cat_icon {
    width:24px;
    display:inline-block;
    text-align:center;
    border: none;
}
.eSelection {
    border:1px dotted silver;
    padding:10px 20px 8px 20px;
    margin-bottom:20px;
}

.eSelection span.eIcon {
    margin-bottom:3px;
    color:silver;
    cursor:pointer;
    display:inline-block;	
	line-height:22px;
}
.eSelection span.eIcon.selected {
    font-weight:bold;
    font-size:17px;
    color:black;
}

.eSelection span.eIcon .cat_icon {
    background:url(../images/common/plus_icon.jpg) no-repeat; background-size: 20px 20px;
}
.eSelection span.eIcon.selected .cat_icon {
    background:url(../images/common/min_icon.jpg) no-repeat; background-size: 20px 20px;
}
.categoryDiv {
    padding:10px 20px 10px 20px;
    border:1px dotted silver;
    display:none;
}

.categoryDiv.selected {
    display:block;
}

.categoryDiv table.input-checkbox-table{
    border:none;
    width:100%;
}

.categoryDiv table.input-checkbox-table td{
    padding-left:10px;
    border:none;
    width:50%;
    font-size:100%;
}
.categoryDiv table.input-checkbox-table td input[type=text]{
    width: 70%;
    max-width:270px;
}
.category_name {
    text-decoration:underline;
}
.cateSep {
    clear:both;
    height:13px;
    display:block;
}
.eName {
    font-size:20px;
    font-weight:bold;
    text-decoration:underline;
    margin-bottom:20px;
}

.clear_button {
    background-color: #c5dbec;
    border: 1px solid #2e6e9e;
    padding: 2px 5px 2px 5px;
    margin-left: 10px;
    cursor: pointer;
    color: #2e6e9e;
    display: inline-block;
    float:right;
}
.category_con {padding-bottom: 20px;}
.category_con.row label {margin-bottom:-10px;font-weight:normal;}
.category_con.row label div{display:table-cell;}
.category_con.row label div input{margin-right:5px}
.category_con_other {margin-top:5px;}
.category_con_other input {color:black;}