﻿.search {
    width:360px;
    position:relative; top:2px; /* readujst in jsfiddle */
    padding:8px 5px 8px 7px;
    border:1px solid #ccc;
    background:white url(../../../../../img/Icons/lFkqn.png) right center no-repeat;
    width: 216px;
    height: 27px;
    border-radius: 4px;
    margin-right: 0px;
    float:right;
    font-size: 12px;
}
/*.btn {
 border-radius: 20px;
     height: 30px;
         font-size: 12px;
}*/
a {
    color: #337ab7;
}
  .form-controlGAC:focus {
    border-color: #66AFE9;
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6); 
   }
.form-controlGAC {
  width: 180px;
  height: 25px;
  padding:1px 5px 0px 7px;
  font-size: 11px;
  /*line-height: 1.42857143;*/
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 15px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-top: 5px;
    background:white url(../../../../../img/Icons/lFkqn.png) right center no-repeat;
    background-size: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    
}
.btnSearch {
  display: inline-block;
  padding: 2px 6px;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 15px;
    float: right;
    height: 28px;
    margin-top: 9px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 30px;
    margin-right: 2px;
}
.btnSearch:focus,
.btnSearch:active:focus,
.btnSearch.active:focus,
.btnSearch.focus,
.btnSearch:active.focus,
.btnSearch.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btnSearch:hover,
.btnSearch:focus,
.btnSearch.focus {
  color: #333;
  text-decoration: none;
}
.btnSearch:active,
.btnSearch.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btnSearch-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btnSearch-default:hover,
.btnSearch-default:focus,
.btnSearch-default.focus,
.btnSearch-default:active,
.btnSearch-default.active,
.open > .dropdown-toggle.btnSearch-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-social-icon {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    width: 30px;
    padding: 0;
}
.btn-social-icon > :first-child {
    position: absolute;
    left: 1px;
    top: 0px;
    bottom: 0px;
    width: 32px;
    line-height: 30px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
