* {
    box-sizing: border-box;
}

body {
    /* min-height: 110vh; */
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    -webkit-text-size-adjust: 100%;
    position: relative;
}

table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    background-color: rgb(255, 255, 255);
    font-size: .9em;
}

th,
td {
    border: 1px solid black;
    border-collapse: collapse;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}

tr:nth-child(even) {
    background: #CCC
}

tr:nth-child(odd) {
    background: #FFF
}

td {
    padding-left: 5px;
}

#p15permanent {
    max-width: 100%;
    overflow-x: scroll;
}

.hero {
    /* height: 65px; */
    width: 100%;
    /* min-height: 80px; */
    min-height: 60px;
    background: #53672E;
    color: white;
    padding: 5px 5px 10px 5px;
}

.cvfc {
    padding-top: 7px;
    font-size: 2em;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
}

.icons {
    position: absolute;
    /* top: 60px; */
    top: 0;
    left: 0;
    background-color: white;
    z-index: 2000;
}

.nav {
    position: fixed;
    top: 4px;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-image: url('../images/nav.png');
    border-radius: 50px 0px 0px 50px;
    z-index: 1000;
    display: none;
}

.menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    background: #53672E;
    color: white;
    display: block;
    border-radius: 50px 0px 0px 50px;
    z-index: 1001;
    white-space: nowrap;
}

.coverall {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: none;
}

.maincontainer {
    position: relative;
    width: 1250px;
    max-width: 100%;
    margin: auto;
    /* padding-bottom: 10px; */
    min-height: calc(100vh - 60px);
    padding: 0 10px 10px 10px;
}

footer {
    background: #53672E;
    width: 100%;
    padding: 10px;
    color: white;
    font-weight: bold;
    border-color: #37441e;
    border: 10px 1px 1px 1px;
    border-radius: 20px 20px 0px 0px;
}

.menu>ul {
    columns: 1;
    padding: 10px;
}

.menu>ul>li {
    padding: 7px;
    font-weight: bold;
    font-size: 1.1em;
    cursor: pointer;
    list-style: none;
    list-style-image: none;
}

.stext {
    position: relative;
    width: 1250px;
    max-width: 100%;
    margin: 10px 0 0 0;
    padding: 10px 10px 0px 10px;
    background-color: white;
}

.controlul {
    columns: 2;
}

.control2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.nospace {
    margin: 0;
    padding: 10px 0 0 0;
}

.full {
    width: 100%;
    font-size: .8em;
    line-height: 1.1em;
    text-align: center;
    font-weight: normal;
}

h1 {
    max-width: 70vw;
    margin: auto;
    text-align: center;
    font-size: 2em;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    color: #53672E;
}

h2 {
    text-align: left;
    font-size: 1.5em;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    line-height: 1em;
}

h3 {
    text-align: left;
    font-size: 1.1em;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}

p {
    font-size: 1em;
}

img {
    max-width: 100%;
}

.twocol {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
}

.twocoldiv {
    position: relative;
    padding: 0 10px 5px 10px;
}

.bdiv {
    padding-top: 10px;
}

.button1 {
    background: #53672E;
    color: white;
    text-align: center;
    font-weight: bold;
    border-radius: 50px;
    padding: 5px;
    cursor: pointer;
    position: absolute;
    width: calc(100% - 30px);
    bottom: 0;
    /* -moz-box-shadow: 0 5px #37441e;
    -webkit-box-shadow: 0 5px #37441e;
    box-shadow: 0 5px #37441e; */
    border: 1px solid #37441e;
    border-radius: 20px 20px 20px 20px;
}

.button2 {
    background: #53672E;
    color: white;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    padding: 5px;
    cursor: pointer;
    width: 50%;
    margin: auto;
    /* -moz-box-shadow: 0 5px #37441e;
    -webkit-box-shadow: 0 5px #37441e;
    box-shadow: 0 5px #37441e; */
    border: 1px solid #37441e;
    border-radius: 20px 20px 20px 20px;
}

.button3 {
    background: #53672E;
    color: white;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    padding: 5px;
    cursor: pointer;
    width: 200px;
    max-width: 200px;
    margin: auto;
    /* -moz-box-shadow: 0 5px #37441e;
    -webkit-box-shadow: 0 5px #37441e;
    box-shadow: 0 5px #37441e; */
    border: 1px solid #37441e;
    border-radius: 20px 20px 20px 20px;
}

.button4 {
    background: #53672E;
    color: white;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    padding: 5px;
    cursor: pointer;
    width: 200px;
    max-width: 200px;
    margin: 10px 10px 10px 10px;
    /* margin: auto; */
    /* -moz-box-shadow: 0 5px #37441e;
    -webkit-box-shadow: 0 5px #37441e;
    box-shadow: 0 5px #37441e; */
    border: 1px solid #37441e;
    border-radius: 20px 20px 20px 20px;
    display: inline-block;
}

.inputfile {
    display: none;
}

.input2 {
    width: 100%;
    min-height: 26px;
    /* font-size: 1.1em; */
    margin-bottom: 10px;
}

#canvas10 {
    width: 600px;
    max-width: 100%;
    text-align: center;
}

.canvasdiv {
    margin: auto;
    text-align: center;
    padding-top: 10px;
}

.p12img {
    width: 600px;
    max-width: 100%;
    text-align: center;
    border: 1px solid #37441e;
}

.p12div {
    margin: auto;
    text-align: center;
    padding-top: 10px;
}

.errmsg3 {
    font-weight: bold;
    color: white;
    background-color: red;
    padding: 5px;
    border-radius: 5px;
    display: none;
}

a {
    /* background: #53672E; */
    /* color: white;
    text-decoration: none; */
    color: darkred;
    font-weight: bold;
}

small {
    font-size: .8em;
    font-weight: bold;
    /* line-height: 5px; */
}

ul {
    list-style: none;
    padding-left: 2vw;
    columns: 1;
}

.stext {
    position: relative;
    width: 1250px;
    max-width: 100%;
    margin: 10px 0 0 0;
    padding: 10px;
    background-color: white;
}

li {
    margin: 0;
    padding: 0px 0px 0px 0px;
    list-style: none;
    list-style-image: url("../images/ul.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 10px;
    font-weight: bold;
}

.p2ul>ul {
    columns: 4;
}

.p2ul>ul>li {
    list-style-image: none;
    color: darkred;
    text-decoration: underline;
    cursor: pointer;
}

.p2ul>ul>li>img {
    padding-top: 5px;
    padding-right: 10px;
}

.p2img {
    display: none;
    max-width: 929px;
    margin: 10px auto 10px auto;
    padding: 10px;
    border: 2px solid #53672E;
    border-radius: 10px;
    -moz-box-shadow: 5 5px #37441e;
    -webkit-box-shadow: 5 5px #37441e;
    box-shadow: 5px 5px #37441e;
    background-color: #bec9a9;
}

.p2img>img {
    border-radius: 10px;
    border: 1px solid #37441e;
}

.p2opm {
    display: block;
    max-width: 929px;
    margin: 10px auto 10px auto;
    padding: 10px;
    border: 2px solid #53672E;
    border-radius: 10px;
    -moz-box-shadow: 5 5px #37441e;
    -webkit-box-shadow: 5 5px #37441e;
    box-shadow: 5px 5px #37441e;
    background-color: #bec9a9;
}

.msg {
    text-align: center;
    padding: 10px;
    /* width: 480px;
    max-width: 480px; */
    border: 2px solid #53672E;
    background-color: #bec9a9;
    border-radius: 10px;
    -moz-box-shadow: 5 5px #37441e;
    -webkit-box-shadow: 5 5px #37441e;
    box-shadow: 5px 5px #37441e;
    /* margin: auto; */
}

.closemsg {
    color: white;
    width: 180px;
    margin: 20px auto 10px auto;
    border: 2px solid #37441e;
    border-radius: 10px;
    text-align: center;
    background: #53672E;
    cursor: pointer;
}

.abscen {
    position: absolute;
    background-color: white;
    margin: auto;
    width: 480px;
    height: 240px;
    font-size: 1.2em;
    font-weight: bold;
    top: calc(50vh - 120px);
    left: calc(50% - 240px);
}

.imgtext {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: .8em;
    font-weight: bold;
    margin-bottom: 10px;
}

.w90 {
    max-width: 90px;
}

.cendiv {
    text-align: center;
}


.footerdiv {
    margin: auto;
    max-width: 1200px;
    text-align: center;

}

.white {
    color: white;
    text-decoration: none;
}

footer ul {
    list-style: none;
    list-style-image: none;
    columns: 1;
    margin: 0;
    padding: 0;
}

footer ul li {
    color: white;
    display: inline-block;
    padding: 0 0 0 15px;
    cursor: pointer;
}

.dropdownlist,
.inputtext {
    width: 600px;
    max-width: 100%;
    font-size: 1em;
    margin-bottom: 10px;
}

.etext {
    width: 100%;
    font-size: 1.1em;
    margin-bottom: 10px;
    resize: none;
}

.epad {
    padding: 0, 10px 10px 10px;
}

.botpad {
    margin-bottom: 20px;
}

.pad10 {
    padding: 10px;
}

.mapcontainer {
    position: relative;
    height: auto;
    min-height: 100%;
    max-width: 100%;
    margin: 0 auto 10px auto;
    border: 2px solid #37441e;
}

.map {
    height: 90vh;
    width: 100%;
}

.overlay {
    width: 32px;
    max-width: 32px;
    height: 32px;
    max-height: 32px;
    cursor: pointer;
}

select {
    width: 100%;
    font-size: 1.1em;
    margin-bottom: 10px;
}

textarea {
    width: 100%;
    font-size: 1.1em;
}

.p3div {
    width: 100%;
    font-size: 1.1em;
    border: 1px solid black;
    background-color: white;
    padding-left: 5px;
}

.p13div {
    width: 100%;
    height: 24px;
    max-height: 24px;
    font-size: 1.1em;
    border: 1px solid black;
    background-color: white;
    padding-left: 5px;
    margin-bottom: 10px;
}

.p3textarea {
    width: 100%;
    padding: 0 10px 10px 10px;
}

.gborder {
    display: block;
    max-width: 1250px;
    margin: 0 10px 20px 10px;
    padding: 10px;
    border: 2px solid #53672E;
    border-radius: 10px;
    -moz-box-shadow: 5 5px #37441e;
    -webkit-box-shadow: 5 5px #37441e;
    box-shadow: 5px 5px #37441e;
    background-color: #bec9a9;
}

@media (max-width: 1250px) {

    table {
        font-size: .8em;
    }

    .gborder {
        max-width: 800px;
        margin: 10px auto 20px auto;
    }

    .twocol {
        display: block;
        max-width: 600px;
        margin: auto;
    }

    .stext {
        width: 800px;
        max-width: 100%;
        margin: auto;
    }

    ul {
        padding-left: 5vw;
        columns: 1;
    }

    .menu>ul {
        padding-left: 10px;
    }

    .button2 {
        width: 580px;
        max-width: calc(100% - 20px);
    }

    .p2ul>ul {
        columns: 3;
    }

    .p3textarea {
        max-width: 600px;
        margin: auto;
    }

}

@media (max-width: 769px) {

    h1 {
        font-size: 1.6em;
    }

    h2 {
        font-size: 1.3em;
    }



    .p2ul>ul {
        columns: 2;
    }

}

@media (max-width: 481px) {

    .cvfc {
        font-size: 1.3em;
    }

    .nav {
        top: 60px;
    }

    .p2ul>ul {
        columns: 1;
    }

    .abscen {
        position: relative;
        width: 95%;
        max-width: 95%;
        height: auto;
        top: calc(50vh - 120px);
        left: auto;
        margin: auto;
    }

}