/* Minification failed. Returning unminified contents.
(109,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */

/* 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. */

@font-face {
    font-family: "Alliance No. 2.0";
    src: url("alliance-no-2-regular.otf") format("opentype");
    font-weight: lighter;
    font-style: normal;
}

html {
    font-family: "Alliance No. 2.0", sans-serif;
    font-size: 14px;
    font-weight: lighter;
}

.btnsearch {
    min-width: 20px !important;
    background-color: transparent !important;
    border: 0px;
    padding: 3px;
}

.inputsearch {
    background-color: transparent !important;
}
.vcenter {
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.logincontainer {
    //display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}


.small-text {
    font-size: 0.75em;
    margin: 0px;
    padding: 0px;
}

.title-disclaimer
{    
    margin-bottom: 60px;
}

.title-disclaimer-margins {
    padding: 5px;
    margin: 5px;
}


.loginlogo {
    display: flex;
    justify-content: center;
}

.logininput {
    border: 0px!important;
}

.logingroup {
    border: 1px solid #f4f4f4;
    padding: 5px;    
}

.form-control:focus {
    box-shadow: 0px 1px 0px rgba(255, 0, 0, 0.5);
}

.loginicon {
    padding: 0.575rem 0.75rem !important;
    background-color: transparent !important;
    border: 0px;
    color: #6c757d;
}

.colorbio {
    color: #ee2737;
}

.easize {
    margin-top: 40px;
    font-size: 2em;
}

.loginlink {
    font-size: 0.8em;
}

.loginform {
    border: 1px solid #ee2737;
    padding: 50px;
}
    
.loginbtn {
    border-radius: 2px!important;
    width: 100%;
}


:root {
    --primary: #ee2737;
}


@font-face {
    font-family: AllianceNo1;
    src: url("../fonts/AllianceNo1.otf") format("opentype");
}

.text-notes {
    color: #495057;
    margin-left: 10px;
    font-size: small;
}

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: 10px;
    padding-right: 10px;
}

    .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;
}

.listheight {
    height: 319px;
}

@media (min-width: 768px) {
    .listheight {
        height: 193px;
    }

    .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: "Alliance No. 2.0", sans-serif;
}

@media (min-width: 768px) {
    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
	
	.maincontent {
      height: calc(100vh - 380px);
      overflow-y: auto;
      overflow-x: hidden;
  }
}

.footer {
}

    .einfoSearch {
        color: #ffffff !important;
        margin-left: -135px;
    }

    .infografysearch {
        color: white;
        margin-left: 155px;
        margin-top: -165px;
        font-size: small;
        text-decoration: none;
    }


    .einfoDownload {
        color: #ffffff !important;
        margin-left: -135px;
        padding-top: 14px;
    }

    .infografysearch:hover {
        color: #ee2737;
    }


    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 30px white inset !important;
    }
