﻿.navbar {
    background-image: none;
    background-repeat: no-repeat;
    -ms-filter: none;
    filter: none;
}

.navbar-header {
    padding-bottom: 10px !important;
}

.btn {
    background-image: none;
    background-repeat: no-repeat;
    -ms-filter: none;
    filter: none;
}

.alert {
    background-image: none;
    background-repeat: no-repeat;
    -ms-filter: none;
    filter: none;
}

.progress-bar {
    background-image: none;
    -ms-filter: none;
    filter: none;
}

.table-bordered thead tr,
.table-bordered tfoot tr {
    background-image: none;
    background-repeat: no-repeat;
    -ms-filter: none;
    filter: none;
}

.accordion-boxed .accordion-toggle {
    background-image: none;
    background-repeat: no-repeat;
    -ms-filter: none;
    filter: none;
}

.accordion-boxed .panel.is-open .accordion-toggle {
    background-image: none;
    background-repeat: no-repeat;
    -ms-filter: none;
    filter: none;
}

.modal-styled .modal-header {
    background-image: none;
    background-repeat: no-repeat;
    -ms-filter: none;
    filter: none;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-image: none;
    background-repeat: no-repeat;
    -ms-filter: none;
    filter: none;
}
