body {

}

h1 {
    color: #691c33;
}

h2 {
    color: #691c33;
}

h3 {
    color: #691c33;
}

h4 {
    color: #691c33;
}

h5 {
    color: #691c33;
}

.login-bg-img {
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.login-container {
    width: 90%;
    background-color: white;
    opacity: 0.85;
    padding: 20px;
    border-radius: 25px;
}

.login-validation-errors {
    color: red;
}

.login-validation-errors ul {
    list-style-type: none;
}

.bg-gleramente {
    background-color: #d5fbfc;
}

.bg-light-purple {
    background-color: #ec00ff;
}

.bg-purple {
    background-color: #691c33 !important;
}

.bg-light-green {
    background-color: #d7ffc7;
}

.bg-green {
    background-color: #53b816;
}

.bg-light-red {
    background-color: #ffcfcf;
}

.bg-red {
    background-color: #ff0000;
}

.bg-grey {
    background-color: #b0b8b8;
}

.bg-light-blue {
    background-color: #00bfff;
}

.bg-yellow {
    background-color: #ffe066;
}

.fg-white {
    color: #ffffff;
}

.fg-purple {
    color: #691c33;
}

.fg-green {
    color: #53b816;
}

.fg-orange {
    color: #ec671c;
}

.fg-red {
    color: #ff0000;
}

.grid-header-negative {
    background-color: #691c33 !important;
    color: #ffffff;
}

.navbar-purple .navbar-brand {
    color: #fff;
}

    .navbar-purple .navbar-brand:hover, .navbar-purple .navbar-brand:focus {
        color: #fff;
    }

.navbar-purple .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

    .navbar-purple .navbar-nav .nav-link:hover, .navbar-purple .navbar-nav .nav-link:focus {
        color: rgba(255, 255, 255, 0.75);
    }

    .navbar-purple .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, 0.25);
    }

    .navbar-purple .navbar-nav .show > .nav-link,
    .navbar-purple .navbar-nav .active > .nav-link,
    .navbar-purple .navbar-nav .nav-link.show,
    .navbar-purple .navbar-nav .nav-link.active {
        color: #fff;
    }

.navbar-purple .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-purple .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-purple .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

    .navbar-purple .navbar-text a {
        color: #fff;
    }

        .navbar-purple .navbar-text a:hover, .navbar-purple .navbar-text a:focus {
            color: #fff;
        }

.nav-item-width {
    width: 250px;
}


.options {
    padding: 20px;
    right: 0;
    top: 0;
    bottom: 0;
}

.caption {
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
}

.option {
    margin-top: 10px;
    color: #ffffff;
}

.headFilter {
    text-align: right;
    font-weight: 500;
    font-size: 15px;
    color: #691c33;
}

.text-large {
    font-size: 200%;
}

.filter-radiogroup .dx-item {
    color: #ffffff;
}

.filter-checkbox .dx-checkbox-text {
    color: #ffffff;
}

.photo-popup-content {
    text-align: center;
}

    .photo-popup-content .photo-popup-image {
        height: 100%;
        max-width: 100%;
    }

.pdf-popup-content {
    text-align: center;
}

    .pdf-popup-content .pdf-popup-viewer {
        height: 100%;
        width: 100%;
    }

table.discounts_list {
    width: 100%;
    border: solid 1px #691c33;
    margin: 0px;
    padding: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
    line-height: 22px;
    white-space: pre-wrap;
}

    table.discounts_list th {
        padding: 5px;
        background-color: #691c33;
        color: #FFFFFF;
        border: solid 1px #691c33;
    }

    table.discounts_list td {
        padding: 5px;
        border: solid 1px #691c33;
        text-align: center;
    }

    table.discounts_list tr {
        margin: 0;
        padding: 4px;
    }

.news-table {
    margin-left: auto;
    margin-right: auto;
}

.news-cell {
    background-color: white;
    max-width: 600px;
    padding: 10px 10px 10px 10px;
}

.news-container {
    background-color: #dddddd;
    padding: 15px 15px 15px 15px;
}

.news-content {
    background-color: white;
}

.news-image {
    width: 100%;
    height: 300px;
}

.news-body {
    padding: 10px 10px 10px 10px;
}

.news-date {
    color: #691c33;
    font-size: large;
    font-weight: bold;
}

.news-title {
    color: grey;
    font-size: x-large;
    font-weight: bold;
}

.news-sub-title {
    color: grey;
    font-size: large;
    font-weight: bold;
}

.news-description {
    padding: 5px 0px 5px 0px;
}