.email-check-container input, .email-check-container button{
    margin-bottom: 15px;
}
.email-check-container label {
    font-size: inherit;
}
.email-check-container input {
    height: 50px;
    font-size: 1.2em;
}
.email-check-container button:disabled,
.email-check-container button[disabled],
#login-signup-container button:disabled,
#login-signup-container button[disabled] {
    opacity: 0.5;
}

#referral-lightbox{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background: none;
    display: table;
    width: 100%;
    height: 100%;
}
#referral-lightbox-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0, 0.4);
}
#referral-lightbox .lightbox-cell{
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
#referral-lightbox-content {
    position: relative;
    overflow: hidden;
    width: 300px;
    background: #fff;
    margin: auto;
    padding: 25px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 20px;
}
.email-share #referral-lightbox-content {
    width: 50%;
}
#referral-lightbox .login-signup-switch {
    display: flex;
    margin-bottom: 10px;
}
#referral-lightbox .login-signup-switch a {
    width: 50%;
    display: block;
    text-align: center;
    padding: 10px;
}
#referral-lightbox .login-signup-switch a.active {
    border-bottom: 2px solid #aaa;
}
#referral-lightbox .login-signup-switch a:hover{
    text-decoration: none;
}

#referral-lightbox .section-signup{
    display: none;
}
.section-login form,
.section-signup form{
    padding-bottom: 40px;
}
.section-login input,
.section-signup input {
    margin-bottom: 10px;
    padding: 20px 10px;
}
.section-login input[type="checkbox"],
.section-signup input[type="checkbox"] {
    position: relative;
    left: auto;
    opacity: 1;
    margin: 0;
    vertical-align: middle;
}
.section-login label,
.section-signup label {
    display: block;
    height: 22px;
    line-height: 22px;
}
.section-login button,
.section-signup button {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 40px;
}
.section-login .validation-msg,
.section-signup .validation-msg,
.section-email-share .validation-msg{
    color: red;
    border: 1px solid red;
    background: #ffdada;
    margin-bottom: 10px;
    padding: 0 5px;
    text-align: center;
    font-size: 0.9em;
    display: none;
}
.section-email-share .success-msg,
.ref-share .success-msg{
    color: #006400;
    border: 1px solid #006400;
    background: #90ee90;
    margin-bottom: 10px;
    padding: 4px 5px;
    text-align: center;
    font-size: 1.1em;
    display: none;
}
input#signup-privacy,
input#signup-referral_policy{
    position: relative;
    left: 0;
    opacity: 1;
    float: left;
    margin-right: 10px;
    margin-top: 6px;
}
select#sponsor_type {
    width: 100%;
    margin-bottom: 10px;
}
.section-signup .privacy-error:empty,
.section-signup .referral-policy-error:empty {
    display: none;
}


/** Share Control **/
.ref-share {
    display: table;
    width: 100%;
    text-align:center;
}
.ref-share .ref-url-share {
    position: relative;
}
.ref-share .ref-url-share .share-group{
    display: table-row;
}
.ref-share input {
    display: table-cell;
    width: 100%;
}
.ref-share .share-group{
    /*display: table-cell;
    vertical-align: middle;
    width: 1%;*/
    position: absolute;
    top: 0;
    right: 0px;
}

.ref-share .ref-share-email {
    display: contents;
    vertical-align: middle;
    width: 100%;
    margin: 10px auto;
    text-align: center;
}
.ref-share-email .share-email, .share-linkedin, .share-facebook, .share-sms{
    padding: 10px;
    border-radius: 50%!important;
    height: 32px;
    width: 32px;
}
.ref-share-email .fusion-button{
    margin:0px 5px;
}


.ref-share .share-group button {
    padding: 8px 20px;
}
.ref-share .share-group .fontawesome-icon,
.ref-share .ref-share-email .fontawesome-icon {
    margin-right: 0;
    font-weight: normal;
}
.ref-share .share-sms-input {
    display: none;
}
.ref-share .share-sms-input input {
    width: 150px;
    display: inline-block;
}

#referral-email-share .fusion-button{padding: 10px;}

.activity-stats-wrapper .no-stats {
    display: none;
}
.activity-stats {
    display: flex;
    margin-bottom: 20px;
}
.activity-stats .stat {
    width: 25%;
    text-align: center;
    font-size: 1.4em;
}
.activity-stats .stat .big-num {
    font-weight: bold;
    font-size: 2em;
}


/** Loader **/
.lds-ring {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    margin: 4px 0;
    border: 2px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}
button .lds-ring{
    height: 12px;
    margin-right: 5px;
}
button .lds-ring div{
    margin: -3px 0;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
.asterisk-text {
    color: #E6180A !important;
    margin-left: 1px !important;
    font-size: 12px !important;
}
#password-reqs {
    display: none;
    margin-top: -10px;
    padding-bottom: 10px;
}
#password-reqs .password-requirement {
    display: none;
    color: #E6180A;
}
.error-notification{
    border: 1px solid red !important;
    background: #ffdada !important;
}
.referral-block{width:30%; position:relative; margin:20px 10px; float:left; min-height:270px; background:#fff; border-radius:3px; box-shadow:0px 1px 4px #c2c2c2; color:#878787; font-size:12px; line-height:18px;}
.referral-block-header{height:60px; padding:15px 10px 10px 10px; text-align:center;}
.referral-block-header h4{ font-size:15px; color:#000; font-weight:500; margin:0px; margin-bottom:5px; text-align:center;}
.referral-block-header2{font-size:11px; color:#fff; font-weight:600; background:#016180; text-align:center; text-transform:uppercase; letter-spacing:0.15em; margin:0px; margin-bottom:10px; padding:2px 10px; }
.referral-block-content{ font-size:12px; padding:10px 15px;}
.referral-block-content p{ color:#878787; font-size:12px; line-height:18px; margin:0px; margin-bottom:10px;}
.referral-block-content h6{ font-size:14px; color:#009594; font-weight:500; margin:0px; margin-bottom:10px;}
.referral-block-content h6 a:link,.Referral-Block-Content h6 a:visited{color:#009594;}
.referral-block-content h6 a:hover{text-decoration:underline;}
.referral-block-content span{font-size:12px; color:#009594; font-weight:600; text-transform:uppercase; }
.referral-block-footer{position: absolute; bottom:0px; width:100%; background:#f1f2f2; height:60px; padding:15px; line-height:16px; font-size:11px; text-align:left;}
.referral-Block-footer span{ font-size:12px; color:#009594; font-weight:600; text-transform:uppercase; }

.policy-control-wrapper {
    margin: 10px 0;
}
.policy-control-wrapper input[type="checkbox"] {
    opacity: 1;
    position: relative;
    left: 0;
    margin-right: 5px;
    vertical-align: top;
}
.policy-control-wrapper label {
    display: block;
}
.referral-policy-submit:disabled {
    opacity: 0.5;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#pagingDiv {
    bottom: 0;
    width: 100%;
}
.Pagingbtn {
    margin: 1px;
}

#sponsor-referral-option{
    display: none;
}
