html, body {
    font-family: Montserrat, Helvetica, Arial, "sans-serif";
}

.container-fluid {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    margin-left: 0;
    margin-right: 0;
}

header {
    align-items: center;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 17px 37px;
}

    header h1 {
        margin: 0;
    }

        header h1 img {
            width: 200px;
        }

header-sub {
    align-items: center;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 8px 37px;
    margin-top: 15px;
}

.sidebar {
    background: rgb(248,248,248);
    background-image: none;
    height: calc(100vh - 93.44px);
    min-width: 220px;
    padding-top: 25px;
}

.list-group-item {
    background: rgb(248,248,248);
}

    .list-group-item.active {
        background: rgba(81, 181, 177, 0.1);
        color: black;
    }

.content {
    display: flex;
    flex-direction: column;
    padding: 15px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.page-title {
    color: #51B5B1;
    font-size: 2rem;
}

button {
    background: rgba(81, 181, 177, 0.1);
    border: 1px solid #51B5B1;
    border-radius: 30px;
    box-sizing: border-box;
    color: #51b5b1;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 12px;
    /*margin-left: 25px;*/
    text-transform: uppercase;
    /*width: 200px;*/
}

.submit-button {
    background: #51b5b1;
    color: #fff;
}

.delete-button {
    background: rgba(255,0,0,0.2);
    border: 1px solid #f00;
    color: #f00;
}

.login-field {
    min-width: 300px;
    max-width: 500px;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

th,
td {
    padding: 15px 15px;
    vertical-align: middle;
}

thead {
    background: #fff;
    border-bottom: 1px solid #cecfd5;
    color: #6F6F6F;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    text-align: left;
    text-transform: uppercase;
}

td, th {
    border-bottom: 1px solid #cecfd5;
}

.event-image {
    width: 200px;
    line-height: 12px;
}

.event-date,
.event-name,
.event-artist,
.event-price {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 14px;
    text-transform: capitalize;
}

.category-event-header {
    width: 300px;
}

.event-purchase-button {
    background: #51b5b1;
    color: #fff;
}

.event-purchase-button:hover {
    background: #51b5b1;
}

.nested-table {
    width: 90%;
}

.back-to-catalog a {
    color: #51b5b1;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    padding-left: 5px;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (min-width: 992px) {
    .ticket-sales-table {
        width: 70%;
    }
}

.pager button, .pager span {
    padding-left: 10px;
    padding-right: 10px;
}

.pager-btn {
    width: 75px;
    background: #51b5b1;
    color: #fff;
}

.pager-btn-disabled {
    width: 75px;
    background: rgba(81, 181, 177, 0.1);
    color: #51b5b1;
}

well {
    color: #000000 !important;
    padding: 0px 60px;
    margin: 0px 60px;
}
