﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    background: #fff;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    line-height: 1.3em;
}

a {
    font-weight: 600;
    color: royalblue;
}

    a:link, a:visited {
        color: royalblue;
        text-decoration: none;
    }

    a:hover {
        color: darkgray;
        text-decoration: underline;
    }

    a:active {
        color: cadetblue;
    }

img {
    border: none;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 5px;
}

p {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.3em;
}

ul {
    margin-top: 0px;
}


/* HEADINGS   
----------------------------------------------------------*/

h1 {
    text-align: left;
    width: auto;
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 5px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.15em;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0px;
}

h3 {
    font-size: 1.05em;
    font-weight: bold;
    margin-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h4 {
    font-size: 1.0em;
    font-weight: bold;
    margin-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 100%;
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: 0px;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
    height: 65px;
}

    .header a {
        color: white;
        text-decoration: none;
    }

.main {
    padding: 0px 12px;
    margin: 20px 8px 0px 8px;
    min-height: 420px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.navbar-toggler-icon {
    width: 1.1em;
    height: 1.1em;
}

/*.navbar {
    max-height: 35px;
}*/


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.titleMain {
    text-align: left;
    width: auto;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 12px;
}

.titleSub {
    text-align: left;
    width: auto;
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 1em;
}

.titleSub2 {
    text-align: left;
    width: auto;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.titleSub3 {
    text-align: left;
    width: auto;
    font-size: 1.0em;
    font-weight: bold;
    margin-top: 1em;
}

.textSmall {
    text-align: left;
    width: auto;
    font-size: 0.8em;
    margin-top: 0.7em;
}

.textSmall2 {
    text-align: left;
    font-size: 0.9em;
}

.textSmallC {
    text-align: center;
    text-align: center;
    width: auto;
    font-size: 0.8em;
    margin-top: 0.7em;
}


.textSearch {
    text-align: left;
    font-size: 1.1em;
    margin-top: 0px;
}

.textbold {
    font-weight: bold;
}

.tabpad3 {
    padding: 3px;
}

.bold {
    font-weight: bold;
}

.boldtop160 {
    font-weight: bold;
    vertical-align: top;
    width: 160px;
}

.top {
    vertical-align: top;
}

.bold2 {
    font-weight: bold;
    font-size: 1.1em;
}

.message {
    font-weight: bold;
    color: red;
}

.frameSearch {
    position: absolute;
    right: 0px;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
}

    .frameSearch a:link {
        color: white;
    }

    .frameSearch a:visited {
        color: white;
    }

    .frameSearch a:hover {
        color: white;
    }

.divAfter {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .divAfter li {
        margin-top: 5px;
    }

.frameSocialMedia {
    position: absolute;
    right: 0px;
    margin-top: 38px;
    margin-right: 10px;
}

.search {
    background-color: yellow;
}

.headerTitle {
    display: block;
    float: left;
    text-align: left;
    width: auto;
    margin-top: 4px;
    margin-left: 5px;
    font-size: 2.00em;
    color: white;
}

.headerSubTitle2 {
    display: block;
    float: left;
    text-align: left;
    width: auto;
    margin-left: 5px;
    margin-top: 7px;
    font-size: 1.40em;
    color: white;
}

.headerSubTitle {
    position: absolute;
    display: block;
    text-align: left;
    width: auto;
    margin-left: 5px;
    margin-top: 43px;
    font-size: 1.20em;
    color: white;
}

.divTopicImages, .divSearchResults {
    line-height: 30px;
}

.searchResults li {
    margin-top: 10px;
}

.content li {
    margin-top: 5px;
}

.linkbutton {
    background-color: white;
    text-indent: 0;
    display: inline-block;
    color: #444444;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    height: 25px;
    line-height: 24px;
    width: 110px;
    text-decoration: none;
    text-align: center;
    margin-top: 5px;
    margin-right: 10px;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #AAAAAA;
}

    .linkbutton:hover {
        color: darkgray;
        text-decoration: underline;
    }

    .linkbutton:active {
        position: relative;
        top: 1px;
    }

.not-active {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
    background-color: #EEEEEE;
}

.w50 {
    width: 50px;
}

.w90 {
    width: 90px;
}

.msg {
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 600px;
}

.msg_ok {
    color: green;
}

.msg_warning {
    color: orange;
}

.msg_error {
    color: red;
}

.divMsg {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

.divSelect {
    margin-top: 20px;
    margin-bottom: 10px;
}

.divSearch {
    clear: left;
    margin-top: 25px;
    margin-bottom: 10px;
}

.divTopics {
    margin-top: 15px;
    margin-bottom: 10px;
}

.divBase {
    margin-top: 10px;
    margin-bottom: 10px;
}

.divBase0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.divBase2 {
    margin-top: 10px;
    margin-bottom: 0px;
}

.divBase3 {
    margin-top: 5px;
    margin-bottom: 0px;
}

.divBase4 {
    margin-top: 25px;
    margin-bottom: 0px;
}

.divBase5 {
    clear: left;
    margin-top: 10px;
}

.divBase6 {
    margin-top: 4px;
    margin-bottom: 4px;
}

.divBase6mlr5 {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 5px;
    margin-right: 5px;
}

.divBase7 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.divBase8 {
    margin-top: 15px;
    margin-bottom: 0px;
}

.divBase9 {
    margin-top: -10px;
    margin-bottom: 10px;
}

.divBase10 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.divBase11 {
    margin-top: 0px;
    margin-bottom: 20px;
}

.divBase12 {
    margin-top: 0px;
    margin-bottom: 5px;
}

.divBase0_5 {
    margin-top: 0px;
    margin-bottom: 5px;
}

.divUl ul {
    margin-bottom: 0px;
}

.divUl li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.divFrameFilter {
    margin-top: 5px;
    margin-bottom: 0px;
}

    .divFrameFilter label {
        margin-left: 5px;
        margin-right: 10px;
    }

.divPagePart2 {
    margin-top: 5px;
    margin-bottom: 10px;
}

.divPagePart2a {
    margin-top: 0px;
    margin-bottom: 15px;
}

.divNavi {
    margin-top: 0px;
    margin-bottom: 15px;
}

.divNaviB {
    clear: left;
    margin-top: 15px;
    padding-top: 15px;
    margin-bottom: 10px;
}

.divImgAuto {
    width: 100%;
    overflow: auto;
    margin-top: 8px;
}

.divBaseImg0 {
    margin-top: -5px;
    margin-bottom: 5px;
}

.divEnum2 ul {
    margin-top: 5px;
}

.divEnum2 li {
    margin-top: 0px;
    margin-bottom: 5px;
}

.divEnum3 ul {
    margin-top: 5px;
    margin-left: -10px;
}

.divEnum3 li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.divNews {
    margin-top: 15px;
    margin-bottom: 5px;
}

.numberCol {
    text-align: right;
}

td {
    vertical-align: top;
}

.tdc {
    text-align: center;
    border: 1px solid #ccc;
    padding-left: 8px;
    padding-right: 8px;
}

.tdb {
    border: 1px solid #ccc;
    padding-left: 8px;
    padding-right: 8px;
}

.topic_image img {
    margin-top: 5px;
    margin-right: 5px;
}

.div_showroom {
    margin-top: 10px;
    margin-bottom: 15px;
}

.showroom_detail ul {
    margin-top: 5px;
    margin-bottom: 5px;
}

.maintopic li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.divTopicImage {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.updatedItem {
    background-color: orange;
}

.menu_footer {
    float: left;
    background-color: #465c71;
    padding: 5px;
    margin-top: 7px;
    width: 98%;
}

    .menu_footer a {
        color: white;
    }

    .menu_footer ul {
        list-style-type: none;
        margin-left: -20px;
        text-align: left;
    }

    .menu_footer li {
        margin: 10px 0px 0px 0px;
    }

.menu_footer_block {
    float: left;
    width: 170px;
}

.tableind {
    border-spacing: 0px 0px;
    border: solid;
    border-width: 1px;
    border-color: darkgray;
}

.tdind {
    padding: 2px 5px 2px 5px;
    border: solid;
    border-width: 1px;
    border-color: darkgray;
    vertical-align: top;
}

.tdCe {
    text-align: center;
}

.tblwork {
    width: 100%;
}

.td300gr {
    border: 1px solid;
    border-color: lightgray;
    width: 300px;
    padding: 5px;
}

.tdgr {
    border: 1px solid;
    border-color: lightgray;
    padding: 5px;
}

.divHabitatThumb {
    float: left;
    font-size: 11pt;
    width: 260px;
    height: 300px;
    text-align: center;
    margin-right: 5px;
    margin-top: 5px;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: darkgray;
    padding-top: 5px;
}

.divHabitatPartMain {
    clear: both;
    margin-top: 10px;
    padding-top: 10px;
}

.divHabitatPartFirst {
    clear: both;
    margin-top: 5px;
    padding-top: 5px;
}

.divHabitatPart {
    clear: both;
    margin-top: 10px;
    padding-top: 10px;
}

.divHabitat {
    margin-top: 5px;
    margin-bottom: 15px;
}

.divOverviewImage {
    float: left;
    font-size: 11pt;
    width: 260px;
    height: 280px;
    text-align: center;
    margin-right: 5px;
    margin-top: 5px;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: darkgray;
    padding-top: 5px;
    line-height: 90%;
}

.linkbuttonsmall {
    background-color: white;
    text-indent: 0;
    display: inline-block;
    color: #AAAAAA;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 10pt;
    font-weight: 300;
    font-style: normal;
    height: 22px;
    line-height: 21px;
    width: 60px;
    text-decoration: none;
    text-align: center;
    border-color: #AAAAAA;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 3px;
}

    .linkbuttonsmall:hover {
        color: #AAAAAA;
        text-decoration: underline;
    }

.linkbutton_navi {
    background-color: white;
    text-indent: 0;
    display: inline-block;
    color: #777777;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 10pt;
    font-weight: bold;
    font-style: normal;
    height: 22px;
    line-height: 20px;
    width: 40px;
    text-decoration: none;
    text-align: center;
    border-color: gray;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 2px;
}


    .linkbutton_navi:hover {
        text-decoration: underline;
    }

.linkbutton_navi_disabled {
    background-color: ghostwhite;
    text-indent: 0;
    display: inline-block;
    color: lightgray;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 10pt;
    font-weight: bold;
    font-style: normal;
    height: 22px;
    line-height: 20px;
    width: 40px;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: lightgray;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 2px;
    pointer-events: none;
    cursor: default;
}

.navi {
    font-size: 11pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-weight: normal;
    text-decoration: none;
    line-height: 30px;
}

    .navi a {
        margin-left: 5px;
        margin-right: 5px;
        padding-left: 5px;
        padding-right: 5px;
        font-weight: 500;
    }

.navibold {
    font-size: 13px;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-weight: bold;
    text-decoration: none;
    margin-left: 15px;
    margin-right: 15px;
}

.navibold2 {
    font-size: 13px;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-weight: bold;
    text-decoration: none;
    line-height: 25px;
    margin-right: 15px;
}

.navicount {
    margin-left: 80px;
}

.navicount2 {
    margin-left: 0px;
}

.divOverviewNavigation {
    clear: left;
}

.divFloatLeft {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.left10 {
    margin-left: 10px;
}

.left15 {
    margin-left: 15px;
}

.left20 {
    margin-left: 20px;
}

.icon_habitat {
    text-indent: 0;
    display: inline-block;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    height: 20px;
    line-height: 20px;
    width: 20px;
    text-align: center;
    margin-top: 5px;
    border-radius: 5px;
    color: white;
    background-color: green;
}

.icon_info {
    text-indent: 0;
    display: inline-block;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    height: 20px;
    line-height: 20px;
    width: 20px;
    text-align: center;
    margin-top: 5px;
    border-radius: 5px;
    color: white;
    background-color: darkgray;
}

.icon_card {
    text-indent: 0;
    display: inline-block;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    height: 20px;
    line-height: 20px;
    width: 20px;
    text-align: center;
    margin-top: 5px;
    border-radius: 5px;
    color: white;
    background-color: deepskyblue;
}

.tableFld {
    display: grid;
    grid-template-columns: 145px 80%;
    max-width: 480px;
}

.valtemp {
    color: FireBrick;
}

.valprec {
    color: DodgerBlue;
}

.valsun {
    color: Orange;
}

.valglobrad {
    color: Orchid;
}

.ddl
{
    margin-right: 4px;
    margin-top: 4px;
}

.famlnk {
    margin-left: 30px;
    font-weight: normal;
}

@media only screen and (min-width: 820px) {
    .divBase {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 820px;
    }

    .divBase0 {
        margin-top: 0px;
        margin-bottom: 0px;
        width: 820px;
    }

    .divUl li {
        margin-top: 5px;
        margin-bottom: 5px;
        width: 820px;
    }

    .divNews {
        margin-top: 15px;
        margin-bottom: 5px;
        width: 800px;
    }

    .divBase2 {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
    }

    .divOverviewNavigation {
        clear: left;
        width: 100%;
    }

    .divBase5 {
        clear: left;
        margin-top: 10px;
        width: 100%;
    }

    .divBase9 {
        margin-top: -10px;
        margin-bottom: 10px;
        width: 100%;
    }

    .divBase10 {
        margin-top: 5px;
        margin-bottom: 5px;
        width: 800px;
    }

    .divBase11 {
        margin-top: 0px;
        margin-bottom: 20px;
        width: 800px;
    }

    .divBase0_5 {
        margin-top: 0px;
        margin-bottom: 5px;
        width: 800px;
    }
}

@media only screen and (max-width: 820px) {
    .headerSubTitle2 {
        visibility: hidden;
        width: 0px;
        height: 0px;
    }
}

@media only screen and (max-width: 400px) {
    .frameSocialMedia {
        visibility: hidden;
        width: 0px;
        height: 0px;
    }
}
