﻿/* 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. */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}



/* Circle home page */
.circle {
    position: relative;
    display: block;
    margin: 2em 0;
    background-color: transparent;
    color: #222;
    text-align: center;
    width: 100px;
    height: 100px;
}

    .circle:after {
        display: block;
        padding-bottom: 100%;
        width: 100%;
        height: 0;
        border-radius: 50%;
        background-color: rgb(144, 237, 125);
        content: "";
    }

.circle__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 100px;
}

.circle__wrapper {
    display: table;
    width: 100px;
    height: 100px;
}

.circle__content {
    display: table-cell;
    vertical-align: middle;
}

@media (min-width: 480px) {
    .circle__content {
        font-size: 18pt;
    }
}

@media (min-width: 768px) {
    .circle__content {
        font-size: 24pt;
    }
}

/* Graphique home page */
.chart {
    min-width: 310px;
    height: 400px;
    max-width: 600px;
    margin: 0 auto;
}


/*  Traitement doublon  */

.unique, .suivante {
    border: 1px solid;
    border-radius: 10px;
    padding-top: 15px;
    width: 100%;
    margin-bottom: 10px;
}

.unique {
    background-color: #0094ff;
    color: #ffffff;
    padding-left: 15px;
}

.suivante {
    background-color: #0ab41d;
    color: #ffffff;
}

.borderSuivante {
    position: relative;
    /*height: 100px;*/
    border-bottom: 2px solid;
    top: 100px;
    margin-left: -30px;
    width: 100%;
    z-index: -1;
}



.borderSuivanteGlobale {
    border-left: 2px solid;
    margin-left: -15px !important;
    padding-left: 30px;
    position: relative;
}

.unique_line {
    border-top: 2px solid;
    height: 100%;
    margin-top: 101px;
    margin-left: -30px !important;
    margin-right: -2px !important;
}

#divColDroite {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    overflow-y: scroll;
    height: 100%;
    width: 40%;
    margin-right: 10%;
}

#divColGauche {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    width: 40%;
    margin-left: 10%;
    height: 100%;
}

@media (max-width: 1600px) {
    #divColGauche {
        width: 50% !important;
        margin-left: 0% !important;
    }

    #divColDroite {
        width: 50% !important;
        margin-right: 0% !important;
    }
}

input[type=checkbox] {
    transform: scale(1.5);
}

@media (min-width: 992px) {
    .line-height-adjust-md {
        line-height: 0px !important;
    }
}

.identique {
    color: #fff;
    animation: identique 2s infinite;
}

@keyframes identique {
    0% {
        color: #fff;
    }

    100% {
        color: red;
    }
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.dropdown-menu > li button {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333!important;
    white-space: nowrap;
    text-align: left!important;
    float:left;
}
