﻿h1 {
    margin: 0;
    font-size: inherit;
}

html, body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.contentback {
    border-radius: 8px 8px 8px 8px;
    padding: 20px;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.3);
    height: calc(100vh - 178px);
    width: 96vw;
    margin: auto;
}

.contentcaption {
    display: table-caption;
    min-width: 100%;
}

.contentcell1 {
    display: table-cell;
    min-width: 380px;
    height: 100%;
    vertical-align: top;
}

.contentcell2 {
    display: table-cell;
    width: 80%;
    height: 100%;
}

.contentgroup {
    display: table-row-group;
    min-width: 100%;
    height: 100%;
}

.contentsubheader {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.contentrow {
    display: table-row;
    height: 100%;
}

.contentrow div {
    vertical-align: top;
}

.contenttable {
    width: 100%;
    display: table;
    height: 100%;
}

.frameholder {
    width: 99%;
}

.sitebox {
    overflow: auto;
    height: calc(100% - 72px);
    margin-top: 20px;
}

.sitemapheader, .sitebox {
    font-size: 10pt;
}

.titleBar {
    width: -webkit-fill-available !important;
    z-index: 100;
}

.xheader {
    background: none !important;
    border: none !important;
    margin-bottom: -35px;
}

#btnBack {
    width: 74px !important;
    font-size: 10pt;
}

#famlist {
    height: 100%;
}

#famlist a {
    color: black;
}

#famlist td, #famlist th {
    white-space: nowrap;
}

#form1, #mainouter, #mainbody {
    height: 100%;
}

#iframeBackButton {
    position: absolute;
    top: 10px;
    left: 10px;
}

#iframeDIV {
    padding: 0px !important;
    height: calc(100% - 36px);
}

#subFM {
    border: none;
    width: 100%;
    height: calc(100% - 46px);
    padding-top: 46px;
}