﻿
/*** WEBSITE CSS FILE ***/

/* MAIN */

body {
    background: #fafafa;
    color: #a9a9a9;
}



/* HEADERS */

h1 {
    font-family: 'Source Sans Pro';
    font-size: 50px;
    font-weight: bold;
    color: #555555;
}

.h1-green {
    font-family: 'Source Sans Pro';
    font-size: 50px;
    font-weight: bold;
    color: #3BC947;
}

h2 {
    font-family: 'Source Sans Pro';
    font-size: 30px;
    font-weight: bold;
    color: #EE3126;
}

h3 {
    font-family: 'Source Sans Pro';
    font-size: 20px;
    font-weight: bold;
    color: #8C8C8C;
}

h4 {
    font-family: 'Source Sans Pro';
    font-size: 20px;
    font-weight: normal;
    color: #8C8C8C;
}

/* TEXT */

.title {
    text-align: center;
    margin-bottom: 30px;
}

.text {
    font-family: 'Source Sans Pro';
    font-size: 20px;
    font-weight: bold;
    color: #8C8C8C;
}

.errorTip {
    font-family: 'Source Sans Pro';
    font-weight: normal;
    font-size: 12px;
    color: Red;
}

/* CONTAINERS */

.row {
    margin-left: 0;
    margin-right: 0;
}

    /* Use for rows without padding */
    .row.no-gutters {
        margin-right: 0;
        margin-left: 0;
    }

        .row.no-gutters > [class^="col-"],
        .row.no-gutters > [class*=" col-"] {
            padding-right: 0;
            padding-left: 0;
        }

/* For paramLot page*/
#gridQuantities td, #gridDatedPrizes td {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
}

/* COMPONENTS */
.flex{
    display: flex!important;
    justify-content: center;
    gap:15px;
}

.mt-10{
    margin-top : 10px;
}

hr {
    color: #555555;
}

.panel-roundborder {
    border-radius: 10px;
}

.btn-roundborder {
    border-radius: 40px;
    background-color: #ee3126;
    border-color: #ee3126;
    color: #ffffff;
    padding: 10px;
    font-weight: bold;
    min-width: 200px;
    font-family: 'Source Sans Pro';
}

    .btn-roundborder.small {
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 13px;
        padding-right: 13px;
        width: auto;
    }

.btn-roundborder-grey {
    border-radius: 40px;
    background-color: #ffffff;
    border-color: #a9a9a9;
    color: #8c8c8c;
    font-weight: normal;
    width: auto;
    font-family: 'Source Sans Pro';
}

.form-control.small {
    padding: 5px;
    height: auto;
}

.sources {
    padding: 0 1.75rem .375rem 0 !important;
}

.padding-btn {
    height: max-content !important;
    width: max-content !important;
    padding: 0px 10px 0px 10px !important;
    height: 10px;
}

.btn-outline-secondary {
    border-radius: 20px;
}

.cld-td {
    height: 20px;
    border-bottom: 2px solid #f1f1f1;
}

    .cld-td td {
        border-right: 2px solid #f1f1f1;
        width: 100px;
    }

.btn-danger {
    border-radius: 40px;
}

.center {
    margin-left: auto !important;
    margin-right: auto !important;
}

.btn-danger input {
    color: white;
    font-weight: bold;
}

.btn-roundborder:hover {
    color: white !important;
}


.btn:hover label {
    cursor: pointer;
}

/* Pour bouton avec image de plus  */
/* A appliquer sur la div contenant le bouton et l'image*/
.div-btn-img-red {
    border-radius: 40px;
    background-color: #EE3126;
}
/*CSS pour le bouton*/
.btn-img-red {
    font-family: 'Source Sans Pro';
    font-weight: bold;
    color: #ffffff;
    background-color: #EE3126;
    border-color: #EE3126;
}

.tb-ecrans {
    font-size: 22px;
    background: white;
    margin: 25px;
    height: 300px;
    border-radius: 25px;
    min-width: 310px;
}

button > div :hover {
    cursor: pointer;
}

.dot {
    border-radius: 50%;
    background-color: #555555;
    height: 14px;
    width: 14px;
}

.mw-850 {
    max-width: 850px;
}

/*Vignettes*/
/*Pour col avec img et label*/
.vignette {
    border: 1px solid lightGray;
    width: 200px;
    height: 200px;
    display: block;
    background-color: white;
    border-radius: 5px;
}

.label-ecran-bleu {
    color: #268AEE;
}

input:disabled:hover {
    color: white;
    cursor: not-allowed;
}

.img-btn-custom {
    border: 2px solid Gray;
    display: block;
    max-width: 200px;
    min-width: 180px;
    max-height: 200px;
    min-height: 180px;
    background-color: white;
    border-radius: 5px;
}
.repeaterBlock {
    z-index: 2;
    height: 700px;
    overflow-y: auto;
    display: inline-block;
    margin-left: -180px;
}
.imgBtn {
    margin: 10px 0 auto;
}

/*RecapLot*/
.recapLotText{
    font-size: medium !important;
}

.auto{
    margin:auto!important;
}

.spinner {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
}

    .spinner div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        margin: 8px;
        border: 8px solid #075ab8;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #075ab8 transparent transparent transparent;
    }

        .spinner div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .spinner div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .spinner div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}