body{
    /*background-image: url(../img/whitewall_3.png);*/
}

a.yflink:link, a.yflink:visited {
    font-weight: 500;
    text-decoration: underline;
}
a.yflink:hover {
    font-weight: bold;
    color: #c94917;
}


#btnsubmit {
    text-align: center;
    padding-top: 20px;
}


#sendit {
    text-align: center;
    padding-top: 20px;
}

#profilebanner{
    background-image: url(../images/BalmInGilead.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    width: 100%;
    height: 425px
}

#profileholder{
    background-color: white;
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.43);
    padding: 30px 20px 0px 0px;
}
#welcomeholder{
    text-align: center;
    font-family: "etica-display";
}
#welcomeholder2{
    text-align: left;
    font-family: "etica-display";
}

.tinyinput {
        font-weight: 600;
    min-height: 28px !important;
/*    max-width: 90% !important;*/
     color: #4fa3dd !important;
    letter-spacing: 1px;
        font-family: sans-serif !important;
    font-size: 11pt !important;
}
.smallinput {
        font-weight: 600;
    min-height: 28px !important;
/*    max-width: 95% !important;*/
     color: #4fa3dd !important;
    letter-spacing: 1px;
        font-family: sans-serif !important;
    font-size: 11pt !important;
}
.mediuminput {
    font-weight: 600;
    min-height: 28px !important;
/*    max-width: 95% !important;*/
     color: #4fa3dd !important;
    letter-spacing: 1px;
        font-family: sans-serif !important;
    font-size: 11pt !important;
}

.welcome{
    text-align: center;
}
select {
    height: 37px;
/*    max-width: 95% !important;*/
    color: #4fa3dd !important;
    font-weight: 600 !mportant;
    font-family: sans-serif !important;
    font-size: 11pt;
    font-weight: 600;

}
.smallinput {
/*    max-width: 75% !important;*/
}

label{
    font-family: "raleway";
    margin-bottom: 12px;
    font-weight: 500;
    
}

#ddllanguages > option {
    padding-top: 5px;
    font-weight: 500;
}

#ddlcountries > option {
        font-weight: 500;
    padding-top: 5px;
}
.astrisk {
    color: #c94917;
    font-size: 14pt;
    line-height: 10px;
    font-family: sans-serif;
    margin-top: 20px;
    padding-top: 20px;
}

.astrisk1 > p {
    color: #c94917;
    font-size: 10pt;
    line-height: 10px;
    font-family: sans-serif;
    margin-top: 20px;
    padding-top: 20px;
}

h2{
    color: #4fa3dd;
    font-family: "raleway";
	font-weight: 600;
}

h3 {
    font-family: "raleway";
    padding-top: 40px;
}

h4 {
    font-family: "raleway";
    font-size: 24pt;
}

.PasswordRequirement {
    font-size: 10pt;
    font-weight: 600;
    color: #c94917;
    padding-left: 10px;
}



.profileid{
    font-family: "raleway";
    font-size: 1.3em;
    padding: 0px;
    color: #4d4d4d;
    text-align: left;
}

.pointsholder{
    background-color: #dedede;
    margin-top: 20px;
    border-radius: 3px 3px 0px 0px;
}

#profileholder{
    background-color: white;
/*    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.43);*/
    padding: 30px 20px 0px 40px;
}






.pointsinfo{
    font-family: "raleway";
    font-size: 1.3em;
    padding: 0px;
    color: #6d6d6d;
    margin-bottom: 0px;
    padding: 2px;
    text-align: center;
}

#currentrewardpoints, #lifetimerewardpoints{
    font-family: "refrigerator-deluxe";
    font-size: 2em;
    color: #4fa3dd;
    background-color: #ebebeb;
    text-align: center;
    border-radius: 0px 0px 3px 3px;
    padding: 5px;
}

#rightside h2, #rightside p {
/*    margin-left: 12px;*/
}

.button{
    background-color: #4fa3dd;
    font-size: 11pt;
}

.button:hover{
    background-color: #67b7e8;
}

.welcometext > p{
    font-size: 12pt;
/*    max-width: 300px;*/
    padding: 0px;
}
p{
    font-family: "raleway";
    font-size: 14pt;
}

.birthholder{
    font-family: "raleway";
    font-weight: 500;
    padding: 0px;
}

.birthholder .columns{
    padding-left: 0px;
}

.alert {
    color: Red;
    font-weight: bold;
}

.grouprow td, .grouprow td a {
    color: white !important;
}


.dataTables_length {
    padding: 20px;
}



.hdrRoles {
    background-color: #4fa3dd;
    color: white !important;

}


.tdinactive {
    background-color: red;
    color: white;
}


#bottomsection{
    background-color: #4fa3dd;
    padding: 5px 70px 5px 70px;
    margin-top: 20px;
    text-align: justify;
}

#bottomsection p{
    font-size: 1.5em;
    color: white;
}



@media only screen and (max-width: 1024px){
    h2{
/*        text-align: center;*/
        margin-top: 30px;
        margin-bottom: 20px;
    }
     .pointsholder{
        margin-top: 0px;
    }
}

@media only screen and (max-width: 640px){
    #profilebanner {
        display: none;
    }
    
   .welcometext > p{
    font-size: 12pt;
    max-width: 100%;
    padding: 0 10px 0 10px;
}
    .button {
        text-align: center;
    }
}

