header .navbar {
    background-color: #cf2e2e;
}

.navbar a {
    color: white;
}

.section-title {
    margin-top: 20px;
    margin-bottom: 20px;
}

.section-filter {
    margin-bottom: 30px;
}

.section-filter .btn-create {
    margin-top: -38px;
}

/* panel-table */
.panel {
    border-color: #444444;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
}

/* table */
.table caption {
    color: inherit;
    font-weight: 600;
    padding: 21px 30px 19px;
    text-transform: uppercase;
}

.table > thead > tr > th {
    border-bottom: 0;
    font-weight: 600;
    padding: 21px 4px 19px;
    text-transform: uppercase;
}

.table > thead > tr > th > a{
    color: #444444;
    text-decoration: none;
}

.table > thead > tr > th:first-child {
    padding-left: 20px;
}

.table > thead > tr > th:last-child {
    padding-right: 20px;
}

.table > thead > tr > th.table-more {
    padding-right: 12px;
}

.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    font-size: 16px;
}

.table > tbody > tr > th:first-child,
.table > tfoot > tr > th:first-child,
.table > tbody > tr > td:first-child,
.table > tfoot > tr > td:first-child {
    padding-left: 20px;
}

.table > tbody > tr > th:last-child,
.table > tfoot > tr > th:last-child,
.table > tbody > tr > td:last-child,
.table > tfoot > tr > td:last-child {
    padding-right: 20px;
}

.table > tbody > tr > th.table-more,
.table > tfoot > tr > th.table-more,
.table > tbody > tr > td.table-more,
.table > tfoot > tr > td.table-more {
    padding-right: 12px;
}

@media (max-width: 767px) {
    .table > tbody > tr > th,
  .table > tfoot > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
        border-top-color: transparent;
        line-height: 1.4;
        padding: 1px 0;
    }
}

@media (min-width: 768px) {
    .table > tbody > tr > th,
  .table > tfoot > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
        border-top-color: #EAEAEA;
        line-height: 2.15;
        padding: 8px 4px;
    }
}

.table > tbody > tr > th,
.table > tfoot > tr > th {
    font-weight: normal;
    color: #797979;
}

@media (max-width: 767px) {
    .table > tbody > tr,
  .table > tfoot > tr {
        padding: 12px 16px;
        position: relative;
    }

    .table > tbody > tr + tr,
  .table > tfoot > tr + tr {
        border-top: 1px solid #EAEAEA;
    }
}

/* pagination */
.pagination {
    font-size: 16px;
    margin-bottom: 14px;
}

.pagination > li > a {
    border-color: transparent;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color:#444444;
    margin: 0 7.5px;
    padding: 0 6px;
    min-width: 25px;
}

.pagination > li > a {
    text-decoration: none;
}

.pagination > li > a:focus,
.pagination > li > a:hover {
    border-color: #cf2e2e;
    border-style: solid;
    border-width: 1px;
    color: #444444;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination > .active > a:hover,
.pagination > .active > span:hover {
    border-color: transparent;
    background: #cf2e2e;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover {
    border-color: transparent;
    color: #A9A9A9;
}

.pagination > li.disabled > span{
    background-color: transparent;
    border-color: transparent;
    padding: 0 12px;
}
/* .search-icon {
    margin-top: -36px;
    right: -10px;
} */


.card-store-collector {
    margin-bottom: 20px;
}

.input-group.product {
    margin-bottom: 10px;
}

.site-login,
.site-request-password-reset,
.site-reset-password {
    margin-top: 40px;
}


@media (max-width: 767px) {
    .section-filter .btn-create {
        margin-top: -85px;
    }

    .section-filter .btn-create span {
        display: none;
    }
    .section-filter .btn-create:after {
        content: '+';
    }
}