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

/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

/*#region VARIABLES*/
/*
    color nav dark      #343a40 @Used in nav, footer, feedback
    color bleu light    #00B4DB @Used for app color - nav, bg, text, button
    color bleu dark     #0083B0 @Used for app color - nav, bg, text, button

/*#endregion VARIABLES*/

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

html {
    /*height: 100%;*/
    width: 100%;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    /*height: 100%;*/
    width: 100%;
    margin: 0;
    padding: 0;
}

.body-content {
    height: auto;
    max-width: 100%;
    /*overflow-x: hidden;*/
    margin: 0;
    padding: 1px;
}

.ts-layout-margin {
    margin-top: 100px;
}

/*#endregion BASE*/

/*.tooltip-arrow,
.tooltip > .tooltip-inner {
    background-color: #ffffff;
    color: #343a40;
    padding: 1rem;
    border: 1px solid #6c757d;
    opacity: 1;
}*/

/*#region PERSO*/

.mdp-check-case {
    height: 8px;
    /*border: 1px solid lightgray;*/
}

.ts-search-icon {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.ts-search-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none !important;
}

.snackbar {
    position: absolute;
    z-index: 99;
    right: 20px;
    bottom: 30px;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.feedback {
    display: none;
    padding: 20px;
}

.feedback-message {
    color: whitesmoke;
    font-size: 1.1rem;
}

.ts-cursor {
    cursor: pointer;
}

.ts-tag {
    padding: 0.3em;
    border-radius: 0.6em;
}

.ts-tag-sm {
    padding: 0.3em;
    border-radius: 0.6em;
    font-size: 75%;
}

.help-block ul li {
    list-style-type: none;
}
/*#endregion PERSO*/

/*#region TEXT AND BACKGROUND*/
/* https://uigradients.com/#BlueRaspberry */
.ts-brand-text {
    color: #dc3545;
}

.ts-text-light {
    color: #00B4DB; /*Blue light*/
}

.ts-text-dark {
    color: #0083B0; /*Blue dark*/
}

.ts-bg-light {
    background-color: #00B4DB;
}

.ts-bg-dark {
    background-color: #0083B0;
}
/*#endregion TEXT AND BACKGROUND*/

/*#region FORMS AND BUTTONS*/
.btn-ts {
    color: #fff;
    background-image: linear-gradient(to right top, #00B4DB, #0083B0);
    border: none;
}

    .btn-ts:hover {
        opacity: 0.9;
        background-image: linear-gradient(to right top, #0083B0, #00B4DB);
    }
/*#endregion FORMS AND BUTTONS*/

/*#region NAV*/
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

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

.nav li {
    float: left;
    display: block;
    color: #0083B0;
    text-align: center;
    text-decoration: none;
    font-size: 1.2rem;
    border-bottom: 3px solid transparent;
}

    .nav li:hover {
        border-bottom: 3px solid #00B4DB; /*light*/
    }

    .nav li.active {
        border-bottom: 3px solid #0083B0; /*dark*/
    }

.nav-border-right {
    border-right: 1px solid gray;
}
/*#endregion NAV*/

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    margin-top: 0;
}

/*#region HOME AND LOGIN*/
.home-wrapper {
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-image: url('/img/pneus.jpeg');
}

.login-wrapper {
    /*background: #343a40;*/
    height: 100%;
}
/*#endregion HOME AND LOGIN*/


/*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 */
/*}*/
