﻿/*********************************************/
/* Synthesis.css                             */
/* Last Updated: July 9, 2026                */
/*********************************************/

/* Needs help icons and popovers
/* Needs button formatting
/* Needs alternate data sheet classes


/*********************************************/
/* MAIN LAYOUT
/*********************************************/

* {
    box-sizing: border-box;
}

body {
    padding-top: 1rem;
    background-color: #aaa;
    background-color: #AAA;
    width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px;
    background-color: white;
    padding: 0;
    padding-top: 1rem;
    color: white;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    background-color: #ffffff;
}

#bodycontainer {
    display: grid;
    grid-template-areas:
        'head'
        'main'
        'foot';
    grid-template-columns: 1fr;
    max-width: 1000px;
    margin-inline: auto;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    background-color: #5781d8;
}

/*********************************************/
/* HEADER
/*********************************************/

header {
    grid-area: head;
    background-color: #CCC;
    background-image: url(../egov/img/agencyHeaderBg-HistoricalTrust.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}

.header-mask {
    display: grid;
    width: 100%;
    grid-template-columns: 100px 1fr 180px;
    padding: 20px 0 20px 20px;
    background-image: url(../egov/img/bgBlack65.png);
    height: 120px;
}

.logo-left {
    background-image: url("../egov/img/MHTlogo_s.jpg");
    background-repeat: no-repeat;
    background-size: 70%;
}

.agency-title {
    padding-top: 1rem;
}

.agency-title img {
    width: 450px;
}

.logo-right {
}

/*********************************************/
/* NAV 
/*********************************************/

nav {
    grid-area: navbar;
    font-size: 80%;
    color: black;
}

/*********************************************/
/* MAIN
/*********************************************/

main {
    grid-area: main;
    padding: 1rem;
    margin-left: 0;
    background-color: #5781d8; /* blue */
    color: white;
}

main h1 {
    margin-top: 0;
    margin-left: 2rem;
}

#DataContent {
    background-color: white;
    padding: 20px;
    color: black;
    background-color: #FFFFDF;
    /* font-family: 'Droid Sans', sans-serif; */
    min-height: 700px;
    margin: 20px;
    margin: 0px;
    margin: 1rem;
    background-color: #FFFFDF; /* yellowish */
}

/*********************************************/
/* ASIDE 
/*********************************************/

aside {
    grid-area: aside;
    background-color: #602E06;
    font-family: Calibri;
    padding: 1rem;
}

/*********************************************/
/* FOOTER
/*********************************************/

footer {
    grid-area: foot;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    background-color: black;
    color: white;
    padding: 1rem 20px;
    border-top: 3px solid white;
}

.footer-left {
}

.footer-right {
    text-align: right;
}

footer a:link,
footer a:visited,
footer a:hover,
footer a:active {
    color: white;
}

footer a:hover {
    text-decoration: underline;
}

/*********************************************/
/* General
/*********************************************/

a {
    color: #08c;
    text-decoration: none;
}

h1 {
    margin-top: 0;
}

.btn-lg {
    padding: 6px 16px;
    padding: 0.625rem 1rem;
    font-size: 14px;
}

.btn-mht {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #000;
    background-color: #f5f5f5;
    background-image: none;
    background-image: -moz-linear-gradient(top, #333, #000);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333), to(#000));
    background-image: -webkit-linear-gradient(top, #333, #000);
    background-image: -o-linear-gradient(top, #333, #000);
    background-image: linear-gradient(to bottom, #333, #000);
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border: 1px solid #bbb;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #a2a2a2;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

.btn-mht:hover,
.btn-mht:active,
.btn-mht.active,
.btn-mht.disabled,
.btn-mht[disabled] {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}

.btn-mht:active,
.btn-mht.active {
    background-color: #cccccc \9;
}

.btn-mht:first-child {
    *margin-left: 0;
}

.btn-mht:hover {
    color: #333333;
    text-decoration: none;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.btn-mht:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn-mht.active,
.btn-mht:active {
    background-color: #e6e6e6;
    background-color: #d9d9d9 \9;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.linkback {
    float: right;
    margin-left: 1rem;
    margin-right: 1rem;
}

.logged  {
    float: right;
    margin-left: 1rem;
    margin-right: 2rem;
}

.loginStyle {
    background-color: #F7F7DE;
    border: solid 1px #CCCC99;
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
}

.loginHeader {
    background-color: #6B696B;
    color: White;
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    font-weight: bold;
}

table td {
    vertical-align: top;
    padding-bottom: 10px;
}

label {
    display: inline;
}

#LinkBack {
    float: right;
    margin-right: 2rem;
}

#LinkBack a,
#LinkBack a:link,
#LinkBack a:visited,
#LinkBack a:hover,
#LinkBack a:active {
    color: white;
}

#HelpText h3, #HelpText p {
    margin: 0;
    padding: 0;
}

/*********************************************/
/* LOG IN
/*********************************************/

#body_Login1 label {
    width: 100px;
} 

#body_Login1 {
    width: 400px;
    font-size: 100%;
    text-align: center;
}

#body_Login1 label {
    width: 190px;
    font-size: 90%;
}

#body_loggedinLbl {
    font-style: italic;
}

#body_Login1 table td {
    text-align: center;
}

#body_Login1_RememberMe {
    text-align: center;
}

/*********************************************/
/* SEARCH PAGE
/*********************************************/

.DBSearch { font-size:100%;
            border-collapse: collapse;
}

.DBSearch td {
    border:1px solid black;
    padding:5px;
    margin-top:0;
    margin-bottom:0;
    padding-top:0;
    padding-bottom:0;
}

.DBSearchSub td {
    font-size:90%;
    border:none;
    padding:5px;
    margin-top:0;
    margin-bottom:0;
    padding-top:0;
    padding-bottom:0;
}

.DBSearchSub td.tdlabel {
    padding-top: 10px;
}

.DBSearch td.DBSearchButtons {
    text-align: center;
}

.DBSearch td.DBSearchShaded {
    background-color:#970808;
    background-color: #5781d8;
    color:white;
    height:20px;
}

.DBSearch td.DBSearchShaded h3 {
    margin-top: 2px;
    margin-bottom: 2px;
}

.DBSearch select {
    height: 25px;
}

.DBSearch input {
    height: 25px;
    height: auto;
    margin-top: 10px;
    margin-top: 5px;
}

.DBSearch input[type="submit"] { 
    height:25px;
    margin-top:0px;
}

.DBSearch input[type="button"] {
    height: 25px;
    height: auto;
    margin-top: 0px;
}

.DBSearch input[type="checkbox"] { 
    margin-right:5px;
}

.DBSearch label {
}

.DBSearch input { 
    height:15px;
}
.DBSearch input[type="text"] { 
    height:25px;
}

.DBSearch input { 
    height:15px;
}

.DBSearch input[type="radio"] {
    margin-right: 5px;
}


/*********************************************/
/* RESULTS PAGE
/*********************************************/

table#body_resultsGV  {
    border: none;
}
table#body_resultsGV td {
    border: none;
    padding: 2px 10px;
}
table#body_resultsGV th {
    border:none; 
    padding:2px 10px; 
    text-align:left;
}

/*********************************************/
/* ALTERNATE DATA SHEET PAGE
/*********************************************/

.detailLabel {
    font-size: 90%;
    font-weight: bold;
    margin: 0px 2px 0px 2px;
}

.ROdetailLabel {
    font-weight: bold;
    margin: 0px 2px 0px 2px;
}

.ROdetailData {
    background: white;
    margin: 2px;
    padding: 2px;
}

.detailData {
    background: white;
    margin: 2px;
    padding: 2px;
    border: 1px solid #aaa;
}

.detailData-RO {
    background: #EBEBEB;
    border: 1px solid #aaa;
    margin: 2px;
    padding: 2px;
}

.detailDataNB {
    background: white;
    border: none;
    margin: 2px;
    padding: 2px;
}

.form-container {
    padding: 10px 10px;
    margin: 10px 10px;
    border: 1px solid black;
    border-radius: 10px;
}

.form-group {
    display: grid;
    grid-template-columns: 150px 400px;
    margin: 0;
    padding: 0;
}

.form-group-250 {
    display: grid;
    grid-template-columns: 250px 400px;
    margin: 0;
    padding: 0;
}

.detailLabel {
    display: inline-block;
}

.detailData {
    display: inline-block;
    font-size: 80%;
    border: 1px solid black;
    padding-block: 1px;
    padding: 0px 3px;
}

.form-group input[type=checkbox] {
    height: 12px;
    width: 15px;
}

.form-head {
    background: #aaa;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 3px 5px;
    margin: -10px -10px 10px -10px;
    padding: 3px 5px;
    border-radius: 10px 10px 0px 0px;
}

.form-subhead {
    font-weight: bold;
    margin: 10px 0 5px 0;
    padding: 3px 5px;
    border-bottom: 1px solid #aaa;
    width: fit-content;
}

/***********************************************/
/*** DIALOG BOXES                            ***/
/***********************************************/
.modal-panel {
    background: white;
    border-radius: 1rem;
    border: 1px solid var(--dialog-theme-color);
    overflow: auto;
    max-height: 80vh;
}

.dialog-header {
    padding: 0 2rem;
    background-color: var(--dialog-theme-color);
    color: white;
    margin-top: 0;
}

.dialog-header {
    display: grid;
    grid-template-columns: 1fr 30px;
}

.dialog-close {
    height: 20px;
    padding-top: 15px;
}

.dialog-text {
    padding: 0.5rem 2rem;
    font-size: 100%;
    color: black;
}

.dialog-footer {
    padding: 10px;
    background-color: var(--dialog-theme-color);
    color: white;
}

.dialog-footer {
    height: 60px;
    padding-block: 1rem;
    text-align: center;
}

.modalBackground {
    height: 100%;
    background-color: #EBEBEB;
    opacity: 0.9;
}

.dialog-link {
    background: none;
    font-size: 90%;
    font-weight: normal;
    color: #08c;
    border: none;
    text-decoration: none;
    cursor: pointer;
}

    .dialog-link:hover {
        text-decoration: underline;
    }

.modal {
    display: none;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    /* border-bottom: 1px dotted black;  Add dots under the hoverable text */
    cursor: pointer;
}

/* Tooltip text */
.tooltiptext {
    visibility: hidden; /* Hidden by default */
    width: 400px;
    max-width: 400px;
    background-color: black;
    background-color: #5781d8; /* blue */
    color: #ffffff;
    text-align: center;
    text-wrap: balance;
    padding: 5px 5px;
    border-radius: 6px;
    font-size: 100%;
    font-weight: normal;
    position: absolute;
    z-index: 1; /* Ensure tooltip is displayed above content */
}

.tooltiptext-right {
    visibility: hidden; /* Hidden by default */
    width: 400px;
    max-width: 400px;
    background-color: black;
    background-color: #5781d8; /* blue */
    color: #ffffff;
    text-align: center;
    text-wrap: balance;
    padding: 5px 5px;
    border-radius: 6px;
    font-size: 100%;
    font-weight: normal;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 1; /* Ensure tooltip is displayed above content */
}

/* Show the tooltip text on hover */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip:hover .tooltiptext-right {
    visibility: visible;
}

.C14-wrapper {
    display: grid;
    grid-template-columns: 610px 120px;
    gap: 1rem;
}

.C14-left {
}

.C14-right {
}

/*********************************************/
/* PRINT
/*********************************************/
@media print {
    a:after {
        content: "";
    }

    a[href]:after {
        content: "";
    }

    input[type=text] {
        border: 1px solid #333333;
    }
}
