﻿
html, body {
    margin: 0;
    padding: 0;
    background-color: white;
    font: normal 17px Arial, Tahoma, Verdana;
}
nav article footer {
    display: block;
    z-index:600;
}
header {
    display: block;
    background-color: #c4c9ba;
    text-align: left;
    position: fixed;
    left:0;
    top:0;
    height: 60px;
    width: 100%;
    vertical-align: top;
    z-index: 10;
}
.head {
    display: block;
    background-color: #c4c9ba;
    text-align: left;
    position: fixed;
    left: 0;
    top: 0;
    height: 60px;
    width: 100%;
    vertical-align: middle;
    z-index: 10;
}

/* Side menu classes*/
aside { /* Same class as .sideMenus */
    font: normal 16px verdana, arial;
    height: 890px;
    width: 320px;
    position: fixed; /*2 delete*/
    left: 0;
    top: 0;
    display: block;
    background-color: #f8f8f8;
    border-right: solid 2px #f4f6f2;
    overflow-x: hidden;
    overflow-y: auto;
   /* margin-top: 60px;*/
    z-index: 1;
    text-align: left;
}
    aside > a {
        text-decoration: none;
        display: block;
        line-height: 23px;
        text-align: left;
        padding-left: 47px;
        color: black;
    }
        aside > a:hover {
            text-decoration: none;
            color:blue; /* #004ABE;*/
            background-color: #e2e2e2;
        }
        aside > a:active {
            text-decoration: none;
            color: blue;
            background-color: #e2e2e2;
        }

        aside > div > a {
            text-decoration: none;
            display: block;
            text-align: left;
            padding-left: 40px;
            width: 100%;
            line-height: 23px;
            color: black;
        }
            aside > div > a:link {
                text-decoration: none;
                display: block;
                color: black;
            }
            aside > div > a:hover {
                text-decoration: none;
                display: block;
                color: #3CB371;
                background-color: #DBFF9E;
            }
            aside > div > a:visited {
                text-decoration: none;
                display: block;
                color: black;
            }
.drop-btn {
    font: normal 16px verdana, arial;
    text-decoration: none;
    color: black;
    border: none;
    display: block;
    cursor: pointer;
    outline: none;
    text-align:left;
}


main {
    float: left;
    text-align: center;
    width: 1050px;
    margin-top: 50px;
    margin-left: 320px;
    font: normal 17px arial;
}
.section {
    float: right;
    height: 100vh;
    text-align: center;
    vertical-align: top;
    margin-top: 65px;
}


.side {
    float: left;
    background-color: white;
    height:100%;
}

.sidebar {
    height: 90%;
    width: 280px;
    position: fixed; /*2 delete*/
    left: 0;
    top: 0;
    display: block;
    background-color: #f8f8f8;
    border-right: solid 2px #f4f6f2;
    overflow-x: hidden;
    margin-top: 80px;
    z-index: 1;
}
    .sidebar a {
        text-decoration: none;
        width: 220px;
        padding: 2px 28px;
        color: black;
        font:normal 17px arial;
        display:block;
    }

.sideMenus { /* Same class as aside */
    font: normal 15px verdana, arial;
    height: 864px;
    width: 320px;
    position: fixed; /*2 delete*/
    left: 0;
    top: 0;
    display: block;
    background-color: #f8f8f8;
    border-right: solid 2px #f4f6f2;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-top:120px;/* 60px;*/
    z-index: 1;
}

.main {
    float: left;
    text-align: center;
    width: 1000px;
    padding-top: 15px;
    padding-left: 30px;
    font: normal 17px arial;
}

.sec {
    float:right;
}

.headOffSet {
    height: 65px;
}

.foot {
    width: 100%;
    height: 55px;
    background-color: #c4c9ba;
    border-top: 11px solid #9aa48a;
    font: normal 12px Tahoma;
    text-align: center;
    padding-top: 30px;
}

/* css for the aside dropdown menu*/
.lef_ {
    text-align: left;
}

.list_ex {
    padding: 10px;
    margin-right: 20px;
    border: solid 1px #748470;
    background-image: linear-gradient(to bottom,#fafafa, #f0f0f0);
    border-radius: 5px;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.3);
    width: 200px;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    font: normal 16px arial;
}

.sideSubMenu {
    text-decoration: none;
    width: 220px;
    padding-left: 28px;
    color: black;
    line-height: 22px;
    font: normal 15px verdana, arial;
    background-color: blueviolet;
}

.spa {
    display: inline-block;
    width: 16px;
    text-align: left;
}

.sidenav {
    /*  height: 100vh;*/
    width: 100%; /*320px;*/
    padding-left: 20px;
    padding-top: 15px;
    overflow-y: auto;
    overflow-x: hidden;
    font: normal 15px verdana, arial;
}

    .sidenav a, .drop-btn {
        text-decoration: none;
        text-align: left;
        font: normal 15px verdana, arial;
        width: 100%;
        margin-left: 20px;
        color: black;
        border: none;
        display: block;
        cursor: pointer;
        outline: none;
        background-color: #f8f8f8;
        line-height: 22px;
    }

        .sidenav a:hover, .drop-btn:hover {
            color: mediumseagreen;
        }

.drop-container {
    /*Hide the sub menus*/
    display: none;
}



.flex-container {
    display: flex;
    flex-wrap: wrap;
    height:100vh;
    overflow: scroll;
    background-color: white;
    justify-content: left;
}
/*
    .flex-container > aside {
        background-color: white;
        width: 100px;
        margin: 20px;
        text-align: center;
        line-height: 75px;
        font-size: 30px;
        background-color:black;
    }
*/
    .genFlexCon{
        display:flex;
        align-items:center;
        align-content:center;
        justify-content:center;
    }
    .genFlexCon > div{

    }

/***** Flex definition for user ******/
.flex-box-ccc {
    display: flex;
    justify-content: center; /*align center horizontally*/
    align-content: center;
    align-items: center;
}

    .flex-box-ccc > div {
        /*To define width of each div*/
    }

.flex-box-ccc-pad {
    display: flex;
    justify-content: center; /*align center horizontally*/
    align-content: center;
    align-items: center;
    padding: 10px 20px;
}

    .flex-box-ccc-pad > div {
        /*To define width of each div*/
    }

.flex-box-ccc-top {
    display: flex;
    justify-content: center; /*align center horizontally*/
    align-content: center;
    align-items: flex-start;
}

    .flex-box-ccc-top > div {
        /*To define width of each div*/
    }
/*************************************************/
.flex-box-leftTop {
    display: flex;
    justify-content: flex-start; /*align center horizontally*/
/*    justify-content: center; /*align center horizontally*/
}

    .flex-box-leftTop > div {
        /*To define width of each div*/
        text-align: left;
    }
    /*************************************************/

.flex-box-rightTop {
    display: flex;
    justify-content: flex-end; /*align center horizontally*/
    /*    justify-content: center; /*align center horizontally*/
}

    .flex-box-leftTop > div {
        /*To define width of each div*/
        text-align: left;
    }
/*************************************************/
.flex-box-centerLeft {
    display: flex;
    justify-content: flex-start; /*align center horizontally*/
    align-items: center;
}

    .flex-box-centerLeft > div {
        /*To define width of each div*/
        text-align: left;
    }
/*************************************************/
.flex-box-space {
    display:flex;
    justify-content: space-between;
    align-items:center;
}
.flex-box-space > div{
    text-align:left;
}

/****** Flex table  ******/
.zflex-table {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    justify-content: left;
}

    .zflex-table > div {
        background-color: white;
        border-bottom: solid 1px #000000;
        border-left: solid 1px #000000;
        padding: 5px;
    }

.zflexTableFirst {
    border-top: solid 1px #000000;
    font-weight: bold;
    text-align: center;
}

.zflexTableFirstN {
    border-top: solid 1px #000000;
}

.zflexTableLast {
    border-right: solid 1px #000000;
}


    .equationBd{
        padding:12px;
        background-color:#f0f0f0;
        border:solid 1px #e0e0e0;
    }
.equationSb5 {
    padding: 5px;
    background-color: white;
    border: solid 1px #424242;
}
    .equationSb {
        padding: 10px;
        background-color: white;
        border: solid 1px #424242;
    }
.equationSb15 {
    padding: 15px;
    background-color: white;
    border: solid 1px #424242;
}

.equationGreen {
    background-color: #f4f9ea;
    border:solid 1px #979797;
    padding:0;
}
.headerStb {
    padding: 2px 16px;
    background-color: #92b7ee;
    /*    background-color: #d0e4fe;*/
    border: solid 1px #424242;
}
.fll{
    float:left;
}
.flr{
    float:right;
}

.borTopDas {
    border-top: dashed 1px #aaaaaa;
}
.borTopDas9 {
    border-top: dashed 1px #999999;
}

.cat {
    display: inline-block;
    color: black;
    margin-right: 35px;
    font: normal 17px arial, verdana;
    cursor: pointer;
}

.tabs {
    display: flex;
    flex-direction: row;
    padding-top: 80px;
    margin-left: 460px;
}

/* class for link buttons */
.bor1 {
    border: solid 2px #999999;
    padding: 5px 12px;
    border-radius: 7px;
    margin-right: 11px;
}

.brg1 {
    background-color: #cddaea;
}

.brg2 {
    background-color: #c4bcf6;
}

.brg3 {
    background-color: #f0eba7;
}

.brg4 {
    background-color: #c4edec;
}

.catSym {
    font: bold 20px arial, verdana;
    display: inline-block;
    height: 40px;
}

.logo {
    font: bold 32px verdana, tahoma;
    color: #333333;
    margin-left: 50px;
    margin-right: 180px;
    margin-top: 13px;
    display: inline-block;
}

.disp {
    font: bold 32px arial;
    color: #898989;
    margin-left: 20px;
    cursor: pointer;
}

.tab0 {
    float: left;
    width: 170px;
}

.tab {
    float: left;
    width: 200px;
}

.clr {
    clear: both;
}
.clrButt{
    width:60px;
    border-radius:4px;
    padding:2px;
    font:normal 15px arial;
}
#boxad_1 {
    position: fixed;
    right: 0;
    height: 600px;
    width: 400px;
    top: 60px;
    background-color: aquamarine;
}


.foot1 {
    display: inline-block;
    float: left;
    background-color: Yellow;
    margin-left: 40px;
    font: bold 14px Times New Roman;
    font-style: italic;
}

.foot2 {
    display: inline-block;
}

.foot3 {
    display: inline-block;
    text-align: left;
}

.foot4 {
    color: #748470;
    font: bold 17px arial;
    font-style: italic;
    padding-left: 60px;
}

.foot5 {
    display: inline-block;
    float: left;
    font: bold 14px Times New Roman;
    font-style: italic;
    background-color: #008080;
}
a.sideMenus {
    text-decoration: none;
    display: block;
    color: black;
    font: normal 15px verdana, arial;
    text-align: left;
    padding-top: 1px;
    padding-bottom: 3px;
    width: 290px;
}

    a.sideMenus:active, a.sideMenus:hover {
        text-decoration: none;
        font-weight: bold;
        color: mediumseagreen;
    }

    a.sideMenus:visited {
    }


.centerMar0{
    margin:0 auto;
}

.tblFormat {
    width: 900px;
}

.headerStyleG {
    text-align: center;
    color: Black;
    font: bold 17px cambria;
    font-style: italic;
    background-color: #a4b5a0;
}

.headerStyleB {
    text-align: center;
    color: Black;
    font: bold 17px cambria;
    font-style: italic;
    background-color: #99b9bb;
}

.headerStyleM {
    text-align: center;
    color: Black;
    font: bold 17px cambria;
    font-style: italic;
    background-color: #c2d5d4;
}

.imgCn {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.ml_2 {
    margin-left: 2px;
}
.ml_3 {
    margin-left: 3px;
}
.ml_4 {
    margin-left: 4px;
}
.ml_5 {
    margin-left: 5px;
}
.ml_6 {
    margin-left: 6px;
}
.ml_10 {
    margin-left: 10px;
}
.ml_12 {
    margin-left: 12px;
}
.ml_15 {
    margin-left: 15px;
}
.ml_20 {
    margin-left: 20px;
}
.ml_25 {
    margin-left: 25px;
}
.ml_30 {
    margin-left: 30px;
}
.ml_40 {
    margin-left: 40px;
}
.ml_50 {
    margin-left: 50px;
}
.ml_60 {
    margin-left: 60px;
}
.ml_70 {
    margin-left: 70px;
}
.ml_80 {
    margin-left: 80px;
}
.ml_90 {
    margin-left: 90px;
}
.ml_100 {
    margin-left: 100px;
}
.ml_120 {
    margin-left: 120px;
}
.ml_140 {
    margin-left: 140px;
}
.ml_150 {
    margin-left: 150px;
}
.ml_180 {
    margin-left: 180px;
}
.ml_200 {
    margin-left: 200px;
}
.ml_220 {
    margin-left: 220px;
}
.ml_240 {
    margin-left: 240px;
}
.ml_250 {
    margin-left: 250px;
}
.ml_280 {
    margin-left: 280px;
}
.ml_300 {
    margin-left: 300px;
}
.ml_350 {
    margin-left: 350px;
}

.mt2 {
    margin-top: 2px;
}
.mt3 {
    margin-top: 3px;
}
.mt4{
    margin-top:4px;
}
.mt6 {
    margin-top: 6px;
}
.mt8 {
    margin-top: 8px;
}
.mt10 {
    margin-top: 10px;
}
.mt13 {
    margin-top: 13px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt25 {
    margin-top: 25px;
}
.mt30 {
    margin-top: 30px;
}
.mt35 {
    margin-top: 35px;
}
.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}
.mt60 {
    margin-top: 60px;
}
.mt80 {
    margin-top: 80px;
}
.mt100 {
    margin-top: 100px;
}

.mb2 {
    margin-bottom: 2px;
}
.mb3 {
    margin-bottom: 3px;
}
.mb4 {
    margin-bottom: 4px;
}
.mb6 {
    margin-bottom: 6px;
}
.mb8 {
    margin-bottom: 8px;
}
.mb10{
    margin-bottom:10px;
}
.mb16 {
    margin-bottom: 16px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}

.rad5{
    border-radius:5px;
}
/* Input field format */
.inputGenF17 {
    height: 20px;
    text-align: left;
    border: solid 1px #999999;
    padding: 2px 5px;
    font: normal 17px arial;
    border-radius: 5px;
    background-color: white;
}
.inputGenF18 {
    height: 24px;
    text-align: left;
    border: solid 1px #999999;
    padding-left: 5px;
    font: normal 18px arial;
    border-radius: 5px;
    background-color: white;
}

.in60F17 {
    width: 60px;
    height: 20px;
    text-align: left;
    padding: 2px 5px;
    border: solid 1px #999999;
    font: normal 17px arial;
    background-color: white;
}
.in80F17 {
    width: 80px;
    height: 19px;
    text-align: left;
    padding: 2px 5px;
    border: solid 1px #999999;
    font: normal 17px arial;
    background-color: white;
}
.in100F17 {
    width: 100px;
    height: 24px;
    text-align: left;
    border: solid 1px #999999;
    padding-left:5px;
    font: normal 18px arial;
    border-radius:5px;
    background-color: white;
}
.in120F17 {
    width: 120px;
    height: 20px;
    text-align: left;
    padding: 2px 5px;
    border: solid 1px #999999;
    font: normal 17px arial;
    background-color: white;
}
.in140F17 {
    width: 140px;
    height: 20px;
    text-align: left;
    padding: 2px 5px;
    border: solid 1px #999999;
    font: normal 17px arial;
    background-color: white;
}
.in150F17 {
    width: 150px;
    height: 20px;
    text-align: left;
    padding: 2px 5px;
    border: solid 1px #999999;
    font: normal 17px arial;
    background-color: white;
}
.in180F17 {
    width: 180px;
    height: 20px;
    text-align: left;
    padding: 2px 5px;
    border: solid 1px #999999;
    font: normal 17px arial;
    background-color: white;
}
.in220F17 {
    width: 220px;
    height: 20px;
    text-align: left;
    padding: 2px 5px;
    border: solid 1px #999999;
    font: normal 17px arial;
    background-color: white;
}
.in280F17 {
    width: 280px;
    height: 20px;
    text-align: left;
    padding: 2px 5px;
    border: solid 1px #999999;
    font: normal 17px arial;
    background-color: white;
}
.in340F17 {
    width: 340px;
    height: 20px;
    text-align:left;
    padding: 2px 5px;
    border: solid 1px #999999;
    font: normal 17px arial;
    background-color: white;
}
.in400F17 {
    width: 400px;
    height: 20px;
    text-align: left;
    padding: 2px 5px;
    border: solid 1px #999999;
    font: normal 17px arial;
    background-color: white;
}
.in500F17 {
    width: 500px;
    height: 20px;
    text-align: left;
    padding: 2px 5px;
    border: solid 1px #999999;
    font: normal 17px arial;
    background-color: white;
}
.in100aF17 {
    width: 100%;
    height: 20px;
    text-align: left;
    padding: 2px 5px;
    border: solid 1px #999999;
    font: normal 17px arial;
    background-color: white;
}

.resGenA15 {
    text-align: left;
    height: 20px;
    border: solid 1px #b6bfad;
    font: normal 15x arial;
    padding: 4px;
    background-color: white;
}

.resGenA17 {
    text-align: left;
    height: 20px;
    border: solid 1px #b6bfad;
    font: normal 17x arial;
    padding: 4px;
    background-color: white;
}
.resGenA18 {
    text-align: left;
    height: 20px;
    border: solid 1px #b6bfad;
    font: normal 18x arial;
    padding: 4px;
    background-color: white;
}
.res360F19 {
    text-align:left;
    width: 360px;
    height: 22px;
    border: solid 1px #b6bfad;
    font: normal 19px arial;
    padding-left:6px;
    background-color:white;
}
.res360F18 {
    text-align: left;
    width: 360px;
    height: 22px;
    border: solid 1px #b6bfad;
    font: normal 18px arial;
    padding-left: 6px;
    background-color: white;
}
.res360F17 {
    text-align: left;
    width: 360px;
    height: 22px;
    border: solid 1px #b6bfad;
    font: normal 17px arial;
    padding-left: 6px;
    background-color: white;
}


a.yTagCam17:link {
    text-decoration: none;
    color: #0074c2;
    font: normal 17px cambria, arial;
    font-style: italic;
    padding-left: 6px;
    background-color: white;
}
a.yTagCam17:visited {
    text-decoration: none;
    color: #0074c2;
}
a.yTagCam17:hover {
    text-decoration: none;
    color: #0074c2;
}
a.yTagCam17:active {
    text-decoration: none;
    color: #0074c2;
}


a.yTagCam18:link {
    text-decoration: none;
    color: #0074c2;
    font: normal 18px cambria, arial;
    font-style: italic;
}
a.yTagCam18:visited {
    text-decoration: none;
    color: #0074c2;
}
a.yTagCam18:hover {
    text-decoration: none;
    color: #0074c2;
}
a.yTagCam18:active {
    text-decoration: none;
    color: #0074c2;
}

a.yTagCam19:link {
    text-decoration: none;
    color: #0074c2;
    font: normal 19px cambria, arial;
    font-style: italic;
}
a.yTagCam19:visited {
    text-decoration: none;
    color: #0074c2;
}
a.yTagCam19:hover {
    text-decoration: none;
    color: #0074c2;
}
a.yTagCam19:active {
    text-decoration: none;
    color: #0074c2;
}

a.yTagCam20:link {
    text-decoration: none;
    color: #0074c2;
    font: normal 20px cambria, arial;
    font-style: italic;
}

a.yTagCam20:visited {
    text-decoration: none;
    color: #0074c2;
}

a.yTagCam20:hover {
    text-decoration: none;
    color: #0074c2;
}

a.yTagCam20:active {
    text-decoration: none;
    color: #0074c2;
}

/* Arial link */
a.yTagCam16A:link {
    text-decoration: none;
    color: #0074c2;
    font: normal 16px arial, cambria;
}
a.yTagCam16A:visited {
    text-decoration: none;
    color: #0074c2;
}

a.yTagCam16A:hover {
    text-decoration: none;
    color: gray;
}
a.yTagCam16A:active {
    text-decoration: none;
    color: #0074c2;
}

a.yTagCam17A:link {
    text-decoration: none;
    color: #0074c2;
    font: normal 17px arial, tahoma, cambria;
}
a.yTagCam17A:visited {
    text-decoration: none;
    color: #0074c2;
}
a.yTagCam17A:hover {
    text-decoration: none;
    color: gray;
}
a.yTagCam17A:active {
    text-decoration: none;
    color: #0074c2;
}

a.yTagCam17Ag:link {
    text-decoration: none;
    color: #007800;
    font: normal 17px arial, tahoma, cambria;
}
a.yTagCam17Ag:visited {
    text-decoration: none;
    color: #007800;
}
a.yTagCam17Ag:hover {
    text-decoration: none;
    color: gray;
}

a.yTagCam17Ag:active {
    text-decoration: none;
    color: #007800;
}


a.yTagCam18A:link {
    text-decoration: none;
    color: #0074c2;
    font: normal 18px arial, cambria;
}
a.yTagCam18A:visited {
    text-decoration: none;
    color: #0074c2;
}
a.yTagCam18A:hover {
    text-decoration: none;
    color: gray;
}
a.yTagCam18A:active {
    text-decoration: none;
    color: #0074c2;
}


a.gotop:link {
    text-decoration: none;
    color:#4f5a6e;
    font: normal 26px cambria, arial;
}
a.gotop:visited {
    text-decoration: none;
    color: #4f5a6e;
}
a.gotop:hover {
    text-decoration: none;
    color: #4f5a6e;
}
a.gotop:active {
    text-decoration: none;
    color: #4f5a6e;
}

.sp4 {
    padding-top: 4px;
    padding-bottom: 4px;
}
.sp5 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.sp6 {
    padding-top: 6px;
    padding-bottom: 6px;
}
.sp8 {
    padding-top: 8px;
    padding-bottom: 8px;
}
.sp9 {
    padding-top: 9px;
    padding-bottom: 9px;
}
.sp10 {
    padding: 10px 0;
}
.sp12 {
    padding-top: 12px;
    padding-bottom: 12px;
}
.sp14 {
    padding-top: 14px;
    padding-bottom: 14px;
}
.sp16 {
    padding-top: 16px;
    padding-bottom: 16px;
}
.sp18 {
    padding-top: 18px;
    padding-bottom: 18px;
}
.sp20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.sp22 {
    padding-top: 22px;
    padding-bottom: 22px;
}
.sp24 {
    padding-top: 24px;
    padding-bottom: 24px;
}
.sp26 {
    padding-top: 26px;
    padding-bottom: 26px;
}
.sp28 {
    padding-top: 28px;
    padding-bottom: 28px;
}
.sp30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.sp35 {
    padding-top: 35px;
    padding-bottom: 35px;
}


.B{
    font-weight:bold;
}
.IT{
    font-style:italic;
}

.FSM {
    font-size:medium;
}
.FSL {
    font-size:large;
}

.BI17C {
    font: bold 17px cambria;
    font-style: italic
}
.BI18C {
    font: bold 18px cambria;
    font-style: italic
}
.BI19C {
    font: bold 19px cambria;
    font-style: italic
}
.BI20C {
    font: bold 20px cambria;
    font-style: italic
}
.BI21C {
    font: bold 21px cambria;
    font-style: italic
}


.BN18C {
    font: bold 18px cambria;
    font-style: normal
}
.BN19C {
    font: bold 19px cambria;
    font-style: normal
}
.BN20C {
    font: bold 20px cambria;
    font-style: normal
}
.BN21C {
    font: bold 21px cambria;
    font-style: normal
}


.NN18C {
    font: normal 18px cambria;
    font-style: normal
}
.NN19C {
    font: normal 19px cambria;
    font-style: normal
}
.NN20C {
    font: normal 20px cambria;
    font-style: normal
}
.NN21C {
    font: normal 21px cambria;
    font-style: normal
}
.NN22C {
    font: normal 22px cambria;
    font-style: normal
}
.NN23C {
    font: normal 23px cambria;
    font-style: normal
}
.NN26C {
    font: normal 26px cambria;
    font-style: normal
}


.NN16V {
    font: normal 16px verdana;
    font-style: normal;
}
.NN17V {
    font: normal 17px verdana;
    font-style: normal;
}
.NN18V {
    font: normal 18px verdana;
    font-style: normal;
}


.NI18C {
    font: normal 18px cambria;
    font-style: italic
}
.NI19C {
    font: normal 19px cambria;
    font-style: italic
}
.NI20C {
    font: normal 20px cambria;
    font-style: italic
}
.NI21C {
    font: normal 21px cambria;
    font-style: italic
}
.NI22C {
    font: normal 21px cambria;
    font-style: italic
}
.NI23C {
    font: normal 21px cambria;
    font-style: italic
}
.NI26C {
    font: normal 26px cambria;
    font-style: italic
}


.NN14A {
    font: normal 14px arial;
    font-style: normal
}
.NN15A {
    font: normal 15px arial;
    font-style: normal
}
.NN16A {
    font: normal 16px arial;
    font-style: normal
}
.NN17A {
    font: normal 17px arial;
    font-style: normal
}
.NN18A {
    font: normal 18px arial;
    font-style: normal
}
.NN19A {
    font: normal 19px arial;
    font-style: normal
}
.NN20A {
    font: normal 20px arial;
    font-style: normal
}
.NN21A {
    font: normal 21px arial;
    font-style: normal
}
.NN22A {
    font: normal 22px arial;
    font-style: normal
}
.NN23A {
    font: normal 23px arial;
    font-style: normal
}
.NN24A {
    font: normal 24px arial;
    font-style: normal
}
.NN25A {
    font: normal 25px arial;
    font-style: normal
}
.NN26A {
    font: normal 26px arial;
    font-style: normal
}


.L8 {
    text-align: left;
    padding-left: 8px;
}
.L10 {
    text-align: left;
    padding-left: 10px;
}
.L12 {
    text-align: left;
    padding-left: 12px;
}
.L14 {
    text-align: left;
    padding-left: 14px;
}
.L16 {
    text-align: left;
    padding-left: 16px;
}
.L18 {
    text-align: left;
    padding-left: 18px;
}
.L20 {
    text-align: left;
    padding-left: 20px;
}
.L30 {
    text-align: left;
    padding-left: 30px;
}
.L40 {
    text-align: left;
    padding-left: 40px;
}
.L50 {
    text-align: left;
    padding-left: 50px;
}
.L60 {
    text-align: left;
    padding-left: 60px;
}
.L80 {
    text-align: left;
    padding-left: 80px;
}
.L100 {
    text-align: left;
    padding-left: 100px;
}
.L140 {
    text-align: left;
    padding-left: 140px;
}
.L180 {
    text-align: left;
    padding-left: 180px;
}


.LM12 {
    text-align: left;
    margin-left: 12px;
}
.LM14 {
    text-align: left;
    margin-left: 14px;
}


.SPC12_14 {
    padding-top: 12px;
    padding-bottom: 14px;
}
.SPC14_16 {
    padding-top: 14px;
    padding-bottom: 16px;
}

.pdLR3{
    padding: 0 3px;
}
.pdLR4 {
    padding: 0 4px;
}
.pdLR5 {
    padding: 0 5px;
}
.pdLR6 {
    padding: 0 6px;
}
.pdLR7 {
    padding: 0 7px;
}
.pdLR8 {
    padding: 0 8px;
}

.BT14 {
    font: normal 14px arial;
    text-align: center;
}
.BT15 {
    font: normal 15px arial;
    text-align: center;
}
.BT16 {
    font: normal 16px arial;
    text-align: center;
}
.BT17 {
    font: normal 17px arial;
    text-align: center;
}
.BT18 {
    font: normal 18px arial;
    text-align: center;
}

.spn {
    font-style: normal;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.va {
    vertical-align: top;
}

.CENTER {
    text-align: center;
}

.TCENTER {
    margin: 0 auto;
}


.hi2 {
    height: 2px;
}
.hi4 {
    height: 4px;
}
.hi6 {
    height: 6px;
}
.hi8 {
    height: 8px;
}
.hi10 {
    height: 10px;
}
.hi12 {
    height: 12px;
}
.hi14 {
    height: 14px;
}
.hi16 {
    height: 16px;
}
.hi18 {
    height: 18px;
}
.hi20{
    height: 20px;
}
.hi24 {
    height: 24px;
}
.hi26 {
    height: 26px;
}
.hi30 {
    height: 30px;
}
.hi40 {
    height: 40px;
}
.hi50 {
    height: 50px;
}
.hi60 {
    height: 60px;
}
.hi80 {
    height: 80px;
}
.hi100 {
    height: 100px;
}
.hi120 {
    height: 120px;
}
.hi140 {
    height: 140px;
}
.hi200 {
    height: 200px;
}
.hi250 {
    height: 250px;
}
.hi320 {
    height: 320px;
}
.hi350 {
    height: 350px;
}

.wd100a{
    width:100%;
}
.wd10 {
    width:10px;
}
.wd15 {
    width: 15px;
}
.wd20 {
    width: 20px;
}
.wd25 {
    width: 25px;
}
.wd30 {
    width: 30px;
}
.wd40 {
    width: 40px;
}
.wd50 {
    width: 50px;
}
.wd55{
    width:55px;
}
.wd55A15 {
    width: 55px;
    font:normal 15px arial;
}
.wd65 {
    width: 65px;
}
.wd75 {
    width: 75px;
}
.wd80 {
    width: 80px;
}
.wd90 {
    width: 90px;
}
.wd100 {
    width: 100px;
}
.wd110 {
    width: 110px;
}
.wd120 {
    width: 120px;
}
.wd130 {
    width: 130px;
}
.wd140 {
    width: 140px;
}
.wd150 {
    width: 150px;
}
.wd160 {
    width: 160px;
}
.wd170 {
    width: 170px;
}
.wd180 {
    width: 180px;
}
.wd200 {
    width: 200px;
}
.wd250 {
    width: 250px;
}
.wd280 {
    width: 280px;
}
.wd290 {
    width: 290px;
}
.wd300 {
    width: 300px;
}
.wd310 {
    width: 310px;
}
.wd330 {
    width: 330px;
}
.wd350 {
    width: 350px;
}
.wd400 {
    width: 400px;
}
.wd420 {
    width: 420px;
}
.wd450 {
    width: 450px;
}
.wd500 {
    width: 500px;
}
.wd525 {
    width: 525px;
}
.wd550 {
    width: 550px;
}
.wd600 {
    width: 600px;
}
.wd650{
    width:650px;
}
.wd700 {
    width: 700px;
}
.wd720 {
    width: 720px;
}
.wd750 {
    width: 750px;
}
.wd775 {
    width: 775px;
}
.wd800 {
    width: 800px;
}
.wd850 {
    width: 850px;
}
.wd900 {
    width: 900px;
}
.wd950 {
    width: 950px;
}
.wd1000 {
    width: 1000px;
}


.pdUD0 {
    padding-top: 0;
    padding-bottom:0;
}
.pd2 {
    padding: 2px;
}
.pd3 {
    padding: 3px;
}
.pd4 {
    padding: 4px;
}
.pd5 {
    padding: 5px;
}
.pd6 {
    padding: 6px;
}
.pd7 {
    padding: 7px;
}
.pd8 {
    padding: 8px;
}
.pd10{
    padding:10px;
}
.pd12 {
    padding: 12px;
}
.pd14 {
    padding: 14px;
}
.pd16 {
    padding: 16px;
}
.pd18 {
    padding: 18px;
}
.pd20 {
    padding: 20px;
}
.pd22 {
    padding: 22px;
}
.pd25 {
    padding: 25px;
}
.pd30 {
    padding: 30px;
}

.pdL20 {
    padding-left: 20px;
}
.pdL30 {
    padding-left: 30px;
}
.pdL40{
    padding-left:40px;
}
.pdL50 {
    padding-left:50px;
}
.pdL60 {
    padding-left: 60px;
}
.pdL70 {
    padding-left: 70px;
}
.pdL80 {
    padding-left: 80px;
}
.pdL90 {
    padding-left: 90px;
}
.pdL100 {
    padding-left: 100px;
}

.DivSimulation {
    color: white;
    background-color: #F68B05;
    font: normal 20px Calibri, Tahoma;
    padding: 0 4px;
    border: solid 1px #999999;
    border-radius: 5px;
    width:86px;
}
.DivCalculator {
    color: white;
    background-color: #005077;
    font: normal 16px Calibri, Tahoma;
    padding:0px 6px;
    border: solid 1px #999999;
    border-radius:4px;
}
.DivExamples {
    color: white;
    background-color: #007650;
    font: normal 16px Calibri, Tahoma;
    padding: 4px;
    border: solid 1px #999999;
    border-radius: 4px;
}
.DivSummary {
    color: white;
    background-color: #6B2870;
    font: normal 16px Calibri, Tahoma;
    padding: 4px;
    border: solid 1px #999999;
    border-radius: 4px;
}

/* Go to top button html5*/
#myBtn{
    display:none;
    position:fixed;
    bottom:25px;
    right:470px;
    z-index:1;
    font-size:18px;
    font-family:Arial, Helvetica, sans-serif;
    border:none;
    outline:none;
    background-color:forestgreen;
    color:white;
    cursor:pointer;
    padding:15px;
    border-radius:4px;
}
#myBtn:hover{
    background-color:#555;
}


.brR{
    border:1px solid red;
}
.brG {
    border: 1px solid green;
}
.brB {
    border: 1px solid blue;
}
.br9 {
    border: 1px solid #999999;
}
.brD {
    border: 1px solid #dddddd;
}
.brE {
    border: 1px solid #eeeeee;
}
.colR{
    color:red;
}
.colG {
    color: green;
}
.colB {
    color: blue;
}
.colW {
    color: white;
}
.colBl {
    color: black;
}
.bcgGreen1{
    background-color:#daf5dc;
}
.bcgGreen2 {
    background-color: #eaf5e6;
}
.bcgGreen3 {
    background-color: #f4f9ea;
}
.bcgGreen4 {
    background-color: #b6c7c0;
}
.bcgPurple1{
    background-color:#ebdef3;
}
.bcgBlue1 {
    background-color: #bcddf7;
}
.bcgBlue2 {
    background-color: #135577;
}
.bcgGrey1 {
    background-color: #e3ede8;
}
.bcgGrey2 {
    background-color: #eeeeee;
}
.bcgGrey3 {
    background-color: #f8f8f8;
}
.bcgBrown1 {
    background-color: #e6e1d1;
}
.colBE {
    background-color: #186488;
}
.bcgW {
    background-color: white;
}
.bcgBlk {
    background-color: black;
}
.colrBcgQ{
    background-color:#f9ffef;
}
.bcgrn1{
    background-color:#f4fff4;
}
.colrB1{
    background-color:#f0f3f6;
    border:solid 2px #e0e1e2;
}
.colrBgF0{
    background-color:#f0f0f0;
}

a.boty:link {
    text-decoration: none;
    color: darkblue;
}

a.boty:visited {
    text-decoration: none;
    color: darkblue;
}

a.boty:hover {
    text-decoration: none;
    font-weight: bold;
    color: darkblue;
}

/* Border lines styles */
.bordEq{
    border:solid 1px #555555;
}
.bordEqt {
    border: solid 1px #555555;
    padding:6px;
}
.bordSch1 {
    border: #999999 solid 1px;
    padding: 14px;
    background-color: #eeeeee;
}
.bordSch1a {
    border: #777777 solid 2px;
    padding: 0;
    background-color: #fcfefd;
}
.bordSch1b {
    border: #777777 solid 2px;
    padding: 20px;
    background-color: white;
}
.bordSch2 {
    border: #999999 solid 2px;
    text-align:left;
    padding: 18px;
    background-color: white;
    border-radius:8px;
    margin:0 auto;
}
.bordSch2a {
    border: #999999 solid 2px;
    text-align: left;
    border-radius: 8px;
    margin: 0 auto;
}

.buttonSp1{
    border:solid 2px #86a4af;
    border-radius:4px;
    padding:3px 5px;
    background-color:#f8faff;
}
.buttonSp2 {
    border: solid 2px #86a4af;
    border-radius: 4px;
    padding: 3px 5px;
    background-color: #f8faff;
    height:150px;
}

.boxShade {
    box-shadow: 4px 4px 8px #999999;
    border-radius:5px 5px 5px 5px;
}
.boxShadeG {
    box-shadow: 4px 4px 8px #53836f;
    border-radius: 5px 5px 5px 5px;
}
.r5 {
    border-radius: 5px 5px 5px 5px;
}

.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.dash9{
    border-bottom:dashed 1px #999999;
}
.dashC {
    border-bottom: dashed 1px #cccccc;
}
.dashE {
    border-bottom: dashed 1px #eeeeee;
}
.dashSOLe {
    border-bottom: solid 1px #eeeeee;
}
.dashSOL9 {
    border-bottom: solid 1px #999999;
}
.dashSOL9top {
    border-top: solid 1px #999999;
}
.divLine9 {
    height: 2px;
    margin: 6px;
    background-color: #999999;
}
.line3 {
    border-top: 3px solid #345678;
    padding-top:6px;
    padding-bottom:6px;
}
.line1b {
    border-top: 1px solid #000000;
    height: 0;
}
.line1 {
    border-top: 1px solid #444444;
    height: 0;
}
.line1_ {
    border-top: 1px solid #999999;
    height:0;
}
.line3_ {
    border-top: 3px solid #345678;
    height: 0;
}
.divLineC1 {
    height: 1px;
    margin: 6px;
    background-color: #cccccc;
}

/* Advertising locations styles */
.adsNP1 {
    position: fixed;
    top: 62px;
}
.adsNP2 {
    position: fixed;
    top: 665px;
}
.ads31{
    position:fixed;
    top:65px;
}
.ads32 {
    position: fixed;
    top: 330px;
}
.ads33 {
    position: fixed;
    top: 595px;
}

/* Show hide data buttons style */
.btnInput {
    border-radius: 7px;
    background-color: darkolivegreen;
    color: wheat;
}
.btnInputA {
    border-radius: 7px;
    background-color: darkolivegreen;
    color: wheat;
    border:solid 2px #86a4af;
    font:bold 16px arial;
    padding:2px 6px;
    cursor:pointer;
}
.btnShow {
    padding-bottom: 6px;
}
.btnEnvi {
    border: solid 1px #999999;
    background-color: #eaeae6;
}


.bording {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border: 2px solid #565f68;
    padding: 6px 10px 3px 10px;
    margin-left: 6px;
}

.sel {
    margin-top: 20px;
    margin-left: 20px;
    font: normal 17px arial;
    padding: 3px;
    border-radius: 5px;
}


.grid-container {
    display: grid;
    grid-template-columns: 330px 570px;
    width: 901px;
    gap: 1px;
    background-color: black;
    padding: 2px;
}

    .grid-container > div {
        background-color: white;
        color: #000;
        padding: 14px;
        font-size: 17px;
    }


.grid-container1 {
    display: grid;
    grid-template-columns: 650px;
    width: 651px;
    gap: 1px;
    background-color: black;
    padding: 2px;
}

    .grid-container1 > div {
        background-color: white;
        color: #000;
        padding: 14px;
        font-size: 17px;
    }

.gr1 {
    text-align: left;
    padding-left: 10px;
}
