/* Form CSS Definitions:
======================================================================================================================== */

/* Base Styles:
======================================================================================================================== */

form *
{
   -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

fieldset
{
   border: 0;
   margin: 0;
   padding: 0;
}

form .field
{
   clear: both;

   margin: 10px 0 15px;
}

/* Label Styles:
======================================================================================================================== */

form label
{
   margin-bottom: 5px;
}

form label.left
{
   display: block;

   font-weight: bold;
}

form label.right
{
   font-weight: normal;
}

/* Field Styles:
======================================================================================================================== */

form input.text,
form textarea,
form select
{
   width: 100%;
   max-width: 420px;

   color: #000;

   padding: 6px;

   font-size: 16px;
   font-weight: 600;

   border: 1px solid #888;

   background-color: #FFF;

   font-family: 'Open Sans', Arial, Helvetica, sans-serif;

   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
}

form input.text:focus,
form textarea:focus,
form select:focus
{
   outline: none;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus
{
   color: #000 !important;

   border-color: #444 !important;
}

.ie7 form select
{
   width: 420px;
}

textarea
{
   resize: vertical;
}

form input[disabled],
form textarea[disabled]
{
   border: 1px solid #DDD;

   background-color: #F4F4F4;
}

/* Field Group Styles:
======================================================================================================================== */

div.fieldgroup
{
   margin-bottom: 20px;
}

div.fieldgroupField input
{
   margin-bottom: 10px;
}

/* Message Styles:
======================================================================================================================== */

form .message
{
   color: #444;

   padding: 5px 10px;

   max-width: 420px;

   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;

   border: 1px solid #E8C805;

   background-color: #FEF4BA;

   font-size: 14px;
}

form .message.good
{
   color: #444;
   border-color: #8FBE00;
   background-color: #ECF9D0;
}

form .message.bad, form .message.required
{
   color: #B80000;
   border-color: #CF0000;
   background-color: #F9D0D0;
}

form .message.validation
{
   color: #444;
   border-color: #E8C805;
   background-color: #FEF4BA;
}

form .required
{
   color: #B80000;
}

form span.message
{
   clear: left;

   margin: -10px 0 10px;

   display: block;

   max-width: 420px;
}

form .fieldgroupField span.message
{
   margin-top: 0px;
}

form .field.file span.message
{
   margin-top: 10px;
}

form input.holder-required
{
   border: 1px solid #CF0000;
}

/* Action Styles:
======================================================================================================================== */

.Actions
{
   margin-bottom: 20px;
}

.Actions:after
{
   height: 0;

   clear: both;

   display: block;

   content: "\0020";

   visibility: hidden;
}

a.btn, button, input[type="submit"], .Actions .action
{
   float: left;

   color: #FFF !important;

   border: none;

   margin: 10px 10px 10px 0;

   padding: 6px 15px;

   display: inline-block;

   background: #9B138E;

   font-size: 14px;
   font-weight: 600;
   font-family: 'Open Sans', Arial, Helvetica, sans-serif;

   text-shadow: none;
   text-transform: uppercase;

   letter-spacing: 1px;

   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;

   -webkit-appearance: none;
}

a.btn:hover, button, input[type="submit"]:hover, .Actions .action:hover
{
   color: #FFF !important;

   border: none;

   background: #AB239E;
}

a.btn
{
    line-height: 20px;
    margin-bottom: 10px;
}

.ie7 input.action
{
   width: 0;
   overflow: visible;
}

input.action[class]
{
   width: auto;
}

.ie7 .Actions .action
{
   float: left;
}

.Actions input[type="reset"]
{
   float: left;

   background-color: #888;
}

.Actions input[type="reset"]:hover
{
   background-color: #AAA;
}

/* Area-Specific Styles:
======================================================================================================================== */

#ForgotPassword
{
   clear: left;
} 

.FormHeading
{
   clear: both;

   padding-top: 15px;
}

/* Credit Card Field Styles:
======================================================================================================================== */

form .creditcard .middleColumn
{
   color: #666;

   margin-bottom: 20px;
}

form .creditcard .middleColumn input
{
   color: #666;

   width: 58px;

   padding: 6px;

   font-size: 16px;

   background-color: #FFF;

   border: 1px solid #DDD;

   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;

   font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

form .creditcard span.creditCardField span.message
{
   color: #444;

   margin-top: 10px;
}

/* Date and Time Field Styles:
======================================================================================================================== */

form .date .middleColumn input
{
   width: 110px;
}

form .time .middleColumn input
{
   width: 110px;
}

form .datetime div.field
{
   clear: none;
}

form .datetime .date .middleColumn
{
   width: auto;

   margin-right: 10px;
}

form .datetime .time .middleColumn
{
   width: auto;
}

form .time input
{
   float: left;
}

form .time input.holder-validation
{
   margin-bottom: 10px;
}

form .dropdowntime
{
   vertical-align: middle;
}

form .dropdowntime img
{
   top: 8px;

   margin-left: 6px;

   display: inline-block;
}

form .dropdownpopup
{
   top: 34px;
   left: 0;

   width: 110px;

   box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
}

form .dropdownpopup select
{
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;

   height: 215px;

   margin: 0;
}

/* Radio and Checkbox Styles:
======================================================================================================================== */

form .field input[type="checkbox"],
form .field input[type="radio"]
{
   padding: 0;

   float: left;

   width: 13px;
   height: 13px;

   margin-top: 6px;
   margin-right: 6px;
}

form .checkbox label.right,
form .radio label.right
{
   float: left;
}

form .checkboxset ul,
form .optionset ul
{
   margin: 0 0 15px;
   padding: 0;
}

form .checkboxset li,
form .optionset li
{
   max-width: 420px;
   margin-bottom: 5px;
   list-style-type: none;
}

form p.checkbox
{
   margin-bottom: 15px; 
}

form .checkbox:after
{ 
   height: 0;
   clear: both;
   content: ".";
   display: block;
   visibility: hidden;
}

form .checkbox .checkbox
{
   clear: both;
}

form .checkboxsetfield label
{
   margin-left: 24px;
}

form .checkboxset .middleColumn label,
form .optionset .middleColumn label
{
   font-weight: normal;
}

/* Read-Only Styles:
======================================================================================================================== */

form .readonly span.readonly
{
   color: #888;
}

/* Uploadify Styles:
======================================================================================================================== */

.UploadifyField .file_heading
{
   padding: 0;

   font-size: 13px;

   margin: 5px 0 10px;
}

.UploadifyField .no_files
{
   font-size: 13px;
}

.UploadifyField .uploadifyFile
{
   height: 75px !important;

   margin-bottom: 10px !important;
}

.UploadifyField .upload_previews ul li.uploadifyFile div.image img
{
   max-height: 50px;
}

.UploadifyField .upload_previews ul li.uploadifyFile div.filename
{
   margin-left: 55px;
}

/* Simple Image Styles:
======================================================================================================================== */

div.simpleimage span.message
{
   margin-top: 10px;
}

/* Recaptcha Styles:
======================================================================================================================== */

.recaptchatable, #recaptcha_area tr, #recaptcha_area td, #recaptcha_area th
{
   padding: 0px;

   background: none;
}

.recaptchatable td.recaptcha_image_cell
{
   width: 280px !important;
}

.recaptchatable #recaptcha_image
{
   height: 59px !important;
   max-width: 280px !important;
}

.recaptchatable #recaptcha_image img
{
   width: 280px !important;
}

.recaptchatable #recaptcha_response_field
{
   margin: 0;

   max-width: 282px !important;

   border: 1px solid #DDD !important;
}

.recaptchatable #recaptcha_response_field:focus
{
   border: 1px solid #AAA !important;
}

.recaptchatable #recaptcha_privacy > a
{
   color: #AAA;

   font-size: 11px;
   font-weight: 400;
   font-family: 'Open Sans';

   text-decoration: none;
}

/* JQuery Field Styles:
======================================================================================================================== */

.ui-datepicker .ui-datepicker-title select
{
   display: inline;
}

/* Media Queries:
======================================================================================================================== */

/* Smaller than Standard 960 */

@media only screen and (max-width: 959px)
{

}

/* Tablet Portrait Size to Standard 960 */

@media only screen and (min-width: 768px) and (max-width: 959px)
{

}

/* All Mobile Sizes */

@media only screen and (max-width: 767px)
{
   form .dropdownpopup
   {
      top: 30px;
   }

   form input.text, form textarea, form select
   {
      padding: 5px;

      font-size: 14px;
   }

   a.btn, button, input[type="submit"], .Actions .action
   {
      font-size: 11px;
   }
}

/* Mobile Landscape Size to Tablet Portrait */

@media only screen and (min-width: 480px) and (max-width: 767px)
{
   .recaptchatable td.recaptcha_image_cell
   {
      max-width: 264px !important;
   }

   .recaptchatable #recaptcha_image
   {
      max-width: 248px !important;
   }

   .recaptchatable #recaptcha_image img
   {
      width: 248px !important;
   }

   .recaptchatable #recaptcha_response_field
   {
      max-width: 250px !important;
   }
}

/* Mobile Portrait Size to Mobile Landscape Size */

@media only screen and (max-width: 479px)
{
   form input.text,
   form textarea,
   form select,
   form .message,
   form .checkboxset li,
   form .optionset li,
   span.message,
   .ie7 form select
   {
      max-width: 300px !important;
   }

   #recaptcha_logo,
   #recaptcha_tagline
   {
      display: none;
   }

   .recaptchatable td.recaptcha_image_cell
   {
      max-width: 198px !important;
   }

   .recaptchatable #recaptcha_image
   {
      max-width: 198px !important;
   }

   .recaptchatable #recaptcha_image img
   {
      width: 198px !important;
   }

   .recaptchatable #recaptcha_response_field
   {
      max-width: 200px !important;
   }
}