﻿body {
    padding-bottom: 20px;
    font-family: Helvetica,Arial,Verdana,sans-serif;
}


.sci-page {
    height: 100%;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    /*margin: auto;*/
    width: 100%;
    /*max-width: 1700px;*/
}

.sci-project-content {
    margin: auto;
    width: 90%;
}

    .sci-project-content .sci-data-input {
        padding-right: 47px
    }


.sci-slab-content {
    margin: auto;
    width: 90%;
}

    .sci-slab-content .sci-data-input {
        padding-right: 30px
    }

.sci-footer {
    color: gray;
    background-color: #f5f5f5; /*rgb(192,0,0);*/
    /*background-image: linear-gradient(rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 70%);*/
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 20px;
    overflow: auto;
    padding: 2px;
    overflow: hidden;
}

    .sci-footer > p {
        font-size: 12px;
        text-align: right;
        padding-right: 5px;
        padding-left: 5px;
        line-height: 20px;
        margin: 0px;
        float: right;
    }

fieldset {
    border: 1px solid #c8c8c8;
    margin: 0;
    padding: 10px;
    /*width: 720px;*/
}

    fieldset ol {
        list-style: none;
    }

    fieldset li {
        list-style: none;
    }

    fieldset legend {
        display: block;
        font-size: 1.2em;
        font-weight: bold;
        border: none;
        margin: 0;
        width: auto;
    }


.sci-data-input {
    height: 100%;
    overflow: auto;
    margin-right: 0;
    margin-left: 0;
    padding-right: 30px;
    /*min-width: 800px;
    max-width: 1200px;*/
    /*flex-grow: 1;*/
    width: 75% !important;
    /*border-right: 1px solid #00aeef;*/
    /*box-shadow: none;*/
}

    .sci-data-input li {
        list-style: none;
    }

    .sci-data-input label {
        width: 150px;
        vertical-align: top;
        height: 25px;
    }

    .sci-data-input select {
        width: 150px;
        height: 25px;
    }

    .sci-data-input input {
        width: 150px;
    }

    .sci-data-input textarea {
        width: 150px;
    }
    /*.small-input {
        width: 50px;
    }*/


    .sci-data-input input[type=checkbox] {
        width: auto;
    }

    .sci-data-input ol {
        padding: 0;
    }

    .sci-data-input fieldset {
        height: 100%;
    }

    .sci-data-input table {
        width: 100%;
        height: 100%;
    }

    .sci-data-input td {
        vertical-align: top;
        width: 50%;
    }


    .sci-data-input .loading-table {
        width: auto;
    }

        .sci-data-input .loading-table td {
            width: 50px;
        }

        .sci-data-input .loading-table label {
            width: 50px;
        }

    .sci-data-input .acoustic-table label {
        width: 220px;
    }

    .sci-data-input .loading-table input {
        width: 40px;
    }

.sci-sidebar {
    width: 25% !important;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}


    .sci-sidebar li {
        list-style: none;
    }

    .sci-sidebar ol {
        padding: 0;
    }



.btn-primary, .btn-primary:active, .btn-primary:visited, .btn-primary:focus {
    color: #fff;
    border-color: rgb(192,0,0) !important;
    background-color: rgb(192,0,0) !important;
    background-image: linear-gradient(rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 70%);
    box-shadow: none !important;
}

    .btn-primary:hover {
        color: #fff;
        background-color: rgb(255,0,0) !important;
        background-image: linear-gradient(rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 70%);
    }

#legend {
    display: none;
}



.zoom:hover {
    position: relative;
    z-index: 10000;
    padding: 1px;
    background-color: #dcdcdc;
    transform: scale(1.5);
}

.zoom {
    transition: transform .2s;
    margin: 0 auto;
}


.file_menubtn {
    position: relative;
    width: 280px;
    height: 100px;
    margin-bottom: 20px;
    /*padding: 0 10px;*/
    text-align: left;
    font-size: 16px;
    color: #f8f9fa;
    background-color: rgb(128, 128, 128);
    /*background-color: rgb(192,0,0);
    background-image: linear-gradient(rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 70%);*/
}

.newfile_menubtn {
    background-color: rgb(128, 128, 128);
}

#btn_container {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    /*background: red;*/
    float: left;
    position: relative;
    margin-right: 5px;
}

.file_menubtn img {
    /*left: 50%;
    margin-left: -15px;
    top: 50%;
    margin-top: -15px;*/
    position: absolute;
}


.file_menubtn .label {
    display: inline-block;
    width: 185px;
    vertical-align: middle;
}

.file_menubtn .desc {
    display: inline-block;
    width: 180px;
    vertical-align: middle;
    font-size: 75%;
    vertical-align: top;
}

.linkbutton {
    background: none !important;
    border: none;
    padding: 0 !important;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    color: #069;
    text-decoration: underline;
    cursor: pointer;
}

.additionalLoadTable {
    font-family: arial,sans-serif;
    /*font-size: 11px;*/
    color: #333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
    margin-bottom: 5px;
    margin-top: 5px;
}

    .additionalLoadTable caption {
        caption-side: top
    }

    .additionalLoadTable th {
        border-width: 1px;
        padding: 2px;
        font-weight: normal !important;
        border-style: solid;
        border-color: #666666;
        background-color: #EBEBE4;
        text-align: center;
        width: 50px;
    }

    .additionalLoadTable td {
        border-width: 1px;
        padding: 2px;
        border-style: solid;
        border-color: #666666;
        /*background-color: #ffffff;*/
        text-align: center;
        width: 50px;
    }

    .additionalLoadTable button {
        width: 100%;
    }

.outputTable {
    font-family: arial,sans-serif;
    color: #333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
    margin-bottom: 5px;
    margin-top: 5px;
}

    .outputTable th {
        border-width: 1px;
        padding: 2px;
        border-style: solid;
        border-color: #666666;
        background-color: #dedede;
        text-align: center;
        width: 100px;
    }

    .outputTable td {
        border-width: 1px;
        padding: 2px;
        border-style: solid;
        border-color: #666666;
        background-color: #ffffff;
        text-align: center;
        width: 100px;
    }

.language-info {
    margin-left: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

    .language-info img {
        margin-right: 0.7rem;
        width: 2.6rem;
    }

.app_logo {
    /*background: white;*/
    margin-right: 3rem;
    /*width: 275px;*/
    margin-top: 0.4rem;
    height: 50px;
}

.sidepanel {
    color: white;
    width: 0;
    position: fixed;
    z-index: 1;
    /*height: 250px;*/
    top: 0;
    right: 0;
    background-color: gray;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 10px;
}

    .sidepanel a {
        /*padding: 8px 8px 8px 32px;*/
        text-decoration: none;
        /*font-size: 25px;*/
        color: white;
        display: block;
        transition: 0.3s;
    }

        .sidepanel a:hover {
            color: #f1f1f1;
        }

    .sidepanel .closebtn {
        color: white;
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
    }

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}

    .openbtn:hover {
        background-color: #444;
    }

.sci-app-progress-indicator {
    background: rgba(0,0,0,0.2) url('../img/loading.gif') no-repeat 50% 50%;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999; /* Sit on top */
}

.sci-app-calculating-indicator {
    background: url('../img/calculating.gif') no-repeat;
    height: 40px;
    width: 40px;
    margin: auto;
}

input:read-only {
    color: rgb(84, 84, 84);
    cursor: default;
    background: #ebebe4;
    border-width: 1px;
    border-color: darkgrey;
    border-style: solid;
}

input:disabled {
    pointer-events: all;
}

select:disabled {
    pointer-events: all;
    background-color: #ebebe4;
    color: rgb(84, 84, 84);
    cursor: default;
    background: #ebebe4;
    border-width: 1px;
    border-color: darkgrey;
    border-style: solid;
    opacity: 1;
}

.btn-secondary, .btn-secondary:active, .btn-secondary:visited, .btn-secondary:focus, .btn-secondary:hover {
    background: #f5f5f5;
    color: black;
    border-color: gray;
}

.btn-primary, .btn-primary:active, .btn-primary:visited, .btn-primary:focus, .btn-primary:hover {
    text-decoration: underline;
    background-color: #f5f5f5 !important;
    color: black;
    background-image: none !important;
    border-color: gray !important;
}

a:not([href]).btn-primary {
    color: gray;
}

.sci-app-mainpage-grid {
    /*display: grid;
    grid-template-columns: max-content auto;
    grid-column-gap: 20px;*/
    height: 100%;
    max-width: 2000px;
    overflow-y: auto;
}

.sci-app-mainpage-grid-item1 {
    float: left;
    margin-right: 20px;
}

.sci-app-mainpage-grid-item2 {
    overflow: auto;
}

.additional_parallel_1 {
    background-color: #640000;
}

.additional_parallel_2 {
    background-color: #920000;
}

.additional_parallel_3 {
    background-color: #c12020;
}

.additional_parallel_4 {
    background-color: #ed3333;
}

.additional_parallel_5 {
    background-color: #e58787;
}

.additional_perp_1 {
    background-color: #002170;
}

.additional_perp_2 {
    background-color: #16388a;
}

.additional_perp_3 {
    background-color: #4764a9;
}

.additional_perp_4 {
    background-color: #3f6fe1;
}

.additional_perp_5 {
    background-color: #13a1ff;
}

.additional_perp_6 {
    background-color: #77c0f1;
}

.additional_perp_7 {
    background-color: #799db5;
}

.additional_perp_8 {
    background-color: #007dd0;
}

.additional_perp_9 {
    background-color: #004e82;
}

.additional_perp_10 {
    background-color: #004e82;
}

.additional_point_1 {
    background-color: #0e5806;
}

.additional_point_2 {
    background-color: #228d16;
}

.additional_point_3 {
    background-color: #3ab22d;
}

.additional_point_4 {
    background-color: #64dc57;
}

.additional_point_5 {
    background-color: #abe8a5;
}

.enlarge {
    padding-left: 0 !important;
}

.validation-message {
    color: red;
}
