/*nav {*/
/*    width: 100%;*/
/*    height: 70px;*/
/*    padding-left: 10px !important;*/
/*    padding-top: 0px !important;*/
/*    !*background: -webkit-linear-gradient(#3f9a15, #388813, #3f9a15, #388813, #3f9a15);*!*/
/*    !*background: -o-linear-gradient(#3f9a15, #388813, #3f9a15, #388813, #3f9a15);*!*/
/*    !*background: linear-gradient(#3f9a15, #388813, #3f9a15, #388813, #3f9a15);*!*/
/*    font-size: 1.3em !important;*/

/*}*/

#id_lcr_coverage {
    width: 60px;
}

#id_descr_coverage {
    width: 60px;
}

.form-check {
    margin-bottom: 0.01em
}

#id_search_field {
    padding: 0.1em
}

/*.nav a {*/
/*    color: white !important;*/
/*    font-size: 2em !important;*/
/*}*/


.navbar-nav {
    /*float: none !important;*/
}

.navbar-nav > li {
    float: none;
    /*    border-top: 2px solid transparent !important;*/
    /*box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.1) !important;*/

}

.navbar-nav > li > a {
    padding-left: 10px !important;
    padding-top: 10px;
    padding-bottom: 10px;


}

.navbar-custom {
    background: #661f35 !important;

}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    margin: 0 0 4px;
    width: 25px;
    height: 5px;

}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: white !important;

}

/*.nav li {*/
/*    !*background-color: #661f35 !important;*!*/

/*    padding-right: 5px;*/
/*}*/

.table-distance {
    width: 90% !important;
}

.form_header_contact {
    padding-bottom: 0%;
    padding-top: 2%;
}


.header_database {
    padding-top: 2%;
}

.header_contact {
    padding-top: 2%;
}


.main_container {
    padding-top: 10px;
    padding-left: 10%;
    /*padding-right: 10%;*/
    justify-content: center;
}

textarea {
    width: 90%;
    height: 150px;
    padding-right: 10%;
}

.form_header {
    /*padding-bottom: 5%;*/
    padding-top: 3%;
}

.form_submit {
    margin-bottom: 5%;
    /*todo*/
    margin-top: 3%;
}

html, body {
    overflow: auto;
    font-family: Verdana, sans-serif;
}

.container {
    padding-bottom: 100px;
}

/*.center {*/

h1,
h3 {
    text-align: center;
}

.button-download {
    appearance: none;
    background-color: #f1f1f1;
    border: 1px solid #ccc;

    border-radius: 6px;
    /*    border-radius: 0.25em;*/


    box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.8);;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    /*font-size: 14px;*/
    font-size: inherit;

    line-height: 20px;
    padding: 4px 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
}

.button-download:focus:not(:focus-visible):not(.focus-visible) {
    box-shadow: none;
    outline: none;
}

.button-download:hover {
    background-color: #ddd;
}

.button-download:focus {
    box-shadow: #ddd 0 0 0 3px;
    outline: none;
}

.button-download:disabled {
    background-color: #ccc;
    border-color: rgba(27, 31, 35, .1);
    color: rgba(0, 0, 0, 0.8);
    cursor: default;
}

.button-download:active {
    background-color: #ccc;
    box-shadow: rgba(20, 70, 32, .2) 0 1px 0 inset;

}


*,
*::before,
*::after {
    box-sizing: border-box;
}

:root {
    --select-border: #777;
    --select-focus: blue;
    --select-arrow: var(--select-border);
}

select {
    background-color: #f1f1f1;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    cursor: inherit;
    z-index: 1;
    outline: none;
    border: 1px solid #ccc;
    grid-template-areas: "select";
    position: relative;
    border-radius: 0.25em;
    padding: 0.5em 0.5em;
    line-height: 1.1;
}

select:active {
    background-color: #ccc;
}

select:hover {
    background-color: #ddd;
}

label {
    font-size: 1.125rem;
    font-weight: 500;
}


.list-form-col {
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    width: 90%;

    gap: 10px;

    /*padding-bottom: 1%;*/
}

.list-item {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 5px;
    max-width: 500px;

}

.list-item > label {
    display: block;
    min-width: 250px;
}

.list-item > select, .list-item > input {
    display: block;
    max-width: 250px;
}

.list-form {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
    max-width: 90%;
    gap: 10px;
    /*padding-bottom: 1%;*/
    padding-top: 10px;

}


.list-item * {
    flex: 3 0px;
}

input {

    background-color: #f1f1f1;
    margin: 0;
    /*width: 100%;*/

    border: 1px solid #ccc;

    border-radius: 0.25em;
}

#id_name, #id_email, #id_subject {

    background-color: white !important;
}

#btn_prev, #btn_next {
    border-color: #661f35;
    color: rgba(0, 0, 0, 0.8);
    appearance: none;
    background-color: #f1f1f1;
    border: 1px solid;
    border-radius: 6px;
    box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
    box-sizing: border-box;
    display: inline-block;
    padding: 4px 10px;;

}

#btn_prev_non_active, #btn_next_non_active {
    border-color: rgba(27, 31, 35, .1);
    color: rgba(27, 31, 35, .1);
    appearance: none;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
    box-sizing: border-box;
    display: inline-block;
    padding: 4px 10px;
}

#go-page {
    padding: 4px;

}

#btn_go {
    border-color: rgba(27, 31, 35, .1);
    color: rgba(0, 0, 0, 0.8);
    appearance: none;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
    box-sizing: border-box;
    display: inline-block;
    padding: 4px 10px;
}

th {
    vertical-align: top !important
}