body {
  padding-top: 0px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .form-signin-heading {
  text-align:center;
}
.form-signin .checkbox {
  font-weight: normal;
    margin-bottom: 10px;
    text-align: right;
    margin-right: 10px;
}

.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}



#custom-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}

.reply .na{
	border-left:1px solid #DADADA;
}
.reply .col-sm-6{
	padding-right:10px;
	padding-left:30px;
}
.reply .form-signin .checkbox {
    text-align: left!important;
	padding-top: 6px;
    padding-bottom: 6px;
}
.reply .form-signin{
}

.reply .col-sm-6.na {
    margin-top: 20px;
	margin-bottom: 10px;
}

.reply .na .col-sm-12 {
    padding-top: 7px;
    padding-bottom: 8px;
}
.search .loading{
	position:absolute;
	top:8px;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	width: 70px;
	z-index:999999;
}
