.export-results.btn.type-2 {
	float: left;
	margin: 4px 0px 4px 20px;
	cursor: pointer;
}

.search-input-field {
    border: none;
    border-bottom: 2px solid #cb933d;
    border-radius:3px;
    box-shadow: 0 0 3px #cfcfcf inset;
    font-size: 19px;
    line-height: 3em;
    padding-left: 15px;
    width: 357px;
    height: 3em;
    box-sizing:border-box;
}

#search-container h1 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 50px;
    text-align: center;
}

#search-container h2 {
    font-family: source code pro;
    font-size: 19px;
    margin: 30px 0 50px;
    text-align: center;
}

#search-container #search-container-inner {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 488px;
}

.search-button {
    font-size: 17px;
    height: 57px;
    padding: 12px 20px;
    display:inline-block;
    box-sizing:border-box;
    vertical-align:top;
}
.search-button i {
    display:none;
}
.search-button span {
        display:block;
    }

.no-results {
    font-size: 18px;
    font-weight: bold;
    margin: 50px auto 0;
    width: 488px;
    text-align: center;
}

#search-box {
    border-top: 1px  #fff solid;
    border-left: 1px  #fff solid;
    display: inline-block;
}

strong {
    font-weight: bold;
}

#list-toolbar {
    float: left;
    width: 100%;
}

.search-tabs {
    margin-bottom:1em;
}
.tab-title {
    display: inline-block;
}
.tab-title.active {
    border-bottom: 2px solid #cb933d;
}
.tab-title a {
    color: #A4A5AE;
    padding: 0.25em 1em;
    display:block;
}
.tab-title a:hover {
    color: #2e2e35;
}
.tab-title.active a {
    color: #2e2e35;
}
.tab-title.empty a {
    cursor:not-allowed;
    color: #A4A5AE;
}

@media screen and (max-width: 1024px) {

    #search-container #search-container-inner {                
        width: 300px;
    }
    
    #tool-group-search-views .option.active {
        display: none;
    }
    
    .search-input-field {
        font-size: 14px;
        font-weight: bold;        
        padding-left: 15px;
        width: 231px;
        font-family: Source Code Pro;
    }
    
    .search-button {
        padding: 8px 15px 11px;
        height: 43px;        
    }
    
    .search-button span {
        display:none;
    }
    
    .search-button i {
        display:block;
    }
    
    #search-container h1 {
        font-size: 15px;        
    }

    #search-container h2 {
        font-size: 14px;
        font-family: Source Code Pro;
    }
    
    .no-results{
        font-size: 14px;
        width: 300px;        
    }
    
    .tab-title-hide {
        display: none;
    }
    
    .search-tabs {
        padding-top: 10px;
    }

}

/* EOF */
