

.menuHead{
    /*background-color: #BB0A21;*/
    background-color: cadetblue;
    color: white;
    border-top: 1px solid lightgray!important;
}
.subTitle{
    /*color:#BB0A21;*/
    color:cadetblue;
}

input[type=submit], button, input[type=button], .button{
    /*font-size: small;
    margin-bottom: 1em;
    color: #fff!important;
    /*background-color: #2196F3;*
    background-color: yellowgreen;
    border-radius: 4px;
    padding: 8px 16px;
    border: none;
    width: 100%;*/

}

input[type=text], input[type=datetime-local], input[type=file], input[type=number], input[type=date], input[type=time], input[type=search], input[type=tel], input[type=email], input[type=password], input[type=button], input[type=submit], textarea, .w3-input, button{
    background-color: #f5fff2;
    /*font-size: 10px;*/
    border: 1px solid limegreen;
    width: 100%;
    border-radius: 0.3em;
    margin-bottom: 10px;
    padding-left: 5px;
}
input[type=file], input[type=text], input[type=datetime-local], input[type=date], input[type=time], input[type=number], input[type=tel], input[type=email], input[type=password], input[type=button]{
    height: 30px;
}
input[type=search]{
    width: auto;
    height: 25px;
    margin-right: 10px;
}

input[type=submit], input[type=button], button, .button{
    font-size: 10px;
    margin-bottom: 1em;
    background-color: orange;
    background-color: #ffd400;
    border: 0px;
    color: #f8fe85;
    color: green;
    padding-top: 8px;
    padding-bottom: 8px;
}

input[type=submit]:disabled, input[type=button]:disabled, button:disabled {
    background-color: gray;
    color:white;
}

input[type=text]:read-only, input[type=file]:read-only, input[type=text]:read-only, input[type=date]:read-only, input[type=time]:read-only, input[type=number]:read-only, input[type=tel]:read-only, input[type=email]:read-only, input[type=password]:read-only{
    border-color: gray;
    color: gray;
}

input[type=file]{
    padding-top: 2px;
    padding-left: 2px;
}

input[type=number]{
    text-align: right;
}

input[type=text]:required, input[type=datetime-local]:required, input[type=number]:required, input[type=number]:required, textArea:required{
    border-color: purple
}

select, .select{
    width: 100%;
    border-radius: 3px;
    background-color: aliceblue;
    margin-bottom: 10px;
    min-height: 30px;
    border: 1px solid lightblue;
    /*font-size: 10px;*/
}

::placeholder {
    font-style: italic;
    opacity: 1; /* Firefox */
}

/***** Jan 12, 2023: To cater for DataTables #entries*/
select[aria-controls]{
    width: auto;
}

form{
    margin: 0px!important;
}
.tableTitleParts{
    color:#FCD0A1;
}
.w3-bar-item:hover{
    background-color: aliceblue;
}
.submenu{
    /*border: 1px dotted #BB0A21;*/
    /*border: 1px solid #2196F3;*/
    /*background-color: lightyellow;*/
    border-top: 0;
}
.bentSubmenu{
    /*border-top-left-radius: 0.5em;
    border-bottom-left-radius: 0.3em;*/
    color: #BB0A21;
    box-shadow: 0px 1px 0px 0px #eee;
}
.bentSubmenuSelected{
    color: limegreen;
    /*border-top: 1px dotted limegreen!important;*/
    /*border-bottom: 1px dotted limegreen!important;*/
}
.bentSubmenu:hover{
    background-color: powderblue!important;
    color:#BB0A21!important;
}
.tableLink{
    color: seagreen;
    text-decoration: none;
}

/*panelTitle, .tableTitle{
    font-size: 18px;
    color: #2196F3!important;
    display: block;
    clear: both;
    margin: 10px 0;
}*/

.tableTitle{
    padding: 0.01em 16px;
}

.tdTitle{
    color: cadetblue;
}

.tdDottedBottom{
    border-bottom: 1px dotted #eee;
}

input[type=checkbox], [type=radio] {
    margin-left: 5px;
    margin-bottom: 10px;
    vertical-align: sub;
    margin-top: 0px;
    margin-right: 5px;
}

.searchBox{
    width: 150px!important;
    font-size: 10px;
    float: right;
    background-color: #eee;
    color: black;
    box-shadow: 1px 1px gray inset;
}

.uploadIcon{
    margin-top: 7px;
    float: right;
}

.divWithContent{
    background-color: white;
    color: black;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 0.01em 15px;
    border: 1px solid darkgray;
    font-size: 10px;
    overflow: hidden;
}

/*.divWithContent{
    background-color: white;
    margin-right: 0px;
    background-color: white;
    padding: 16px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin: 1em;
    font-family: sans-serif;
    line-height: 1.5;
    font-size: small;
    overflow: hidden;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 19%);
}
*/

.divWithTable{
    background-color: white;
    color: black;
    border: 1px solid darkgray;
    border-radius: 4px;
    overflow-x: auto;
    font-size: 10px;
    margin-bottom: 1em;
}

.divHalf{
    width: 40%;
}

/*.divWithTable{
    box-shadow: 3px 1px 1px #999;
    background-color: white;
    border-radius: 0.3em;
    margin: 1em;
    /*margin-right: 0px;*
    margin-bottom: 2em;
    color: #4D4D4D;
    font-family: sans-serif;
    line-height: 1.5;
    font-size: small;
    overflow: hidden;
}
*/

.sunkenDiv{
    background-color: #ddd;
    padding: 1em;
    box-shadow: 0px 0px 5px 1px #999 inset;
    border-radius: 5px;
}

.raisedDiv{
    overflow-y: auto;
    border: 1px dotted darkgray;
    border-radius: 5px;
    box-shadow: 2px 2px 5px 1px lightgray;
    margin-bottom: 20px;
}

.listTitle2{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #2196F3!important;
    font-family: "Raleway", sans-serif;
}

a{
    color: dodgerblue;
    text-decoration: none;
    font-size: 11px;
}

.hasError{
    color: white;
    background-color: red;
    margin-bottom: 16px;
    font-size: 10px;
    border-radius: 4px;
    padding: 5px;
    padding-bottom: 8px;
    clear: both;
    box-shadow: 3px 3px 1px 0px lightgray;
    padding-left: 15px;
    text-shadow:0px 0px #fff;
}

.hasNotice{
    color: white;
    background-color: #4CAF50;
    margin-bottom: 16px;
    font-size: 10px;
    border-radius: 4px;
    padding: 1em;
    padding-bottom: 8px;
    clear: both;
    padding-left: 15px;
    box-shadow: 3px 3px 1px 0px lightgray;
    text-shadow:0px 0px #fff;
}

.hasInfo{
    color: white;
    background-color: deepskyblue;
    margin-bottom: 16px;
    font-size: 10px;
    border-radius: 4px;
    padding: 1em;
    padding-bottom: 8px;
    clear: both;
    padding-left: 15px;
    box-shadow: 3px 3px 1px 0px lightgray;
    text-shadow:0px 0px #fff;
}

.hasAlert{
    color: darkorange;
    background-color: white;
    font-size: 10px;
    font-style: italic;
    border-radius: 4px;
    padding: 5px;
    padding-bottom: 8px;
    clear: both;
    /*box-shadow: 3px 3px 1px 0px lightgray;*/
    padding-left: 15px;
    text-shadow:0px 0px #fff;
    border: 1px solid orange;
    margin: 1em;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: white;
    color: black;
    text-align: left;
    padding: 10px;
    border-radius: 4px;
    position: absolute;
    z-index: 1;
    border: 1px solid darkgray;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

ul, ol{
    margin-left: -2em;
    font-size: 10px;
    clear: both;
}

.cross{
    color: red;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
}

.sectionSeparator{
    color:cadetblue;
    background-color: aliceblue;
    border-radius: 0.3em;
    margin-bottom: 0.5em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    padding: 2px;
    padding-left: 1em;
}

table{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: table;
    border-radius: 4px;
    font-size: 10px;
    margin-bottom: 1em;
}

thead{
    background-color: cadetblue;
    color: white;
}

thead td{
    text-align: center;
    page-break-inside: avoid;
    vertical-align: middle;
}

tr{
    height: 20px;
    border-bottom: 1px solid #eee;
}

td{
    padding: 8px 8px;
    display: table-cell;
    text-align: left;
    vertical-align: top;
}

tfoot{
    background-color: lightgray;
    font-weight: bold;
}

.panelHeader{
    background-color: white;
    margin-bottom: 16px;
    padding: 5px 0px;
    border: 1px solid darkgray;
    color: chocolate;
    font-size: 17px;
    border-radius: 5px;
    box-shadow: 1px 1px;
    text-align: center;
}

.panelTitle1, .tableTitle{
    color: chocolate;
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.panelTitle2{
    color: chocolate;
    font-size: 14px;
    margin-top: 14px;
    margin-bottom: 10px;
}

.panelTitle3{
    color: chocolate;
    display: block;
    font-size: 12px;
}

.panelSubTitle{
    color: orange;
}

.panelTitleArrows{
    color: orange;
    padding-top: 4px;
    float: right;
}

.panelSectionTitle{
    color: darkorange;
    display: block;
    font-size: 10px;
    border-bottom: 1px solid darkorange;
    margin-bottom: 1em;
    margin-top: 1em;
}

panelLabel, .panelLabel{
    color: cadetblue;
    /*font-size: 10px;*/
}

.panelColHeader{
    background-color: cadetblue;
    padding: 5px;
    color: aliceblue;
    text-align: center;
    width: 100%;
    border-radius: 3px;
}

.panelBar{
    padding-left: 1em;
    color: white;
    background-color: cadetblue;
    border-radius: 4px;
}

.logo{
    border-radius: 10px;
    box-shadow: 5px 5px 5px gray;
    border: 1px solid #eee;
}

@media (max-width:600px){
    .panel_hide_small{
        display: none;
    }
}

.a4{
    width:210mm;
    /*height: 297mm;*/
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.divProgress{
    display: none;
    height: auto;
    background-color: white;
    border: 1px orange solid;
    color: orange;
    padding: 5px;
    padding-left: 10px;
    box-shadow: 1px 1px 5px grey;
    border-radius: 5px
}

.progressBar {
    height: 20px;
    border-radius: 4px;
    margin: 10px 0;
    background-color: #e6e8ec;
    text-align: center;
}

/* Dropdown Menus */
.menuItem {
    background-color: white;
    font-size: 10px;
    border: none;
    text-decoration: none;
    display: block;
    width: auto;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.dropdown {
    position: relative;
    display: inline-block;
    float: left;
    width: 175px;
    border-right: 1px solid gray;
    border-radius: 2px;
}

.dropdown-content {
    display: none;
    position: fixed;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 80px;
    font-size: 10px;
}

.dropdown-content a, .dropdown-contentSm a {
    color: black;
    padding: 11px 16px;
    text-decoration: none;
    display: block;
    z-index: 4;
}

.dropdown-content a:hover {
    color: limegreen;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .menuItem {
    color:limegreen;
}

.dropdownSm {
    position: relative;
    clear:both;
    width: 175px;
    border-right: 1px solid gray;
    border-radius: 2px;
}

.dropdown-contentSm {
    display: none;
    position: fixed;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 80px;
    font-size: 10px;
    margin-left: 170px;
    padding: 5px 5px;
}

/* Dropdown Content (Hidden by Default) */
.sysCombobox {
    display: none;
    position: absolute;
    background-color: #f5fff2;
    min-width: 250px;
    border: 1px solid #ddd;
    z-index: 1;
    margin-top: -11px;
    margin-left: 0px;
}

/* Links inside the dropdown */
.sysCombobox label {
    color: black;
    padding: 5px 8px;
    text-decoration: none;
    display: block;
    font-size: 10px;
}

/* Change color of dropdown links on hover */
.sysCombobox label:hover {
    background-color: #f1f1f1
}

/* Mar 24, 2025: Added to override imported css's. */
label{
    font-weight: normal!important;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display:block!important;
}

.hide {
    display:none!important;
}

/* Tabs */
.tabHeader{
    background-color: #bbb;
    display: block;
    overflow:auto;
    margin-left: -15px;
    margin-right: -15px;
}

.tabTitle{
    color: black;
    padding: 1em;
    display: block;
    float: left;
    background-color: #eee;
    height: 40px;
    font-size: 11px;
    border-left: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}

.taskTab{
    background-color: white;
    display: block;
}

.taskTabSection1, .tabSection{
    padding-left: 10px;
    padding-right: 10px;
}

.tabHeader:hover{
    color: limegreen;
}

.tabTitleSelected{
    border-right: 2px solid #bbb;
    border-left: 2px solid #bbb;
    border-bottom: none;
    color: limegreen!important;
    background-color: white!important;
}

.closeButton{
    position: fixed;
    right: 3px;
    top: 3px;
    text-align: center;
    border-radius: 2em;
    height: 35px;
    width: 35px;
    padding: 9px;
    background-color: red;
    color: greenyellow;
    font-weight: bold;
}

/* Reports */
.graph_tile{
    /*padding-left: 10px;*/
    padding-bottom: 10px;
    float: left;
}

.graph_panel{
    border: 1px solid #eee;
    box-shadow: 2px 2px 2px 2px #eee;
    height: 100%;
    padding: 10px;
    /*max-width:700px*/
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.textarea{
    /*background-color: #eee;*/
    border: 1px solid #999;
    padding: 7px;
    border-radius: 5px;
    margin: 7px;
    margin-right: 0;
    /*box-shadow: 1px 1px 1px 1px #ddd;*/
}

.input_orange{
    font-style: italic;
    border-color: orange;
    color: gray;
}

/* Divs */
.div_disabled{
    pointer-events: none;
    opacity: 0.4;
}

.divAlert{
    display: none;
    height: auto;
    background-color: white;
    border: 1px orange solid;
    color: orange;
    padding: 5px;
    padding-left: 10px;
    box-shadow: 1px 1px 5px grey;
    border-radius: 5px
}

/* For the spinner*/
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

/* Bolds */
.boldRed{
    font-size: larger;
    color: yellow;
}

.boldRedLink{
    font-size: larger;
    color: yellow;
    text-decoration: underline;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* WhatsApp & Mesesaging */
/* Chat containers */
.msg_container {
    border: 2px solid #dedede;
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 10px;
    padding-top: 0;
    margin: 10px;
    max-width: 75%;
    width: fit-content;
    clear: both;
}

/* Darker chat container */
.msg_outgoing {
    border-color: #ccc;
    background-color: palegreen;
    margin-left: 5em;
    float: right;
}

.msg_incoming{
    border-color: #ccc;
    background-color: white;
    margin-right: 5em;
}

/* Clear floats */
.msg_container::after {
    content: "";
    clear: both;
    display: table;
}

/* Style images */
.msg_container img {
    float: left;
    max-width: 60px;
    width: 100%;
    margin-right: 20px;
    border-radius: 50%;
}

/* Style the right image */
.msg_container img.right {
    float: right;
    margin-left: 20px;
    margin-right:0;
}

/* Style time text */
.msg_status {
    float: right;
    padding: 2px;
    background-color: white;
    border-radius: 4px;
    border: 2px solid #dedede;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 10px;
}

/* Style time text */
.msg_time {
    color: #999;
    float: left;
    padding: 2px;
    background-color: white;
    border-radius: 4px;
    border: 2px solid #dedede;
    padding-left: 5px;
    padding-right: 5px;
}