﻿
/* 
	author: istockphp.com
*/

#backgroundPopup {
    z-index: 20000;
    position: fixed;
    display: none;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    top: 0px;
    left: 0px;
}
#toPopup {

    background: none repeat scroll 0 0 #FFFFFF;
    /*border: 2px solid green;
    border-radius: 10px;*/
    
    color: #333333;
    font-size: 14px;
    left: 51%;
    margin-left: -270px;
    position: fixed;
    top: 10%;
    width: 540px;
    z-index: 20500;
}
#divForget {

    background: none repeat scroll 0 0 #FFFFFF;
    /*border: 2px solid green;
    border-radius: 10px;*/
    
    color: #333333;
    display: none;
    font-size: 14px;
    left: 51%;
    margin-left: -270px;
    position: fixed;
    top: 10%;
    width: 540px;
    z-index: 90000;
}
#divsignup {

    background: none repeat scroll 0 0 #FFFFFF;
    /*border: 2px solid green;
    border-radius: 10px;*/
    
    color: #333333;
    font-size: 14px;
    left: 51%;
    margin-left: -270px;
    position: fixed;
    top: 10%;
    width: 540px;
    z-index: 90000;
}
#divSuccess {

    background: none repeat scroll 0 0 #FFFFFF;
    /*border: 2px solid green;
    border-radius: 10px;*/
    
    color: #333333;
    display: none;
    font-size: 14px;
    left: 51%;
    margin-left: -270px;
    position: fixed;
    top: 10%;
    width: 540px;
    z-index: 90000;
}
div.loader {
    background: url("../images/loading.gif") no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
    display: none;
    z-index: 9999;
    top: 40%;
    left: 50%;
    position: absolute;
    margin-left: -10px;
}
div.close {
    background: url("/images/closebox.png") no-repeat scroll 0 0 transparent;
    bottom: 43px;
    cursor: pointer;
    float: right;
    height: 30px;
    left: 4px;
    position: relative;
    width: 30px;
}
div.close2 {
    background: url("../images/closebox.png") no-repeat scroll 0 0 transparent;
    bottom: 2px;
    cursor: pointer;
    float: right;
    height: 30px;
    left: 4px;
    position: relative;
    width: 30px;
}
span.ecs_tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -62px;
    text-align: center;
    top: -51px;
    width: 93px;
}
span.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}
section#signup {
    width: 460px;
    margin: 40px auto;
    font-size: 13px;
}
a {
    color: #0087F7;
    text-decoration: none;
}
a.btn-connect-option {
    display: block;
    font-size: 20px;
    font-weight: bold;
    background-color: #2D72D9;
    color: #fff;
    width: 145px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    padding: 15px 15px 15px 60px;
    border-radius: 3px;
    float: left;
}
a.btn-connect-option.facebook {
    background: #3b5998 url('/images/btn-connect-option.png') no-repeat;
    margin-right: 20px;
}
section#signup {
    font-size: 13px;
}
section#signup .social-signup {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    margin-bottom: 20px;
}
a.btn-connect-option.google-plus {
    background: #DC4D28 url('/images/btn-connect-option.png') no-repeat 0 -60px;
}
section#signup p.alternative {
    color: #5C4848;
    margin-bottom: 10px;
}
section#signup p.alternative a {
    font-weight: bold;
}
section#signup {
    margin: 40px auto;
}
.field {
    margin: 20px 0;
    position: relative;
}
#recaptcha_image {
    border: 1px solid #fff;
    margin: 0 auto 2px;
    display: block;
    box-sizing: border-box;
}
.field label {
    display: block;
    font-weight: bold;
}
.email-textbox {
    /*height: 18px;*/
    
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    margin: 6px 0;
    width: 408px;
    border: 1px solid #C4C4C4;
}
.btn-container {
    padding: 10px 0;
    margin-top: 20px;
    overflow: hidden;
}
.signup-btn {
    color: #fff;
    background-color: #0087F7;
    padding: 9px 20px;
    border: 1px solid #0087F7;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
    font: bold 14px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    -webkit-appearance: none;
}
.signup-popup {
    width: 483px;
    border: 2px solid green;
    background-color: white;
    padding-left: 57px;
    border-radius: 10px;
    top: 10%;
    display: none;
    z-index: 1050;
    position: fixed;
    left: 31%;
}
.big-link {
    display: block;
    margin-top: 100px;
    text-align: center;
    font-size: 70px;
    color: #06f;
}
/*     **********************************  For Registration msg Popup window    *************************           */

.rsuccess {
    float: left;
    height: 477px;
    width: 500px;
    border-radius: 10px;
    border: 1px solid #73a424;
    z-index: 1050;
    left: 31%;
    top: 10%;
    position: fixed;
    background-color: white;
}
.rsuccess_inner {
    padding: 10px;
    float: left;
}
.rsuccess_inner h2 {

    font-size: 18px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}
.rsuccess_inner p {
    float: left;

    font-size: 12px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}
.verify {
    float: left;
    margin: 0px;
    padding: 0px;
    padding: 20px;
}
.verify h1 {

    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}
.verify p {
    float: left;

    font-size: 12px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
}
.container input[type=text] {
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    padding: 10px;
    width: 150px;
    height: 42px;
    float: left;
    color: Black;
    font-size: 12px;
    font-weight: normal;
}
.verify input[type=submit] {} .vfbutton {
    width: 100px;
    background: #73a424;
    padding: 10px;
    height: 45px;
    border-radius: 5px;
    border: none;
    float: left;
    margin-left: 10px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
.vfbutton:hover {
    width: 100px;
    background: #73a424;
    padding: 10px;
    height: 45px;
    border-radius: 5px;
    border: none;
    float: left;
    margin-left: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    cursor: pointer;
}
.rsuccess_lower {
    float: left;
    margin: 0px;
    padding: 0px;
    padding: 20px;
}
.rsuccess_lower h1 {

    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}
.rsuccess_lower p {
    float: left;

    font-size: 12px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
}
.rsuccess_lower p a {
    color: #73a424;
    text-decoration: none;
    font-weight: bold;
}
.rsuccess_lower p a:hover {
    color: #73a424;
    text-decoration: underline;
    font-weight: bold;
}
.rsuccess_inner_h2 {

    font-size: 18px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}
/* ------------------ Lightbox Popup CSS Stylesheet Class Start --------------------------- */

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, .8);
    z-index: 100;
    top: 0;
    left: 0;
}
.reveal-modal {
    /*visibility: hidden;*/
    
    top: 100px;
    left: 50%;
    top: 50px;
    margin-left: -300px;
    width: 550px;
    background: #FFF;
    position: absolute;
    z-index: 101;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}
.reveal-modal h3 {
    font-size: 18px;
    height: 55px;
    background: #238dc7;
    width: 100%;
    color: #FFFFFF;
    line-height: 60px;
    text-indent: 20px;
    margin: 0px;
}
.popup-flds-container {
    height: auto;
    width: 92%;
    padding: 4%;
    float: left;
}
.popup-flds-container h2 {
    float: left;
    font-size: 18px;
    margin: 20px 0 29px;
    width: 100%;
}
.popup-flds-container label {
    display: inline-block;
    width: 100%;
    margin: 5px 0px
}
.popup-flds {
    border: solid #e1e1e1 1px;
    height: 27px;
    width: 100%;
    text-indent: 5px;
}
.social-areas {
    height: auto;
    width: 100%;
    float: left;
    margin: 15px 0;
}
.popup-flds-drop {
    border: 1px solid #E1E1E1;
    color: #736B6B;
    padding: 5px;
    width: 100%;
}
.popup-flds-drop-code {
    border: 1px solid #E1E1E1;
    color: #736B6B;
    padding: 5px;
    width: 20%;
    float: left;
}
.popup-flds-ph {
    border: solid #e1e1e1 1px;
    height: 32px;
    width: 78%;
    margin-left: 10px;
    text-indent: 5px;
    float: left;
}
.social-areas ul {
    list-style: none;
    float: left;
    width: 100%;
}
.social-areas li {
    list-style: none;
    float: left;
    margin: 8px;
}
.dividerline {
    background: #7f8081;
    height: 1px;
    width: 100%;
    float: left;
    margin: 10px 0px;
}
.or {
    background: url("/images/icons/popoup/or.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 10px;
    left: 50%;
    position: relative;
    top: -4px;
    width: 27px;
}
.reveal-modal .close-reveal-modal {
    color: #FFFFFF;
    cursor: pointer;
    font-size: 28px;
    font-weight: bold;
    line-height: 0.5;
    position: absolute;
    right: 11px;
    top: 21px;
}
.close-modal a {
    color: #FFFFFF;
    cursor: pointer;
    font-size: 28px;
    font-weight: bold;
    line-height: 0.5;
    position: absolute;
    right: 11px;
    top: 21px;
}
#ContentPlaceHolder1_panSearch > span {
    display: block;
    color: Red;
}