@charset "utf-8";
/* CSS Document */



.post {
    margin: 0 auto;
    padding-bottom: 50px;
    float: left;
    width: 960px;
}

.btn-sign {
    width: 460px;
    margin-bottom: 20px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 5px;
    background: -moz-linear-gradient(center top, #00c6ff, #018eb6);
    background: -webkit-gradient(linear, left top, left bottom, from(#00c6ff), to(#018eb6));
    background: -o-linear-gradient(top, #00c6ff, #018eb6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00c6ff', EndColorStr='#018eb6');
    text-align: center;
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
}

.btn-sign a {
    color: #fff;
    text-shadow: 0 1px 2px #161616;
}

#mask {
    display: none;
    background-color: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 999;
    filter: alpha(opacity=20);
}

.login-popup {

    display: none;
    background: #663399;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    box-shadow: 0px 0px 20px #999;
    -moz-box-shadow: 0px 0px 20px #999;
    /* Firefox */
    -webkit-box-shadow: 0px 0px 20px #999;
    /* Safari, Chrome */
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    /* Firefox */
    -webkit-border-radius: 3px;
    /* Safari, Chrome */
}

.forgot {
    color: #939191;
    text-decoration: none;



}

img.btn_close {
    margin: -16px -22px 0
}

fieldset {
    border: none;
}

form.signin .textbox label {
    display: block;
    padding-bottom: 10px;

}

form.signin .textbox span {
    display: block;
}

form.signin p,
form.signin span {
    color: #fff;
    font-size: 11px;
    line-height: 18px;
}

.password-wrapper {
    position: relative;
}

.password-wrapper input {
    width: 100%;
    padding-right: 45px;
}

.toggle-password {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mainLoginDiv label.error {
    position: absolute;
    font-size: 12px;
    color: red;
    margin-top: 2px;
}

/* form.signin .textbox input { 
	background:#fff; 
	border-bottom:1px solid #333;
	border-left:1px solid #000;
	border-right:1px solid #333;
	border-top:1px solid #000;
	color:#615E5E; 
	border-radius: 5px;
	-moz-border-radius:  5px;
    -webkit-border-radius:  5px;
	font:13px;
	padding:6px 6px 4px;
	width:200px;
} */
form.signin .textbox input {
    width: 370px;
}

form.signin input:-moz-placeholder {
    color: #CCC;
}

form.signin input::-webkit-input-placeholder {
    color: #ccc;
}

.button {
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 13%, rgba(188, 180, 184, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(13%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(188, 180, 184, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 13%, rgba(188, 180, 184, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 13%, rgba(188, 180, 184, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 13%, rgba(188, 180, 184, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 13%, rgba(188, 180, 184, 1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bcb4b8', GradientType=0);
    /* IE6-9 */
    border: 1px solid #c5c5c5;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #615E5E;
    cursor: pointer;
    display: inline-block;
    padding: 6px 6px 4px;
    margin-top: 10px;
    font: 12px;
    width: auto;
    /* font-size: 14px; */
    font-weight: bold;
}

.button:hover {
    background: rgb(188, 180, 184);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(188, 180, 184, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(188, 180, 184, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(188, 180, 184, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(188, 180, 184, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(188, 180, 184, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(188, 180, 184, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcb4b8', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */


}

/* added on 2/6/2013 */
.logincnt {
    width: 100%;
    /* padding-right: 20px; */
    /* border-right:1px solid #fff;*/
    margin: 5px 0;
    float: left;
}

.socialcnt {
    width: 200px;
    float: left;
    margin-top: 10px;
    /*margin-top:-130px;*/
}

.socialdiv {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 33px;
}

.login-popup h3 {
    color: #fff;
    font-size: 17px;
}

.header-popup {
    width: 500px !important;
}

.whiteclr {
    color: #fff !important;
}

.registerlink {
    color: red;
    font-size: 12px;
    font-weight: bold;
}

.header-index {
    width: 280px !important;
}

/* 2/6/2014 */

.searchDataForm {
    display: none;
    background: white;
    color: #000;
    /* padding: 10px; */
    /* border: 8px solid #ddd; */
    font-size: 1.2em;
    z-index: 99999;
    box-shadow: 0px 0px 20px #999;
    -moz-box-shadow: 0px 0px 20px #999;
    /* Firefox */
    -webkit-box-shadow: 0px 0px 20px #999;
    border-radius: 8px;

}

.searchDataForm h2 {
    /* color: #fff; */
    font-size: 16px;
}

.searchDataForm .logincnt {
    /* color: #fff; */
}

.searchDataForm .logincnt label {
    clear: both;
    margin-bottom: 10px;
}


#ac-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6);
    z-index: 1001;
}

#popup {
    width: 730px;
    height: auto;
    background: #FFFFFF;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: #64686e 0px 0px 30px 0px;
    -moz-box-shadow: #64686e 0px 0px 30px 0px;
    -webkit-box-shadow: #64686e 0px 0px 30px 0px;
    position: relative;
    top: 0;
    left: 0;
    padding: 20px;
    height: 100%;
    max-height: 580px;
    overflow: auto;
    margin: auto;
}

#popup h2 {
    text-align: center;
    margin: 0px 20px 20px 20px;
}

.popupboxmain .btn_closeff {
    width: 30px;
    height: 29px;
    background: #5842ae;
    color: #fff;
    text-align: center;
    display: block;
    position: absolute;
    right: 7px;
    top: 8px;
    border-radius: 50%;
    font-size: 21px;
    line-height: 30px;
    cursor: pointer;
    z-index: 9;
}

#popup ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #EAEAEA;
}

#popup ul li {
    overflow: hidden;
}

#popup ul li:nth-child(odd) {
    background: #EFEFEF;
}

#popup ul li:nth-child(1) {
    background: #5842ae;
    color: #fff;
}

#popup ul li span {
    display: block;
    width: 50%;
    padding: 10px;
    float: left;
}

#popup ul li span:nth-child(1) {
    border-right: 1px solid #EAEAEA;
}

#popup ul li span:nth-child(2) {
    width: 150px;
    text-align: center;
}

#popup ul li span:nth-child(3) {
    width: 120px;
    text-align: center;
    border-left: 1px solid #EAEAEA;
}

.bottomp {
    overflow: hidden;
}

.bottomp p {
    padding: 5px 0;
    color: #000;
}

.popupboxmain {
    width: 100%;
    position: relative;
    top: 10%;
}

.reportTitle {
    margin-left: 15px;
}


#login-box {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 420px !important;
    max-width: 95%;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
    z-index: 9999;
}

.header-index.login-popup,
.header-popup {
    margin: 0 !important;
}

/* #login-box::before {
        content: "Sign In";
        display: block;
        background: #5842AE;
        color: #ffffff;
        text-align: center;
        font-size: 22px;
        font-weight: 600;
        padding: 22px 20px;
    } */

#login-box .close {
    position: absolute;
    top: 16px;
    right: 18px;
}

#login-box .close img {
    width: 28px;
    margin-top: -5px;
}

#login-box .close img:hover {
    opacity: 1;
}

#login-box fieldset {
    border: none;
    padding: 0px 20px 25px 20px;
}

#login-box .logincnt {
    width: 100%;
}

#login-box label span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
    color: #000;
}

#login-box input:focus {
    outline: none;
    border-color: #5842AE;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(91, 72, 184, 0.15);
}

#login-box input::placeholder {
    color: #9ca3af;
}

#login-box .inputshell {
    margin: 15px 0;
}

#login-box .inputshell p {
    font-size: 14px;
    margin-bottom: 5px;
    color: #4b5563;
}

#login-box .inputshell em {
    color: #dc2626;
}

#login-box button.submit {
    /* height: 38px; */
    color: #ffffff;
    /* font-size: 14px; */
    /* font-weight: 500; */
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.25s ease;
    /* padding: 6px 46px; */
    /* margin-top: 5px; */
}

#login-box button.sign {
    background: #5842AE;
}

#login-box button.sign:hover {
    background: linear-gradient(to bottom, #413083 0%, #413083 100%);
    color: #FFF;
}

#login-box button.reset {
    color: #fff;
    /* border: 0.50px solid #60606094; */
    background: linear-gradient(to bottom, #e82626 0%, #e82626 100%);
}

#login-box button.reset:hover {
    color: #fff;
    /* border: 0.50px solid #60606094; */
    background: linear-gradient(to bottom, #ff0606 0%, #ff0606 100%);
}

/* #login-box button.submit:hover {
    background: #4a3aa3;
    box-shadow: 0 8px 20px rgba(91, 72, 184, 0.35);
} */



#login-box .forgot {
    display: block;
    text-align: left;
    margin-top: 0px;
    font-size: 13px;
    color: #5842AE !important;
    text-decoration: none;
}

#login-box .forgot:hover {
    text-decoration: underline;
}


#login-box .display_error_msg,
#login-box .error {
    font-size: 13px;
    color: #dc2626;
    text-align: left;
    margin-bottom: px;
}


#forgotPwDiv h3 {
    text-align: left;
background-color: #5842AE;
    font-size: 22px;
    color: #fff;
    padding: 10px 15px;
    margin-top: 0px;
    border-radius: 10px 10px 0px 0px;
}

#mainLoginDiv>h3 {
    text-align: center;
    color: #fff;
    font-size: 22px;
    background-color: #5842ae;
    margin-bottom: 20px;
    padding: 12px 17px;
    text-align: left;
    border-radius: 6px 6px 0px 0px;
    margin-top: 0px;
}

.loading_login>h3 {
    text-align: center;
    font-size: 14px;
    color: #5842ae;
    margin-bottom: 20px;
    padding: 9px 9px;
    text-align: left;
    border-radius: 6px;
    margin-top: 0px;
    width: fit-content;
    margin-left: 20px;
    background-color: #eeeeee;
}


#forgotPwDiv small {
    color: #6b7280;
}

#forgotPwDiv a {
    color: #5842AE;
    text-decoration: none;
}

#forgotPwDiv a:hover {
    text-decoration: underline;
}

#login-box .loading_login,
#login-box .password_loader_div {
    padding: 0px 0;
    text-align: center;
}

#login-box .loading_login h3,
#login-box .password_loader_div h3 {
    color: #4b5563;
}

#captcha_code_fwpd span {
    margin-top: 10px;
    color: #000;
}

@media (max-width: 480px) {
    #login-box {
        width: 94% !important;
    }
}

.modal-header-custom {
    background-color: #5b3fa4;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px 8px 0 0;
}

.modal-header-custom h2 {
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    max-width: 350px;

}

.close-icon {
    width: 28px;
    height: 28px;
    cursor: pointer;
}
#forgotPwEmail{
    width: 370px !important;
}
.forgetsending h3 {
        text-align: center;
    font-size: 14px !important;
    color: black !important;
    padding: 9px 9px;
    text-align: left;
    border-radius: 6px !important;
    margin-top: 0px;
    background-color: #eeeeee !important;
}
