﻿body {
    font-family: "Roboto Condensed", "Helvetica Neue LT Pro", "Arial Narrow", "Helvetica", "PingFang", sans-serif;
    background-image: url("/images/textar_background.webp");
    background-size: cover;
    position: relative;
}

@media only screen and (min-width: 768px) {
    body.landing-page {
        background-image: url("/images/landing_page_background.png");
        background-repeat: repeat-y !important;
    }

    .header > img {
        float: left;
    }

    #landing-page-second-logo {
        float: none;
    }

    .landing-page-title {
        background-image: url("/images/landing_page_title_background.png") !important;
        background: center;
        display: inline-block;
        min-width: 668px;
        min-height: 112px;
        text-align: center;
        color: #000 !important;
    }
}

@media only screen and (min-width: 1489px) {
    #landing-page-second-logo {
        float: right;
    }
}

body.landing-page button[disabled] {
    color: #ffffff !important;
}

body.landing-page .input-validation-error {
    border: 3px solid #ff0000 !important;
}

.landing-page label > span, .landing-page label > span > a {
    color: #ffd400;
}

.landing-page-grey-rectangle {
    background: transparent url("/images/grey_rectangle.png") !important;
}

.landing-page-yellow-corner {
    background: transparent url("/images/landing_page_yellow_corner.png") !important;
    background-repeat: no-repeat !important;
    background-position-x: right !important;
}

.landing-page-title {
    color: #FFF;
}

    .landing-page-title h1 {
        margin-top: 35px;
        font-size: 2em;
    }

@media only screen and (min-width: 768px) {
    .landing-page-card-1 {
        background-image: url("/images/landing_page_card_1.png"), linear-gradient(90deg, rgba(65,66,72,0) 20%, rgba(65,66,72,1) 30%, rgba(65,66,72,1) 100%) !important;
        background-size: auto 100% !important;
        background-repeat: no-repeat;
        margin-left: 1.6rem !important;
    }

        .landing-page-card-1 .my-1 {
            margin-left: 4rem !important;
        }

    .landing-page-icon-1 {
        background: transparent url("/images/landing_page_monitor_icon.png") !important;
        background-repeat: no-repeat !important;
        background-position-y: center !important;
        margin-left: 0.85rem;
    }

    .landing-page-icon-2 {
        background: transparent url("/images/landing_page_vehicle_icon.png") !important;
        background-repeat: no-repeat !important;
        background-position-y: center !important;
        margin-left: 0.55rem;
    }

    .landing-page-card-3 {
        background-image: url("/images/landing_page_card_3.png"), linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 1) 100%) !important;
        background-size: auto 100% !important;
        background-repeat: no-repeat;
        border: 2px solid #414248;
        border-left: none;
        margin-left: 2rem !important;
    }

        .landing-page-card-3 .my-3 {
            margin-left: 4rem !important;
        }

    .landing-page-icon-3 {
        background: transparent url("/images/landing_page_users_icon.png") !important;
        background-repeat: no-repeat !important;
        background-position-y: center !important;
    }
}

.landing-page-icon-3 {
    background: transparent;
}

@media only screen and (min-width: 768px) {
    .landing-page-yellow-circle {
        background: transparent url("/images/landing_page_yellow_circle.png") !important;
    }
}

.landing-page-yellow-circle {
    background: transparent;
    background-repeat: no-repeat !important;
    background-position-y: center !important;
}

.landing-page-color-white {
    color: #ffffff !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", "Helvetica Neue LT Pro", "Arial Narrow", "Helvetica", "PingFang", sans-serif;
}

.navbar {
    background-color: #FFE400;
}

.navigation-bar {
    color: #DADADA;
    font-weight: bold;
    text-transform: uppercase;
}

.sidebar {
    background-color: #FFE400;
}

.sidebar-heading {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 1rem;
}

    .sidebar-heading span {
        padding-left: 20px;
    }

    .sidebar-heading i {
        margin-right: 3px;
    }

.nav-link i, .nav-link svg {
    padding-left: 20px;
    margin-left: 1rem;
    margin-right: 3px;
}

.navigation-menu {
    color: #DADADA;
    font-weight: bold;
    text-transform: uppercase;
}

    .navigation-menu a {
        color: #000000;
        font-weight: bold;
        font-size: 14px;
    }

.footer {
    background-color: #000000 !important;
    min-height: 100px;
    border-top: none;
}

    .footer .row {
        color: #FFFFFF;
        display: flex;
        align-items: center;
        line-height: 12px;
    }

    .footer span a {
        color: #FFFFFF;
        text-decoration: none;
    }

.footer-fullpage {
    background-color: transparent;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 20px !important;
}

    .footer-fullpage .container {
        color: #DADADA;
    }

        .footer-fullpage .container span, .footer-fullpage .container span a {
            text-decoration: none;
        }

.btn {
    background-color: #ffee40;
    color: #000000;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 50px;
    font-family: 'Roboto Condensed', 'Helvetica', 'Arial', 'Lucida', sans-serif !important;
    border: 0;
}

    .btn:hover {
        background-color: #000000;
        color: #ffee40;
    }

#btn-request-invitation {
    color: #FFFFFF;
}

    #btn-request-invitation:hover {
        background-color: #000000;
        color: #ffee40;
    }

.btn-secondary {
    background-color: #DADADA;
}

.btn-danger, .btn-outline-danger {
    background-color: #ff0000;
}

.btn-success, .btn-outline-success {
    background-color: #28a745;
}

.btn-close {
    background-color: #DADADA;
    padding: 0;
}

    .btn-close:hover {
        background-color: #808080 !important;
    }

.btn-logout {
    background-color: #FFE400 !important;
}

    .btn-logout:hover {
        background-color: #FFE400 !important;
    }

.pagination {
    font-weight: bold;
}

    .pagination .page-link {
        background: none;
        color: #000000;
        border: none;
    }

    .pagination .active {
        border: 1px solid black;
    }

    .pagination .page-link:hover {
        text-decoration: underline !important;
        border: none;
    }

.checkmark {
    background: green;
    color: white;
    padding: 3px;
    border-radius: 4px;
}
