.no-shadow
{
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
}

.form-control
{
display: block;
width: 100%;
padding: 20px 12px;
font-size: 12px;
line-height: 1.42857143;
color: #555555;
background-color: #ffffff;
background-image: none;
border-radius: 3px;
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-moz-transition: border-color ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
-moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-webkit-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;
-webkit-box-shadow: none;
box-shadow: none;
}

.form-control:focus {
border-color: #c8cdd7;
outline: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}

.container .navbar-form
{
	border-top: none;
	border-bottom: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.input-group-addon, .input-group-btn {
width: 1% !important;
}

.navbar-form .input-group>.form-control {
width: 100% !important;
}

#search-clients
{
	padding-top: 100px;
	padding-bottom: 54px;
}