﻿/* 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. */


    html {
        font-size: 14px;
        position: relative;
        min-height: 100%;
    }

    @media (min-width: 768px) {
        html {
            font-size: 16px;
        }
    }

    .font-weight-semibold {
        font-weight: 500;
    }

    /*Spinner
    ---------------------------------------------------*/
    .lds-ring {
        display: inline-block;
        position: relative;
        width: 80px;
        height: 80px;
    }

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        margin: 8px;
        border: 8px solid #1779ba;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #1779ba transparent transparent transparent;
    }

    .lds-ring div:nth-child(1) {
        animation-delay: -0.45s;
    }

    .lds-ring div:nth-child(2) {
        animation-delay: -0.3s;
    }

    .lds-ring div:nth-child(3) {
        animation-delay: -0.15s;
    }

    @keyframes lds-ring {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }


    /* Sticky footer styles
    -------------------------------------------------- */
    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 */
    }


    a.navbar-brand {
      white-space: normal;
      text-align: center;
      word-break: break-all;
    }

    /* Provide sufficient contrast against white background */
    a {
      color: #0366d6;
    }

    .btn {
        border-radius: 500px;
    }

    .btn-primary {
        color: #fff;
        background-color: #1779ba;
        border-color: #1779ba;
    }

    .btn-primary:hover,
    .btn-primary:focus {
        background-color: #14679e;
        color: #fefefe;
    }

    .btn-excel {
        min-width:180px;
        color: #fff;
        background-color: #00a600;
        border-color: #00a600;
    }

    .btn-excel:hover,
    .btn-excel:focus {
        background-color: #008000;
        color: #fff;
    }

    .btn-pdf {
        min-width: 180px;
        color: #fff;
        background-color: #a60000;
        border-color: #a60000;
    }

    .btn-pdf:hover,
    .btn-pdf:focus {
        background-color: #800000;
        color: #fff;
    }

    .btn-mail {
        min-width: 180px;
        color: #fff;
        background-color: #888;
        border-color: #888;
    }

    .btn-mail:hover,
    .btn-mail:focus {
        background-color: #808080;
        color: #fff;
    }

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
      color: #fff;
      background-color: #1b6ec2;
      border-color: #1861ac;
    }

    .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;
    }

    /* Menu personalized */

    .main-nav .nav-link {
        position: relative;
        transition: all,.20s;
        text-decoration: none;
        background: transparent;
    }

        .main-nav .nav-link:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            bottom: 0;
            left: 0;
            background-color: #1779ba;
            visibility: hidden;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transition: transform 0.20s ease-in-out 0s;
            transition: transform 0.20s ease-in-out 0s;
        }

    .main-nav .nav-link:hover:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .main-nav .navlink:hover {
        text-decoration: none;
    }

    .main-nav {
        text-align: center;
    }

    .nav-item span {
        font-size: 0.8rem;
    }

    .nav-dropdown {
        left: -17px;
    }

    .nav-dropdown-lang {
        left: -50px;
    }

    .dropdown-menu {
        min-width:0;
    }

    .dropdown-item {
        font-size: 0.8rem;
        padding: .50rem 1.5rem;
    }

    .nav-link:hover > div .menu-icon {
        opacity: 0.9;
    }

    .menu-icon {
        background-size: contain;
        background-position: 50%;
        background-repeat: no-repeat;
        position: relative;
        display: inline-block;
        width: 1.28em;
        /*line-height: 1.33333333em;*/
        transition: all,.20s;
        opacity: 0.7;
    }

    .menu-icon:before {
        content: '\00a0';
    }

    .menu-icon-tparts {
        background-image: url(../icones/tparts.svg);
    }

    .menu-icon-tectools {
        background-image: url(../icones/tectools.svg);
    }

    .menu-icon-langues {
        background-image: url(../icones/langues.svg);
    }

    .dropdown-profile {
        display: block;
        padding: .5rem 1.5rem;
        margin-bottom: 0;
        font-size: .875rem;
        color: #6c757d;
        white-space: nowrap;
    }

    .dropdown-profile a {
        font-size: .875rem;
        color: #6c757d;
    }

    .dropdown-profile a:hover,
    .dropdown-profile a:focus {
        color: #6c757d;
    }

    .profile-item {
        min-height:80px;
    }

    .selection-count {
        position: absolute;
        top: 5px;
        right: 10px;
        background-color: #0062cc;
        padding: 0px;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        color: #fff;
        font-size: 0.7rem;
    }

    .cursor-pointer {
        cursor: pointer;
        -ms-user-select: none;
        user-select: none;
    }

    @media (min-width: 768px) {

        .nav-dropdown-lang {
            left: -17px;
        }
    }