/*--------------------------------------------------
    [5. Header - Search]
----------------------------------------------------*/



/*Search Box
------------------------------------*/
.search-open * {
	box-sizing: content-box;
}

.search {
	color: #aaa;
	cursor: pointer;
	min-width: 35px;
	font-size: 15px;
	text-align: center;
	background: #fff;
	padding: 11px 0 12px;
	display: inline-block;
	border-bottom: 7px solid #fff;
}
.search-open {
		line-height: normal;
		margin: 0 !important;
		display: none;
		position: relative;
		background: #fcfcfc;
		z-index: 2 !important;
	}

.show {
	display: block !important;
}

.search-open form {
	margin: 0;
}

#___gcse_0 {
	width: 100%;
}

.input-group  {
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	width: 100%;
	top: -3px !important;
}
form.gsc-search-box,
	table.gsc-search-box {
	padding: 0 !important;
	width: 100%;
}

table.gsc-search-box tbody, 	 table.gsc-search-box tbody tr, 	 table.gsc-search-box tbody tr td, 	 table.gsc-search-box tbody tr td.gsc-input {
	top: 0 !important;
	}
.gsc-input, td.gsc-input {
	padding: 0 !important;
	margin: 0 !important;
		top: 0 !important;
}
.gsc-input input, td.gsc-input input {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 12px;
	font-size: 12px;
}
#gsc-i-id1 {
	margin: 0 !important;
	padding: 0 0 0 4px !important;

}
td.gsc-search-button {
	padding: 0 0 0 0 !important;
	margin: 0 !important;
	line-height: 14px !important;
}

.gsc-search-button-v2 {
	margin-top: 0px !important;
	background-color: #666 !important;
	border-color: #666 !important;
}

.gsc-search-button input {
	background-color: #009fe3 !important;
	border-color: #009fe3 !important;
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;
	line-height: 14px !important;

	}
.gsc-clear-button {
	display: none;
	}
.search:hover {
	color: var(--dk-blue);
	background: #fff;
	/*border-bottom-color: #72c02c;*/
}
.gsc-option-menu-container
{
	width: 100px !important;
}
.gsc-inline-block{
	width: 100px !important;
}
.gsc-orderby .gsc-selected-option-container {
	width: 100px !important;
}
.gsc-input-box{
	padding: 0 0 1px 0;
}

@media(min-width:768px) {
	.search {
		color: #aaa;
		cursor: pointer;
		min-width: 35px;
		font-size: 15px;
		text-align: center;
		background: #fff;
		display: inline-block;
		/*border-bottom: solid 2px #aaa;*/
	}
	.search-open {
		padding: 10px;
		border-radius: 0px 0px 3px 3px;
		margin: 0 !important;
		right: 0;
		top: 52px;
		display: none;
		position: absolute;
		box-shadow: 0 1px 3px #ddd;
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
		z-index: 100;
		flex-direction: column;
		justify-content: center;
		text-align: left;
		background: #fff;
		position: absolute;
		min-width: 20em;
		font-size: .7rem;
		line-height: .8rem;
	}

	.search-open form {
		margin: 0;
	}

	.input-group  {
		margin: 0 !important;
		padding: 0 !important;
		overflow: hidden;
		width: 100%;
		top: 2px !important;
	}
	form.gsc-search-box,
	 table.gsc-search-box {
		padding: 0 !important;
		width: 100%;
		margin-bottom: 0 !important;
	}
	 table.gsc-search-box tbody, 	 table.gsc-search-box tbody tr, 	 table.gsc-search-box tbody tr td, 	 table.gsc-search-box tbody tr td.gsc-input {
		top: 0 !important;
	 }
	.gsc-input, td.gsc-input {
		padding: 0 !important;
		margin: 0 !important;
		top: 0 !important;
	}
	.gsc-input input, td.gsc-input input {
		margin: 0 !important;
		padding: 0 !important;
		line-height: 12px;
		font-size: 12px;
	}
	#gsc-i-id1 {
		margin: 0 !important;
		padding: 0 0 0 4px !important;

	}
	td.gsc-search-button {
		padding: 0 0 0 0 !important;
		margin: 0 !important;
		height: 28px !important;
		line-height: 14px !important;
	}


	.gsc-search-button input {
		background-color: #009fe3 !important;
		border-color: #009fe3 !important;
		margin: 0 0 0 0 !important;
		padding: 0 0 0 0 !important;
		height: 28px !important;
		line-height: 14px !important;

	 }
	 .gsc-clear-button {
		 display: none;
	 }
	 .search:hover {
		color: var(--dk-blue);
		background: #fff;
	}
	.gsc-option-menu-container
	{
		width: 100px !important;
	}
	.gsc-inline-block{
		width: 100px !important;
	}
	.gsc-orderby .gsc-selected-option-container {
		width: 100px !important;
	}

}



/*Button Styles
------------------------------------*/

.btn {
   box-shadow: none;
}
li.n6 input-group-btn {
	line-height: 14px;

	}
li.n6 .btn-u {
	height: 34px;
	line-height: 14px;
   border: 0;
   color: #fff;
   font-size: 14px;
   cursor: pointer;
   font-weight: 400;
   margin: 0;
   padding: 0 13px;
   position: relative;
   top: -6px;
   background: #009fe3;
   white-space: nowrap;
   display: inline-block;
   text-decoration: none;
}
.btn-u:hover {
  color: #fff;
  text-decoration: none;
  /* -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; */
}
