﻿body > .main {
    z-index: 3;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #7336ED;
}

.modal-title {
    color: #fff;
}

.navbar-nav {
    text-transform: uppercase !important;
    letter-spacing: 2px;
    font-size: 0.8em;
}

    .navbar-nav .nav-item {
        margin: 0 10px;
    }

        .navbar-nav .nav-item .dropdown-menu {
            background-color: #15FFF6;
            color: #fff;
            padding: 2rem;
            margin-top: 14px;
        }

@media screen and (max-width:992px) {
    .navbar-nav .nav-item .dropdown-menu {
        padding: 0.8rem;
        margin-top: 10px;
    }
}

.body-content > .card {
    min-height: 76vh;
}

th {
    letter-spacing: 1px;
    text-transform: uppercase;
}

body:before {
    background-repeat: repeat;
    background-size: 50%;
    background-image: url('Images/BG.jpg');
    z-index: 1;
    position: fixed;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

body:after {
    position: fixed;
    content: '';
    background-color: rgba(255,255,255,0.8);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 30px;
}

footer {
    margin-top: 40px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */


.navbar-dark.bg-primary {
    border-bottom: 7px solid #15FFF6;
}

.card {
    border-radius: 20px;
}

.modal-body.heighted {
    height: 80vh;
    overflow-y: auto;
    background-color: #efefef;
}

label {
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #777;
}

    label.required:after {
        font-size: 0.8em;
        font-weight: normal;
        color: var(--bs-danger);
        content: '*';
    }

.form-control-stripped {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: unset !important;
}

body:not(.loading) .loadingElem {
    display: none;
}

.loadingElem {
    position: fixed;
    z-index: 99999999999;
    background-color: rgba(255,255,255,0.7);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-content: center;
    justify-content: center;
}

    .loadingElem i {
        align-self: center;
        color: #7336ED;
        text-shadow: 3px 3px 6px #15FFF6
    }


.bg-primary {
    background-color: #7336ED !important;
}

.btn, .btn-group {
    border-radius: 0 !important;
    border: 0 !important;
}

.btn-success, .bg-success {
    color: #7336ED !important;
    font-weight: bold !important;
}

/*.paginate_button .page-link {
  padding: 0.375rem 0.55rem;
  margin-top: 10px;
}*/

/*.btn {
    display: flex;
    align-items: center;
}*/

.table.dataTable {
    width: 100% !important;
}

.dataTables_paginate,
.dataTables_info {
    margin-top: 10px !important;
    padding-top: 0 !important;
}

@media screen and (max-width:540px) {
    .paginate_button.page-item {
        display: none;
    }

    li.paginate_button.page-item.active,
    li.paginate_button.page-item.previous,
    li.paginate_button.page-item.next {
        display: block;
    }
}

@media screen and (max-width:767px) {
    .dataTables_length,
    .dataTables_filter {
        text-align: left !important;
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .dataTables_paginate .page-link[data-dt-idx="4"],
    .dataTables_paginate .page-link[data-dt-idx="5"] {
        display: none;
    }
}
