body {
/*	max-width:1600px !important;
*/	margin:0 auto;
}

form .error {
	border:1px #C00 solid;	
}

.formRow{
	width: 100%;
	margin: 2% 0;
}
.displayTable td {
	padding:3px;
}

#successBox {
	width:90%; 
	height:90%; 
	position:absolute; 
	top:0; 
	left:0; 
	padding:5%; 
	background:#EEFFEE;
}
#codeBox {
	padding:1%;
	width:15%;
	text-align:center;
	background:white;
	border:1px solid #CCC;
}
#closeBox {
	padding:1%;
	width:20%;
	background:white;
	border:1px solid #CCC;
}
form label {
	vertical-align:middle;
/*	padding:0.5%;
*/	color:#333;
}
form input {
/*	margin:0.5%;
	min-height:24px;
	min-width:24px;
*/	box-sizing:border-box;	
	-webkit-appearance: none;
	vertical-align:middle;
	border:1px solid #CCC;
	color:#333;
}
form input[type="checkbox"], form input[type="radio"] {
	width: 20px;
	height: 20px;
	border: 1px solid #CCC;
}
form input[type="checkbox"]:checked, form input[type=radio]:checked {
	background-color:#67B;
}
form input[type="submit"]:hover {
	border:1px solid black;
}




form .row2 {
	width:48.5%;
}
form input.row3 {
	width:32%;
}
form input.row5 {
	width:18.8%;
}
@media only screen and (max-width: 767px) {
	form input.row3, form .row2 {
		width:100%;
	}
}

.breakMob{
	display:none;
}
@media only screen and (max-width: 767px) {
	.breakMob{
		display:block;
	}
}


form.RL input.button {
	padding:2% 5%;
	border-radius:10px;
	color:white;
	background:#67b;
	border:1px solid #679b;
	-webkit-appearance: none;
}
form.RL input.button:hover {
	border:1px solid #679b;
	background:#56a;
}
form.RL input[type=radio]:checked, form.RL input[type=checkbox]:checked  {
    background-color: #67B;
}
.hidden {
	display:none;
}
.treatmentOption {
	width:400px; 
	display:inline-block
}
.uniqueCode {
	
}
.displayContainer {
	width:100%;
	margin:3% 0;
	padding: 0;
}
.displayContainer p {
	font-size:150%;
	color:#777;
	margin-bottom:0;
}
.displayContainer p span {
	color:#67B;
	font-weight:bold;
}
.noteditable {
	color: #999;
}
.editable {
	font-size: 100%;
	width:90%;
}
.editable:hover {
}
.formRow{
	width: 100%;
	margin: 2% 0;
}
.displayTable td {
	padding:3px;
}
#content {
	margin: 0 auto;
    padding: 50px;
}
#successBox {
	width:90%; 
	height:90%; 
	position:absolute; 
	top:0; 
	left:0; 
	padding:5%; 
	background:#EEFFEE;
}
#codeBox {
	padding:1%;
	width:15%;
	text-align:center;
	background:white;
	border:1px solid #CCC;
}
#closeBox {
	padding:1%;
	width:20%;
	background:white;
	border:1px solid #CCC;
}




form input.row2 {
	width:48.5%;
}
form input.row3 {
	width:32%;
}
form input.row5 {
	width:18.8%;
}
form.RL input.button {
	padding:1% 3%;
	border-radius:10px;
	color:white;
	background:#67b;
	border:1px solid #679b;
	-webkit-appearance: none;
}
form.RL input.button:hover {
	border:1px solid #679b;
	background:#56a;
}

/* ******************* TABLE STYLES ************************ */
table {
	width:100%;
	border:none;
}
table td, table th {
  border: 1px solid #ddd;
  padding:0 4px !important;
}
table tr:nth-child(even){
	background-color: #f2f2f2;
}

table tr:hover {
	background-color: #ddd;
}
table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #67B;
  color: white;
}

.result_table td, result_table th {
	white-space: nowrap;
}

.displayTable form .button-blue,.displayTable form .button-green,.displayTable form .button-red {
	font-size: 100%;	
}

.deleteButton {
	background: red;
	border: 3px solid white;
	border-radius: 2em;
	color: white;
	display: inline-block;
	font-size: 25px;
	font-weight: bold;
	height: 20px;
	line-height: 25px;
	margin: 0 0 8px;
	padding: 0;
	text-align: center;
	width: 20px;
}


<!-- ************** ADMIN FORM CSS NEW UPDATED 20/12/2021 ***************** -->
.admin_form input, .admin_form select, .admin_form textarea, .admin_form label {
	vertical-align:top;
	display:block;
}
.admin_form input, .admin_form select, .admin_form textarea {
	margin: 5px 0 0 0;
}
.admin_form input, .admin_form select {
	width:250px;
}
.admin_form textarea {
	width:500px;
}
.admin_form [type=submit] {
}
.admin_form label {
}
.admin_form .required {
	font-size: small;
	color:red;
	
}

/* ************************ NAV BAR ADJUSTMENTS ***************************** */

.bg-dark {
	background-color:#67B !important
}



/* ************************ CLIENT DATA PAGE START ******************/


 form input.edit_input {
	 padding:2px 8px !important;
	 width:250px;
 }
  form input[type="submit"].edit_submit {
	  float:right;
  }

 .report_download {
	display: inline-block;
    padding: 10px;
    border: 1px solid;
	margin:0.5%
}
 .report_download.no_report {
	color:red; 
 }
 
.success {
	background:#090;
	color:white;	
}
.fail {
	background:red;
	color:white;	
}
.date_col {
	width:120px;
	padding:0;
	margin:0;
}
.display_box {
	position: absolute;
    top: 100px;
    right: 20px;
    padding: 5px 10px;
    font-size: 180%;
	width:auto;
	border:1px solid black;
	width:400px;
}
.id_alert {
	position: absolute;
    top: 100px;
    right: 20px;
    padding: 5px 10px;
    font-size: 180%;
	width:auto;
	border:1px solid black;
	width:400px;
}
.id_alert.warn {
    background: yellow;
}
.display_box.warn {
    background: red !important;
    color: white !important;
}
.post_response {
	width:500px;	
}
.warning {
	padding: 30px 30px 30px 120px;
    margin: 10px;
}

.tooltipx {
  position: relative;
  display: inline-block;
}

.tooltipx .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltipx .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltipx:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.code_copy_box {
	background:none;
	color:black;
	border:none;
}
.glow-on-hover {
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}
/* ************************ CLIENT DATA PAGE END ******************/


.disabled {
	background: #ddd;
    color: #333;
    cursor: not-allowed;	
}



