﻿/* LOGIN */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");

body {
    min-height: 520px;
}

.mt-10 {
    margin-top: 70px
}

.navbar-brand {
    font-weight: bold;
    line-height: 30px;
    border-right: 1px solid #666;
    padding: 0 10px;
}

/* ANCHOR */
a,
.btn-link,
.nav-link {
    color: #ED1C24;
}

    a:hover,
    .btn-link:hover,
    .nav-link:hover {
        color: #A61419;
    }

i.far,
i.fas {
    color: #ccc;
}

textarea {
    height: 100px !important;
}

/* CHECKBOX */
input[type="checkbox"]:checked {
    background-color: #ED1C24;
    border-color: #ED1C24;
}

/* PRIMARY BUTTON */
.btn-primary {
    color: white;
    background-color: #ED1C24;
    border-color: #ED1C24
}

    .btn-primary:hover {
        color: white;
        background-color: #A61419;
        border-color: #A61419
    }

    .btn-primary:focus,
    .btn-primary.focus {
        color: white;
        background-color: #A61419;
        border-color: #A61419;
        box-shadow: 0 0 0 0.25rem rgb(166 20 25 / 50%);
    }

    .btn-primary.disabled,
    .btn-primary:disabled {
        color: white;
        background-color: #ccc;
        border-color: #ccc;
    }

    .btn-primary:not(:disabled):not(.disabled):active,
    .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: white;
        background-color: #BE161D;
        border-color: #BE161D
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus,
        .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgb(166 20 25 / 50%);
        }



h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    color: #ED1C24;
    font-weight: 100
}

h1 {
    margin-bottom: 30px;
}

    h1.h1-mega {
        font-size: 100px;
    }

#Login-image {
    background: url(/images/hopmans-bg.jpg) no-repeat center center;
    height: 100vh;
    background-size: cover
}

.img-half-size {
    max-width: 50%;
}

table.no-break td,
table.no-break th,
td.no-break,
th.no-break {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.strong {
    font-weight: bold;
}

.logo {
    margin-top: 20px;
}

.alert {
    font-size: inherit;
}

.toast {
    position: fixed;
    bottom: 20px;
    text-align: center;
    right: 20px;
}

/* de border van de th's van de datatable zijn heel lelijk. Even resetten */
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 2px solid #ddd;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
    border-top: 1px solid #ddd;
}

.ellipsis {
    max-width: 245px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis-sm {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.line-height-l h3 {
    line-height: 1.5;
}

.border-red {
    border: 1px solid red;
}

.border-green {
    border: 1px solid green;
}

table.td-evenly td {
    width: 1%;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
}
/* Nog bredere schermen */
@media only screen and (min-width: 1500px) {
    .container {
        width: 1500px;
    }
}
