.openingouter1 {
	flex-direction: column;
}

.openinginner1 {
	margin: 10px 0;
	width: 100%;
}

.sendmessage, .getquote, .submit {
	display: none;
}

.centre {
    text-align: center;
}
/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .firstbutton
*/
/* .firstbutton { */
/*     margin: 0 5px 0 0; */
/* } */
/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .secondbutton
*/
/* .secondbutton { */
/*     margin: 0; */
/* } */
.button,
.button:active {
    background: 0 0;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    border-radius: 4px;
    width: calc(50% - 5px);
    text-align: center;
    -webkit-appearance: none;
}
.button:active {
    background: green;
    color: #fff !important;
}
.button:hover {
    background: red !important;
    color: #fff !important;
}
.fish input[type="submit"]:disabled {
    background-color: gray;
    border: 2px #000 solid;
}
.fish input[type="submit"]:disabled:hover {
    color: #fff;
}
/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .button1,.button2
*/
/* .button1, */
/* .button2 { */
/*     color: #000; */
/*     border: 1px solid gray; */
/* } */
.button:active,
.button:visited {
    outline: 0;
}
/*.rederr {
    background-color: #79797957;
    text-align: center;
    vertical-align: middle;
    padding: 15px 10px;
    width: calc(100% - 20px) !important;
    margin: 0 0 15px 0;
}*/

#tp2,
#tp3,
#tp4,
#wit1,
#wit2,
#wit3,
#wit4,
.police {
    display: none;
}
/*.td9 {
width: 50%;
padding-bottom: 10px;
}
.td4 {
    width: 100%;
    display: block;
}
*/.td5 {
    width: calc(100% - 45px);
    display: block;
    text-align: left;
    padding: 0 5px 0 0;
}
.td6 {
    width: 100%;
    display: block;
}
/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .tdmin
*/
/* .tdmin { */
/*     width: 26px; */
/*     text-align: center; */
/*     float: right; */
/*     margin: -44px -5px 0 0; */
/*     padding: 0; */
/* 	border: 0px solid red; */
/* } */

/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .ttupload
*/
/* .ttupload { */
/*     width: 40px; */
/*     text-align: center; */
/*     float: right; */
/*     margin: 0; */
/*     padding: 0; */
/* } */
/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .tablefail
*/
/* .tablefail { */
/*     border: 1px solid #dddddd; */
/*     width: 100%; */
/*     padding: 5px; */
/* 	font-size: 14px; */
/* 	line-height: 18px; */
/* 	font-family: Roboto,tahoma,verdana,arial; */
/* 	text-align: center; */
/* } */
.td6 input[type="email"], 
.td6 input[type="tel"], 
.td6 input[type="text"] {
font-size:14px;
width: calc(100% - 20px);
}

.td6 select {
width: calc(100% + 2px);
font-size:14px;
    padding: 10px;
    border-radius: 4px;
    border: 1px gray solid;
    background-color: #fff;
}

.td6 input[type="date"],
.td6 input[type="file"] {
	font-size:14px;
	padding: 10px;
    border-radius: 4px;
    border: 1px gray solid;
    width: calc(100% - 20px);
	min-width: 96%;
}

input[type="checkbox"]{
    width: 25px;
    height: 25px;
/*	-webkit-appearance: none;
    -moz-appearance: none; */
}

input[type='checkbox']:checked {
-webkit-filter: grayscale(100%);
}

label.checkbox1 {
display: block;
}

input:disabled {
background-color: #d3d3d3;
}

.button:focus,
.td6 input[type="date"]:focus,
.td6 input[type="file"]:focus {
    border-color: #ff515e;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 81, 94, 0.075), 0 0 8px rgba(255, 81, 94, 0.6);
    box-shadow: inset 0 1px 1px rgba(255, 81, 94, 0.075), 0 0 8px rgba(255, 81, 94, 0.6);
}

/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .supplydocuments
*/
/* .supplydocuments { */
/*     padding: 0 0 10px 0; */
/*     text-align: justify; */
/* } */
/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .supplytable
*/
/* .supplytable { */
/*     font-size: 14px; */
/*     margin: 0; */
/*     border: 0 #000 solid; */
/*     width: 100%; */
/*     font-family: tahoma, verdana, arial; */
/* } */
/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .supplytr
*/
/* .supplytr { */
/*     width: 100%; */
/* } */
/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .tt
*/
/* .tt { */
/*     position: relative; */
/*     display: inline-block; */
/*     border-bottom: 0 dotted #000; */
/* } */
/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .tt .tooltiptext
*/
/* .tt .tooltiptext { */
/*     visibility: hidden; */
/*     width: 280px; */
/*     background: #008000; */
/*     color: #fff; */
/*     text-align: center; */
/*     border-radius: 6px; */
/*     padding: 5px 10px; */
/*     position: absolute; */
/*     z-index: 1; */
/*     top: 50%; */
/*     right: 110%; */
/*     border: 0; */
/*     margin-right: 10px; */
/*     min-height: 36px; */
/*     display: flex; */
/*     align-items: center; */
/*     border: 2px solid #fff; */
/* 	transform: translateY(-50%); */
/* } */
/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .tt .tooltiptext::after
*/
/* .tt .tooltiptext::after { */
/*     content: ""; */
/*     position: absolute; */
/*     top: 50%; */
/*     left: 100%; */
/*     margin-top: -10px; */
/*     border-width: 10px; */
/*     border-style: solid; */
/*     border-color: transparent transparent transparent #008000; */
/* } */
.tt.hover_effect .tooltiptext,
.tt:hover .tooltiptext {
    visibility: visible;
}
.tt .material-icons {
    font-size: 26px;
    vertical-align: bottom;
    margin-right: 2px;
    color: green;
}
.faqitem .content {
    margin: -10px 0 20px 0;
}
.hover {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .form-group
*/
/* .form-group { */
/*     margin-bottom: 15px; */
/*     position: relative; */
/*     display: block; */
/* } */
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-group .form-control {
    display: block;
    width: calc(100% - 32px);
    border-radius: 4px;
    border: 1px solid gray;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    padding: 12px 15px;
    background-color: #fff;
}
.form-control:focus {
    border-color: #ff515e;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 81, 94, 0.075), 0 0 8px rgba(255, 81, 94, 0.6);
    box-shadow: inset 0 1px 1px rgba(255, 81, 94, 0.075), 0 0 8px rgba(255, 81, 94, 0.6);
}
.table td {
    display: block;
}
.td1 {
    width: 100%;
    text-align: left;
	padding: 0;
}
.td2 {
    width: calc(100% - 26px);
	border: 0px solid red;
}
/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .no800
*/
/* .no800 { */
/*     display: none !important; */
/* } */
.iscurrentaddresslicence {
    display: none;
}
.areyoumoving {
    display: none;
}
/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .ageno
*/
/* .ageno { */
/*     display: none; */
/* } */
/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .claimsyes
*/
/* .claimsyes { */
/*     display: none; */
/* } */
/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .claimsyes2
*/
/* .claimsyes2 { */
/*     display: none; */
/* } */
/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .claimsyes3
*/
/* .claimsyes3 { */
/*     display: none; */
/* } */
/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .pointsyes
*/
/* .pointsyes { */
/*     display: none; */
/* } */
/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .dvlayes
*/
/* .dvlayes { */
/*     display: none; */
/* } */
/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .insyes
*/
/* .insyes { */
/*     display: none; */
/* } */
/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .employ
*/
/* .employ { */
/*     display: none; */
/* } */
/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .heldno
*/
/* .heldno { */
/*     display: none; */
/* } */
/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .photoid
*/
/* .photoid { */
/*     display: none; */
/* } */
/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .eulic
*/
/* .eulic { */
/*     display: none; */
/* } */
/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .eulicnote
*/
/* .eulicnote { */
/*     display: none; */
/* } */
/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .otherlic
*/
/* .otherlic { */
/*     display: none; */
/* } */
/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .eupointsyes
*/
/* .eupointsyes { */
/*     display: none; */
/* } */
/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .euendoryes
*/
/* .euendoryes { */
/*     display: none; */
/* } */
/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .convictionsyes
*/
/* .convictionsyes { */
/*     display: none; */
/* } */
/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .foreignukhistoryyes
*/
/* .foreignukhistoryyes { */
/*     display: none; */
/* } */
/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .banyes
*/
/* .banyes { */
/*     display: none; */
/* } */
/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .occup
*/
/* .occup { */
/*     display: none; */
/* } */
/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .multipledriverspop
*/
/* .multipledriverspop { */
/* 	display: none; */
/* } */
.count {
    text-align: right;
    margin: -10px 25px 0 0;
}
/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .dlfupload
*/
/* .dlfupload { */
/*     display: none; */
/* } */
/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .dlbupload
*/
/* .dlbupload { */
/*     display: none; */
/* } */
/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .photoidupload
*/
/* .photoidupload { */
/*     display: none; */
/* } */
/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .attachment2idupload
*/
/* .attachment2idupload { */
/*     display: none; */
/* } */
/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .attachmentdvlaupload
*/
/* .attachmentdvlaupload { */
/*     display: none; */
/* } */
/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .haveupdatedlicence
*/
/* .haveupdatedlicence { */
/*     display: none; */
/* } */
/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .attachmentotherupload
*/
/* .attachmentotherupload { */
/*     display: none; */
/* } */
/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .uploadcheckbox
*/
/* .uploadcheckbox {  */
/* 	display:none; */
/* } */

/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .checkboxstyle
*/
/* .checkboxstyle {  */
/* 	padding: 5px; */
/* 	border: 1px gray solid; */
/*    	color: black; */
/* 	border-radius: 4px; */
/* } */

/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .checkboxstyleerror
*/
/* .checkboxstyleerror { */
/* 	border: 1px solid red !important; */
/* 	color: red !important; */
/*     outline: 0; */
/*     -webkit-box-shadow: inset 0 1px 1px rgba(255, 81, 94, 0.075), 0 0 8px rgba(255, 81, 94, 0.6); */
/*     box-shadow: inset 0 1px 1px rgba(255, 81, 94, 0.075), 0 0 8px rgba(255, 81, 94, 0.6); */
/* } */

.uploaderwrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    /*background-color: #650101a6;*/
	/*background-color: #650101;*/
	background-color: #650101d9;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
    flex-direction: column;
}
.loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 4px solid #fff;
    animation: loader 2s infinite ease;
}
.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    animation: loader-inner 2s infinite ease-in;
}
@keyframes loader {
    0% {
        transform: rotate(0);
    }
    25% {
        transform: rotate(180deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes loader-inner {
    0% {
        height: 0%;
    }
    25% {
        height: 0%;
    }
    50% {
        height: 100%;
    }
    75% {
        height: 100%;
    }
    100% {
        height: 0%;
    }
}
.uploadertext {
    color: #fff;
    margin: 1% 0 0;
    text-align: center;
}
/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .uploadertextbold
*/
/* .uploadertextbold { */
/* 	font-weight: 700; */
/* 	cursor: pointer; */
/* } */
/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .uploadertext15
*/
/* .uploadertext15 {      */
/* 	opacity: 0;  */
/*     animation: fadein 1s;  */
/*     animation-delay:20s;  */
/*     -webkit-animation-fill-mode: forwards;  */
/*     -moz-animation-fill-mode: forwards;  */
/*     -ms-animation-fill-mode: forwards;  */
/*     animation-fill-mode: forwards;  */
/* } */ 
/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .uploadertext30
*/
/* .uploadertext30 {      */
/* 	opacity: 0;  */
/*     animation: fadein 1s;  */
/*     animation-delay:60s;  */
/*     -webkit-animation-fill-mode: forwards;  */
/*     -moz-animation-fill-mode: forwards;  */
/*     -ms-animation-fill-mode: forwards;  */
/*     animation-fill-mode: forwards;  */
/* } */ 
@keyframes fadein { 
    from { opacity: 0; }
    to { opacity: 1;} 
}
/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .hiddencode
*/
/* .hiddencode { */
/*     display: none; */
/* } */
#filemodal, #filetypemodal, #smallfilesizemodal, #largefilesizemodal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
}
.filemodal-content {
    position: relative;
    background-color: #fefefe;
    padding-bottom: 1px;
    width: 40%;
    min-width: 390px;
    max-width: 540px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.filemodal-close {
    color: #fff;
    float: right;
    margin: 12px;
}
.filemodal-close:focus,
.filemodal-close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.filemodal-header {
    padding: 2px 0 2px 16px;
    background-color: red;
}
.filemodal-body {
    padding: 2px 16px 0;
    text-align: center;
}
.fileclosebutton {
    padding: 10px 30px;
    display: block;
    border: 2px solid red;
    margin: 25px auto;
    background-color: transparent;
    color: red;
    text-transform: uppercase;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    cursor: pointer;
    font-weight: 700;
    min-width: 104px;
}
.fileclosebutton:hover {
    color: #fff;
    background-color: red;
}

.td2 p,
.td6 p {
margin: 0;
}

.td2 p.note,
.td6 p.note {
    font-size: inherit;
  color: red;
}

.td6 label.error {
    color: red;
    font-size: inherit;
    display: block;
    margin-top: 5px;
}

label.error {
    color: red;
    font-size: inherit;
    display: block;
    margin-bottom: 5px;
	width: calc(100% - 5px);
	padding: 0 5px 0 0;
}

/*label {
color: black;
} */

/*.tempError {
    border: 1px solid red !important;
    color: red !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 81, 94, 0.075), 0 0 8px rgba(255, 81, 94, 0.6);
    box-shadow: inset 0 1px 1px rgba(255, 81, 94, 0.075), 0 0 8px rgba(255, 81, 94, 0.6);
}*/

input.error, textarea.error, select.error {
    border: 1px solid red !important;
    color: red !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 81, 94, 0.075), 0 0 8px rgba(255, 81, 94, 0.6);
    box-shadow: inset 0 1px 1px rgba(255, 81, 94, 0.075), 0 0 8px rgba(255, 81, 94, 0.6);

}

.td6 input.error, .td6 textarea.error {
    border: 1px solid red;
    color: red !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 81, 94, 0.075), 0 0 8px rgba(255, 81, 94, 0.6);
    box-shadow: inset 0 1px 1px rgba(255, 81, 94, 0.075), 0 0 8px rgba(255, 81, 94, 0.6);
}

#summary {
border: 2px solid red;
    text-align: center;
    color: black;
    font-size: 16px;
    padding: 20px;
    margin: 20px auto;
    line-height: 28px;
    font-weight: bold;
	display: none;
}

#newjayne{
    border: 1px #000 solid;
    padding: 0 25px;
    width: calc(98% - 56px);
    margin: 1% auto;
}

/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .dvlareq
*/
/* .dvlareq { */
/* display: contents; */
/* font-weight: 700; */
/* } */

/*the container must be positioned relative:
.jobTitles {
  position: relative;
  display: inline-block;
}*/

/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .jobTitles-items
*/
/* .jobTitles-items { */
  /*position: absolute;*/
/*   border: 1px solid #d4d4d4; */
/*   border-bottom: none; */
/*   border-top: none; */
/*   z-index: 99; */
  /*position the autocomplete items to be the same width as the container:*/
  /*top: 100%;
  left: 0;
  right: 0;*/
/* } */

/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .jobTitles-items div
*/
/* .jobTitles-items div { */
/*   padding: 10px; */
/*   cursor: pointer; */
/*   background-color: #fff;  */
/*   border-bottom: 1px solid #d4d4d4;  */
/* } */

/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .jobTitles-items div:hover
*/
/* .jobTitles-items div:hover { */
/*   background-color: #e9e9e9;  */
/* } */

/*using the arrow keys:*/
/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .jobTitles-active
*/
/* .jobTitles-active { */
/*   background-color: #008000 !important;  */
/*   color: #ffffff;  */
/* } */



@media screen and (max-width: 975px) {
	#newjayne{
	width: calc(100% - 56px);
	}
}

@media screen and (max-width: 668px) {
	#newjayne{
	width: calc(95% - 56px);
	}
}

@media screen and (max-width: 600px) {
	#newjayne{
	width: calc(96% - 56px);
	}
}

@media screen and (max-width: 500px) {
    .filemodal-content {
        min-width: 280px;
        max-width: 280px;
    }
}

@media screen and (max-width: 400px) {
	#newjayne{
	width: calc(98% - 56px);
	}
}



.filemodal-header h1 {
    font-family: Oswald, sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    margin: 5px 0;
}

/* 10.09.2026 17:13 BST - DISABLED: candidate identified as possibly unused during the forensic CSS audit; temporarily disabled at the user's request for live verification. Original rule preserved below.
   Selector: .italic
*/
/* .italic { */
/* font-style: italic; */
/* } */









.firstradio {
    margin: 0 5px 0 0;
}
.secondradio {
    margin: 0;
}

input.noradio {
    opacity: 0;
    position: absolute;
}

i.tested  {
    background: 0 0;
    padding: 9px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    border-radius: 4px;
    width: calc(50% - 23px);
    text-align: center;
    -webkit-appearance: none;
    color: #000;
    border: 1px solid gray;
	font-style: normal;
}

i.tested:hover {
    background: red !important;
    color: #fff !important;
}

.error+i.tested:hover {
    color: #fff !important;
}

/*input.noradio .error+i.tested {*/
.error+i.tested {
    border: 1px solid red;
    color: red !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 81, 94, 0.075), 0 0 8px rgba(255, 81, 94, 0.6);
    box-shadow: inset 0 1px 1px rgba(255, 81, 94, 0.075), 0 0 8px rgba(255, 81, 94, 0.6);
}

:checked + i.firstradio.tested, 
:checked ~ i.firstradio.tested {
	background: green;
    color: #fff !important;
}

:checked + i.secondradio.tested {
	background: green;
    color: #fff !important;
}