body {
    background-color: #3F41AF;
    color: white;
}

body.test {
    background-image: url("/files/test.png");
    background-repeat: repeat;
}

body.test > div.out {
    margin-top: 5px;
}

body.test {
    height: 100vh;
}

.out {
    margin: 5px;
    border-radius: 10px;
    overflow: hidden;
}

.in {
    padding: 10px;
    color: rgb(51, 65, 85);
    background-color: rgb(241, 245, 249);
    margin: 0;
}

.title {
    padding: 10px;
    background-color: #4F76D8;
    color: white;
    margin: 0;
    position: relative;
}

body.test div.title {
    background-image: url("/files/test2.png");
    background-repeat: repeat;
}

.title a {
    color: #00aced;
}

.abalone {
    background-image: url(/files/abalone1.png);
    background-position: top right;
    background-size: 300px;
    background-repeat: no-repeat;
}

.oursin {
    background-image: url(/files/oursin1.png);
    background-position: top right;
    background-size: 300px;
    background-repeat: no-repeat;
}

.corail {
    background-image: url(/files/coral_white.png);
    background-position: bottom right;
    background-size: 250px;
    background-repeat: no-repeat;
}

.corail1 {
    background-image: url(/files/coral_white.png);
    background-position: top right;
    background-size: 250px;
    background-repeat: no-repeat;
}

details summary {
    padding: 3px;
    background-color: #66687E;
    width: 100%;
    text-transform: uppercase;
    color: rgb(241, 245, 249);
    border-radius: 3px;
}

details.listdetails summary {
    background-color: transparent;
    padding: 3px;
    width: 100%;
    text-transform: uppercase;
}

table > thead > tr > td {
    background-color: #F1F5F9;
    text-transform: uppercase;
    color: rgb(51, 65, 85);
}

table > tbody > tr > td {
    background-color: #FFFFFF;
}

table.listtable tbody tr td {
    background-color: transparent;
    text-align: left;
}

.h {
    background-color: #56587E;
    text-transform: uppercase;
    width: 100%;
    border-radius: 3px;
    font-size: 1.2rem;
    padding: 5px;
    color: rgb(241, 245, 249);
    font-weight: bold;
    margin-bottom: 10px;
}

table tbody tr td.separator {
    background-color: transparent;
}

.btn-primary {
    background-color: #4261BB;
    border-color: #4261BB;
}

.btn-secondary {
    background-color: #AAAAAA;
    border-color: #AAAAAA;
}

.btn-danger {
    background-color: #B06060;
    border-color: #B06060;
}

.btn-info {
    background-color: #178298;
    border-color: #178298;
}

.btn-warning {
    background-color: #FFD197;
    border-color: #FFD197;
}

div.lang {
    display: inline;
    margin-left: 15px;
    padding: 3px;
    border-radius: 12px;
    background-color: lightblue;
    border-color: lightskyblue;
}

.nonFR {
    background-color: #EEEEFF;
}

.etiket {
    display: inline-block;
    padding: 2px;
    margin: 2px;
    border: 1px solid lightgray;
    border-radius: 3px;
}

.nodrag {
    opacity: 0.6;
    border: none;
}