/**
 * This file is a container for custom CSS. You can use it to override the default styles of the theme.
 *
 * 1. Copy the file "SAMPLE.custom.css" and rename it to "custom.css".
 *    Otherwise this file will not be loded by Magento.
 *    well that this file now....
 * 2. Enable it in the admin panel.
 * 3. Uncomment slected sample styles or add your own CSS to override the default styles of the theme.
 *
 * Please refer to the user guide for more details.
 *
 */
.form-signup,
.password-reset-form,
.resend-validation-email,
.thank-you-for-registering {
    display: none;
}
.form-signup input,
.form-signin input {
    margin: 0 0 10px;
}
.form-signup #btn-register {
    clear: both;
}
.form-signup #email_optin_yes,
.form-signup #email_deb_optin_yes {
    float: left;
    margin: 0 5px 0 0;
}
.form-signup label[for="email_optin_yes"],
.form-signup label[for="email_deb_optin_yes"] {
    display: block;
    margin: -5px 0 20px;
    font-weight: normal;
    font-size: 12px;
}
.need-account {
    margin: 25px 0 5px !important;
    font-size: 16px;
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-top: 25px;
}
.form-signup input,
.form-signin input,
.password-reset-form input,
.resend-validation-email input,
.thank-you-for-registering input {
    max-width: 240px;
    max-height: 26px;
    box-sizing: content-box;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
}
.modal-content {
    background-color: #fefefe;
    margin: 5px auto;
    border: 1px solid #888;
    border-radius: 6px;    
    width: 366px;
    display: block;
    position: relative;
    outline: 0;    
}
.modal .input-container,
.modal .imgcontainer,
.modal .password-reset-form,
.modal .resend-validation-email,
.modal .thank-you-for-registering {
    max-width: 266px;
    margin: 15px auto;
}
.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}
.close-x {
    position: absolute;
    top: 9px;
    right: 15px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}
@media(max-width: 720px) {
    .modal-content {
        width: 100%;
        top: 0;
    }
    .modal .input-container,
    .modal .imgcontainer {
        width: 65%;
    }
}
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}
@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}
@keyframes animatezoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}
.modal .button {
    display: inline-block;
    width: 100%;
    margin: 0;
    border: 0;
    overflow: visible;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    white-space: nowrap;
    text-align: center;
    background-color: #eeeeee;
    color: #333333;
    line-height: 45px;
    padding: 0 25px;
    transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
}
#btn-google {
    margin-bottom: 10px;
}
#welcome-login .login-link {
    cursor: pointer;
}
#pw-reset {
    margin: 15px 0;
}
#email-resend {
    margin: 15px 0;
}
.password-reset-form .pw-reset-goback .resend-validation-email .email-resend-goback .thank-you-for-registering .thank-you-for-registering-goback {
    margin: 0 0 25px;
    display: block;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0;
}
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
