/* CSS Document */
.interface_error {
    color: red;
}

.interface_block {
    background-color: rgb(231, 255, 224);
    border: 1px solid rgb(191, 231, 176);
}

#user-login-form .socialloginandsocialshare-links,
#user-login .socialloginandsocialshare-links {
    overflow: hidden;
    padding-bottom: 15px;
    padding-left: 0;
}

#user-login-form .socialloginandsocialshare-links li,
#user-login .socialloginandsocialshare-links li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

#user-register-form .socialloginandsocialshare-links,
#user-register .socialloginandsocialshare-links {
    overflow: hidden;
    padding-bottom: 15px;
    padding-left: 0;
}

#user-register-form .socialloginandsocialshare-links li,
#user-register .socialloginandsocialshare-links li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

.socialloginandsocialshare-idlinks {
    color: #018FE2;
    overflow: hidden;
    padding-bottom: 15px;
    padding-left: 0;
}

.socialloginandsocialshare-idlinks li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

.socialloginandsocialshare-mapprovider {
    font-weight: bold;
}

.socialloginandsocialshare-mapprovider img {
    margin-right: 5px;
}

#edit-social-linked {
    border: 1px solid;
    background: #ffffff;
    border: 1px solid #cccccc;
    margin-top: 10px;
    margin-bottom: 32px;
    padding: 20px;
    position: relative;
    top: 12px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /*   width: 60%;*/
}

.LoginRadius_overlay {
    background: rgb(127, 127, 127); /* The Fallback */
    background: none no-repeat scroll 0 0 rgba(127, 127, 127, 0.6);
    top: 0;
    left: 0;
    z-index: 100001;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 0;
    position: fixed;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
}

#popupouter {
    border-radius: 0 23px;
    background: #f3f3f3;
    left: 50%;
    margin-left: -250px;
    top: 25%;
    overflow: auto;
    padding: 0;
    position: fixed;
    width: 500px;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 100002;

}

.lr-popupheading {
    font-size: 17px;
    font-weight: normal;
    line-height: 20px;
    padding: 15px;
    text-align: center;
}

#outerp {
    font-size: 17px;
    line-height: 1.1em !important;
    margin: 9px !important;
    text-align: center !important;
}

#popupinner {
    overflow: auto;
    background: #ffffff;
    padding: 15px 20px;
}

.footerbox {
    padding-bottom: 12px;
    float: left;
    padding-top: 12px;
    padding-left: 20px;
}

#textmatter {
    margin-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    color: #222222;
    font-size: 14px;
    text-align: left;
}

.emailtext {
    padding-bottom: 5px;
    font-size: 15px;
    font-family: arial;
    width: 100%;
}

.spacebox {
    margin-bottom: 10px;
    float: left;
}

#textmatter strong {
    font-weight: normal;
}

.lr-textbox {
    width: 100%;
    height: auto;
    float: left;
}

#innerp {
}

.inputtxt {
    font-family: Arial, Helvetica, sans-serif;
    color: #444;
    font-size: 13px;
    border: 1px solid #e2efe1;
    width: 350px;
    height: 27px;
    margin-bottom: 5px !important;
    padding-left: 10px;
    border-radius: 0px 12px;
    background: #fff;
}

.lr-error {
    text-align: left;
    background-color: rgb(255, 235, 232);
    margin-bottom: 12px;
    padding: 12px;
}

.lr-noerror {
    text-align: left;
    background-color: #e1eabc;
    margin-bottom: 12px;
    padding: 12px;

}

#popupouter input[type="email"]:focus, #popupouter input[type="text"]:focus, #popupouter input[type="submit"]:focus, #popupouter input[type="button"]:focus {
    border-radius: 0px 12px;
    outline: none !important;
    box-shadow: none !important;
}

#popupouter input:-webkit-autofill, #popupouter textarea:-webkit-autofill, #popupouter select:-webkit-autofill {
    background: #fff;

}

.inputbutton {
    border: #dcdcdc 1px solid !important;
    text-decoration: none !important;
    color: #6e6e6e !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px !important;
    cursor: pointer !important;
    background: #f3f3f3 !important;
    padding: 6px 17px !important;
    margin-right: 15px;
    float: left;
    border-radius: 0px 11px !important;
    text-transform: none !important;
    font-weight: normal !important;
    margin-bottom: 0 !important;
}

.inputbutton:hover {
    text-decoration: none !important;
    cursor: pointer !important;
    background: #f3f3f3 !important;
    color: #000 !important;

}

#textdivpopup {
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    margin-left: 216px;
}

.spanpopup {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #00ccff;
}

.span1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
}

@media (max-width: 769px) {
    #popupouter {
        left: 0;
        margin: 5% auto 0;
        top: 0;
        border-radius: 0 23px !important;
        background: none repeat scroll 0 0 #f3f3f3;
        border-radius: 4px;
        overflow: auto;
        padding: 0;
        position: static;
        width: 400px;
    }

    .inputtxt {
        width: 336px;
    }
}

@media (max-width: 480px) {
    #popupouter {
        width: 300px;
        border-radius: 0 23px !important;
    }

    .inputtxt {
        width: 236px;
    }
}

