*
{
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.navbar-basic.navbar-outline
{
background-color: transparent;
border-color: rgba(94, 94, 94,.5);
border-width:1px;
border-radius: 6px;
}
.btn-outline
{
background-color: transparent;
border-color: rgba(94, 94, 94,.5);
color: rgba(94, 94, 94,.8);
border-width:1px;
}
.navbar-btn .btn-outline:hover
{
background-color: transparent;
border-color: rgb(94, 94, 94);
color: rgb(94, 94, 94);
border-width:1px;
transition: all .5s;
}
.navbar-btn .form-control,
input[type="text"]
{
background-color: #ffffff;