/*
Custom CSS file for project
*/

.table-hover-cells > tbody > tr > th:hover,
.table-hover-cells > tbody > tr > td:hover {
  background-color: #f5f5f5;
}

.table-hover-cells > tbody > tr > th.active:hover,
.table-hover-cells > tbody > tr > td.active:hover,
.table-hover-cells > tbody > tr.active > th:hover,
.table-hover-cells > tbody > tr.active > td:hover {
  background-color: #e8e8e8;
}

.table-hover.table-hover-cells > tbody > tr:hover > th:hover,
.table-hover.table-hover-cells > tbody > tr:hover > td:hover {
  background-color: #e8e8e8;
}

.table-hover.table-hover-cells > tbody > tr.active:hover > th:hover,
.table-hover.table-hover-cells > tbody > tr.active:hover > td:hover {
  background-color: #d8d8d8;
}

.bg-registration {
  background-image: linear-gradient(180deg, #FEC858 10%, #D29352 100%);
}

.bg-gradient-primary {

    background-color: #D29352;

    background-image: linear-gradient(180deg, #FEC858 10%, #D29352 100%);

    background-size: cover;

}

.sidebar-dark .nav-item .nav-link {

color: #AA2137;

font-weight: 700;
}

.sidebar-dark .nav-item .nav-link i {

color: #AA2137;
}

.text-primary {

color: #AA2137 !important;

}

.page-item.active .page-link {

background-color: #AA2137;

border-color: #AA2137;
}

.page-link {

color: #AA2137;
}

a {
 color: #AA2137;
}

.topbar {

background-image: url("/img/back4.jpg");

background-repeat: no-repeat;

background-position: center center;

background-size: cover;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {

font-weight: 700;
}

.btn-ascc {
    background-color: #AA2137;
    border-color: #AA2137;
}
