﻿/*
This CSS is for the Registration/Registration interface on Advantage.

IMPORTANT! -- Do not blindly copy-paste this CSS from Advantage to other interfaces.
              There are customizations specific to this CSS that apply only to Advantage.

*/

/* Registration Form Fields */

.fieldBox
{
   float: left;
   margin-right: 1em;
}

.regCheckboxes input[type="checkbox"]
{
   float: left;
   margin: .25em;
   padding: 0px;
   min-height: 0px;
}

/* Registration footer checkboxes and disclaimer */
.regFormFooter
{
   width: 100%;
   margin: 0 auto 0 auto;
}

.regFormFooter .regCheckboxes
{
}

.regFormFooter .regDisclaimer
{
   margin: 15px 0 0 5px;
}

.regFormFooter .regNext1
{
   margin: 10px 0 0 0;
}

.checktext
{
   float: left;
   padding-top: .5em;
   margin-left: 1em;
   font-weight: normal;
}

.regCheckboxes .radio, .checkbox
{
   padding: 0px;
   margin-top: 15px;
}

.regCheckboxes .checktext
{
   float: left;
   padding-top: 0px;
   margin-left: 1em;
   font-size: 11px;
   line-height: 17px;
}

/*Lightbox changes*/
.modal-header{
   padding:20px; 
   font-size: 16px;
}
.modal-body {
   padding:0px;
}
.close-button {
   margin-top:0px;
}
