/*
    DEEP-PURPLE
*/
.fullSearchForm input#txt-header-search.b-deep-purple.lt {
    border-color: #7E57C2;
}
.fullSearchForm button#txt-header-search-button.b-deep-purple.lt {
    border-color: #7E57C2;
}


/*
    INDIGO
*/
.fullSearchForm input#txt-header-search.b-indigo.lt {
    border-color: #5C6BC0;
}
.fullSearchForm button#txt-header-search-button.b-indigo.lt {
    border-color: #5C6BC0;
}


/*
    BLUE
*/
.fullSearchForm input#txt-header-search.b-blue.lt {
    border-color: #42A5F5;
}
.fullSearchForm button#txt-header-search-button.b-blue.lt {
    border-color: #42A5F5;
}


/*
    CYAN
*/
.fullSearchForm input#txt-header-search.b-cyan.lt {
    border-color: #26C6DA;
}
.fullSearchForm button#txt-header-search-button.b-cyan.lt {
    border-color: #26C6DA;
}


/*
    GREEN
*/
.fullSearchForm input#txt-header-search.b-green.lt {
    border-color: #66BB6A;
}
.fullSearchForm button#txt-header-search-button.b-green.lt {
    border-color: #66BB6A;
}


/*
    ORANGE
*/
.fullSearchForm input#txt-header-search.b-orange.lt {
    border-color: #FFA726;
}
.fullSearchForm button#txt-header-search-button.b-orange.lt {
    border-color: #FFA726;
}


/*
    PINK
*/
.fullSearchForm input#txt-header-search.b-pink.lt {
    border-color: #EC407A;
}
.fullSearchForm button#txt-header-search-button.b-pink.lt {
    border-color: #EC407A;
}