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

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

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

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

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

/* Sticky footer styles
-------------------------------------------------- */
html, body
{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #e6e6e6;
    padding-top: 15px;
}
html {
    font-size: 14px;
}

.e-control *:not(.oi):not(.bi):not(.e-icons) /* Set font for all e-control descendants except icons  */ {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

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

    .dashboard-block
    {
        height: 25rem;
    }

    .map-style
    {
        width: 400px;
    }
}

@media (max-width: 767.9px)
{
    .dashboard-block
    {
        height: 15rem;
    }

    .map-style
    {
        width: 250px;
    }
}

@media (min-width: 450px) {
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

.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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

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

.mtop-undernav{
    margin-top:75px
}

.toolback
{
    border-radius: 4px;
    border: 1px #abb9c6;
    opacity: 0.95;
    background: rgba(53, 63, 76, 0.90);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.40);
    padding-bottom: 5px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: 110px;
}

.listing1
{
    font-size: 13px;
    color: #cccccc;
}

.listing2
{
    font-size: 13px;
    color: #ffffff;
    font-weight: 500;
}

.repertoireCard1
{
    background-color: #0067ac;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}

.repertoireCard2
{
    background-color: #32a357;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}

.repertoireCard3
{
    background-color: #f7d444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight:600;
}

.display-none{
    display:none;
}

.map-tooltip-hr{
    margin-top: 2px;
    margin-bottom: 5px;
    border: 0.5px solid #DDDDDD
}

.wippi-bg
{
    background: #0067ac;
}

.total-div{
    visibility:hidden;
    position:absolute;
}

.hidden
{
    display: none;
}

.badge-size
{
    width: 155px;
}

.active-link{
    font-weight:600;
}

.e-tab .e-tab-header .e-toolbar-items
{
    justify-content:center;
    text-align:center;
}

.dateselector
{
    text-align-last: center;
}

.hover-opacity:hover
{
    opacity: 0.7;
    cursor:pointer;
}

.quote
{
    width: 30rem;
    font-size: 14px;
    text-align: justify;
}

.logon-logo
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

.wippi-card-header
{
    height: 95px;
    background: #0067ac;
    width:30rem;
}

.download-link
{
    color: #0366d6;
}

.download-link:hover
{
    cursor: pointer;
}

.dashboard-header
{
    font-size:20px;
    color:#333333;
}

.v-bar
{
    border-start: 1px solid #015791;
    height: 60px;
}

.logon-input{
    width: 20rem;
}

.logon-card-width{
    width: 30rem;
}

.cursor-pointer
{
    cursor: pointer;
}

.e-all-text
{
    font-size: small;
    font-style: italic;
    color:gray;
    font-weight:600;
}

.modal-btn{
    width:150px;
}

.text-small{
    font-size:small;
}

.light-gray-text{
    color:lightgray !important;
}

.e-groupcaption:hover{
    background-color:#ebebeb;
}

.noheader > .e-grid .e-gridheader{
    display: none;
}

.e-toolbar .e-tbar-btn{
    border: 1px solid lightgray;
}

.normal-form-margin-bottom{
    margin-bottom: 16px;
}

.smaller-form-margin-bottom{
    margin-bottom:14px;
}

.e-grid .e-headercell, .e-grid .e-detailheadercell, .e-grid .e-toolbar, .e-grid .e-toolbar-items
{
    background-color: #f8f9fb;
}

.row label{
    font-size: 14px;
    margin-bottom: 1px;
    padding-left: 5px;
    color: #3d3d3d;
}

.tooltip-icon:before{
    content: '?';
    display: inline-block;
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
    width: 12px;
    height: 12px;
    font-size: 11px;
    line-height: 1.6ex;
    border-radius: 1.2ex;
    margin-right: 4px;
    padding: 1px;
    color: #5e5e5e;
    background: white;
    border: 1px solid #5e5e5e;
    text-decoration: none;
}

.required-label:before{
    content: '*';
    color: red;
    font-size: 16px;
}

/* rendre tout les enfants plus pâles sauf les radio btns pour mettre */
.inactive-radio-container * :not(input[type='radio']){
    opacity: 0.6;
}

.e-ddl.e-popup.e-popup-open {
    width: auto !important;
}

.btn-inputfile {
    color: #000;
    background-color: #e6e6e6;
}

.file-block {
    position: relative;
    height: fit-content;
    width: fit-content;
}

    .file-block > input[type="file"] {
        display: none;
    }

/* cookies banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f5f5f5;
    padding: 20px 0;
    text-align: center;
    z-index: 1000;
}
