
body {
    color: #423636;
    padding: 0.1em;
    font-family: sans-serif, Arial;
}

.htmlLogoDiv {
    max-width: 100%;
}

h1 {
    color: #3f1a6d;
}

a {
    color: #3f1a6d;
}

a:hover {
    color: #3f1a6d;
}

.micon, .picon {
    height: 1.5em;
    margin-left: 0.33em;
    margin-right: 0.33em;
    margin-bottom: 0.33em;
}

.picon {
    float: left;
}

.htmlBCImg {
    height: 0.5em;
}

.htmlLabel {
    min-width: 10em;
    color: #423636;
    display: inline-block;
    vertical-align: top;
}

[class^="htmlInput"], .htmlTextArea {
    color: #3f1a6d;
    background-color: #ccffff;
    padding: 0.33em;
    display: inline-block;
    border-radius: 5px;
    font-size: 1.1em;
}

.formRow {
    padding: 0.33em;
}


.htmlSubmitButton, .htmlInput_button {
    color: #fff;
    padding: 0.6em;
    background-color: #3f1a6d;
    border-radius: 5px;
    font-size: 1.2em;
    box-shadow: 2px 2px #423636;
}

.pmenuitem {
    border-style: none;
    border-width: 1px;
    border-color: #3f1a6d;
    border-radius: 5px;
    /*background-color: #3f1a6d;*/
    padding: 0em;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.pmenuitem li {
    border-style: solid;
    border-width: 1px;
    border-color: #3f1a6d;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: left;
    font-size: 1.25em;
    margin: 0.33em;
    box-shadow: 5px 5px #423636;
    padding: 0.33em;
    list-style: none;
}

.pmenuitem li a:nth-child(2) {
    min-width: 5em;
    display: inline-block;
    text-align: left;
    padding: 0.33em;
    padding-left: 1em;
    
}

.htmlForm {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: fit-content;
}

.htmlDataTable {
    width: fit-content;
    display: block;
    border-style: solid;
    border-width: 1px;
    border-color: #3f1a6d;
    background-color: #3f1a6d;
    border-radius: 5px;
    box-shadow: 5px 5px #423636;
    padding: 0.33em; 
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 5em;
}

.htmlDataTableRow {
    width: fit-content;
    display: block;
    border-style: solid;
    border-width: 1px;
    border-color: #3f1a6d;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 0.33em;      
}

.htmlDataTableField, .htmlDataTableLabel, .htmlDataTableValue {
    display: inline-block;
}

.htmlDataTableLabel {
    color: #423636;
    min-width: 8em;
}

.htmlDataTableValue {
    color: #3f1a6d;
    min-width: 10em;
}

.htmlDataTableSelector {
    width: 1.5em;
    vertical-align: bottom;
}

.htmlNavButtonF {
    float: right;
}

.htmlNavButtonB {
    float: left;
}

.bcDiv {
    display: inline-block;
    color: #423636;
}

.htmlGoogleMap {
    height: 400px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-style: ridge;
    border-width: 2px;
}

.htmlTargetView, .htmlSessionView {
    width: 80%;
    margin: 1em;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
    border-color: #3f1a6d;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
}

.htmlTargetView .htmlImage {
    max-width: 80%;
}

.htmlSessionView .htmlImage {
    max-width: 80%;
}

.htmlButton img {
    height: 2em;
}

.htmlParamButton {
    
}

.htmlParamButton img {
    height: 2em;
}

.htmlParagraph {
    font-size: 1.2em;
}

.htmlSessionAnswer {
    margin: 1em;
    padding: 1em;
    border-style: solid;
    border-width: 1px;
    border-color: #3f1a6d;
    border-radius: 5px;
}

.htmlLearn {
    width: fit-content;
    display: block;
    padding: 0.33em; 
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 1em;
}

.htmlLearnRow {
    width: fit-content;
    max-width: 50em;
    display: block;
    border-style: solid;
    border-width: 1px;
    border-color: #3f1a6d;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 5px 5px #423636;
    padding: 0.33em;      
    vertical-align: top;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 1em;
}

.htmlLearnField {
    display: block;
    vertical-align: top;
}

.htmlLearnLabel, .htmlLearnValue {
    display: inline-block;
    vertical-align: top;
    padding: 0.25em;
    background-color: #ffffff;
}

.htmlLearnLabel {
    color: #423636;
    min-width: 8em;
}

.htmlLearnValue {
    color: #3f1a6d;
    min-width: 10em;
}

.htmlLearnValue img {
    max-height: 6em;
}

.htmlLearnSelector {
    width: 1.5em;
    vertical-align: bottom;
}

.riText {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.8em;
    color: #423636;
}

.riForm {
    display: none;
    width: fit-content;
    height: fit-content;
    padding: 1em;
    max-width: 90%;
    max-height: 90%;
    background-color: #ffffff;
    border-color: #423636;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    box-shadow: 1em 1em #423636;    
}

.riRow {
    padding: 0.25em;
}

.serviceCard {
    display: inline-table;
    height: 21em;
    width: 17em;
    padding: 1em;
    margin: 0.5em;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: #059;
    text-decoration: none;
    box-shadow: 0.5em 0.5em #423636;    
}

.serviceCard a {
    color: #423636;    
    text-decoration: none;    
}

.serviceCard h2 {
    color: #3f1a6d;
}

.divCont {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 95%;
    width: 61em;
}


.htmlContent{
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: #059;
    padding: 0.75em;
    padding-bottom: 3em;
    box-shadow: 0.5em 0.5em #423636;    
}

.htmlContentBasic{
    border-style: none;
    border-width: 0px;
    border-radius: 5px;
    border-color: #059;
    padding: 0.75em;
    padding-bottom: 3em;
}

.dvTarCount {
    font-size: 2em;
    color: #3f1a6d;
    width: fit-content;
    height: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.htmlList {
    font-size: 1.2em;
    margin-left: 3em;
}

.htmlList li {
    padding: 0.15em;    
}

.dvVid {
    display: block;
    height: 315px;
    width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.midimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 90%;
}

.status_ui {
    border-bottom-left-radius: 0.25em;
    border-bottom-right-radius: 0.25em;
    padding: 0.25em;    
    width: 100%;
}

.lblStatus {
    width: 50%;
}

.prgStatus {
    width: 50%;
    float: right;
}

.report_ui {
    display: inline-block;    
    width: 80%;
}

.reportTable {
    border-width: 1px;
    border-style: solid;
    border-color: #eeeeee;
    margin: 0px;
}

.reportTable tr {
    border-width: 1px;
    border-style: solid;
    border-color: #eeeeee;
    padding: 0px;
    margin: 0px;
}

.reportTable td {
    border-width: 1px;
    border-style: solid;
    border-color: #eeeeee;
    text-align: left;
    padding: 0.25em;
    margin: 0px;
}

.reportTable th {
    border-width: 1px;
    border-style: solid;
    border-color: #eeeeee;
    text-align: left;
    padding: 0.25em;
    margin: 0px;
}


.param_field {
    display: inline-block;
    padding: 0.6em;
}

.param_label {
    padding-right: 1em;
}

.params_submit {
    padding: 0.6em;
    margin-left: 1em;
    margin-right: 1em;
}

.ui_container {
    width: 95%;
}
.params_ui {
    background-color: #f3f3f3;
    border-top-left-radius: 0.25em;
    border-top-right-radius: 0.25em;
    padding: 0.25em;
    width: 100%;
}

.outer_div {
    width: 100%;
}

.left_div {
    display: inline-block;
    width: 10%;
    height: 100%;
    text-align: left;
}

.right_div {
    display: inline-block;
    width: 10%;
    height: 100%;
    text-align: right;
}


.htmlTable{
    
    text-align: left;
    vertical-align: top;
    padding: 0px;
    margin: 0px;
    border-width: 0px;
    
}

.htmlTable .htmlTableCell{
    
    text-align: left;
    vertical-align: top;
    margin: 0px;
    padding: 0.3em;
    border-width: 1px;
    border-style: solid;
    border-color: #3f1a6d;
}

.htmlTable .htmlTableRow{
    
    text-align: left;
    vertical-align: top;
    padding: 0px;
    margin: 0px;
    border-width: 0px;
    
}

.me_img {
    width: 4em;
    border-radius: 2em;
    margin: 1em;
    float: left;
}

.htmlLabComp {
    padding: 0.6em;
}