/******************************************/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.right { float: right; }

body {
    font-family: Arial;
	min-width: 300px;
}

.none  { display: none; }
.clear  { clear: both; }
#logo { width: 70%; display: inline-block; float: left;
          max-width: 280px; 
          margin: 10px; }
#logo img{ width: 100%; }

.btn {
    background-color: #E84A18;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    padding: 10px;
    margin: 5px;
}


#register {
    font-size: 1em;
    text-decoration: none;
    padding: 10px 20px;
    margin-right: 10px;
    background-color: #007437;
    color: #FFF;
    cursor: pointer;
    border: none;
    xmargin: 0 auto;
    display: block;
    xwidth: 150px;
    float: right;
}

.container {
    max-width: 916px;
    margin: 0 auto;
    padding: 0px;
}

#wrapper hr {
    border: none;
    height: 1px;
    background-color: #007437;
}

h1 {
    text-align: center;
    font-family: Georgia;
    font-weight: 100;
    xcolor: #007437;
    color: #c93f22;
    padding-bottom: 30px;
    margin: 20px;
    background-image: url('../../images/blue_heading.png');
    background-repeat: no-repeat;
    background-position: bottom 10px center;
}

#userType {
    width: 100%;
    margin: 20px 0;
}

#userError{ display: none; }
#individualUser, #corporateUser {
    display: inline-block;
    padding: 20px;
    text-transform: uppercase;
    width: 50%;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}

#individualUser {
    background-color: #E84A18;
    color: #FFF;
    float: left;
}

#corporateUser {
    background-color: #EFEDE3;
    color: #000;
    float: right;
}

.elems >select{height: 40px}

@media screen and (max-width: 768px) {
    #individualUser, #corporateUser {
        display: block;
        padding: 20px;
        margin: 3px 0;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        cursor: pointer;
        box-sizing: border-box;
        float: none;
    }
}



label { font-family: arial;
        font-size: 1em;
        font-weight: bold;
        color: #4f4f4f;     
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"],textarea,#selectedRegion,#drpdwnRegion,#dropdownRegion{
    border:1px solid #ccc;
    border-radius: 2px;
    margin: 5px 0px 5px 0;
    padding: 10px;
    width: 100%;
    font-size: 0.875em;
    resize:none;
    font-family: Arial;
    font-style: normal;
}

.twocolumn
{
    width: 49.5%;
    float:left;
}
.twocolumn.second
{
    margin-left: 1%;
}
.overlay {
    background: black;
    opacity: .5;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
}

.box {
    position: fixed;
    /*top:30%;
    left:33%;*/
    background-color: #fff;
    color: #7F7F7F;
    border: 1px solid #ccc;
    -moz-box-shadow: 0 1px 5px #333;
    -webkit-box-shadow: 0 1px 5px #333;
    z-index: 101;
    display: none;
    min-height: 150px;
    xmin-width: 450px;
}

    .box .formPopup {
        height: inherit;
        overflow-y: auto;
    }

.box-from-top {
    top: 15%;
}

.box-from-left {
    left: 25%;
}
@media screen and (max-width: 480px) {
    
    .twocolumn {
        display: block;
        width: 100%;
        float: none;
    }
    
    .twocolumn.second
    {
        margin-left: 0;
    }
    
}

.elems {
    margin: 10px 0px;
    position: relative;
    clear: both;
}
.elems >select {
    margin-top: 5px;
    margin-bottom:5px
}
#txtFirstName-error, #txtPhoneNumber-error {
    xposition: absolute;
    top: 3px;
    left: 130px;
    font-family: Georgia;
    font-style: italic;
    font-size:0.85em;
}

/*
input[type="tel"] {
    padding-left: 35px;   
}
*/

.dropdown{
    width: 100%;
    margin: 0;
    padding: 0px 0px 0px 10px;
    height: 42px;
    line-height: 35px;
    font-size: 12px;
    color: #666666;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #b4b4b4;
	}

.teleInput {
    position: relative;
    display: inline-block;
    width: 49.5%;
}
.telOver {
    position: absolute;
    font-weight: bold;
    color: #4f4f4f;
    top: 34px;
    left: 5px;
}

#optnGender, #Nationality, #drpdwnCountry, #drpdwnState, #drpdwnCorporate, #state, #country {
    width: 100%;
    padding: 10px;
    border:1px solid #ccc;
    border-radius: 2px;
    font-family:Arial;
    font-style:normal;
}
.optional {
    color: #000;
    font-weight: 100;
    font-size: 0.875em;
    position: relative;
    bottom: 2px;
}
.optional.right { margin-right: 10px; }

#btnRegister_edit{
    font-size: 1em;
	/* position: relative; */
	/* left: 45%; */
	text-decoration: none;
	padding:10px 30px;
	margin-top: 10px;
	/* display: inline-block; */
	background-color: #007437;
	color: #FFF;
	cursor: pointer;
	border: none;
	margin: 0 auto;
	display: block;
	width:200px;
}


#btnRegister_register, #btnRegister_cancel{
    font-size: 1em;
	/* position: relative; */
	/* left: 45%; */
	text-decoration: none;
	padding:10px 30px;
	margin-top: 10px;
	/* display: inline-block; */
	
    border-radius:12px;
	color: #FFF;
	cursor: pointer;
	border: none;
	margin: 0 auto;
	display: inline-block;
	width:150px;
    font-family: Arial;
    
}
/*#btnRegister_register{
    background-color: #007437;
    background: linear-gradient(#189247, #115a2c);
    background-image: -webkit-linear-gradient(top, #189247, #115a2c); 
    background-image: -moz-linear-gradient(top, #189247, #115a2c); 
    background-image: -ms-linear-gradient(top, #189247, #115a2c); 
    background-image: -o-linear-gradient(top, #189247, #115a2c); 
    background-image: linear-gradient(top, #189247, #115a2c);
    
}*/
#btnRegister_register{
    background-color: #c93f22;
    background: linear-gradient(#c93f22, #80231c);
    background-image: -webkit-linear-gradient(top, #c93f22, #80231c); 
    background-image: -moz-linear-gradient(top, #c93f22, #80231c); 
    background-image: -ms-linear-gradient(top, #c93f22, #80231c); 
    background-image: -o-linear-gradient(top, #c93f22, #80231c); 
    background-image: linear-gradient(top, #c93f22, #80231c);
    
}

#btnRegister_cancel{
  background: #d7d7d7;
    background: -webkit-linear-gradient(#f2f2f2, #d7d7d7);
    background: -o-linear-gradient(#f2f2f2, #d7d7d7);
    background: -moz-linear-gradient(#f2f2f2, #d7d7d7);
    background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f2f2f2), color-stop(100%,#d7d7d7));
    background: linear-gradient(#f2f2f2, #d7d7d7);
    color: #000;
}
.center{
	text-align: center;
}

.button{
	text-decoration: none;
    padding:10px 30px;
    margin-top: 10px;
    display: inline-block;
    background-color: #007437;
    color: #FFF;
    cursor: pointer;
	border: none;
    font-size: 1em;
}

#mainHeader #headerRight #logButtons a:nth-child(2){
    display:none;
}

@media screen and (max-width: 540px) {

    #userType span {
        width: 100%;        
    }
    #txtFirstName, #txtLastName, #firstName, #lastName {
        width: 100%;
    }
    .teleInput {
        width: 100%;
    }
    
}

#socialIcons {
    right:260px;
}

#txtFirstName-error,#txtLastName-error,#txtEmail-error,#txtMobileNumber-error,#Nationality-error,#txtDescription-error,#txtStartDate-error,#txtEndDate-error,#txtTargetAmount-error,#state-error,#passwordregex,#txtpledgeAmount-error,#drpdwnDonationType-error,#txtEmployeeName-error,#txtEmployeeCode-error,#txtState-error,#txtDonationAmount-error,#panCard-error{
    color:red;
    font-family:Georgia;
    font-style: italic;
    font-size:0.85em;
    font-weight: normal !important;
}
#txtAddress-error, #drpdwnCountry-error, #txtPinCode-error, #txtUserName-error, #txtPassword-error, #txtConfirmPassword-error, #ngoTAN-error, #regCertNo-error, #ngoWebsite-error, #ngoLOGO-error, #txtPhoneNumber-error {
    color:red;
      font-family:Georgia;
    font-style: italic;
    font-size:0.85em;
     font-weight: normal !important;
}
#drpdwnCorporate-error,#txtEmployeeID-error,#txtCorporateEmail-error,#corpName-error,#corpDesc-error,#corpDesc-error,#corpURL-error,#corpPledgeRD-error,#contactPerson-error,#txtEmail1-error,#txtCorpDomain-error{
    color:red;
      font-family:Georgia;
    font-style: italic;
    font-size:0.85em;
     font-weight: normal !important;
}
#drpdwnCorporate-error, #txtEmployeeID-error, #txtCorporateEmail-error, #corpName-error, #corpDesc-error, #corpDesc-error, #corpURL-error, #corpPledgeRD-error, #contactPerson-error, #txtEmail1-error{
color:red;
  font-family:Georgia;
    font-style: italic;
    font-size:0.85em;
     font-weight: normal !important;
}
#onBehalfOf-error, #resiCountry-error, #countryName-error, #txtMobileNumberOf-error, #email-error, #firstName-error, #lastName-error, #mobileNumber-error, #addressLine1-error, #country-error, #pinCode-error, #newPassword-error, #repeatNewPassword-error, #oldPassword-error, #userError, #emailError ,#optnGender-error{
    color:red;
      font-family:Georgia;
    font-style: italic;
    font-size:0.85em;
     font-weight: normal !important;
}
  
#ngoName-error, #ngoDesc-error, #ngoURL-error, #drpdwnState-error, #txtName-error {
color:red;
  font-family:Georgia;
    font-style: italic;
    font-size:0.85em;
    font-weight: normal !important;
}
.error {
     xcolor: red;
       font-family:Georgia;
    font-style: italic;
    font-size:0.85em;
    font-weight: normal !important;
}
#txtCity-error {
color:red;
  font-family:Georgia;
    font-style: italic;
    font-size:0.85em;
    font-weight: normal !important;
}
#panCard {
    text-transform:uppercase;
}

textarea
{
    font-family: Arial;
}
::-webkit-input-placeholder {
    font-family: Arial;
}
:-moz-placeholder {
    font-family: Arial;
}
::-moz-placeholder {
    font-family: Arial;
}
:-ms-input-placeholder {
    font-family: Arial;
}

 #ngoName{
     text-transform: uppercase;
}

 #preloader {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: url('../images/Pre-loader.gif') no-repeat center center;
    background-color: transparent;
}

.threecolumn {
width: 32.6% !important;
}
.middle {
margin-left: 1%;
}

#txtWriteUp-error {
       font-family:Georgia;
    font-style: italic;
    font-size: 0.85em !important;
    font-weight: normal !important;
}

#ImagePath-error{
font-family: Georgia;
    font-style: italic;
    font-size:0.85em;
    font-weight: normal !important;
}

#user_name-error {
color: red;
}

#dNote {
float:left;width:100%;
}

#Nationality, #optnGender {
height :40px;
margin:5px 0;
}



/****************BehtarIndia*******************/
@font-face {
    font-family: 'tt0140m_';
    src: url('../../font/tt0140m_.ttf') format('truetype');
}
#confirmationPopup {
display: none;
position: fixed;
z-index: 100000;
xpadding-top: 80px;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
}
   
#confirmationPopup .modal-content {
background-color: #fefefe;
margin: auto;
padding-top:20px;
padding-bottom:5px;
border: 1px solid #888;
xborder-radius:8px;
width: 500px;
max-height:500px;

color: #000;
font-family:'tt0140m_';
position:relative;
}
#modal-content {
    xborder-radius: 8px;
    border: 1px solid #888;
    padding-top: 20px;
    padding-bottom: 5px;
    font-family:'tt0140m_';
}
.formPopup{

margin-top:10px;
padding: 0px 20px;
width: 100%;
max-height:500px;
overflow:auto;
color: #000;
font-family:'tt0140m_';
position:relative;
}


#modal-content p{
    line-height:20px;
    margin: 8px 0;
}

/* The Close Button */
#modal-content .close {
position:absolute;
top:-2px;
right:2px;
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}

#modal-content .close:hover,
#modal-content .close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}

#modal-content input[type=button] {
font-size: 1em;
text-decoration: none;
padding: 10px;
margin-top: 10px;
display: inline-block;
cursor: pointer;
border: none;
margin: 0 auto;
width: 150px;
border-radius:12px;
font-family:'tt0140m_';
}

/*#confirmSubmit {
background-color: #007437;
background: linear-gradient(#189247, #115a2c);
background-image: -webkit-linear-gradient(top, #189247, #115a2c); 
background-image: -moz-linear-gradient(top, #189247, #115a2c); 
background-image: -ms-linear-gradient(top, #189247, #115a2c); 
background-image: -o-linear-gradient(top, #189247, #115a2c); 
background-image: linear-gradient(top, #189247, #115a2c);
    color:#fff;
text-transform: uppercase;
}

#confirmSubmit:hover, #btnRegister_register:hover{
background: linear-gradient(#115a2c, #189247);
background-image: -webkit-linear-gradient(top, #115a2c, #189247); 
background-image: -moz-linear-gradient(top, #115a2c, #189247); 
background-image: -ms-linear-gradient(top, #115a2c, #189247); 
background-image: -o-linear-gradient(top, #115a2c, #189247); 
background-image: linear-gradient(top, #115a2c, #189247);
}*/


#confirmSubmit {
background-color: #c93f22;
background: linear-gradient(#c93f22, #80231c);
background-image: -webkit-linear-gradient(top, #c93f22, #80231c); 
background-image: -moz-linear-gradient(top, #c93f22, #80231c); 
background-image: -ms-linear-gradient(top, ##93f22, #80231c); 
background-image: -o-linear-gradient(top, #c93f22, #80231c); 
background-image: linear-gradient(top, #c93f22, #80231c);
    color:#fff;
text-transform: uppercase;
}

#confirmSubmit:hover, #btnRegister_register:hover{
background: linear-gradient(#80231c, #c93f22);
background-image: -webkit-linear-gradient(top, #80231c, #c93f22); 
background-image: -moz-linear-gradient(top, #80231c, #c93f22); 
background-image: -ms-linear-gradient(top, #80231c, #c93f22); 
background-image: -o-linear-gradient(top, #80231c, #c93f22); 
background-image: linear-gradient(top, #80231c, #c93f22);
}

#confirmCancel{
    background: #d7d7d7;
    background: -webkit-linear-gradient(#f2f2f2, #d7d7d7);
    background: -o-linear-gradient(#f2f2f2, #d7d7d7);
    background: -moz-linear-gradient(#f2f2f2, #d7d7d7);
    background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f2f2f2), color-stop(100%,#d7d7d7));
    background: linear-gradient(#f2f2f2, #d7d7d7);
    color: #000;
    text-transform: uppercase;
}

#confirmCancel:hover, #btnRegister_cancel:hover{
    background: #f2f2f2;
    background: -webkit-linear-gradient(#d7d7d7, #f2f2f2);
    background: -o-linear-gradient(#d7d7d7, #f2f2f2);
    background: -moz-linear-gradient(#d7d7d7, #f2f2f2);
    background: -webkit-gradient(linear, top, bottom, color-stop(0%,#d7d7d7), color-stop(100%,#f2f2f2));
    background: linear-gradient(#d7d7d7, #f2f2f2);
}



@media(min-width: 320px) and (max-width: 560px) {
#modal-content{
    width:80%;
}
#confirmationPopup input[type=button] {
    xwidth:100px;
}
}

@media(min-width: 320px) and (max-width: 445px) {

    #btnRegister_cancel,#confirmCancel{
       margin-top:15px !important;
   }
}