/*
 * @package     16-08-2024
 * @subpackage  M A I N   S T Y L E   S H E E T  - CSS
 * @copyright   Copyright (C) 2024 Gramsoft Dataware. All rights reserved.
*/

:root {
  --main-bg-color: #000080;
  --main-color: #FF0;
}

audio {
    border: 1px solid #ccc;
    width: 340px;
}

body {
    font-family: Calibri, Helvetica, Arial, sans-serif;
    font-size: 0.8em;
}

body input {
    border: 1px solid #AAA;
    height: 24px;
    margin-bottom: 10px;
}

body label {
  width: 80px;
  display: inline-block;
  float: left;
  padding: 1px 5px 1px 10px;
}

body textarea {
    border: 1px solid #AAA;
}

td, th {
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
}

div.t5pane {
    width: 360px;
    height: 740px;
    background-color: #f9f9f9;
    position: relative;
    display: inline-block;
    margin: 0px 10px 10px 0px;
    border: 1px solid #DDD;
    float: left;
    vertical-align: top;
}

div.caption{
    height: 38px;
    width:  100%;
    line-height: 36px;
    border: 1px solid #000;
}

div.caption-element{
    font-family: inherit;
    padding-left: 5px;
    padding-right: 5px;
    max-height: 34px;
}

.panetop {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 58px;
    line-height: 56px;
    width:  100%;
    border: 1px solid #888;
    text-align: center;
}

.panebot {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 38px;
    line-height: 36px;
    width:  100%;
    border: 1px solid #888;
    text-align: center;
}

#image {
    display: block;
    max-height: 360px;
    max-width: 100%;
    height: auto;
    width: auto;
    margin: auto;
}

#txtID {
    font-size: 13px;
    font-style: italic;
    background: transparent;
    border: none;
    }

div.divRls {
    height: 560px;
    width: 340px;
    border: 1px solid #888;
    margin-left: 10px;
    overflow-y: scroll;
}

table.tblRls {
    border-collapse: collapse;
}

tr.tblRls {
    height: 32px;
    border: 1px solid #888; 
}

tr.tblRls:nth-child(even) {
  background-color: #f2f2f2;
}

tr.tblRls:hover {
  background-color: #CCFFCC;
}

td.tblRls {
    height: 32px;
}

div.divRec {
    max-height: 324px;
    width: 340px;
    border: 1px solid #888;
    margin-left: 10px;
    overflow-y: scroll;
}

table.tblRec {
    width: 320px;
    border-collapse: collapse;
}

tr.tblRec {
    height: 32px;
    border: 1px solid #888; 
}

tr.tblRec:nth-child(even) {
  background-color: #f2f2f2;
}

tr.tblRec:hover {
  background-color: #CCFFCC;
}

td.tblRec {
    height: 32px;
}

#recSubName {width: 270px;}
#recOrgDate {width: 94px;}
#recBegin {width: 94px;}
#recEnd {width: 94px;}

button.dash {
    width: 34px;
    height: 34px;
    margin-top: 1px;
    background-color: #FFF;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
    } 

button.dash:hover {
    background-color: #DDD;
    border-top: 1px solid #333333;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #333333;
}
