@charset "utf-8";
/* CSS Document */

html {
    min-height: 100%;
}

body {
    font-family: "Museo Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1.1px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: #cdcdcd;
    background-image: url('../images/Main_Image.JPG');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

a:link {
    color: #15838e;
}

.helptext {
    font-size: small;
    font-style: italic;
}

div.window-content {
    margin: 0px;
    display: flex;
    height: 100%;
    overflow-y: auto;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 14px;
    margin: 10px 0px;
}

p {
    font-family: "Museo Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin: 0px;
}

textarea, input, select {
    font-family: "Museo Sans";
    font-size: 14px;
    background-color: #e6e6e6;
    color: black;
    border: none;
    padding: 10px;
    border: #63c7cf solid 1px;
    width: 90%;
    border-radius: 8px;
}

textarea.input, input.input {
    width: calc(100% - 10px);
}

input[type="radio"] {
    position: relative;
    top: 3px;
}

input[type="file"] {
    background-color: white;
}

select.input {
    width: 100%;
}

label {
    font-size: 14px;
}

div.gap {
    height: 5px;
}

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

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left75 {
    margin-left: 75%;
}

.hidden {
    display: none;
}

.footer {
    position: fixed;
    width: 40%;
    bottom: 3px;
    padding: 5px 15px;
    margin: 0 0 0 30%;
    background: #ffffff;
    border: 1px solid #958d8d;
    font-size: 10px;
}

div.button-box {
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 40px;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
}

div.button {
    width: 150px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    padding: 10px;
    border: black solid 1px;
    border-radius: 10px;
/*    margin: 0px 10px; */
    background-color: #63c7cf;
}

div.disabled, div.button[disabled] {
    cursor: not-allowed;
    background-color: lightgrey;
}

div.divider {
    height: 10px;
}

.window_title_text {
    text-align: center;
    padding-left: 30px;
}

.changed {
    background-color: #78f1a7;
}

.context-menu-item {
    font-size: 14px;
}

#window-dock {
    width: 400px;
    height: 26px;
    border: lightgrey solid 1px;
    position: absolute;
    left: 300px;
    top: 20px;
}
