
#TribalArea-select {
	display:table;
	width:100%;
	margin:1em 0;
       /* font:Lucida Sans;*/
}
#TribalArea-select span#label{
	font-size: 10px;
	float:right;
	margin:1em;
	font-weight: bold;
	/*color: rgb(30,100,145);*/
    color: black;
}

#TribalArea-select .selectize-control.single {
	float:right;
	width:300px;
}

.selectize-dropdown-content ul{
	list-style-type: none;
}


#TribalArea-header{
	border-bottom:solid 2px rgb(30,100,145);
	margin:0 0 1em 0;
}

#TribalArea-header span{
	font-size:10px;
	margin:0 0 .7em 0;
	display:inline-block;
}

#map-filter { 
	display:table;
	width:50%;
}

#map-filter span.title {
	font-size:10px;
	display:inline-block;
	font-weight:bold;
	float:right;
	/*color:rgb(30,100,145);*/
    color: black;

}

#name-search {
        margin-left: 20px;
    	margin-top: 2px;
    	height: 30px;
    	width: 280px;
		display:table-cell;
        float:left;
        margin-right: 2px;

}

#map-filter .selectize-control.single{
	width:280px;
	display:table-cell;
	float:right;
}

#map-filter .name-search.selectize-control.single{
	width:	280px;
    height: 35px;
    margin-left: 30px; /*lines up with col_1*/
	display:table-cell;
    float:left;
}
#map-filter .name-search.selectize-dropdown, .selectize-input, .selectize-input input {
   /* color: #303030;*/
    color: black;
    font-family: inherit;
    font-size: 13px;
    line-height: 15px;
    font: Arial,Helvetica,sans-serif;
}
  #map-filter .selectize-input, .single.selectize-control .focus.selectize-input
   {
       content:' ';
       padding-top: 1px;
       padding-bottom: 2px;
       padding-right: 2px;
       padding-left: 4px;
       font-size: 13px; /*This is the size of the font of the dropdown items*/
       margin-top: 0px;
       margin-bottom: 2px;
       color: black;
 <!--      height: 24px;              -->                      /* added on Jan 20 2017 to fix the OR display*/
       
   }
/*----*/
/*adding the following to the css deletes the carot in the search box*/
.selectize-control.single .selectize-input:after {
        font-family: "Arial,Helvetica,sans-serif";
        /*line-height: 2;*/
        display: block;
        position: absolute;
        top: -4px; /*this moves the carot out of sight*/
        right: 0;
        background-color: white;
        padding-right: 2px;
		margin-bottom: 2px;
           }

    .selectize-control.single .selectize-input.dropdown-active:after {
        font-family: "Arial,Helvetica,sans-serif";
        background-color: white;
        padding-right: 2px;
        color: black;
    

    }
/*----*/
/*--add following to change font
*/
