.navbar {
margin-bottom: 15px;
overflow: visible;
}
.inline-block{
    display: inline-block;
}

form {
    margin: 15px 30px 20px;
}
.rememberMe .checkbox-margin{margin-top: -3px;}
/*.table thead {background-color: rgb(68, 171, 252);}*/
.table thead th {vertical-align: bottom;color: #333;}
.caret{margin: 8px 0 0 5px;}
.make-top{vertical-align: top;}
.navbar-inner .mar-t-16{margin-top: 16px;}
.pad-20 {padding: 20px;}
.table thead th {border-bottom: 2px solid #999;}

.search-form .navbar{
    margin-bottom: 20px;
}
.bg-primary{
 background:#EEEFF9;
 border: 1px solid #B6BDE4;
 color:#4155B1;
 padding:10px;
}
.summary{
 background:#EEEFF9;
 border: 1px solid #B6BDE4;
 color:#4155B1;
 padding:10px;
 margin-bottom: 10px;
}

.search-form form{
    margin: 15px 0 0
}

.search-form form select,
.search-form form input{
    float:left;
    margin-right: 10px;
}

.search-form .form-actions.order-overview{
    float: left;
}

.search-form .form-actions.order-overview .btn{
    padding-bottom: 3px;
}

.bx-example{    
    border: 1px solid #ddd;
    border-radius: 5px;
}

.bx-example #orders-form label.radio{
    float: left;
    width: 18%;
}