@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 6px;
	/* [disabled]width: 280px; */
	/* [disabled]min-width: 320px; */
	background-repeat: repeat;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0A1F4A;
}
body#admin {
	margin: 0;
	padding: 0;
	/* [disabled]width: 280px; */
	/* [disabled]min-width: 320px; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0A1F4A;
	background-color: #ededed;
}

#tbl_notes thead {
	display: none;
}

/* th { font-size: 0.7em !important; 
	text-align: center;
}
td { font-size: 0.7em !important; } */

/* table.dataTable tbody th, table.dataTable tbody td {
    padding: 0.7em 0.8em !important;
} */
/* .dt-body-right {
	text-align: right;
}
.dt-body-center {
	text-align: center;
} */

#tbl_payments thead {
	display: none;
}

.dataTables_filter { 
	margin: 14px 20px; 
	}
div.dataTables_filter input { 
	border: 1px solid #0A1F4A; 
	border-radius: 4px;
	}
	
	/* Clear button styles
	--------------------------------------------- */
	
	::-ms-clear {
	  display: none;
	}
	
	.form-control-clear {
	  z-index: 10;
	  pointer-events: auto;
	  cursor: pointer;
	}
	
	

#content {
    max-width: 1230px;
    margin: 0 auto;
    text-align: center;
    line-height: 20px;
    background-color: #FFF;
	padding: 0 0 60px 0;
}
#content2 {
	width: 720px;
	margin: 24px auto;
	text-align: center;
}
#content3 {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    line-height: 20px;
    background-color: #FFF;
	padding: 0 0 60px 0;
}
.main {
	padding: 6px;
	/* [disabled]border-color: #054D7A; */
	/* [disabled]border-style: solid; */
	/* [disabled]border-width: 1px; */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font: 14px/18px Arial Black, Gadget, sans-serif;
	color: #FFF;
	margin: 12px 0;
	background-color: #D0D4E6;
}
.mainlist {
	padding: 6px;
	border-color: #0A1F4A;
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font: 14px/18px Arial Black, Gadget, sans-serif;
	color: #0A1F4A;
	margin: 12px 0;
}
.welcome {
    font-size: 16px;
    line-height: 23px;
	padding: 0 120px;
}
.topnav {
    /* [disabled]height: 60px; */
    -webkit-appearance: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 80px;
    text-align: center;
    vertical-align: bottom;
    font: 14px Arial Black, Gadget, sans-serif;
    background-color: #266092;
    padding: 8px;
    margin: 20px 20px 0 0;
    color: #FFF;
    position: relative;
    float: right;
    display: inline-block;
    border: 2px solid #FFFFFF;
}
.topnav:hover {
	background-color: #15aae2;
	color: #266092;
	border: 2px solid #15aae2;
}
.topnav a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration:none; /* Makes sure the link   doesn't get underlined */
	z-index:10; /* raises anchor tag above everything else in div */
	background-color:white; /*workaround to make clickable in IE */
	opacity: 0; /*workaround to make clickable in IE */
	filter: alpha(opacity=1); /*workaround to make clickable in IE */
}
.flexbuttonbox {
    /* [disabled]max-width: 1230px; */
    margin: 12px 0;
    display: flex;
    justify-content: flex-start;
}
.img {
    width: 100%;
    height: auto;
}

.pay-red {
	/* [disabled]width: 300px; */
	height: 100%;
	text-align: center;
	vertical-align: bottom;
	/* font-size: 0.7em; */
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #D12A2A;
	/* padding: 4px; */
	/* margin: 2px; */
	color: #FFF;
	position: relative;
}
.pay-red:hover {
	background-color: #15aae2;
	color: #266092;
}
.pay-red a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration:none; /* Makes sure the link   doesn't get underlined */
	z-index:10; /* raises anchor tag above everything else in div */
	background-color:white; /*workaround to make clickable in IE */
	opacity: 0; /*workaround to make clickable in IE */
	filter: alpha(opacity=1); /*workaround to make clickable in IE */
}

.pay-green {
	/* [disabled]width: 300px; */
	height: 100%;
	text-align: center;
	vertical-align: bottom;
	/* font-size: 0.7em; */
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #5cb85c;
	/* padding: 4px; */
	/* margin: 2px; */
	color: #FFF;
	position: relative;
}
.pay-green:hover {
	background-color: #15aae2;
	color: #266092;
}
.pay-green a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration:none; /* Makes sure the link   doesn't get underlined */
	z-index:10; /* raises anchor tag above everything else in div */
	background-color:white; /*workaround to make clickable in IE */
	opacity: 0; /*workaround to make clickable in IE */
	filter: alpha(opacity=1); /*workaround to make clickable in IE */
}
.pay-clear {
	/* [disabled]width: 300px; */
	height: 100%;
	text-align: center;
	/* vertical-align: bottom; */
	align-self: baseline;
	/* font-size: 0.7em; */
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #dadada;
	/* padding: 4px; */
	/* margin: 2px; */
	/* color: #FFF; */
	position: relative;
}
.pay-clear:hover {
	background-color: #15aae2;
	color: #266092;
}
.pay-clear a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration:none; /* Makes sure the link   doesn't get underlined */
	z-index:10; /* raises anchor tag above everything else in div */
	background-color:white; /*workaround to make clickable in IE */
	opacity: 0; /*workaround to make clickable in IE */
	filter: alpha(opacity=1); /*workaround to make clickable in IE */
}
/* table.dataTable tbody td {
  vertical-align: top;
} */

.db-btn4 {
			text-align: center;
		/*    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
			 color: #000000;
			position: relative;
/* 			padding-left: 0.4em; */
/* 			width:100%;
			height:100%; */
		}
.db-btn4:hover {
			background-color: #d2232a;
			color: #FFF !important;
		}
.db-btn4 a {
			position:absolute;
			width:100%;
			height:100%;
			top:0;
			left:0;
			text-decoration:none; /* Makes sure the link   doesn't get underlined */
			z-index:10; /* raises anchor tag above everything else in div */
			background-color:white; /*workaround to make clickable in IE */
			opacity: 0; /*workaround to make clickable in IE */
			filter: alpha(opacity=1); /*workaround to make clickable in IE */
}

.db-red {
    /* [disabled]width: 300px; */
    height: 100%;
    text-align: center;
    vertical-align: bottom;
    font-size: 0.7em;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #D12A2A;
    padding: 4px;
    margin: 2px;
    color: #FFF;
    position: relative;
}
.db-red:hover {
	background-color: #15aae2;
	color: #266092;
}
.db-red a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration:none; /* Makes sure the link   doesn't get underlined */
	z-index:10; /* raises anchor tag above everything else in div */
	background-color:white; /*workaround to make clickable in IE */
	opacity: 0; /*workaround to make clickable in IE */
	filter: alpha(opacity=1); /*workaround to make clickable in IE */
}
.db-grey {
    /* [disabled]width: 300px; */
    text-align: left;
    vertical-align: bottom;
    font-size: 0.7em;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #EEEEEE;
    padding: 4px;
    margin: 2px;
    color: #000;
    position: relative;
	overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
}
.db-grey:hover {
	background-color: #15aae2;
	color: #FFF;
}
.db-grey a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration:none; /* Makes sure the link   doesn't get underlined */
	z-index:10; /* raises anchor tag above everything else in div */
	background-color:white; /*workaround to make clickable in IE */
	opacity: 0; /*workaround to make clickable in IE */
	filter: alpha(opacity=1); /*workaround to make clickable in IE */
}
.db-grey2 {
    /* [disabled]width: 300px; */
    text-align: center;
    vertical-align: bottom;
    font-size: 0.7em;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #EEEEEE;
    padding: 4px;
    margin: 2px;
    color: white;
    position: relative;
}
.db-grey2:hover {
	background-color: #15aae2;
	color: white;
}
.db-grey2 a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration:none; /* Makes sure the link   doesn't get underlined */
	z-index:10; /* raises anchor tag above everything else in div */
	background-color:white; /*workaround to make clickable in IE */
	opacity: 0; /*workaround to make clickable in IE */
	filter: alpha(opacity=1); /*workaround to make clickable in IE */
}
.db-grey3 {
    /* [disabled]width: 300px; */
    text-align: center;
    vertical-align: bottom;
    font-size: 0.7em;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #e2e2e2;
    padding: 4px;
    margin: 2px;
    color: #000;
    position: relative;
}
.db-grey3:hover {
	background-color: #15aae2;
	color: #ffffff;
}
.db-grey3 a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration:none; /* Makes sure the link   doesn't get underlined */
	z-index:10; /* raises anchor tag above everything else in div */
	background-color:white; /*workaround to make clickable in IE */
	opacity: 0; /*workaround to make clickable in IE */
	filter: alpha(opacity=1); /*workaround to make clickable in IE */
}
.db-green {
    /* [disabled]width: 300px; */
    text-align: center;
    vertical-align: bottom;
    font-size: 0.7em;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #56E946;
    padding: 4px;
    margin: 2px;
    color: #FFF;
    position: relative;
}
.db-green2 {
    /* [disabled]width: 300px; */
    text-align: center;
    vertical-align: bottom;
    font-size: 0.7em;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #56E946;
    padding: 4px;
    margin: 2px;
    color: #FFF;
    position: relative;
}
.db-green2:hover {
	background-color: #15aae2;
	color: #266092;
}
.db-green2 a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration:none; /* Makes sure the link   doesn't get underlined */
	/* z-index:10; /* raises anchor tag above everything else in div */
	/* background-color:white; /*workaround to make clickable in IE */
	/* opacity: 0; /*workaround to make clickable in IE */
	/* filter: alpha(opacity=1); /*workaround to make clickable in IE */
}
.db-blue {
    /* [disabled]width: 300px; */
    text-align: center;
    vertical-align: bottom;
    font-size: 0.7em;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #266092;
    padding: 4px;
    margin: 2px;
    color: #FFF;
    position: relative;
}
.db-blue:hover {
	background-color: #ffc211;
	color: #266092;
}
.db-blue a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration:none; /* Makes sure the link   doesn't get underlined */
	z-index:10; /* raises anchor tag above everything else in div */
	background-color:white; /*workaround to make clickable in IE */
	opacity: 0; /*workaround to make clickable in IE */
	filter: alpha(opacity=1); /*workaround to make clickable in IE */
}
.db-blue2 {
    /* [disabled]width: 300px; */
    text-align: center;
    vertical-align: bottom;
    font-size: 0.7em;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #FFF;
    padding: 4px;
    margin: 2px;
    color: #266092;
    position: relative;
    border: 1px solid #266092;
}
.db-blue3 {
    /* [disabled]width: 300px; */
    text-align: center;
    vertical-align: bottom;
    font-size: 0.7em;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #266092;
    padding: 4px;
    margin: 2px;
    color: #FFF;
    position: relative;
}
.db-yellow {
    /* [disabled]width: 300px; */
    text-align: center;
    vertical-align: bottom;
    font-size: 11px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #ffc211;
    padding: 4px;
    margin: 2px;
    color: #266092;
    position: relative;
}
.db-yellow:hover {
	background-color: #15aae2;
	color: #266092;
}
.db-yellow a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration:none; /* Makes sure the link   doesn't get underlined */
	z-index:10; /* raises anchor tag above everything else in div */
	background-color:white; /*workaround to make clickable in IE */
	opacity: 0; /*workaround to make clickable in IE */
	filter: alpha(opacity=1); /*workaround to make clickable in IE */
}

.db-orange {
	/* [disabled]width: 300px; */
	text-align: left;
	vertical-align: bottom;
	font-size: 0.7em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #FFF;
	border: 1px solid #fa5504;
	padding: 4px;
	margin: 2px;
	color: #000;
	position: relative;
}
.db-orange:hover {
	background-color: #fa5504;
	color: #FFF;
}
.db-orange a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration:none; /* Makes sure the link   doesn't get underlined */
	z-index:10; /* raises anchor tag above everything else in div */
	background-color:white; /*workaround to make clickable in IE */
	opacity: 0; /*workaround to make clickable in IE */
	filter: alpha(opacity=1); /*workaround to make clickable in IE */
}


.db-yes {
    /* [disabled]width: 300px; */
    text-align: center;
    vertical-align: bottom;
    font-size: 10px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #56E946;
    padding: 4px;
    margin: 2px;
    color: #FFF;
    position: relative;
}
.db-yes:hover {
	background-color: #15aae2;
	color: #266092;
}
.db-yes a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration:none; /* Makes sure the link   doesn't get underlined */
	z-index:10; /* raises anchor tag above everything else in div */
	background-color:white; /*workaround to make clickable in IE */
	opacity: 0; /*workaround to make clickable in IE */
	filter: alpha(opacity=1); /*workaround to make clickable in IE */
}
.db-no {
    /* [disabled]width: 300px; */
    text-align: center;
    vertical-align: bottom;
    font-size: 10px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #FF3100;
    padding: 4px;
    margin: 2px;
    color: #FFF;
    position: relative;
}
.db-no:hover {
	background-color: #15aae2;
	color: #266092;
}
.db-no a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration:none; /* Makes sure the link   doesn't get underlined */
	z-index:10; /* raises anchor tag above everything else in div */
	background-color:white; /*workaround to make clickable in IE */
	opacity: 0; /*workaround to make clickable in IE */
	filter: alpha(opacity=1); /*workaround to make clickable in IE */
}
.db-yesno {
    font-size: 10px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #EEEEEE;
    color: #FFF;
    padding: 4px;
    margin: 2px;
}

/* Vertical headings for VIP-1.php*/

table.vertical-header {
    margin-top: 80px;
}
th.rotate {
  /* Something you can count on */
  white-space: nowrap;
}

th.rotate > div {
    transform: 
    /* Magic Numbers*/
    /*translate(0px, 26px)
    /* 45 is really 360 - 45 */
    rotate(270deg);
    width: 20px;
    padding: 5px;
    font-size: 0.8em;
}
th.rotate > div > span {
  	padding: 5px;
    border-top: 2px solid #ddd;
}
th.normal {
	padding: 5px;
	text-align: center;
	vertical-align: bottom;
	font-size: 0.9em;
}

th { font-size: 0.9em !important; }
td { font-size: 0.9em !important; }



table.dataTables tbody th, table.dataTables tbody td {
    padding: 0.7em 0.8em !important;
}



.divbutton {
    /* [disabled]height: 60px; */
    -webkit-appearance: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 300px;
    text-align: center;
    vertical-align: bottom;
    font: 16px Arial Black, Gadget, sans-serif;
    background-color: #266092;
    padding: 12px 0;
    margin: 12px 10px 12px 0;
    color: #FFF;
    position: relative;
    border-width: medium;
}
.divbutton:hover {
	background-color: #15aae2;
	color: #266092;
}
.divbutton a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration:none; /* Makes sure the link   doesn't get underlined */
	z-index:10; /* raises anchor tag above everything else in div */
	background-color:white; /*workaround to make clickable in IE */
	opacity: 0; /*workaround to make clickable in IE */
	filter: alpha(opacity=1); /*workaround to make clickable in IE */
}
.divbutton narrow {
	width: 282px;
}
.divbutton2 {
	/* [disabled]height: 60px; */
	-webkit-appearance: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 130px;
	text-align: center;
	vertical-align: bottom;
	font: 14px Arial Black, Gadget, sans-serif;
	background-color: #0A1F4A;
	padding: 12px 0;
	margin: 4px;
	color: #FFF;
	position: relative;
}
.divbutton2:hover {
	background-color: #15aae2;
	color: #266092;
}
.divbutton2 a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration:none; /* Makes sure the link   doesn't get underlined */
	z-index:10; /* raises anchor tag above everything else in div */
	background-color:white; /*workaround to make clickable in IE */
	opacity: 0; /*workaround to make clickable in IE */
	filter: alpha(opacity=1); /*workaround to make clickable in IE */
}
.divbutton3 {
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 120px;
	text-align: center;
	vertical-align: bottom;
	font: 16px Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #266092;
	padding: 6px 0;
	margin: 8px 0;
	color: #FFF;
	position: relative;
}
.divbutton3:hover {
	background-color: #15aae2;
	color: #266092;
}
.divbutton3 a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration:none; /* Makes sure the link   doesn't get underlined */
	z-index:10; /* raises anchor tag above everything else in div */
	background-color:white; /*workaround to make clickable in IE */
	opacity: 0; /*workaround to make clickable in IE */
	filter: alpha(opacity=1); /*workaround to make clickable in IE */
}
.divbutton4 {
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 170px;
	text-align: center;
	vertical-align: bottom;
	font: 16px Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #266092;
	padding: 6px 0;
	margin: 8px 12px 8px 0;
	color: #FFF;
	position: relative;
}
.divbutton4:hover {
	background-color: #15aae2;
	color: #266092;
}
.divbutton4 a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration:none; /* Makes sure the link   doesn't get underlined */
	z-index:10; /* raises anchor tag above everything else in div */
	background-color:white; /*workaround to make clickable in IE */
	opacity: 0; /*workaround to make clickable in IE */
	filter: alpha(opacity=1); /*workaround to make clickable in IE */
}
.divbutton4yellow {
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 170px;
	text-align: center;
	vertical-align: bottom;
	font: 16px Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #ffc211;
	padding: 6px 0;
	margin: 8px 12px 8px 0;
	color: #266092;
	position: relative;
}
.divbutton4:hover {
	background-color: #15aae2;
	color: #266092;
}
.divbutton4 a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration:none; /* Makes sure the link   doesn't get underlined */
	z-index:10; /* raises anchor tag above everything else in div */
	background-color:white; /*workaround to make clickable in IE */
	opacity: 0; /*workaround to make clickable in IE */
	filter: alpha(opacity=1); /*workaround to make clickable in IE */
}
.pagediv {
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 30px;
	text-align: center;
	vertical-align: bottom;
	font: 14px Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #0A1F4A;
	padding: 6px 0;
	margin: 4px 6px 4px 0;
	color: #FFF;
	position: relative;
	float: left;
}
.pagediv:hover {
	background-color: #F0B510;
}
.pagediv a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration:none; /* Makes sure the link   doesn't get underlined */
	z-index:10; /* raises anchor tag above everything else in div */
	background-color:white; /*workaround to make clickable in IE */
	opacity: 0; /*workaround to make clickable in IE */
	filter: alpha(opacity=1); /*workaround to make clickable in IE */
}
.pagediv2 {
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 30px;
	text-align: center;
	vertical-align: bottom;
	font: 14px Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #F0B510;
	padding: 6px 0;
	margin: 4px 6px 4px 0;
	color: #FFF;
	position: relative;
	float: left;
}
.pagediv2:hover {
	background-color: #F0B510;
}
.pagediv2 a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration:none; /* Makes sure the link   doesn't get underlined */
	z-index:10; /* raises anchor tag above everything else in div */
	background-color:white; /*workaround to make clickable in IE */
	opacity: 0; /*workaround to make clickable in IE */
	filter: alpha(opacity=1); /*workaround to make clickable in IE */
}
.formbutton3 {
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #0C3;
	width: 204px;
	height: 40px;
	font: 24px Arial Black, Gadget, sans-serif;
	color:#FFF;
	margin: 8px 0;
	border: 0px;
}
.formbutton3:hover {
	background-color: #F00;
}
.formbutton4 {
    -webkit-appearance: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #181773;
    width: 120px;
    /*height: 26px;*/
    font: 16px Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #FFF;
    margin: 8px 0;
    border: 0px;
}
.formbutton4:hover {
    background-color: #15aae2;
		color: #266092;
}
.formbutton7 {
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 170px;
	text-align: center;
	vertical-align: bottom;
	font: 16px Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #266092;
	padding: 6px 0;
	color:#FFF;
	text-align: center;	
	margin: 8px 12px 8px 0;
	border: 0px;
}
.formbutton7:hover {
    background-color: #FBC31E;
    color: #266092;
}
.formbutton8 {
    -webkit-appearance: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 180px;
    text-align: center;
    vertical-align: bottom;
    font: 16px Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #266092;
    padding: 10px 0;
    color: #FFF;
    /* [disabled]text-align: center; */
    margin: 8px 0;
    border: 0px;
}
.formbutton8:hover {
    background-color: #FBC31E;
    color: #266092;
}
.approve {
	/* [disabled]height: 60px; */
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/* width: 130px;*/
	text-align: center;	
	vertical-align: bottom;
	font-size: 8px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #F0B510;
	padding: 2px 6px;
	/*margin: 2px;*/
	color: #FFF;
	position: relative;
	font-weight: bold;
}
.approve hover {
	background-color: #46AA08;
	color: #FFF;
}
.approve a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration:none; /* Makes sure the link   doesn't get underlined */
	z-index:10; /* raises anchor tag above everything else in div */
	background-color:white; /*workaround to make clickable in IE */
	opacity: 0; /*workaround to make clickable in IE */
	filter: alpha(opacity=1); /*workaround to make clickable in IE */
}
.approve2 {
	/* [disabled]height: 60px; */
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/* width: 130px;*/
	text-align: center;
	vertical-align: bottom;
	font-size: 8px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #1eb01e;
	padding: 2px 6px;
	/*margin: 2px;*/
	color: #FFF;
	position: relative;
	font-weight: bold;
}
.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: left;
	/* [disabled]padding: 0 6px; */
	font-size: 14px;
	padding: 0 16px;
}
.tabletextright {
	font-family: Arial, Helvetica, sans-serif;
	color: #1FCA3E;
	text-align: right;
	font-size: 18px;
	padding: 4px 10px;
	font-weight: bold;
}
.hilite {
	background-color: #D0D4E6;
}
.hilite2 {
	background-color: #FFF;
}
.tabletext1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0A1F4A;
	text-align: left;
	/* [disabled]padding: 0 6px; */
	font-size: 12px;
	padding: 4px 16px 4px 4px;
}
a.tabletext1:link {
	color: #0A1F4A;
	text-decoration: none;
}
a.tabletext1:hover {
	color: #0C3;
	text-decoration: none;
}
a.tabletext1:visited {
	color: #0A1F4A;
	text-decoration: none;
}
a.tabletext1:active {
	color: #0A1F4A;
	text-decoration: none;
}
input {
	font-size: 12px;
		width: 400px;
	text-align: left;
		padding: 5px;
	margin: 2px 0;

}
input.logininput {
	width: 160px;
	font-size: 14px;
}
select {
	font-size: 16px;
	-webkit-text-fill-color: #0a1f4a; /* Override iOS / Android font color change */
	-webkit-opacity: 1; /* Override iOS opacity change affecting text & background color */
	color: #0a1f4a; /* Override IE font color change */
}
/*select[disabled="disabled"] {
    color: #f0b510;
    background-color: #0a1f4a;
} */
.maintable {
	margin: 6px;
	width: 260px; 
}
    #progressbox {
	border: 1px solid #000;
	padding: 1px;
	position:relative;
	width:280px;
	border-radius: 3px;
	margin: 10px 0;
	display:none;
	text-align:left;
}
    #progressbar {
	height:30px;
	border-radius: 3px;
	background-color: #06F;
	width:1%;
}
    #statustxt {
	top:3px;
	left:45%;
	position:absolute;
	display:inline-block;
	color: #000000;
}
.fileUpload {
	position: relative;
	overflow: hidden;
	margin: 10px;
}
.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 8px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.Upload {
	font-size: 10px;
}
.pikbox {
	/*-webkit-transform: rotate(90deg); /* Safari and Chrome */
	/*-moz-transform: rotate(90deg);   /* Firefox */
	/*-ms-transform: rotate(90deg);   /* IE 9 */
	/*-o-transform: rotate(90deg);   /* Opera */
	/*transform: rotate(90deg); */
	width: 400px;
	height: auto;
	text-align: center;
	padding : 16px 0px;
	margin-top: 40px;
	/*margin: auto;*/

}
.pikbox a img {
    display : block;
    margin-top : 40px;
}
.pikbox2 {
	width: 400px;
	height: auto;
	text-align: center;
	padding : 12px 0px;
	/*margin-top: 40px;*/
	margin: auto;

}
.pikbox2 a img {
    display : block;
    margin : auto;
}
.split {
	width: 150px;
	float: left;
}
/* label {
    display: block;
    padding-left: 15px;
    text-indent: -22px;
} */
.myCheck input {
	width: 22px;
	height: 22px;
	/*margin: 50%; */
	overflow-y: hidden;
	overflow-x: hidden;
}
/* unvisited link */
a.nav:link {
    color: #181773;
    text-decoration: none;
}
/* visited link */
a.nav:visited {
	color: #15aae2;
	text-decoration: none;
}
/* mouse over link */
a.nav:hover {
    color: #181773;
    text-decoration: none;
    background-color: #49FFBC;
}
/* selected link */
a.nav:active {
    color: #181773;
    text-decoration: none;
}

/* unvisited link */
a.nav2:link {
    color: #49FFBC;
    text-decoration: none;
}
/* visited link */
a.nav2:visited {
	color: #49FFBC;
	text-decoration: none;
}
/* mouse over link */
a.nav2:hover {
    color: #181773;
    text-decoration: none;
    background-color: #49FFBC;
}
/* selected link */
a.nav2:active {
    color: #49FFBC;
    text-decoration: none;
}
a.logout:link {color:#ff0000;}
a.logout:visited {color:#0000ff;}
a.logout:hover {color:#ffcc00;}

.title {
    /* -webkit-appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center; */
    /* [disabled]width: 1230px; */
    /* [disabled]height: 26px; */
    padding: 6px 0;
    /*margin: 6px -6px; */ 
    font-size: 16px;
    color: #FFF;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #266092;
    /* [disabled]font-weight: bold; */
}
.title2 {
    text-align: center;
    width: 100%;
    /* [disabled]height: 26px; */
    padding: 6px 0 6px 0;
    margin: 20px 0 4px 0;
    font-size: 16px;
    color: #181873;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #15aae2;	/*font-weight: bold;*/
}
/* #errorContainer {
    display: none;
    overflow: auto;
    background-color: #FFDDDD;
    border: 1px solid #FF2323;
    padding: 12px;
	font: 21px Arial, sans-serif;
}
#errorContainer2 {
    display: none;
    overflow: auto;
    background-color: #FFDDDD;
    padding: 6px;
	font: 44px Arial Black, sans-serif;
} */
input.error {
    border: 2px solid #FF2323;
}
.passlist {
	margin: 6px 0;
	background-color: #5999FA;
	color: #0A1F4A;
	padding: 3px 0;
	line-height: 6px;
}
.passlist2 {
	margin: 6px 0;
	background-color: #22970D;
	color: #FFF;
	padding: 3px 0;
	line-height: 6px;
	position:relative;
	background-image: url(images/approved.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.passlist3 {
	margin: 6px 0;
	background-color: #0a1f4a;
	color: #FFF;
	padding: 3px 0;
	line-height: 6px;
	position:relative;
	background-image: url(images/printed.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#admin {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	/*background-color: #FFFFFF; */
}
.search1 {
	width: 150px;
	height: 200px;
	margin: 4px;
	padding: 4px;
	float: left;
	background-color: #FFF;
	border: 4px solid #45AF39;
	position: relative;
}
.search2 {
	width: 150px;
	height: 200px;
	margin: 4px;
	padding: 4px;
	float: left;
	background-color: #FFF;
	border: 4px solid #E60A0E;
	position: relative;
}
.search3 {
	width: 150px;
	height: 200px;
	margin: 4px;
	padding: 4px;
	float: left;
	background-color: #FFF;
	border: 4px solid #0a1f4a;
	position: relative;
}
.boxtext1 {
	margin-top: 3px;
}
.pikbox3 {
	width: 142px;
	height: 142px;
	text-align: center;
	padding : 4px 12px;
	/*margin-top: 40px;*/
	margin: auto;
	overflow: hidden;
}
.pikbox3 a img {
    display : block;
    margin : auto;
}
.pikbox8 {
    width: 142px;
    height: 142px;
    text-align: center;
    padding : 4px 12px;
    /*margin-top: 40px;*/
    margin: auto;
    overflow: hidden;
    clear: both;
}
.pikbox8 a img {
    display : block;
    margin : auto;
}
.cornerimage {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
 }
.menubar {
    width: 100%;
    height: 120px;
    color: #0a1f4a;
    font-size: 12px;
    background-image: url(images/navimage2.jpg);
}
.menubar2 {
	width: 100%;
	height: 44px;
	color: #0a1f4a;
	font-size: 12px;
	/*margin: 3px 0; */
}
.menubar3 {
    width: 100%;
    height: 120px;
    color: #FFF;
    font-size: 12px;
    background-image: url(images/navimage3.jpg);
	background-repeat: no-repeat
}
.menubar4 {
    width: 100%;
    height: 130px;
    color: #0a1f4a;
    font-size: 12px;
    background-color: #FFF;
    text-align: left;
}
.admin {
	text-align: left;
	color: #0a1f4a;
	font-size: 16px;
}
.editfield {
	width: 450px;
}
.info1 {

    text-align: left;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    margin: 24px 12px 6px 24px;
    float: left;
}
.info2 {
    color: #000000;
    text-align: left;
    font-size: 16px;
    margin: 12px 80px 12px 24px;
    clear: both;
}
.tablebox1 {
    text-align: center;
    float: left;
    clear: both;
    margin-top: 40px;
    padding: 24px;
    width: 100%;
}
.tablebox2 {
    text-align: left;
    float: left;
    clear: both;
    margin-top: 10px;
    padding: 4px;
    font-size: 12px;
}
.pikbox4 {
	object-fit: contain;
	flex: 1;
	text-align: centre;
	flex-basis: 32%;
}
.detailbox {
    display: flex;
    margin: 1em 0;
	justify-content: space-between
}
.detailside1 {
	flex: 1;
	flex-basis: 32%;
}
.detailside2 {
    flex: 1;
    flex-basis: 32%;
    /* [disabled]padding: 24px; */
    background-color: #DDDDDE;
}
.flexbutton {
    /*display: flex; */
	flex: 1;
	width: 33%;
}
img {
	max-width:100%;
}

/* Apply the pointer cursor to non-link elements */
.btn-cursor {
	cursor: pointer;
}
/*
.table {
     font-size: 0.9em; 
}
*/
.btn-ausx1 {
    color: #000;
    background-color: #FFF;
    border: thin solid #000;
}
.btn-ausx1:hover, .btn-ausx1:focus, .btn-ausx1:active, .btn-ausx1.active, .open>.dropdown-toggle.btn-ausx1 {
    color: #fff;
    background-color: #F50000;
    border-color: #F50000; /*set the color you want here*/
}
/*
table { height: 1px; }
tr { height: 100%; }
td { height: 100%; }
td > div { height: 100%; }


 just to test that it's full height 
table { width: 100px; }
td:nth-child(2) > div { background: lightgray; }*/

.greybg {
    background-color: #EEEEEE;
    border-left: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    border-bottom: 4px solid #FFFFFF;
    border-top: 4px solid #FFFFFF;
    font: 0.7em Arial, Gadget, sans-serif !important;
	color: #000;
	overflow: hidden;
	  text-overflow: ellipsis;
	  white-space: nowrap;
}

.redbg {
    background-color: #D12A2A;
    border-left: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    border-bottom: 4px solid #FFFFFF;
    border-top: 4px solid #FFFFFF;
    font: 0.7em Arial Black, Gadget, sans-serif !important;
	color: #FFF;
	overflow: hidden;
	  text-overflow: ellipsis;
	  white-space: nowrap;
}
.selectize-dropdown { 
width: 600px !important;
	}