
button:focus {
    outline: 0 !important;
}

.navbar-brand img {
    height: 35px;
}

.dropdown-menu a{
	font-size: 12px;
}

.searchbardiv {
    display: block;
    position: fixed;
    z-index: 9999 !important;
    top: 59px;
    right: 0px;
    width: 100%;
    padding: 10px;
    margin: 0px;
}

.buttonsearch{
	background-color: transparent;
}


#formsearch{
	display: none;
}
.fa .fa-search {
	font-size: 18px;
}
#searchbox{
	box-shadow: none;
	padding: 8px 14px;
}


.navbar-toggle {
	margin-right: 35px;
	border: none;
	background: transparent !important;
}
.navbar-toggle:hover {
	background: transparent !important;
}
.navbar-toggle .icon-bar {
	width: 22px;
	transition: all 0.2s;
}
.navbar-toggle .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
	opacity: 0;
}
.navbar-toggle .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
	transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
	opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
	transform: rotate(0);
}

.dropdown-toggle::after {
    display: none;
  }
.text-decoration-none{
  text-decoration: none!important;
}

/*ul.navbar-nav.mx-auto {
    position: absolute;
}*/
/* Font Awesome Icons have variable width. Added fixed width to fix that.*/
.icon-width { width: 2rem;}
/*.desktop_search{
	display: block;
	position: relative;
    float: right;
}*/
.mobile_search{
	display: none;
}


@media only screen and (max-width: 992px) and (min-width: 320px){
.desktop_search{
	display: none;
}
.mobile_search{
	display: block;
}

#desktop-search-box{
	display: none;
}

.searchbardiv{
    top: 58px;
    left: 0px !important;
    width: 100%;
    max-width: 100%;
}
ul.navbar-nav.mx-auto {
    position: relative;
}
}

@media only screen and (max-width: 1365px) and (min-width: 1025px){
.searchbardiv{
	right: 0px;
    width: 100%;
    max-width: 100%;
}
}

/*@media only screen and (max-width: 991px) and (min-width: 768px){
.searchbardiv {
    width: 96%;
}
}*/

.search-form .input-group {
  float: right !important;
  transition: all 0.35s, border-radius 0s;
  width: 39px;
  height: 39px;
  background-color: #fff;
  border-radius: 5px;
/*  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;

  border: 1px solid #ccc;*/
}
.search-form .input-group input.form-control {
  border:none;
  background: transparent;
  box-shadow: none;
  display:block;
}

.search-form .input-group input.form-control::-webkit-input-placeholder {
  display: none;
}
.search-form .input-group input.form-control:-moz-placeholder {
  /* Firefox 18- */
  display: none;
}
.search-form .input-group input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  display: none;
}
.search-form .input-group input.form-control:-ms-input-placeholder {
  display: none;
}
.search-form .input-group:hover,
.search-form .input-group.hover {
  width: 100%;
  border-radius: 5px;
}

.search-form .btn-search-submit{
  position: absolute;
  top: 2px;
  bottom: 0px;
  right: 2px;
  left: 5px;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #3596e0;
  left: initial;
  font-size: 14px;
  background-color:  #808cbc;
  box-shadow: none;
}


span.btn.form-control-feedback:hover {
    background-color: #808cbc;
    color: #fff;
    top: 10px;
    right: 2px;
}

span.btn.form-control-feedback i.fa.fa-search:hover {
    color: #fff !important;
    right: 8px;
    top: 8px;
}

.search-form .btn-search-submit:hover{
	top: 1.5px;
}

.search-form .btn-search-submit:hover .fa-search{
	color: #fff !important;
  position: absolute;
  right: 8px;
  top: 8px;
}

.desktop_search i.fa.fa-search.text-dark{
	 position: absolute;
    top: 10px;
    right: 10px;
    color: #fff !important;
}