a {
	color: #900000;
	text-decoration: none;
	font-weight: bold;
}

.current-page-num {
	background-color: #FFD700 !important;
	border-color: grey !important;
}

.bg-ascot-purple {
	background: -webkit-linear-gradient(180deg, #800080, #860d86, #8d198d); 
	background: -o-linear-gradient(180deg, #800080, #860d86, #8d198d); 
	background: -moz-linear-gradient(180deg, #800080, #860d86, #8d198d); 
	background: linear-gradient(270deg, #800080, #860d86, #8d198d);  
}

.text-purple, #page-dashboard a {
	color: #800080;
	opacity: 0.8;
	moz-opacity: 0.8; 
	filter:alpha(opacity: 0.8); 
	filter: alpha(alpha=0.8);
	-khtml-opacity: 0.8;
}

.text-purple-gradient {
	color: -webkit-linear-gradient(180deg, #800080, #860d86, #8d198d); 
	color: -o-linear-gradient(180deg, #800080, #860d86, #8d198d); 
	color: -moz-linear-gradient(180deg, #800080, #860d86, #8d198d); 
	color: linear-gradient(270deg, #800080, #860d86, #8d198d);  
	opacity: 0.8;
	moz-opacity: 0.8; 
	filter:alpha(opacity: 0.8); 
	filter: alpha(alpha=0.8);
	-khtml-opacity: 0.8;
}

a:hover, .falselink:hover {
	color: #800080;
	text-decoration: underline;
}

.switches {
	width: 30px;
	height: 30px;
}

.no-style-list {
	list-style-type: none;
}

.falselink2:hover {
	font-size: 17px;
}

.form-check-input:checked{
   background-color: grey !important;
   border: 0;
}
.form-check-input:focus, .label::after, label.form-check-label:focus, .form-check-input::after, .form-check-input:not(:disabled):not(.disabled):active:focus {
   color: black;
   outline: 0;
   border: 0;
   box-shadow: 0 0 0 0.1rem grey !important;
}

.wrapcontents {
	width: 1120px;
	position: relative;
	top: 0px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
}

.carousel-indicators-circles [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 14px;
    height: 14px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 50%;
}

.carousel-indicators-circles .active {
	background-color: #FFD700 !important;
}

.closehead {
	margin: 0px;
}

.closebottom {
	margin-bottom: 0px;
}

.hide, .standard {
	display: none;
}

.relpos {
	position: relative;
}

.see {
	display: block;
}

.seeline {
	display: inline;
}

.slidetick {
	cursor: pointer;
}

.slidetick:checked {
	display: none;
}

.fright {
	float: right;
}

.altrowcolour {
	background: #FFF7CC;
}

.altrowcolour2 {
	background: #EBEBEB;
}

.tabletop {
	background: #808080;
	font-weight: bold;
	height: 30px;
}

.btop {
	border: 1px solid #808080;
	font-weight: bold;
	background: #666666;
	height: 30px;
}

.resultstable  {
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

.linkbuttons {
	background: -webkit-linear-gradient(180deg, #8C8C8C, #737373, #595959);
	background: -o-linear-gradient(180deg, #8C8C8C, #737373, #595959);
	background: -moz-linear-gradient(180deg, #8C8C8C, #737373, #595959);
    background: linear-gradient(180deg, #8C8C8C, #737373, #595959);
    color: #ffffff;
    border: 2px solid #808080;
    border-radius: 3px;
	height: 30px;
	width: 150px;
	text-align: center;
	font-weight: bold;
    cursor: pointer;
	padding-top: 10px;
}

.smalllinkbuttons {
	background: -webkit-linear-gradient(180deg, #8C8C8C, #737373, #595959);
	background: -o-linear-gradient(180deg, #8C8C8C, #737373, #595959);
	background: -moz-linear-gradient(180deg, #8C8C8C, #737373, #595959);
    background: linear-gradient(180deg, #8C8C8C, #737373, #595959);
    color: #ffffff;
    border: 2px solid #808080;
    border-radius: 3px;
	height: 20px;
	width: 100px;
	text-align: center;
	font-weight: bold;
    cursor: pointer;
}

.linkbuttons:hover, .linkbuttons:active, .smalllinkbuttons:hover, .smalllinkbuttons:active {
	opacity: 0.75;
	box-shadow: 0px 0px 10px #808080;
}

.submitbuttons {
	background: -webkit-linear-gradient(180deg, #737373, #404040);
	background: -o-linear-gradient(180deg, #737373, #404040);
	background: -moz-linear-gradient(180deg, #737373, #404040); 
    background: linear-gradient(180deg, #737373, #404040);
    color: #fff;
    border: 1px solid #808080;
    border-radius: 3px;
    cursor: pointer;
}

.submitbuttons:hover, .submitbuttons:active {
    opacity: 0.75;
}

.highlight {
	background: #808080;
	color: #FFD700;
	font-weight: bold;
	border: 5px solid #fff;
	border-radius: 5px;
}

.dtext {
	color: #959595;
	font-style: oblique;
}

.input_file_div {
	z-index: 1; 
	cursor: pointer;
	font-size: 0px;
	background: #FFD700;
}

.input_file {
	opacity: 0;
	-moz-opacity: 0px; 
	filter:alpha(opacity: 0); 
	filter: alpha(alpha=0);
	-khtml-opacity: 0;
	height: 40px;
    width: 125px;
    cursor: pointer;
    margin-top: 0;
    font-size: 0;
    z-index: 2;
}

.input_file_box {
	margin-top: -50px;
	width: 125px;
}

.deftextfile {
	background: #FFD700;
}

.belowupfile {
	z-index: -1;
	width: 310px;
	cursor: pointer;
}

.errorloc {
	color: #FF0000;
	font-weight: bold;
}

.errordiv {
	color: #FF0000;
	font-weight: bold;
	display: none;
	max-width: 410px;
	text-indent: 10px;
	background: url("photos/bullet3.png");
	background-position: left top;
	background-repeat: no-repeat;
}

.errordiv1 {
	color: #FF0000;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	text-indent: 10px;
	background-position: left top;
	background-repeat: no-repeat;
}

.successdiv {
	color: #800080;
	font-weight: bold;
	display:none;
	max-width: 410px;
	text-indent: 15px;
	background: url("photos/tick.png");
	background-position: left top;
	background-repeat: no-repeat;	
}

.successdiv1 {
	color: #800080;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	text-indent: 15px;
	background-position: left top;
	background-repeat: no-repeat;	
}

.successmes {
	color: #800100;
	font-weight: bold;
}

.smallalert {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	width: 40%;
	height: 300px;
	border: 5px inset #808080;
	border-radius: 10px;
	background: #E3E3E3;
	color: #5C005C;
	font-weight: bold;
	z-index: 10;
	display: none;
}


.alertcontainer {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	width: 70%;
	height: 450px;
	border: 5px inset #808080;
	border-radius: 10px;
	background: #E3E3E3;
	z-index: 10;
	display: none;
	overflow-y: scroll;
	overflow-x: hidden;
}

.inneralert {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}

.alertcontainer2 {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	width: 70%;
	height: 320px;
	border: 5px inset #808080;
	border-radius: 10px;
	z-index: 10;
	display: none;
	overflow-y: scroll;
	overflow-x: hidden;
}

.alertcontainer3 {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	width: 800px;
	height: 400px;
	border: 5px inset #808080;
	border-radius: 10px;
	background: #E3E3E3;
	z-index: 10;
	display: none;
}

.alertcontainertop {
	
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: auto;
	margin: auto;
	width: 70%;
	height: 250px;
	border: 5px inset #808080;
	border-radius: 10px;
	color: #5C005C;
	font-weight: bold;
	z-index: 10;
	display: none;
	overflow-y: scroll;
	background: -webkit-linear-gradient(360deg, #FFD700, #FFD710, #FFD720); 
	background: -o-linear-gradient(360deg, #FFD700, #FFD710, #FFD720); 
	background: -moz-linear-gradient(360deg, #FFD700, #FFD710, #FFD720); 
	background: linear-gradient(360deg, #FFD700, #FFD710, #FFD720); 
}

.warningalert {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	width: 50%;
	height: 250px;
	border: 5px inset #808080;
	border-radius: 10px;
	background: #FFD700;
	color: #FF0000;
	font-weight: bold;
	z-index: 10;
	display: none;
}

.warningalert2 {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	width: 250px;
	height: 150px;
	border: 5px inset #808080;
	border-radius: 10px;
	background: #FFD700;
	color: #FF0000;
	font-weight: bold;
	z-index: 10;
	display: none;
}

.inputboxes1 {
	height: 25px;
	border: 2px solid #e3e3e3;
	width: 410px; 
	font-weight: bold; 
	font-style: oblique; 
	border-radius: 5px;
}

.inputboxes1b {
	height: 25px;
	border: 2px solid #e3e3e3;
	width: 200px; 
	font-weight: bold; 
	font-style: oblique; 
	border-radius: 5px;
}

.inputboxes2 {
	height: 20px;
	border: 2px solid #e3e3e3;
	width: 150px; 
	font-weight: bold; 
	font-style: oblique; 
	border-radius: 5px;
}

.inputboxes2b {
	height: 25px;
	border: 2px solid #e3e3e3;
	width: 150px; 
	font-weight: bold; 
	font-style: oblique; 
	border-radius: 5px;
}

.inputboxes2c {
	height: 25px;
	border: 2px solid #e3e3e3;
	width: 100px; 
	font-weight: bold; 
	font-style: oblique; 
	border-radius: 5px;
}

.inputdivs {
	min-height: 25px;
	border: 2px solid #e3e3e3;
	width: 406px; 
	font-weight: bold; 
	font-style: oblique; 
	padding-top: 5px;
	border-radius: 5px;
	background: #fff;
	cursor: text;
}

.smallbox {
	width: 50px;
	border: 2px solid #e3e3e3;
	border-radius: 5px;
	text-align: center;
}

.new-text-areas {
	font-weight: bold;
	font-style: oblique;
	border-radius: 5px;
}

.boot-textareas {
	min-height: 200px;
}


.textareas {
	height: 150px;
	font-weight: bold;
	font-style: oblique;
	border-radius: 5px;
}

.textareas2 {
	width: inherit;
	height: 200px;
	font-weight: bold;
	font-style: oblique;
	border-radius: 5px;
}

.smalltextareas {
	width: 40%;
	height: 75px;
	font-weight: bold;
	font-style: oblique;
	border-radius: 5px;
}

.readonlyinputs {
	background: transparent;
	border: 0px;
	color: #900000;
	font-weight: bold;
	font-style: oblique;
}

.smalltextareas2 {
	width: 40%;
	height: 120px;
	font-weight: bold;
	font-style: oblique;
	border-radius: 5px;
}

.smalltextareas3 {
	width: 60%;
	height: 60px;
	font-weight: bold;
	font-style: oblique;
	border-radius: 5px;
}

.largedivs {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #000;
}

.inputboxes1:focus, .inputboxes1b:focus, .inputboxes2:focus, .inputboxes2b:focus, .inputboxes2c:focus, .textareas:focus, 
.textareas2:focus, .smalltextareas:focus, .smalltextareas2:focus, .smalltextareas3:focus, .smallbox:focus, .inputdivs:focus, .new-text-areas:focus {
	box-shadow: 0px 0px 10px #FFD700;
	background-color: #f7f7f7;
	line-height: 100%;
}

.intextheadings{
	text-align: center;
}

.oneborderl {
	border-left: 1px solid #000;
}

.oneborderr {
	border-right: 1px solid #000;
}

.onebordert {
	border-top: 1px solid #000;
}

.oneborderb {
	border-bottom: 1px solid #000;
}

.sidepan {
	
}
.sidepan_top {
	background: -webkit-linear-gradient(360deg, #f2f2f2, #e3e3e3, #cccccc); 
	background: -o-linear-gradient(360deg, #f2f2f2, #e3e3e3, #cccccc); 
	background: -moz-linear-gradient(360deg, #f2f2f2, #e3e3e3, #cccccc); 
	background: linear-gradient(360deg, #f2f2f2, #e3e3e3, #cccccc); 
	font-weight: bold;
	border-radius: 10px;
} 

.sidepan_body {
	
}

.sideuls {
	padding: 0px;
	margin-left: 15px;
	margin-top: 0px;
	list-style-image: url("photos/bull.png");
}

.hnav1 {
	display: none;
	position: absolute;
	z-index: 10;
	padding: 0px;
	margin: 0px;
}

.hnav2 {
	position: absolute;
	left: 137.5px;
	top: 0px;
	z-index: 10;
	display: none;
	padding: 0px;
	margin: 0;
} 

.hnav1 li, .hnav2 li {
	background: #666666;
	float: none !important; 
	list-style: none;
	display: block;
}

.hnav1 li a, .hnav2 li a {
	height: 30px;
	white-space: nowrap;
}

.dash-list {
	list-style: none;
	padding: 0px;
}

.dash-list li ul {
	margin-left: 25px;
	padding: 0px;
	list-style-image: url("photos/bull.png");
}

.noresults {
	/*margin-top: -20px;
	margin-left: 300px;
	width: 220px;
	height: 25px; */
	background: #FFD700; 
}

.bulletlist {
	list-style-image: url('photos/bullet.png') ;
}

.successmes {
	color: #800100;
	font-weight: bold;
}

.info {
	width: 100px;
	height: 100px;
	position: absolute;
	z-index: 1;	
}

.otherinfo {
	min-height: 100px;
	background: #EBEBEB;
	border: 2px solid #800080;
	border-radius: 5px;
	max-width: 400px;
}

.quickdisp {
	background-color: #DCDCDC;
	border: 2px solid #DCDCDC;
	border-radius: 4px;
	margin-left: auto;
	margin-right: auto;
}

.picitems {
	color: #000;
	background: #e3e3e3;
	border: 2px solid #fff;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	cursor: pointer;
	width: 15px;
	height: 15px;
	text-align: center;
	font-weight: bold;
}

.newsdata {
	min-height: 150px;
	background: #f3f3f3;
	border: 5px solid #000;
	border-radius: 3px;
}

.closehead {
	margin: 0px;
}

.oneborder {
	border-right: 1px solid #808080;
}

.simborder {
	border: 1px solid #808080;
}

.gradhead {
	background: -webkit-linear-gradient(180deg, #a3a3a3, #d3d3d3); 
	background: -o-linear-gradient(180deg, #a3a3a3, #d3d3d3); 
	background: -moz-linear-gradient(180deg, #a3a3a3, #d3d3d3); 
	background: linear-gradient(180deg, #a3a3a3, #d3d3d3); 
}

.largedisplays {
	width: 100%;
	height: inherit;
	overflow: scroll;
}

.phonecard {
	width: 400px;
	height: 250px;
	background: #ffffff;
	border: 2px solid #e3e3e3;
	border-radius: 10%;
}

.voucherdisplay {
	background: #c6c6c6;
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
}

.legendhead {
	color: 808080;
	font-size: 20px;
	font-style: oblique;
	font-weight: bold;
}

fieldset {
	border: 3px inset #e3e3e3;
	background: #e6e6e6;
}

.mulselect {
	min-width: 360px;
	min-height: 240px;
}

.quickdisp {
	background-color: #DCDCDC;
	border: 2px solid #DCDCDC;
	border-radius: 4px;
	margin-left: auto;
	margin-right: auto;
}

.submitimages {
	width: 25px;
	height: 25px;
}

.loading {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 250px;
    height: 250px;
    z-index: 11;
    color: #e3e3e3;
}

.progtext {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@-webkit-keyframes blinker {
    100% { opacity: 1; }
    50% { opacity: 0.7; }
    0% { opacity: 0.3; }
}

@keyframes blinker {
   100% { opacity: 1; }
    50% { opacity: 0.7; }
    0% { opacity: 0.3; }
}