* {
    box-sizing: border-box;
}

.header {
    border: 1px solid white;
    /* padding: 15px;*/
    height: 10vh;
    background-size: contain;
    font-size: 2vh;
    color: rgb(52, 132, 143);
    font-family: Lucida, Arial, Helvetica, sans-serif;
    font-style: italic;
}

.calheader {
    border: 1px solid white;
    /* padding: 15px;*/
    height: 10vh;
    background-size: contain;
    font-size: 4vh;
    color: rgb(23, 44, 65);
    font-family: Lucida, Arial, Helvetica, sans-serif;
    font-style: italic;
}

h2 {
    font-family: Lucida, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    line-height: 36px;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

h3 {
    font-family: Lucida, Arial, Helvetica, sans-serif;
    font-size: 1.05em;
    line-height: 36px;
    margin-left: 5%;
    margin-top: 0.0em;
    margin-bottom: 0.0em;
}

.menu {
    width: 18%;
    float: left;
    /* padding: 15px;*/
    border: 1px solid white;
    height: 89vh;
}

.main {
    width: 64%;
    float: left;
    /* padding: 15px;*/
    border: 1px solid white;
    height: 89vh;
}

.funclist {
    width: 18%;
    float: left;
    border: 1px solid white;
    height: 89vh;
    overflow: auto;
}

.logoc {
    max-height: 9.5vh;
    float: left;
}

.subh1 {
    color: rgb(214, 79, 85);
}

.Speclist {
    float: left;
    width: 99%;
    height: 40%;
    overflow-x: auto;
}

.Plotsel {
    overflow-x: auto;
}

.mainplot {
    float: left;
    width: 99%;
    height: 70%;
}



.custom-file-upload {
    background-color: #60A0C0;
    /* display: inline-block; */
    cursor: pointer;
    color: white;
    float: left;
    width: 99%;
    height: 10%;
    text-align: center;
}

.button {
    text-decoration: none;
    color: white;
    float: left;
    text-align: center;
    width: 89%;
    height: 5%;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5%;
    margin-left: 5%;
    font-size: 0.93em;
    border: none;
}

.button1 {
    background-color: #60A0C0;
}


.button2 {
    background-color: #35848F;
}

.button3 {
    background-color: #35848F;
}

.buttondo {
    border: none;
    text-decoration: none;
    color: white;
    float: left;
    text-align: center;
    width: 90%;
    /*height: 100%;*/
    cursor: pointer;
    margin-right: 2.5%;
    margin-left: 2.5%;
    font-size: 0.93em;
}


.inputlabel {
    margin-top: 2px;
    margin-bottom: 2px;
    font-family: Lucida, Arial, Helvetica, sans-serif;
    font-size: 1.05em;
}

.inputbx {
    margin-top: 2px;
    margin-bottom: 2px;
    width: 20%;
}

.inputlb {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 5%;
}

.listopts {
    height: 29%;
    width: 70%;
    border: 1px;
    float: left;
    background: white;
}

.listoptstop {
    height: 29%;
    width: 28%;
    border: 1px;
    float: left;
    background: white;
}

.dhswwrap {
    height: 100%;
    width: 150px;
    border: 1px;
    float: right;
}

.textholder {
    height: 15%;
    overflow: auto;
    margin-top: 2px;
    margin-bottom: 2px;
    font-family: Lucida, Arial, Helvetica, sans-serif;
    font-size: 1.05em;
}
