body {
	
	background-color: #f4f4f4;	
}

#divNumbered {
    width: 300px;
    border: 2px solid gray;
    text-align: center;
    padding: 10px;
    justify-content: center; 
    background-color: white;
    border-radius: 6px;
}

#tblNumbered {
    /* width: 300px; */
	margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.divSeperator {
    width: 100%;
    height: 3px;
    background: #9b9b9b; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #9b9b9b 0%, #ffffff 67%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #9b9b9b), color-stop(67%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #9b9b9b 0%, #ffffff 67%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #9b9b9b 0%, #ffffff 67%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #9b9b9b 0%, #ffffff 67%); /* IE10+ */
    background: radial-gradient(ellipse at center, #9b9b9b 0%, #ffffff 67%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b9b9b', endColorstr='#ffffff', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

.divMsg {
    width: 100%;
    text-align: center;
}

.tdLabel {
    width: 150px;
    text-align: right;
    white-space: nowrap;
    vertical-align: top;
}

.tdControl {
    width: 100px;
    text-align: left;
    padding-top: 2px;
    padding-bottom: 2px;
}

.tdDouble {
    text-align: center;
}

input[type=Number] {
    height: 25px;
    font-size: 20px;
    width: 150px;
}

input[type=text]:not(#txtPrefix) {
    height: 25px;
    font-size: 20px;
    width: 150px;
    text-align: right;
    padding-right: 2px;
}

#txtPrefix {
    height: 25px;
    font-size: 20px;
    width: 150px;
    text-align: left;
    padding-left: 2px!important;
}

input[type="checkbox"] {
    height: 15px;
    width: 15px;
}

.error {
	color: red;
}

.page-column {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;	
}

* {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
*:before,
*:after {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

hr.gradient {
  height: 3px;
  border: none;
  border-radius: 6px;
  margin-left: 10px;
  margin-right: 10px;
  background: linear-gradient(
    90deg,
    rgba(13, 8, 96, 1) 0%,
    rgba(9, 9, 121, 1) 21%,
    rgba(6, 84, 170, 1) 51%,
    rgba(0, 255, 113, 1) 100%
  );
}

#btnReset {
	background-color: #7C0A02;	
	color: #ffffff;
	font-size:Large;
	height:35px;
	width:100;
	border-radius: 5px;
	cursor: pointer;
  	transition: background-color 0.3s ease;
}

#btnReset:hover {
	background-color: #D30000;	
}


#btnGenerate {
	background-color: #dfdfdf;	
	color: #000000;
	font-size:Large;
	height:35px;
	width:100;
	border-radius: 5px;
	cursor: pointer;
  	transition: background-color 0.3s ease;
  	border: 1px solid black;
	
}

#btnGenerate:hover {
	background-color: #696969;	
	color: #ffffff;
}

#btnHelp {
	background-color: #002d5d;	
	color: #ffffff;
	font-size:Large;
	height:35px;
	width:100;
	border-radius: 5px;
	cursor: pointer;
  	transition: background-color 0.3s ease;
}

#btnHelp:hover {
	background-color: #0052aa;
}

#btnHowTo {
	background-color: #002d5d;	
	color: #ffffff;
	font-size:Large;
	height:35px;
	width:100;
	border-radius: 5px;
	cursor: pointer;
  	transition: background-color 0.3s ease;	
}

#btnHowTo:hover {
	background-color: #0052aa;
}

.link-btn {
	background-color: #002d5d;	
	color: #ffffff;
	font-size:Large;
	height:35px;
	width:100;
	border-radius: 5px;
	cursor: pointer;
  	transition: background-color 0.3s ease;	
    padding: 8px 12px;
    text-decoration: none;  
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);  	
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;  	
}

.link-btn:hover {
	background-color: #0052aa;
	color: #ffffff; 
}

/*
    Jquery Dialog
*/
.ui-widget-overlay.printer-overlay {
    background-color: #b2d2ed;
    background-image: none;
    opacity: 0.6;
    z-index: 999;
}
/*
    End JQuery Dialog
*/

input.jqInvalid { background: #ffdddd; }
select.jqInvalid { background: #ffdddd; }

[id$="-error"] { 
	float: left; 
	color: red; 
	padding-top: .5em; 
	vertical-align: top; 
	font-weight:bold;
	font-size: 12px;
}

