*{
    box-sizing: border-box;
}
body {
    box-sizing: border-box;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-family: 'Open Sans', sans-serif;
    background: rgb(188, 215, 238);
    font-size: 12pt;
    font-weight: 500;
    background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.4)), url("../images/armi1.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
}

.topheader {
    position: relative;
    height: 30px;
    min-height: 30px;
    width: 100%;
    background-color: #626263;
    color: white;
    font-size: 13pt;
    line-height: 1.8em;
    font-weight: normal;
    /* overflow: hidden; */
    display: block;
}

.midheader {
    position: relative;
    max-width: 1600px;
    margin: auto;
    text-align: left;
    display: flex;
    align-items: center;
    flex-wrap: none;
}

.midheader div{
    font-size: 12pt;
    margin: 0 10px 0 10px;
    cursor: pointer;
    white-space: nowrap;
}


a{
    padding-left: 10px;
    color: white;
    text-decoration: none;
}

h2 {
    text-align: center;
    font-size: 14pt;
    font-weight: 600;
    /* line-height: 0.9em; */
    /* background-color: lightgrey; */
    background: rgba(255, 255, 255, 0.8);
    /* padding: 5px 5px 5px 5px; */
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

h3 {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    text-align: center;
    font-size: 12pt;
    font-weight: 600;
    line-height: 1.3em;
}

p{
    font-size: 11pt;
}

.map{
    height: 75vh;
    min-height: 75vh;
}

.ita {
    font-style: italic;
    font-weight: bold;
}

.initialmsg {
    font-weight: bold;
    text-align: center;
}

.textdivs {
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.main-container {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    min-height: 1066px;
    /* border: 1px solid rgb(188, 215, 238); */
    border: none;
}

.content-container {
    border: none;
}

.pagebuttoncontainer {
    width: 90px;
    margin: auto;
}

.addmargin{
    margin: 5px 5px 5px 5px;
}

.button0 {
    border: 1px solid rgb(102, 102, 102);
    border-radius: 3px;
    text-align: center;
    /* padding-top: 3px; */
    cursor: pointer;
    background: rgb(89, 89, 89);
    color: white;
    width: auto;
    max-width: 100px;
    font-weight: 500;
    font-size: 11pt;
    padding: 5px 5px 5px 5px;
}

.button1 {
    border: 1px solid rgb(102, 102, 102);
    border-radius: 3px;
    text-align: center;
    /* padding-top: 3px; */
    cursor: pointer;
    background: rgb(89, 89, 89);
    color: white;
    width: auto;
    max-width: 90px;
    font-weight: 500;
    font-size: 11pt;
    padding: 5px 5px 5px 5px;
}

.button1red {
    border: 1px solid rgb(102, 102, 102);
    border-radius: 3px;
    text-align: center;
    /* padding-top: 3px; */
    cursor: pointer;
    background: red;
    color: white;
    width: auto;
    max-width: 90px;
    font-weight: 500;
    font-size: 11pt;
    padding: 5px 5px 5px 5px;
}

.page {
    margin: 0px 10px 0px 10px;
    display: none;
}

#page0 {
    border: none;
}

.page0-container {
    position: relative;
    width: 100px;
    margin: 10px auto 0 auto;
    border: 1px solid rgb(141, 138, 138);
    display: flex;
    flex-direction: column;
    text-align: center;
    font-weight: 600;
    padding: 10px;
    margin-bottom: 10px;
    background: rgb(236, 234, 234);
}

.page0-container input {
    margin-bottom: 10px;
}

.problem {
    font-weight: bold;
    color: red;
    text-align: center;
}

.listcolours {
    margin: 2px 5px 2px 5px;
    padding: 1px 0px 1px 5px;
    color: #fff;
    background: #bd3d3a;
    border: 1px solid #777;
    border-radius: 5px;
    cursor: pointer;
    font-size: 13px;
}

.pagegrouplist {
    width: 95%;
    margin: 0 auto;
}

.pagemap {
    margin: 0 10px 0 10px;
    border: 1px solid rgb(141, 138, 138);
    background: white;
    display: none;
}

.listresults {
    margin: 0 0 0 0;
    padding: 0 0 0 1%;
    white-space: nowrap;
    /* color: #000;  */
    border: 1px solid #777;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
}

.objcontainer {
    margin: 0 0 0 0;
    padding: 0 0 0 1%;
    white-space: nowrap;
    color: #000;
    font-weight: 600;
    font-size: 13px;
    /* border: 1px solid #777;
    border-radius: 5px; */
}

.obj2container {
    margin: 0 0 0 0;
    padding: 0 0 0 1%;
    white-space: nowrap;
    color: #000;
    font-weight: 600;
    font-size: 13px;
}

.pagecontents {
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
    width: 100%;
    margin: 0 auto 10px auto;
    overflow: hidden;
}

.pageitems {
    display: flex;
    align-items: center;
    /* border: 1px solid lightgray; */
}
.hidden{
    display: none;
}

.pagedes {
    font-size: 11pt;
    margin-right: 5px;
    font-weight: bold;
    white-space: nowrap;
    line-height: 1.5em;
    flex: 1;
}

.pageinput {
    flex: 4;
    border: 1px solid lightgray;
    font-size: 13px;
    line-height: 1.5em;
    padding-left: 5px;
    background: white;
}

.page4strong {
    font-weight: bold;
}

.pagebuttons {
    display: flex;
    margin-top: 5px;
}

.overlay {
    border-radius: 5px;
    border: 1px solid black;
    padding: 0px 5px 0px 5px;
    font-weight: 500;
    font-size: 13px;
    opacity: 1;
    height: 20px;
    line-height: 1.5em;
    white-space: nowrap;
    cursor: pointer;
    /* background: #bd3d3a; */
    color: white;
}

@media (max-width: 480px) {
    .nav1 {
        display: none;
    }
    .nav2 {
        display: flex;
    }
    /* .main-container {
        background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.4)), url("images/bgsmall.jpg");
    } */
    .page {
        margin: 0px 10px 0px 10px;
    }
    .objcontainer {
        font-size: 12px;
    }
    .obj2container {
        font-size: 12px;
    }
}