﻿body {
    background: url("/assets/images/fond.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #d2ddf0;
}




html, body {
    height: 100%;
}

.container, .row.justify-content-center.align-items-center {
    height: 100%;
    min-height: 100%;
}

.cadre {
    background: rgba(163, 173, 180, 0.7);
    padding: 15px;
    border-radius: 15px;
}

.table td {
    font-size: 16px;
}

.notes, .note10 {
    float: left;
    padding: 5px;
    padding-right: 15px;
    text-align: center;
    height:50px;
}

.note10 {
    padding-right: 8px;
}


.selected {
    -webkit-filter: drop-shadow( 2px 2px 2px #123234 );
    filter: drop-shadow( 2px 2px 3px #123234);
    zoom: 1.2;
}

.notselected {
    opacity: 0.9
}

.notes img {
    width: 35px;
}


.note10 img {
    width: 25px;
}

.radio_item {
    display: none !important;
}

.tablesorter thead .disabled, .tablesorter thead input .disabled {
    display: none;
}
