.aqb-search-form-footer {
    margin-top: 20px;
}

.aqb-search-group {
    background-color: #f5f5f5;
    padding: 10px;
    line-height: 20px;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-top: 10px;
}

.aqb-search-group .aqb-horizontal-divider {
    margin-left: -10px;
    padding-right: 20px;
}

.aqb-search-group .aqb-vertical-divider {
    float: left; 
    min-height: 50px;
    margin-top: -10px;
}

.aqb-search-group-head {
    margin-bottom: 10px;
    min-height: 30px;
}

.aqb-search-group-body {
    margin-top: 10px;
}

.aqb-search-condition {
    margin-top: 10px;
    margin-bottom: 0px;
}

.aqb-nav-pills-container {
    float: left;
}

.aqb-nav-pills-container .nav-pills {
    margin-bottom: 0px
}

.aqb-vertical-divider {
    border-right: 1px solid #ccc;
    margin-right: 10px;
    margin-left: 10px;
}

.aqb-horizontal-divider {
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.aqb-center {
    text-align: center;
}

.aqb-input-error {
    border-color: #b94a48;
}

/* animate enter/leave */

.aqb-animate-enter.ng-enter,
.aqb-animate-leave.ng-leave,
.aqb-animate-combined.ng-enter,
.aqb-animate-combined.ng-leave {
    /* force hardware acceleration */
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    transition: all linear 0.5s;
    display: block !important;
}

.aqb-animate-enter.ng-enter,
.aqb-animate-combined.ng-enter {
    opacity: 0;
}

.aqb-animate-enter.ng-enter-active,
.aqb-animate-combined.ng-enter-active {
    opacity: 1;
}

.aqb-animate-leave.ng-leave,
.aqb-animate-combined.ng-leave {
    opacity: 1;
}

.aqb-animate-leave.ng-leave-active,
.aqb-animate-combined.ng-leave-active {
    opacity: 0;
}