﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.Nav-link:hover {
    color: #fb263b;
    cursor: pointer;
    text-decoration: none;
}

.Nav-link, .dropdown-item {
    font-family: Barlow,Arial,sans-serif;
    font-weight: 700;
    color: #121010;
    text-align: left;
    text-transform: uppercase;
    background: transparent;
    -webkit-appearance: none;
    outline: none;
    border: 0;
    display: inline-block;
    -webkit-transition: .5s cubic-bezier(.77,0,.175,1);
    -o-transition: .5s cubic-bezier(.77,0,.175,1);
    transition: .5s cubic-bezier(.77,0,.175,1);
    font-size: 0.9375rem;
}

.Nav-link {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 0.25rem;
}

.dropdown-item {
    padding: 0.25rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

    .dropdown-item.active, .dropdown-item:active {
        background-color: #fb263b;
    }

    @media (min-width: 1200px) {
        .Nav-link, .dropdown-item {
        font-size: 0.75rem;
    }

    .Nav-link {
        margin: 0.75rem;
        padding: 0;
    }
}

@media (min-width: 1500px) {
    .Nav-link, .dropdown-item {
        font-size: 0.9375rem;
    }

    .Nav-link {
        margin: 1.25rem;
    }
}

.thead-headers-no-wrap tr th {
    white-space: nowrap;
}
/* Sticky footer styles
-------------------------------------------------- */
/*html {
  font-size: 14px;
}
*/
.border-top {
    border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.pagination .page-link {
    color: #fb263b;
}

.pagination .page-item.active .page-link {
    background-color: #fb263b;
    border-color: #fb263b;
}

.pagination .page-link:focus {
    box-shadow: none;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
}

.dt-bootstrap4.dataTables_wrapper .form-control-sm {
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.dt-bootstrap4.dataTables_wrapper .form-control-sm:focus {
    box-shadow: none;
}

.dt-button.dropdown-item.buttons-columnVisibility {
    text-transform: none;
}

    .dt-button.dropdown-item.buttons-columnVisibility:active,
    .dt-button.dropdown-item.buttons-columnVisibility.active {
        background-color: transparent;
        color: #000;
    }

        .dt-button.dropdown-item.buttons-columnVisibility.active:after {
            content: '\2713';
            color: #fb263b;
            padding-left: 0.5rem;
        }

.bg-secondary_loxam {
    background-color: #f0edee;
}

p {
    margin-top: 0;
}

.cssmodal-container {
    position: fixed;
    background-color: #fff;
    width: 70%;
    max-width: 400px;
    left: 50%;
    padding: 20px;
    border-radius: 5px;
    -webkit-transform: translate(-50%, -200%);
    -ms-transform: translate(-50%, -200%);
    transform: translate(-50%, -200%);
    -webkit-transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
}

.cssmodal:before {
    content: "";
    position: fixed;
    display: none;
    background-color: rgba(0,0,0,.8);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10000;
}

.cssmodal-active:before {
    display: block;
}

.cssmodal-active .cssmodal-container {
    top: 20%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: 10001;
}

/*.cssmodal:target:before {
    display: block;
}
*/

/*.cssmodal:target .cssmodal-container {

}

#cssmodal-close {
}
*/

.lds-default {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    align-self: center;
}

    .lds-default div {
        position: absolute;
        width: 6px;
        height: 6px;
        background: #fb263b;
        border-radius: 50%;
        animation: lds-default 1.2s linear infinite;
    }

        .lds-default div:nth-child(1) {
            animation-delay: 0s;
            top: 37px;
            left: 66px;
        }

        .lds-default div:nth-child(2) {
            animation-delay: -0.1s;
            top: 22px;
            left: 62px;
        }

        .lds-default div:nth-child(3) {
            animation-delay: -0.2s;
            top: 11px;
            left: 52px;
        }

        .lds-default div:nth-child(4) {
            animation-delay: -0.3s;
            top: 7px;
            left: 37px;
        }

        .lds-default div:nth-child(5) {
            animation-delay: -0.4s;
            top: 11px;
            left: 22px;
        }

        .lds-default div:nth-child(6) {
            animation-delay: -0.5s;
            top: 22px;
            left: 11px;
        }

        .lds-default div:nth-child(7) {
            animation-delay: -0.6s;
            top: 37px;
            left: 7px;
        }

        .lds-default div:nth-child(8) {
            animation-delay: -0.7s;
            top: 52px;
            left: 11px;
        }

        .lds-default div:nth-child(9) {
            animation-delay: -0.8s;
            top: 62px;
            left: 22px;
        }

        .lds-default div:nth-child(10) {
            animation-delay: -0.9s;
            top: 66px;
            left: 37px;
        }

        .lds-default div:nth-child(11) {
            animation-delay: -1s;
            top: 62px;
            left: 52px;
        }

        .lds-default div:nth-child(12) {
            animation-delay: -1.1s;
            top: 52px;
            left: 62px;
        }

@@keyframes lds-default {
    0%, 20%, 80%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}