/* ------------------------------------------------------------------------------

   Copyright (c) 2010, Dragan Babic

   Permission is hereby granted, free of charge, to any person
   obtaining a copy of this software and associated documentation
   files (the "Software"), to deal in the Software without
   restriction, including without limitation the rights to use,
   copy, modify, merge, publish, distribute, sublicense, and/or sell
   copies of the Software, and to permit persons to whom the
   Software is furnished to do so, subject to the following
   conditions:

   The above copyright notice and this permission notice shall be
   included in all copies or substantial portions of the Software.

   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
   OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
   HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   OTHER DEALINGS IN THE SOFTWARE.

   ------------------------------------------------------------------------------ */
/* #############################   GENERALS   ################################### */
/* ------------------------------------------------------------------------------ */

.uniForm{ margin: 0; padding: 0; position: relative; z-index: 1; /*background: #DDE7F1;*/ } /* reset stuff */

  /* Some generals and more resets */
  .uniForm fieldset{ border: none; margin: 0; padding: 0; border-bottom:20px solid #FFF; background:#F4F4F4;}
    .uniForm fieldset legend{ margin-left:10px;font-size:14px;font-weight:700; background:#FFF; padding:3px 15px; border:1px solid #dcdcdc;text-transform:uppercase;}
.borderradius .uniForm fieldset legend{
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}



.uniForm .formColumn fieldset{
    margin-right:1%;
}

    /* This are the main units that contain form elements */
    .uniForm .ctrlHolder,
    .uniForm .buttonHolder{ margin: 0; padding: 0; clear: both;display:block; }

    /* Clear all floats */
    .uniForm:after,
      .uniForm .buttonHolder:after,
      .uniForm .ctrlHolder:after{ content: "."; display: block; height: 0; line-height: 0; font-size: 0; clear: both; min-height: 0; visibility: hidden; }

      .uniForm label,
      .uniForm button{ cursor: pointer; }

/* ------------------------------------------------------------------------------ */
/* ##########################   DEFAULT LAYOUT   ################################ */
/* ------------------------------------------------------------------------------ */
/*       Styles for form controls where labels are above the input elements       */
/* ------------------------------------------------------------------------------ */

      .uniForm label,
      .uniForm .label{ display: block; float: none; margin: 0 0 .5em 0; padding: 0; line-height: 100%; width: auto; }

      /* Float the input elements */
      .uniForm .textInput,
      .uniForm .captchatextinput,
      .uniForm .fileUpload,
      .uniForm .selectInput,
      .uniForm .passwordinput,
      .uniForm select,
      .uniForm .dateinput,
      .uniForm textarea{ float: left; max-width: 53%; margin: 0; }
      .uniForm .captchatextinput{max-width:23%;}

      /* Postition the hints */
      .uniForm .formHint{ float: right; width: 43%; margin: 0; clear: none; }

        /* Required fields asterisk styling */
        .uniForm label span,
        .uniForm .label span{ width: 1em; margin: 0 0 0 0; padding:0 3px 0 3px; }

/* ------------------------------------------------------------------------------ */
/* #########################   ALTERNATE LAYOUT   ############################### */
/* ------------------------------------------------------------------------------ */
/*    Styles for form controls where labels are in line with the input elements   */
/*    Set the class of the parent (preferably to a fieldset) to .inlineLabels     */
/* ------------------------------------------------------------------------------ */
.uniForm label,
      .uniForm .label{ color: #10365D; font-weight: bold;}
      .uniForm .inlineLabels label,
      .uniForm .inlineLabels .label,
      .password_reset_confirm .uniForm label { float: left; margin: .3em 2% 0 0; line-height: 1; position: relative; width: 32.3%; color: #10365D; font-weight: bold; text-align: right; padding: 4px 10px 0 0;}

      /* Float the input elements */
      .uniForm .inlineLabels .textInput,
      .uniForm .inlineLabels .dateinput,
      .uniForm .inlineLabels .passwordinput,
      .uniForm .inlineLabels .captchatextinput,
      .uniForm .inlineLabels .fileUpload,
      .uniForm .inlineLabels .selectInput,
      .uniForm .inlineLabels select,
      .uniForm .inlineLabels textarea,
      .password_reset_confirm input[type="password"],
      .password_reset_confirm input[type="text"]{ float: left; width:50%; }

      .uniForm .inlineLabels .formColumn .textInput,
      .uniForm .inlineLabels .formColumn .dateinput,
      .uniForm .inlineLabels .formColumn .passwordinput,
      .uniForm .inlineLabels .formColumn .captchatextinput,
      .uniForm .inlineLabels .formColumn .fileUpload,
      .uniForm .inlineLabels .formColumn .selectInput,
      .uniForm .inlineLabels .formColumn select,
      .uniForm .inlineLabels .formColumn input[type="text"],
      .uniForm .inlineLabels .formColumn input[type="password"],
      .uniForm .inlineLabels .formColumn textarea{ width:80%; }

      .uniForm .inlineLabels .captchatextinput{width:23%;margin: 10px 5px 0 35%;}
      p.errorField { margin:0 0 0 36.5%; font-weight: 400;color:#B70B19;}


    /* Postition the hints */
    .uniForm .inlineLabels .formHint{ clear: both; float: none; width: auto; margin-left: 36.5%; position: static; }

    /* Position the elements inside combo boxes (multiple inputs/selects/checkboxes/radio buttons per unit) */

    /* Required fields asterisk styling */
    .uniForm .inlineLabels label span,
    .uniForm .inlineLabels .label span,
    .password_reset_confirm .uniForm label span{ display: block; float: none; margin: 0; position: absolute; right: -1px; top:4px; }

/* ----------------------------------------------------------------------------- */
/* ########################### Additional Stuff ################################ */
/* ----------------------------------------------------------------------------- */

  /* Generals */
    .uniForm legend{ color: inherit; }

      .uniForm .secondaryAction{ float: left; }

      /* .inlineLabel is used for inputs within labels - checkboxes and radio buttons */
      .uniForm .inlineLabel input,
      .uniForm .inlineLabels .inlineLabel input,
      .uniForm .blockLabels .inlineLabel input,
      /* class .inlineLabel is depreciated */
      .uniForm label input{ float: none; display: inline; margin: 0; padding: 0; border: none; }

      .uniForm .buttonHolder .inlineLabel,
      .uniForm .buttonHolder label{ float: left; margin: .5em 0 0 0; width: auto; max-width: 60%; text-align: left; }

      /* When you don't want to use a label */
      .uniForm .inlineLabels .noLabel ul{ margin-left: 34%; /* Match to width of label + gap to field */ }

      /* Classes for control of the widths of the fields */
      .uniForm .small { width: 30% !important; }
      .uniForm .medium{ width: 45% !important; }
      .uniForm .large {  } /* Large is default and should match the value you set for .textInput, textarea or select */
      .uniForm .auto  { width: auto !important; }
      .uniForm .small,
      .uniForm .medium,
      .uniForm .auto{ margin-right: 4px; }

/* Columns */
.uniForm .col,
.uniForm .formColumn{ float: left; }
.uniForm .col,
.uniForm .formColumn{ width: 50%; }


.uniForm .ctrlHolder img{
    margin:0px 5px 0 34%;
    display: block;
}


.uniForm .required-row{
  /*  background:#FFF;*/
    padding: 5px;
    text-indent: 35%;
}


.uniForm .copy-rows{
    padding:10px;
    margin-bottom:10px;
    border-bottom:1px solid #C4CED1;
}
.uniForm .copy-rows ul {
list-style: none;
margin-left: 31%;
}
.uniForm .copy-rows ul li {
    float: left;
}
.uniForm .copy-rows a{
    font-weight:700;
    text-decoration:none;
    color:white;
    margin-right:10px;
    display: block;
    background: #10365D;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 10px;
}
.uniForm .copy-rows a:hover{
    background: #254a86;
}


.uniForm .copy-rows a:hover,
.uniForm .inlineLabels .copy-rows a:hover{
    text-decoration:none;
    border-bottom-style:solid;
}

#div_id_rules_accepted input[type="checkbox"] {
    float: left;
    margin: 7px 5px 0 18%;
}

#RegistrationForm.uniForm #div_id_rules_accepted input[type="checkbox"] {
    float: left;
    margin: 0 0 0 28%;
    width:auto;
}

body.single-registration-view #RegistrationForm.uniForm #div_id_rules_accepted #error_1_id_rules_accepted {
  margin-left: 183px;
  margin-bottom: 10px;
}

body.single-registration-view #RegistrationForm.uniForm #div_id_rules_accepted input[type="checkbox"] {
    margin: 0 0 0 24.5%;
}

body.single-registration-view #RegistrationForm.uniForm #div_id_rules_accepted label {
  width: 469px;
}

body.single-registration-view #RegistrationForm.uniForm #div_id_rules_accepted p#hint_id_rules_accepted {
  margin-left: 28.2%;
}

#div_id_rules_accepted label {
    text-align: left;
}

#div_id_rules_accepted p#hint_id_rules_accepted{
    margin-left: 31.9%;
}

#div_id_rules_accepted p#hint_id_rules_accepted a {
    color: #F67524;
    font-size: 12px;
    font-weight: bold;
    text-transform: capitalize;
}
#div_id_rules_accepted p#hint_id_rules_accepted a:hover {
    text-decoration: underline;
    color: #F67524;
}


            .borderradius .uniForm input[type="text"],
            .borderradius .uniForm input[type="password"],
            .borderradius .uniForm select,
            .borderradius .uniForm textarea{
                -moz-border-radius:3px;
                -webkit-border-radius:3px;
                border-radius:3px;
            }

.uniForm .inlineLabels .ctrlHolder  ul{
    list-style:none;
    display:block;
    padding:0;
}

.uniForm .inlineLabels .ctrlHolder  li{
    display:block;
    float:left;
    margin-right:5px;
}

.uniForm .inlineLabels .ctrlHolder li label{
    padding:5px 5px 5px 20px;
    margin:0;
    position:relative;
    font-size:11px;
    white-space:nowrap;
    font-weight:400;
}


.uniForm .inlineLabels .ctrlHolder li label input{
    position:absolute;
    left:0;
    top:3px;
}


.uniForm .formRow > .ctrlHolder {
    float:left;
    width:50%;
    padding-left:0;
    padding-right:0;
    clear:none;
}


.uniForm .inlineLabels .formRow .textInput,
.uniForm .inlineLabels .formRow .dateinput,
.uniForm .inlineLabels .formRow .passwordinput,
.uniForm .inlineLabels .formRow .captchatextinput,
.uniForm .inlineLabels .formRow .fileUpload,
.uniForm .inlineLabels .formRow .selectInput,
.uniForm .inlineLabels .formRow select,
.uniForm .inlineLabels .formRow textarea,
.password_reset_confirm .formRow input[type="password"]{
    width:52.4%;
}


.uniForm .inlineLabels .formRow label,
.uniForm .inlineLabels .formRow .label,
.password_reset_confirm .formRow .uniForm label{
    width:32.5%;
}


.uniForm .inlineLabels .formRow{
    display:block;
    clear:both;
}


.step-3 #RegistrationForm #div_id_rules_accepted p.errorField {
margin-left:87px;
}
#RegistrationForm #div_id_rules_accepted p.errorField {
    margin-left: 57px;
}

.uniForm fieldset:after,
.uniForm .inlineLabels .formRow:after{content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}


.uniForm .txt{
    position:relative;
    top:3px;
}

.fullWidth textarea,
.fullWidth input[type="text"],
.fullWidth input[type="password"],
.fullWidth select{
    width:90%;
    max-width:90%;
}

