body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #EEEEEE;
}
.img-responsive {
    width: 100%;
    height: auto;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
select.form-control {
    -webkit-appearance: auto;
    appearance: auto;
}

/* HEADER */
.header {
    padding: 1rem;
    /*background-color: #1e375f;*/
    background-color: #a98941; /*Concours Patisserie / cuisine */
    /*background-color: #a98941;*/
    margin-bottom: 1rem;
}
.header--inner--wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.header--logo-first,
.header--logo-last {
    max-height: 50px;
}
.header--label {
    flex: 6;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.5rem;
}

/*  */
.alert-msg {
    text-align: center;
    font-size: 1.5rem;
    color: yellow;
    background-color: #ce1c23;
    padding: 0.3rem;
}

/* ERROR */
.error--content {
    text-align: center;
}
.error--message {
    font-size: 2rem;
    line-height: 2rem;
}

/* LOGIN */
.login--form {
    text-align: center;
    width: 33%;
    margin: 0 auto;
}
.login--logos-wrapper {
}
.login--logos-wrapper img {
    max-width: 50%;
    margin: 0 auto;
}
.form-row {
    padding: 0.5rem;
}
.form-row label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.button--login--submit {
    cursor: pointer;
    color: #FFFFFF;
    background-color: #28A745;
    border-color: #28A745;
}

/* NOTATION */
.modal {
    background-color: rgba(0, 0, 0, 0.4);
}

#toolbarViewerRight, #sidebarToggleButton{
    display: none;
}

.notation--catchphrase {
    text-align: center;
    font-size: 1.2rem;
}
.content {
    display: flex;
    flex-direction: row;
}
.left-column {
    text-align: center;
}
.teams--panel {
    position: relative;
    z-index: 5;
    top: 0;
    left: 0;
    height: fit-content;
    border-radius: 30px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
    padding: 13px 0 30px;
    /*background-color: #1e375f;*/
    background-color: #a98941;
    color: #FFFFFF;
    text-align: center;
}

.see-file{
    display: block;
    margin: 0 auto;
    width: fit-content;
    background-color: #a98941;
    text-decoration: none;
    color: white;
    padding: 0.5rem 2rem;
    border-radius: 15px;
    margin-bottom: 1.5rem;
    font-weight: bold;
}

.teams--icon {
    font-size: 1.5rem;
}
.teams--list {
    list-style: none;
    padding-left: 0;
}
.teams--list a {
    color: #FFFFFF;
    text-decoration: none;
}
.item--team {
    cursor: pointer;
    padding: 0.5rem 30px;
    margin: 0.5rem 0;
    text-align: left;
}
.item--team.active {
    background-color: #FFFFFF !important;
    color: #212529;
    font-weight: bold;
}
.item--team.complete {
    background-color: #198754;
}
.item--team.incomplete {
    background-color: #dc3545;
}
.buttons--list {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.results-btn {
    margin: 1rem 0 0.5rem;
}
.results-btn,
#closureBtn {
    width: fit-content;
}

.panels--wrapper {
    flex-grow: 100;
}
.note-input {
    width: 75px;
    display: inline-block;
}
.total--row {
    font-weight: bold;
}
.comment-cell {
    padding-right: 10vw;
}

.nav-pills {
    width: 100%;
    display: flex;
}
.nav-pills .nav-item {
    flex: 1;
}
.nav-pills .nav-link {
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.5rem;
    padding-top: 13px;
    text-align: center;
    background-color: #343436;
    color: #FFFFFF;
    border-radius: 30px;
    height: 100px;
}
.nav-pills .nav-link.active {
    background-color: #FFFFFF !important;
    color: #212529;
    box-shadow: inset 0px 4px 10px rgba(0, 0, 0, 0.4);
}
.nav-pills .nav-link.complete {
    background-color: #198754;
}
.nav-pills .nav-link.incomplete {
    background-color: #dc3545;
}
.tab-panel {
    display: none;
}
.tab-panel.active {
    display: block;
}
.tab-content {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: -50px;
    background-color: #FFFFFF;
    color: #212529;
    border-radius: 30px;
    z-index: 1000;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
    padding: 30px;
}

/* RESULTS */
.results--title {
    text-align: center;
}
.results--content {
    padding: 30px;
    border-radius: 30px;
    background-color: #FFFFFF;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
}

.incomplete .validate-check{
    display: none;
}

.complete .validate-check{
    display: inline-block;
}