html {
    margin: 0;
    padding: 0;
    height: 100%;
    border: none;
}

body {
	font-size: 14px;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 400;
	line-height: 1;
	overflow-x: hidden; 
	margin: 0px;
	height: 100%;
	background-color: #1b1b1b;
}

div.tx-header {
	width: 100%;
	height: 33%;
}

.nt-body-div {
    height: 100%;
}

div.droptarget
{
	padding-left: 15px;
	padding-right: 15px;
}

div.dragging div.well
{
	background-color: #5cb85c;
    border-color: #4cae4c;	
	color:white;
}

label.circle.label 
{
	width: 70px;
    display: inline-block;
    height: 70px;
    padding: 20px 10px;
    border-radius: 40px;
    font-size: 24px;
    line-height: 1;
    position: relative;	
}

.verticalcenter 
{
	height: 100%;
	/* margin-left:50%; */
	margin-top: 50%;
}

#inputlist
{
	display: none;
}
button.remove
{
	float:right;
}

span.uploadfilename {
	display: inline-block;
	width: 260px;
}

.tx-site-header-6 {
    background: url("/images/headerimg.png");
    background-repeat: no-repeat;
	background-size: cover;
    position:relative;
    /* border-bottom: 3px solid #7190E0; */
    height: 100%;
    /*margin-top: -35px;*/
    /* max-width: 960px; */
	/*width: 100%;*/
    /*padding-top: 35px;*/
    /*width:100%;*/
    /* margin: 0px auto 5px auto; */
    text-align:center;
	/* padding-bottom: 5px; */
}

img.tx-windmill {
	position:absolute;
	top:0;
	left:0;
}

img.tx-star {
	position:absolute;
	top:0;
	right:10px;
	/* z-index: 1; */
}

.tx-site-header-title {
    color: #D04632;
   	font-family: 'Hammersmith One', sans-serif;
    font-size: 4em;
    font-style: italic;
    font-weight: bold;
	margin:0;
    /* right: 80px; */
    /* float: right; */
	/* position: relative;	 */
    /* top: 70px; */
    /* width: 350px; */
	display: block;
	text-align:center;
	padding-top: 20px;
}

.tx-site-header-subtitle {
    font-size: 1.4em;
    color: #777;
    font-weight: bold;
	margin:0;
    /* left: 280px; */
    /* float: right; */
    /* top: 140px; */
	/* position: relative; */
    /* width: 595px; */
	text-align:center
}

div.tx-headerlogo {
	position: absolute;
	width: 70px;
	height: 89px;
	background-image: url('/images/txdocs_primary_logo_fullcolor_256x256.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;	
}

div.tx-footer {
	border-top: 3px solid #7190E0;
	max-width: 960px;
	margin: 50px auto 5px auto;
	background-color: #D0DBF0;
	color: white;
}

img.footerimage {
	float: left;
}

div.tx-address {
	margin: 5px auto 5px auto;	
	width: 160px;	
}

div.tx-copyright {
	float:right;
}

#forgotpassword_div {
	width: 960px;
	margin: 5px auto;
}

#indexpage_div {
	/* width: 960px; */
	margin: 5px auto;
}

#loggingin_div  {
	width: 400px;
	margin: 5px auto;
}

#alert_div {
	width: 960px;
	margin: 1px auto;
	display: block;
}

#alert_div.ui-helper-hidden {
	display: none;
}

div.tx-welcome {
	width: 960px;
	margin: 20px auto 5px auto;
}
div.tx-content {
	width: 960px;
	margin: 5px auto 5px auto;
}

div.hidden {
	display:none;
}

div.error {
	border: 1px solid red;
	color: white;
	background-color: #ffb8b8;
	padding-left: 5px;
	padding-right: 5px;
    box-sizing: border-box;
}

#indexpage_frm{
	margin-left: auto;
	margin-right: auto;
	/* max-width: 960px; */
	/* width: fit-content; */
	width: 400px;
}

#forgotpassword_frm {
	margin-left: auto;
	margin-right: auto;
	/* max-width: 960px; */
	/* width: fit-content; */
	width: 400px;
}

.maintenance {
	padding: 20px 5px;
	background-color:#ffb8b8;
	border: 1px solid red;
	border-radius: 5px;
}

.closebtn {
	float:right;
	padding: 5px;
	
}

.maintenance .msg {
	line-height: 29px;
}

#awaiting_div  {
	width: 960px;
	margin: 5px auto;
}


.notavailable {
    background-color: #FEF5E2;
    border-radius: 5px;
    border: 1px solid #A56E00;
    margin-top: 20px;
    padding: 0px 10px 10px 10px;
}

#twosteplogin_frm{
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
}

.rowalign {
	margin-top:8px;
}

.buttongroup {
	text-align: center;
}

.popup button {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* new style March 2019 */
ul
{
	list-style: none;
}

footer 
{
  color: #e1e1e1;
  background-color: #1b1b1b;
  text-align: center;

}



footer .heading {
  
color: #D04632;
  /* margin-bottom: 15px; */

}



footer a {
  
	color: white;

}



html.no-touch footer a:hover,
footer a:focus,
footer a:active 
{
  
	color: #f3ed50;

}



footer .social,
footer .quick-links 
{
  margin-bottom: 30px;
}



footer .quick-links + .quick-links {
  padding-top: 15px;
}



@media (min-width: 992px) {
  
  
footer .social,
  footer .quick-links 
{
    margin-bottom: 0;
  }
  
footer p.heading 
{
    font-size: 22px;
  }

}



@media (min-width: 1200px) 
{
  
}

/* new header */

img.logoimg {
	width: 80px;
}

a.contactuslink {
	float:right;
	margin-top: 5px;
	margin-right:10px;
	color:#d04531;
	text-decoration: none;
}

a.contactuslink:hover {
	text-decoration: underline;
}

#contentbody_div {
	padding-top: 30px;
	background-color: white;
	min-height: 33%;
}

.newbtn {
	border-color: #d04531;
	color: #fff;
	margin-top:0;
	margin-bottom:0;
    font-family: 'Hammersmith One',sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    /* letter-spacing: .1em; */
    line-height: 1;
    border-radius: 0;
    position: relative;
    border-width: 2px;
    padding: 14px 15px 12px;
    font-size: 16px;
    background: 0 0;
	width: 100%;
	background-color: #d04531;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
	outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent; 
}

.newbtn:hover {
    color: #d04531;
	background-color: #fff;
	border: 2px solid #d04531; 
}

.newbtn.pwdbtn {
	background-color: #337ab7;
    border: 1px solid transparent; 
}

.newbtn.pwdbtn:hover {
    color: #337ab7;
	background-color: #fff;
	border: 2px solid #337ab7; 
}

.nt-form-div {
	width: 100%;
}

.nt-form-table {
	margin:0;
	width: 100%;
}

.nt-form-table td {
	vertical-align: middle;

}

input[type="text"], input[type="password"] {
	border-width: 2px;
    border-style: solid;
    border-color: #e1e1e1;
    border-radius: 0;
	background-color: transparent;
	padding: 5px;
}

.nt-header {
	color:  #1b1b1b;
	font-weight: 400;
	font-size:30px;
	text-transform: uppercase;
	margin: 15px 0;
	letter-spacing: 1;
	font-family: 'Hammersmith One',sans-serif;
	line-height: 1;
	padding-left:2px;
	padding-right:2px;
}

.nt-prompt {
		color:  #1b1b1b;
}

#IndexPage_container{
	padding-left: 0;
	padding-right:0;
}

#indexpage_spassword_comment_div {
	margin: 0;
}