﻿
/*
@font-face {
    font-family: 'Paralucent-DemiBold';
    src: url('/fonts/Paralucent-DemiBold.otf') format('opentype'), url('/fonts/Paralucent-DemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Paralucent-Medium';
    src: url('/fonts/Paralucent-Medium.otf') format('opentype'), url('/fonts/Paralucent-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Paralucent-Light';
    src: url('/fonts/Paralucent-Light.otf') format('opentype'), url('/fonts/Paralucent-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*/

body {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form {
    width: 100%;
    max-width: 800px;
    padding: 20px;
    border: 1px solid #000;
    box-sizing: border-box;
    margin: 10px;
    position: relative;
}

/*
.waitImage {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background-color: 
    rgba(0, 0, 0, 0.5); 
    z-index:99999;
}
*/
.header {
    background-color: rgb(47, 53, 135);
    color: white;
    display: flex;
    width: 100%;
}

.headerL {
    flex: 1;
    font-size: 26px;
    font-weight: bolder;
    font-family: sans-serif;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 6px;
}

.headerR {
    width:120px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    text-align: right;
}

.header_logo {
    width: 100px;
    height: 100px;
}

.text_head {
    font-family: sans-serif;
    font-size: 26px;
    font-weight: bold;
    margin-top: 10px;
    padding-left: 10px;
}

.text_sub {
    font-family: sans-serif;
    font-size: 20px;
    margin-top: 10px;
    padding-left: 10px;
}

.text_step {
    font-family: sans-serif;
    font-size: 20px;
    color: white;
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 8px;
    background-color: rgb(47, 53, 135);
    margin-top: 10px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-top: 10px;
    box-sizing: border-box;
    padding-top: 4px;
    padding-left: 10px;
    font-family: sans-serif;
    font-size: 16px;
    /*border: 1px solid;*/
}

.row-cmd {
    display: flex;
    justify-content: center;
    gap: 10px;

    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-top: 10px;
    box-sizing: border-box;
    padding-top: 4px;
}

.row-error {
    font-family: sans-serif;
    font-size: 16px;
    color: white;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 8px;
    box-sizing: border-box;
    padding: 8px;
    background-color: rgb(225, 58, 11);
    border-radius: 4px;
    line-height: 1.2;
}

.row-error p {
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 0px;
}

.rowL {
    width: 160px;
    font-family: sans-serif;
    font-size: 16px;
    padding-right: 10px;
    padding-top: 8px;
    margin-bottom: 6px;
}

.rowL-wide {
    width: 360px;
    font-family: sans-serif;
    font-size: 16px;
    padding-left: 10px;
    padding-top: 4px;
    margin-bottom: 6px;
}

.rowL-narrow {
    width: 30px;
    padding-left: 10px;
    padding-top: 4px;
    margin-bottom: 6px;
}

.rowR {
    flex: 1;
    min-width: 300px;
    width: 100%;
    font-family: sans-serif;
    font-size: 16px;
    /*border: 1px solid;*/
    
}

.rowR-text {
    flex: 1;
    min-width: 200px;
    width: 100%;
    font-family: sans-serif;
    font-size: 16px;
    padding-top: 4px;
}

.rowR-flex {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    min-width: 300px;
    font-family: sans-serif;
    font-size: 16px;
}

.item-wrapper {
    width: auto;
    margin-right: 26px;
}

.item {
    width: 100%;
    height: 20px;
    font-size: 16px;
    padding: 8px 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.date-input::-webkit-calendar-picker-indicator {
    display: none;
}

.date-item {
    width: 100px;
    height: 20px;
    color: black;
    font-size: 16px;
    
    padding: 8px 8px;
    -webkit-appearance: none; /* Remove default styling on iOS */
    -moz-appearance: none;
    appearance: none;

    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.date-item::-webkit-date-and-time-value {
    text-align: left; /* For iOS Safari */
}

.cbo-item {
    width: 100%;
    font-size: 16px;
    padding: 8px 14px;
    padding-left: 6px;
    
    border: 1px solid #ccc;
    border-radius: 4px;
    appearance: none; /* Remove default styling */
    -webkit-appearance: none; /* Remove default styling in Safari */
    -moz-appearance: none; /* Remove default styling in Firefox */
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBkPSJNOCAxMCAxMiA2SDZ6IiBmaWxsPSIjMDAwIi8+Cjwvc3ZnPgo=');
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
    color: black;
    background-size: 20px;
}

.cmd {
    width: 120px;
    margin-left: 6px;
    margin-right: 6px;
    background-color: rgb(104, 145, 214);
    text-align: center;
    border-radius: 10px;
    border-style: none;
    box-shadow: rgba(255, 255, 255, 0.26) 0 1px 2px inset;
    box-sizing: border-box;
    color: #fff;
    font-family: "RM Neue",sans-serif;
    font-size: 100%;
    line-height: 1.15;
    padding: 10px 10px;
    padding-left: 10px;
    text-transform: none;
    transition: color .13s ease-in-out,background .13s ease-in-out,opacity .13s ease-in-out,box-shadow .13s ease-in-out;
    user-select: none;
    touch-action: manipulation;
}

.cmd:hover {
    background-color: #7700FF;
}

.cmd:disabled, .cmd:disabled:hover {
    background-color: #ccc; /* Gray */
    cursor: not-allowed;
}

.custom-select::-webkit-calendar-picker-indicator {
    display: none;
}

.opt {
    width: 80px;
}

.cmd-right {
    width: 145px;
    height: 35px;
    margin-top: 10px;
    margin-right: 8px;
}

.text-inline {
    font-family: sans-serif;
    font-size: 16px;
    width: 100%;
    
}

.text_subhead {
    text-align: left;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
}

.text_body {
    text-align: left;
    vertical-align: middle;
    font-family: Arial;
    font-size: 14px;
    color: Black;
    margin-left: 12px;
}

.text_processing {
    text-align: center;    
    color: red;
}

.centertext {
    text-align: left;
    display: inline-block;
    margin-left: 13px;
    margin-right: 20px;    
}

.image
{
	width:20px;
	min-width:20px;
	margin-bottom:3px;
	vertical-align:middle;
	margin-left:3px;
	font-family:Arial;
	font-size:14px;	
	color:Black;
	background-color:White;
}

.titlerow {
    min-height: 27px;
    min-width: 734px;
    max-width: 734px;
    background-image: url('Images/TitleBar.png');
    color: White;
    font-family: Arial;
    font-size: 13px;
    padding-top: 2px;
    padding-bottom: 0px;
    margin-bottom: 8px;
    margin-left: 8px;
    margin-top: 8px;
}

.titlerow_st {
    text-align: left;
    margin-top: 3px;
    margin-left: 5px;
}

.titlerow_lt {
    text-align: left;
    vertical-align: middle;
    margin-bottom: 10px;
    margin-left: 5px;
    font-size: 18px;    
}

.inlineprogress
{
	display:inline;
	position:absolute;	
}

.hidden
{
	visibility:hidden;	
}

.label {
    min-width: 144px;
    max-width: 144px;
    width: 144px;
    margin-left: 12px;
    text-align: left;
    vertical-align: middle;
    font-family: Arial;
    font-size: 14px;
    color: Black;
}

.label_tbl {
    min-width: 144px;
    max-width: 144px;
    width: 144px;
    margin-left: 9px;
    text-align: left;
    vertical-align: middle;
    font-family: Arial;
    font-size: 14px;
    color: Black;
}

.txtComment {
    text-align: left;
    vertical-align: middle;
    font-family: Arial;
    font-size: 14px;
    color: Black;
    margin-left: 12px;
    margin-right: 16px;
    resize: none;
}

.txtDOB {
    min-width: 150px;
    max-width: 150px;
    width: 150px;
    margin-left: 3px;
    text-align: left;
    vertical-align: middle;
    font-family: Arial;
    font-size: 14px;
    color: Black;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    padding-left: 4px;
}

.txtPostCode {
    min-width: 100px;
    max-width: 100px;
    width: 100px;
    margin-bottom: 3px;
    vertical-align: middle;
    margin-left: 3px;
    font-family: Arial;
    font-size: 14px;
    color: Black;
    background-color: White;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    padding-left: 4px;
}





.chk {
    margin-bottom: 3px;
    vertical-align: middle;
    margin-left: 14px;
    font-family: Arial;
    font-size: 14px;
    color: Black;
}

.title {
    width: 700px;
    min-width: 700px;
    text-align: left;
    vertical-align: middle;
    margin-bottom: 10px;
    font-family: Arial;
    font-size: 25px;
    margin-left: 16px;
    color: Black;
}

.centerbutton
{
	display:block;
	vertical-align:middle;
	margin-left:auto;
	margin-right:auto;	
	width:180px;
	height:60px;
}

.button
{
	margin-left:3px;
}

.cmdPrev {
    display: inline;
    float: left;
    width: 145px;
    height: 35px;
    left:6px;
    bottom: 6px;
    position: absolute;
}

.rdp {
    vertical-align: middle;
    left: 250px;
    margin-left: 3px;
    font-family: Arial;
    font-size: 14px;
    color: Black;
}