@charset "utf-8";
/* CSS Document */

body{
/*    background:#f1f9f9; */
    background-image: url(/img/bg-white.jpg);
    background-repeat: repeat;
}

@media(max-width:480px) {
    body{
    /*    background:#f1f9f9; */
        background-image: url(/img/bg-white-sm.jpg);
        background-repeat: repeat;
    }

    .frm {
        padding-bottom: 20px;
    }
    .signin-form
    {
/*         min-height: 480px; */
    }
}

.signin-form
{
    padding-bottom: 60px;
}

@media(min-width:767px) {
    .form-signin {
        max-width: 560px;
        padding: 19px 29px 29px;
        margin: 0 auto;
        background-color: #fff;
        
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 6px;
           -moz-border-radius: 6px;
                border-radius: 6px;
        -webkit-box-shadow: 0 20px 40px rgba(0,0,0,.4);
           -moz-box-shadow: 0 20px 40px rgba(0,0,0,.4);
                box-shadow: 0 20px 40px rgba(0,0,0,.4);
                
        font-family:Tahoma, Geneva, sans-serif;
        color: black;
        font-weight:lighter;
    }
    .signin-form
    {
        padding-top:70px;
        padding-bottom: 135px;
    }
}

.form-signin {
        margin-top:70px;
}

.form-signin input[type="text"],
.form-signin input[type="password"],
.form-signin input[type="email"] {
    font-size: 16px;
    height: auto;
    padding: 7px 9px;
}
.form-signin input[type="date"] {
    font-size: 16px;
    height: 38px;
    padding: 7px 9px;
}

.form-signin input[type="text"].error,
.form-signin input[type="password"].error,
.form-signin input[type="email"].error,
.form-signin input[type="date"].error {
    border-color: red;
}

.navbar-brand{
/*    font-family:"Lucida Handwriting";*/
}
#btn-submit{
/*     height:45px; */
}


#sfc, #sf2, #sf3, #sf4, #sf0, #sfp {
    display: none;
}

#paypal-transaction, #paypal-status {
    display: none;
}

#paypal-button-container {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}

#fuffy-loader {
    font-size: 20px;
    margin-top: 3px;
    padding-top: 8px;
    margin-right: 0px;
    color: gray;
    z-index: 100; 
    display: none;
}

#email-loader, #clerk-loader, #model-loader, #reseller-loader, #resmail-loader, #date-loader {
    font-size: 16px;
    margin-top: 2px;
    padding-top: 9px;
    margin-right: 0px;
    color: gray;
    z-index: 100; 
    display: none;
}

#model-loader, #clerk-loader {
    margin-right: 26px;
}

#fuffy_code {
    font-family: "PT Mono", monospace;
    font-size: 17px;
}

#fuffy-ok {
    font-size: 17px;
    margin-top: 12px;
    margin-right: 7px;
    padding-top: 0px;
}

div.selectize-input {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    overflow: inherit;
    min-height: 38px;
    font-size: 16px;
}

.password-ok {
    margin-top: 12px;
    margin-right: 8px;
    z-index: 3;
}

label.error {
    font-weight: 300;
    color: #990000;
    position: absolute;
    display: block;
    top: 24px;
    right: 3px;
    z-index: 100;
    font-size: 12px;
    white-space: nowrap;
}

#user_firstname {
    width: 47%;
}

#user_lastname {
    width: 53%;
    border-left: none;
}

#user_lastname-error {
    float: right;
}

#user_firstname-error {
    float: left;
}

.navbar {
    z-index: 1000; 
}

#promoModal .modal-body, #termsModal .modal-body, #privacyModal .modal-body {
    /* 100% = dialog height, 120px = header + footer */
    max-height: calc(100% - 120px);
    overflow-y: scroll;
}

#promoModal .modal-dialog, #termsModal .modal-dialog, #privacyModal .modal-dialog {
    margin-top: 80px;
    margin-bottom: 80px;
    height: 75vh;
}

#promoModal .modal-content, #termsModal .modal-content, #privacyModal .modal-content {
    padding: 5px 20px;
    height: 75vh;
}


/* Sticky footer styles
-------------------------------------------------- */
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 50px;
  background-color: #222;  
  padding: 0px;
  z-index: 1000;
}

.footer p {
    color: #ccc;
    line-height: 1.3;
    padding-top: 6px;
}

@media(max-height:350px) {
    .footer {
        position: relative;
    }
    .navbar-fixed-top {
        position: relative;
        margin-bottom: 0px;
    }
    .signin-form {
        padding-top: 0px;
    }
    .form-signin {
        margin-top: 0px;
    }
}

@media(min-width:530px) {
    #fuffy_code {
        font-size: 27px;
    }

    #fuffy_icon { 
        font-size: 23px;
    }

    #fuffy-ok {
        font-size: 27px;
        margin-top: 13px;
        margin-right: 8px;
        padding-top: 0px;
        z-index: 3;
    }

    #fuffy-loader {
        font-size: 24px;
        margin-top: 10px;
        padding-top: 5px;
        margin-right: 8px;
    }
    .password-ok {
        margin-top: 12px;
        margin-right: 6px;
        z-index: 3;
    }
    .footer {
      height: 50px;
      padding: 10px 0;
      line-height: 1.4;
    }

}
