﻿body {
    background-color: aliceblue;
    overflow-y: scroll;
    background-image: url("Tlo.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
}
a {
    color: black;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.grid {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-row-gap: 10px;
    border-style: solid;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-left: 10%;
    margin-right: 10%;
    overflow-y: auto;
    background-color: whitesmoke;
    overflow-y: auto;
    border-radius: 10px;
}
.pool{
    text-align:right;
    margin-right: 10px;
}
.password_pools {
    margin-top: 10px;
    margin-bottom: 10px;
    border-style: dotted;
}

#loading {
    z-index: 4;
    text-align: center;
    font-size: 1.25em;
    width: 50%;
    min-width: 150px;
    border-style: solid;
    height: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow-y: scroll;
    background-color: aliceblue;
    border-radius: 5px;
}

#models {
    display: grid;
    grid-template-columns: 80px auto 120px auto auto;
    grid-row-gap: 10px;
    border-style: solid;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: whitesmoke;
    border-radius: 10px;
    margin-left: 10%;
    margin-right: 10%;
}

#cookie {
    position: fixed;
    bottom: 5px;
    left: 10px;
    right: 10px;
    z-index: 4;
    text-align: center;
    opacity: 0.9;
}
fieldset {
    color: black;
    border-color: black;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-radius: 5px;
    background-color: whitesmoke;
    margin-left: 10%;
    margin-right: 10%;
}

legend {
    color: black;
    border-color: black;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-radius: 5px;
    background-color: whitesmoke;
}

.one_pool {
    white-space: nowrap;
    background-color: white;
    padding-left: 15px;
    padding-right: 15px;
}

#models_admin {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
    grid-row-gap: 10px;
    border-style: solid;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: whitesmoke;
    overflow-y: auto;
    overflow-x: auto;
}

#models_admin_7 {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto;
    grid-row-gap: 10px;
    border-style: solid;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: whitesmoke;
    overflow-y: auto;
}

.registration_input{
    width: 50%;
    min-width: 150px;
}

.title_pool, .option_class, .kit_developer_pool {
    width: 100%;
}

#click {
    margin: 20px;
}

#add_model {
    margin: 20px;
    text-align: right;
}

footer {
    margin-top: 50px;
    text-align: center;
    border-style: solid;
    font-size: 20px;
    padding: 10px;
    background-color: whitesmoke;
    border-radius: 10px;
    margin-left: 10%;
    margin-right: 10%;
}

.button {
    border: none;
    color: black;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    background-color: darkgray;
    border-color: black;
    border-style: solid;
}

.button_disabled {
    border: none;
    color: darkgray;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    background-color: white;
    border-color: darkgray;
    border-style: solid;
}

fieldset img {
    max-height: 130px;
    max-width: 200px;
    padding: 5px;
}