/**/
.nav-header, .navbar-default {
    background: #fff !important;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus {
    background: #ebebeb !important;
}
.navbar-default > .sidebar-collapse > .nav > li.active {
    border-left: 4px solid #05b0cf;
}
.navbar-default .nav > li.active {
    background: #ebebeb !important;
}

#side-menu .nav-header h2 small {
    color: #4d4d4d;
    right: 6px;
}

.navbar-default .nav > li > a,
.navbar-default .nav > li.active > a,
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus{
    color: #475055 !important;
}
.navbar-default .nav > li > .disabled {
    opacity: .5;
}
.navbar-default .nav > li.active > a > .nav-label,
.navbar-default .nav > li.active li.active > a {
    text-decoration: underline;
}
.navbar-default .nav > li > a > i {
    color: #0094f9 !important;
}
.page-heading {
    border-bottom: none !important;
}
.navy-bg,
.label-primary,
.btn-primary {
    background-color: #39b54a !important;
    border-color: #39b54a !important;
}
.text-primary {
    color: #39b54a !important;
}
.blue-bg,
.label-success,
.btn-success {
    background-color: #0c619e !important;
    border-color: #0c619e !important;
}
.text-success {
    color: #0c619e !important;
}

.dropdown-menu nav li a:hover {
    background-color: #0c619e !important;
}

.lazur-bg,
.label-info,
.btn-info {
    background-color: #05b0cf !important;
    border-color: #05b0cf !important;
}
.text-info {
    color: #05b0cf !important;
}
.yellow-bg,
.label-warning,
.btn-warning {
    background-color: #f89b2c !important;
    border-color: #f89b2c !important;
}
.text-warning {
    color: #f89b2c !important;
}
.red-bg,
.label-danger,
.btn-danger {
    background-color: #ff4a1f !important;
    border-color: #ff4a1f !important;
}
.text-danger {
    color: #ff4a1f !important;
}
#builder .group-conditions .btn-primary.active {
    background-color: #39b54a !important;
    border-color: #39b54a !important;
}

#builder .group-conditions .btn-primary {
    background-color: lightgray !important;
    border-color: lightgray !important;
}

#attr_builder .group-conditions .btn-primary.active {
    background-color: #39b54a !important;
    border-color: #39b54a !important;
}

#attr_builder .group-conditions .btn-primary {
    background-color: lightgray !important;
    border-color: lightgray !important;
}
/**/