
/* Szaktan űrlap modul css */

/* BASE */

body {
    background: url("/static/img/background.2b6c72f5c347.jpg") 50% 0 no-repeat fixed;
    background-color: #f3f6f9;
}
.container {
    background-color:#f3f6f9;
}

#status {
    background-color: rgb(181 55 29 / 50%)!important;
    position: fixed;
    z-index:1000;
    margin:0;
}

.to_results:link, .to_results:visited {
    text-decoration: none;
    color: #ffffff;
}

/* HOME */
.impressum-a:link, .impressum-a:visited {
    text-decoration: none;
}

/* FORMS */

/* #szaktan_form{
    width: 80%;
} */

.form-panels {
    background-color: #ebeae7;
    padding: 5%;
    border-color:#e5daa5;
    border-style: solid;
    border-width: 2px;
}

.asteriskField {
    display: none;
}

.fbox {
    background-color:#c3ab64;
    border-color:#b3a563;
    border-style: solid;
    border-width: 3px;
}

label {
    color: rgb(101, 125, 145);
    font-weight:bold;
}

.custom-file-label::after {
    content:"Kiértékel";
}
/* form field help-text */
.text-muted {
    color: #a22531!important;
}
/* tooltip text */
.tooltip-inner {
    background-color: rgb(21, 135, 241);
}
/*Font Awesome icons -forms*/
.fa-info-circle {
    color: rgb(65, 113, 168);
}
.fa-leaf {
    color:rgb(29, 172, 29); 
    font-size: 40px;
    padding: 10%;
}
.fa-user {
    font-size: 35px;
}

.p-info {
    font-size: 14px;
}

/* RESULTS */

/* pandas->html res-table */
#res-table {
    width: 600px;
}
#res-table, th {
    text-align: left;
    padding: 0.33%;
    border: transparent;
    font-size: 16px;
}

::placeholder {
    font-style: italic;
}

@media screen and (max-width: 450px) {
    .container {
        width: 100%;
    }
    .app-label {
        font-size: 18px;
        display: flex;
        justify-content: center;
    }
    #status {
        position: absolute;
    }
    #res-table {
        width: 300px;
    }
    #res-table, th {
        font-size: 12px;
    }
    #res-h {
        font-size: 16px;
    }
    [id^="res-h"]{
        font-size: 18px;
    }
    h2 {
        font-size: 28px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 16px;
    }
    #mod-adatok{
       font-size: 12px;
    }
    .tooltip {
        display: none;
    }
    ul {
        padding: 2%;
    }
}

@media screen and (max-width: 991px) {
    .menus:hover, .menus:visited, .menus:link  {
        background-color: #4b6f4f;
        color: white;
        text-decoration: none;
        padding: 2%;
    }
}

#res-table, td {
    text-align: center;
    border: transparent;
}


/*Font Awesome icons -results*/
.fa-download {
    font-size:40px;
}
.fa-plus-circle {
    font-size:25px;
}


/* Szaktan fájl feltöltés modul css */

/* .upload-table {
    font-size: 11px;
    background-color: aliceblue;
} */

.front-button {
    height: 60px;
}

#upload-form {
    width: auto;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

#fileUpload {
    border: none;
    background-color: #2f6341;
    color: white;
    padding: 12px 20px;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif; 
}

#fileUpload:hover {
    background-color: #21993d;
}

.upload_submit {
    background-color: #bda03b;
    color: white;
    padding: 12px 20px;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}

.upload_submit:hover {
    background-color: #b19b23;
}

.files-form {
    width: 70%;
    border-radius: 10px;
    font-family: 'Open Sans', sans-serif;
}

.update-sample {
    font-size: 30px;
}

/* canvas + upload-result table */

.canvas-container {
    width: 100%;
    height: 450px;
    overflow: auto;
    margin: 0 auto;
}

.upload-table {
    background-color:#08213a!important;
}

/* Fix the table header */
.table-header {
    background-color: #225e9e;
    color: #fff;
    position: sticky;
    top: 0;
    z-index:1000;
}
    
.table-bordered th,
.table-bordered td {
    padding: 8px;
}