ul { padding: 0px 0 0 25px; }

.osano-cm-widget{
    left: 20px;
    bottom: 20px;
}

.logo-prism{
    margin-top: 50px;
}

.rank{
    background-color: #eee;
    padding: 10px;
    border-radius: 15px;
}

.slick-slide{
    height: 146px;
}

div.techreq{
    margin-top:20px;
}

a.techreq, p.techreq{
    width: 100%;
    margin-top: 5px;
    padding: 0.375rem .75rem;
    background-color: #ffed8a;
    color: black;
    font-size: 14px;
}

a.techreq:hover, p.techreq:hover{
    background-color: #ffed4a;
    font-weight: bold;
}

ul.techreq li{
    color: #858d98;
}

.techreq-titre p{
    font-weight: bold;
    color: #cd071e;
}

.main-question{
    padding-bottom: 90px;
}

.debug-score{
    font-weight: bold;
    color: red
}

.cartouche{
    padding: 3px 5px;
    border-radius:5px;
}

ul.prerequis{
    padding-left: 32px;
}

ul.prerequis > li{
    color: #858d98;
    font-size: 15px;
    font-weight: 400;
    padding: 0;
}

h2.prerequis{
    margin-top: 52px;
    text-align: center;
    margin-bottom: 20px;
}

div.prerequisListe{
    margin-top: 10px;
    text-align: center;
}

.navbar-nav > li{
    padding-left:50px;
  }

.liste-participants{
    list-style-type: none;
    font-weight: bold;
}

table.tender-stats{
    table-layout: fixed;
    width: 250px;
}

.tender-stats tr{
    border: hidden ;
}

.elt footer .tender-stats td{
    padding: 5px;
    text-align: left;
    font-weight: bold;
}

.elt footer .tender-stats td:first-child{
    width: 100px !important;
}

.elt footer .tender-stats td:not(first-child){
    width: 30px !important;
}

.content .list-calls .elt footer .tools u.tags li{
    margin-bottom: 10px !important;
}

div.list-calls{
    margin-left:0;
    margin-right:0;
}

 .step a{
     color: #fff;
 }

 .slider-chapter{
     height: 150px;
 }

 .button a.inactive{
     background-color: #eee;
     color: #888;
 }

 .button a.inactive:hover{
    background-color: #eee;
    color: #888;
}

/* APPARENCE DU CURSEUR POUR LA PONDERATION DES QUESTIONS (FORMULAIRE CREATION AO, PAGE 3) */
.ponderation-slider {
    border: solid 1px #eee;
    border-radius: 8px;
    height: 7px;
    outline: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
  }

.warningTotal{
    margin:20px;
    padding:20px;
    text-align:center;
    background-color: #f8d7da;
    font-size : 1em;
}

.warningTotal p{
    color: #721c24;
    font-size : 1.2em;
}

#warningTotalText{
    font-weight: bold;
}

.counter-box {
    display: block;
    background: #f6f6f6;
    padding: 40px 20px 37px;
    text-align: center
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #909090;
    font-size: 18px;
    font-weight: 500;
    height: 55px;
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #d2d2d2
}

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #666;
    line-height: 28px
}



a.counter-box:hover{
    text-decoration:none;
}

.counter-box:hover{
    background: #f49d24;
}


.counter-box:hover p,
.counter-box:hover i,
.counter-box:hover .counter,
a.counter-box:hover .noPaddingRight {
    color: #fff
}

.counter-box .badge{
    position: absolute;
    top: -5px;
    right: 5px;
    font-size: 1em;
    color: #ffff;
    background-color: #283e65;
}

.content .list-calls .elt .noPaddingRight{
    padding-right:0;
}

#delete-question-popup, #youWereDisconnected, #time-left-popup, #bid-already-submitted-popup, #invalid-fields-popup{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    top: 0px;
    left: 0px;
    filter: alpha(opacity=70);
    z-index: 9000;
}

#delete-question-popup-in, #youWereDisconnectedIn, #time-left-popup-in, #bid-already-submitted-popup-in, #invalid-fields-popup-in{
    position: fixed;
    text-align:center;
    left: 0; right: 0;
    top: 0; bottom: 0;
    overflow: auto;
    visibility: visible;
    width: 800px;
    left: 50%;
    margin-left: -400px;
    background-color: white;
    top: 25%;
    padding: 50px;
    z-index: 9999;
    box-shadow: 10px 10px 10px 5px grey;
    max-height:400px;
}

form .alert-msrfp{
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #857b26;
    text-align: center;
    font-size: 16px;
}

.text-right-creationAO{
    padding-right:0;
}

.tender-logo{
    height:100px;
}

.tender-logo-div{
    float:left;
    width:250px;
    height:72px;
    padding-top:0px;
    padding-bottom:6px;
    padding-right:20px;
    padding-left:0px;
    display:flex;
}

.tender-logo-div>img{
    max-width:100%;
    max-height:100%;
    object-fit: cover;
}

.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.divEye{
    padding-top:15px;
    cursor:pointer;
}

.noteCreationAO{
    font-size:12px;
    color:gray;
    font-style:italic;
}

.evaluationChapitreTitre{
    color:white;
    margin-left:5px;
    margin-right:5px;
    padding:15px;
    text-align:center;
}

.evaluationChapitreNote{
    margin-left:5px;
    margin-right:5px;
}

.evaluationChapitreNote > input{
    width:100%;
    text-align: right;
}

#participationControls {
    text-align: right;
}

#participationControls .participation-controls-buttons {
    display: inline-block;
}

.fixed-participation-controls {
    background-color: rgb(40, 62, 101);
    border: 1px rgb(238, 238, 238) solid;
    padding: 15px;
    color: white;
    margin-bottom:-1px;
}

.fixed-participation-controls button.margin {
    margin-top: 0;
    margin-bottom: 0;
}

.first-turn-buttons .button {
    display: block !important;
    width: 100%;
    text-align: center;
}
  
.first-turn-buttons .button a {
    display: inline-block;
    width: auto;
    font-size: 12px;
}

.button .tender-submission {
    font-size: 13px;
}

.button .tender-submission-date {
    display: block;
}

.first-turn-buttons .button .tender-submission-date {
    display: inline-block;
}

.first-turn-buttons__title {
    margin: 0 auto;
    margin-bottom: 15px;
    color: #fff5f7;
    background-color: #9ebef0;
    border-radius: 5px;
    padding: 7px 20px;
    text-align: center;
    font-size: 13px;
}

.ao-questions-set .question-ntxt .form-group {
    border: 1px rgb(238, 238, 238) solid;
    padding: 5px;
}
.ao-questions-set .question-ntxt .form-group label {
    margin: 0 auto;
}
.ao-questions-set .question .form-check {
    border: 1px rgb(238, 238, 238) solid;
    padding: 5px;
    margin-bottom: 1rem;
}
.ao-questions-set .question-ntxt .form-check label {
    margin: 0 auto;
}

#clear-chapter-button {
    appearance: button;
    background-color: rgb(70, 128, 254);
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(255, 255, 255);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(255, 255, 255);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(255, 255, 255);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-family: "Nunito", sans-serif;
    font-size: 14.4px;
    font-weight: 700;
    line-height: 23.0333px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 10px;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 10px;
    text-align: center;
    text-transform: none;
    visibility: visible;
}

.disable-if {
    line-height: normal;
    height: auto;
}

.dropdown-row:not(.dropdown-row-shown){
    display: none;
}
.dropdown-row-buttons a {
    cursor: pointer;
}

#loadingScreen{
    display: block;
    background-color: rgb(70, 128, 254, .5);
    width:100%;
    height:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:9999;
    text-align: center;
}
#loadingPanel{
	width: 500px;
	margin: 0 auto;
	text-align: center;
	margin-top: 300px;
}
#loadingScreenLoader{
    display: block;
    color:white;
    font-weight: bold;
    font-size: 16px;
}
#loadingScreenTextContainer {
    display: block;
    /* position: fixed; */
    left: 50%;
    top: 500px;
    color:white;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
}
.questionDate{
    color:#aaa;
    font-size:0.8rem;
    font-style:italic;
}
p.timeWarning{
    font-weight:bold;
    font-size:2rem;
    color:red;
}
#dropdownMenuLanguage:active + ul,#dropdownMenuLanguage:focus + ul,#dropdownMenuLanguage:focus-within + ul{
    display:block;
}
.file-input-holder > a.btn.btn-primary.blue[href=""]{
    display: none !important;
}
.file-input-holder > a.btn.btn-primary.blue[href=""] + br {
    display: none !important;
}
.file-input-holder > a.btn.btn-primary.blue[href=""] + br + br {
    display: none !important;
}