/*GOOGLE SEARCH BAR*/
.gsc-control-searchbox-only form.gsc-search-box {
    padding: 0;
    margin: 0;
}

.gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box {
    position: relative;
}

.gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box td.gsc-input {
    padding: 0;
}

div.gsc-clear-button{ display: none !important; }

.gsc-control-searchbox-only form.gsc-search-box input.gsc-input {
    border: 1px solid #000;
    border: 1px solid rgba(0,0,0,0.20);
    border-right: none;
    height: 27px;
	line-height: 19px;
    width: 100%;
    padding: 3px 0 3px 17px;
    -webkit-border-radius: 12px 0px 0px 12px;
    -moz-border-radius: 12px 0px 0px 12px;
    border-radius: 12px 0px 0px 12px;
    font-size: 1.154em;
	font-weight: normal;
	color: #000;
	opacity: 1;
}

.gsc-control-searchbox-only form.gsc-search-box input.gsc-search-button {
	height: 27px;
    width: 38px;
	min-width: 0;
    border: 1px solid #000;
    border: 1px solid rgba(0,0,0,0.20);
    border-left: none;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    background: #fff url(../../../Common/images/structure/search_icon2x.png) center center no-repeat !important;
    background-size: 16px auto !important;
    -moz-border-radius: 0 12px 12px 0;
    -webkit-border-radius: 0 12px 12px 0;
    border-radius: 0 12px 12px 0;
}

.gsc-control-searchbox-only form.gsc-search-box td.gsc-search-button {
    padding: 0;
}

.gsc-control-searchbox-only form.gsc-search-box td.gsc-clear-button {
    width: auto;
    position: absolute;
    right: 30px;
    top: 5px;
}
   

/*GOOGLE SEARCH RESULTS*/
.gsc-control-cse {
    margin-top: 5px;
}

.gsc-control-cse .gsc-control-wrapper-cse .gsc-control-cse .gsc-table-result {
    font-family: inherit;
}

.gsc-control-cse .gsc-control-wrapper-cse .gs-result .gs-title, .gsc-control-cse .gsc-control-wrapper-cse .gs-result .gs-title * {
    color: #15C !important;
}

.gsc-control-cse .gsc-control-wrapper-cse .gs-result a.gs-visibleUrl, .gsc-control-cse .gsc-control-wrapper-cse .gs-result .gs-visibleUrl {
    color: #093 !important;
}

.gsc-control-cse .gsc-control-wrapper-cse .gsc-webResult.gsc-result:hover, .gsc-control-cse .gsc-control-wrapper-cse .gsc-imageResult:hover {
    border-color: #eee;
    background-color: #f8f8f8;
}

.gsc-control-cse .gsc-control-wrapper-cse .gsc-results .gsc-cursor-box .gsc-cursor-page {
    background-color: #eee;
    color: #333;
    padding: 7px 12px;
    text-decoration: none;
}

.gsc-control-cse .gsc-control-wrapper-cse .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    color: #fff;
    background-color: #15C;
}

.gsc-control-cse .gsc-control-wrapper-cse .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    text-shadow: none;
    color: #fff;
    background-color: #15C;
}

.gsc-control-cse .gsc-control-wrapper-cse .gsc-option-menu-container.gsc-inline-block .gsc-selected-option-container.gsc-inline-block {
    width: 100px!important;
}