/*
  Vanderbilt University GEO Search Styles
 */
.vu-geo-mt-10 {
    margin-top: 10px;
}

.vu-geo-mb-10 {
    margin-bottom: 10px;
}

.vu-geo-mt-20 {
    margin-top: 20px;
}

.vu-geo-mb-20 {
    margin-bottom: 20px;
}

.vu-geo-button-term-list li {
    padding: 10px 10px 10px 10px;
}

.vu-geo-help-text {
    font-size: .8em;
}

/*
  Datatable modifies
 */
.dataTables_wrapper .myfilter .dataTables_filter {
    float: left;
}

.dataTables_wrapper .mylength .dataTables_length {
    float: right;
}

/*
  Devbridge Auto complete
 */
.autocomplete-suggestions {
    border: 1px solid #999;
    background: #fff;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #f0f0f0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #39f;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

#geo-api-search-tabs {
    position: relative;
    top: 0px;
}

#geo-api-search-tabs .row,
#geo-api-search-tab-content .row{
  margin: 0 0 0 0;
}

#geo-api-search-tabs .nav-tabs li a{
  border: 2px solid white;
  border-radius: 0px;
  background: #336699;
  color: white;
}

#geo-api-search-tabs .nav-tabs li.active{

}

#geo-api-search-tabs #left-area{
  padding-bottom: 0;
}

#geo-api-search-tabs .nav-tabs li.active a{
background: #3f3f3f;
border-bottom: 3px solid #3f3f3f;
color: white;
}

#geo-api-search-tabs ul.nav-tabs{
    padding: 0 0 0 0;
    border-bottom: 0px solid white;
}

#geo-api-search-tab-content{
  background: #3f3f3f;
}

#geo-api-search-tab-content input,
#geo-api-search-tab-content textarea,
#geo-api-search-tab-content select{
  max-width: 100%;
{


#geo-api-search-tab-content .container{
  padding-top: 58px;
  padding-bottom: 58px;
}

#geo-api-search-tab-content .well{
  background: none;
  border: 0px;
}

#geo-api-search-tab-content .well h4 {
    font-size: 200%;
    font-style: italic;
}

#geo-api-search-tab-content .well h4,
#geo-api-search-tab-content .well p{
color: #febd2d;
text-align: center;
}
