﻿/* 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. */


:root {
    --primary: #ee2737;
}

@import "/Content/bootstrap.css";


@font-face {
    font-family: AllianceNo1;
    src: url("../fonts/AllianceNo1.otf") format("opentype");
}

.text-notes {
    color: #495057;
    margin-left: 10px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #ee2737;
    border-color: #f96459;
}

header {
    background-color: #000;
}

.navbar-brand svg {
    fill: #fff;
    -webkit-transition: fill 0.25s ease-in-out;
    transition: fill 0.25s ease-in-out;
}

    .navbar-brand svg:hover {
        fill: #fe0000;
        cursor: pointer;
    }

.footer-widget {
    background-color: #f4f4f4;
}

    .footer-widget p, .footer-widget a {
        color: #000 !important;
    }

    .footer-widget .text-primary {
        font-weight: bold;
    }

.copyright {
    background: #000;
    color: #fff;
    font-size: 14px;
}

    .copyright a {
        color: #FFF;
    }

.card {
    border: none;
}

h1 {
    font-weight: 700 !important;
}

.card-title .text-primary {
    color: #ee2737 !important;
}

.text-found {
    color: #6c757d !important;
    margin-top: -48px;
    text-align: left;
    margin-left: 75px;
}

.text-searched {
    color: #212529 !important;
}


.text-not-found {
    color: #6c757d !important;
    margin-top: -1.6em;
    text-align: center;
    margin-left: 75px;
}

.card-body {
    padding-left: 10;
    padding-right: 10;
}

    .card-body form input[type=text], .card-body form select {
        background-color: #f4f4f4;
        border: none;
    }

.form-control {
    border-radius: 0;
}

.btn {
    border-radius: 30px;
    min-width: 150px;
}

.btnns {
    border-radius: 30px;
    min-width: 70px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
}

.btnxxs {
    min-width: 30px !important;
}


.nav-tabs {
    border-bottom: solid 3px #FFF;
}

    .nav-tabs .nav-link:hover, .nav-tabs .nav-link.active {
        border-color: #FFF;
    }

    .nav-tabs .nav-link {
        font-size: 0.7em;
        color: #000;
        padding: 0 20px;
    }

        .nav-tabs .nav-link.active {
            color: #ee2737;
            font-weight: bolder;
            border-bottom: solid 3px #ee2737;
        }

.container-doc {
    background-color: #dadada;
}

.card-titleDoc {
    font-size: 1.2em;
    color: #ee2737;
    font-weight: bolder;
}

.container-doc .container .tab-content {
    padding: 5px;
}

.warningIcon {
    display: flex;
    align-items: center;
}

.warningBox {
    border: 1px solid #ee2737;
    border-radius: 0.9em;
    padding: 7px;
    margin-right: 10px;
}

.warningLabel {
    font-size: xx-small;
}

.phone {
    display: contents;
}

.screen {
    display: none;
}

@media (min-width: 768px) {
    .phone {
        display: none;
    }

    .screen {
        display: contents;
    }

    .warningLabel {
        font-size: small;
    }

    .container-doc .container .tab-content {
        padding: 50px;
    }

    .card-titleDoc {
        font-size: 1.9em;
        color: #ee2737;
        font-weight: bolder;
    }

    .nav-tabs .nav-link {
        font-size: 0.7em;
        color: #000;
        padding: 0 40px;
    }

    .text-found {
        color: #6c757d !important;
        margin-top: -1em;
        margin-top: -55px;
        text-align: left;
        margin-left: 75px;
    }
}






/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .margin-lang {
        margin-top: -65px !important;
    }
}

.margin-lang {
    margin-top: -58px;
}


.border-top {
    border-top: 1px solid #ff8f80;
}

.border-bottom {
    border-bottom: 1px solid #ff8f80;
}

.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 {
    font-family: "AllianceNo2", Arial, Helvetica, sans-serif;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.einfoSearch {
    color: #ffffff !important;
    margin-left: -135px;
}

.infografysearch {
    color: white;
    margin-left: 155px;
    margin-top: -165px;
    font-size: small;
    text-decoration: none;
}

    .infografysearch:hover {
        color: #ee2737;
    }
