﻿body {
	/*font-size: 10px;
	*/
}
h1 {
	font-size: 36px;
	margin-bottom: 40px;
}
h2 {
	font-size: 18px;
	margin-bottom: 20px;
}
label.requiredFieldLabel::after {
	content: ' *';
	color: red;
}
.requiredFieldHighlight {
	border: 1px solid #ff0000;
	background-color: #ffcecf;
}
.marginTop20 {
	margin-top: 20px;
}
.red {
	color:red;
}
.alert-menu{
	color:#fff !important;
	background-color:#9F7EBD!important;
	border-color: #b2a7bb;
}
.btn-purple {
	color: #fff;
	background-color: #802A8D !important;
	border-color: #5F4B71;
    border-radius: 50px; 
    min-width: 130px;
}
.btn-purple:hover
{
    color: #802A8D !important;
    font-weight:500;
    background-color: #fff !important;
    border-color: #5F4B71;
}
.purple{
	/*color: var(--purple);
	*/
	color:#802A8D !important;
}
.bold {
	font-weight:bold;
}
.spanMini {
	max-width: 50px;
}
/* Badge preview HTML (not ZPL based badge image */
.badge_layout {
	border: 1px solid #808080;
	vertical-align: middle;
	max-width: 300px;
	height: 250px;
	padding: 75px 0 0 0;
}
.badge_layout div {
	text-align: center;
	font-size: 10pt;
	margin: 2px 0;
}
.badge_layout div#badge_name {
	font-weight: bold;
	font-size: 1.1em;
}
#templateFooter {
	padding: 10px;
	background-color: #802A8D;
	color: #fff;
}
#templateFooter p {
	font-size: 12px;
}
#templateFooter a {
	color: #eee852;
}
#templateFooter .icons a {
	font-size: 25px;
	color: #fff;
	margin-left: 20px;
}
#mysubmit2:hover{
	color:#fff!important;
	background-color: #802A8D !important;
	border-color: #5F4B71;
}
#templateBody
{
    min-height:650px;
}
.booked-title,
.booked-info,
.booked-allotment,
.booked-label {
    display: block;
}

.booked-allotment {
    font-size: 30px;
    line-height: 30px;
    margin-top: 10px;
}