body{
    background-image: url(../img/witewall_3.png);
}

#profilebanner{
    background-image: url(../img/welcome.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    width: 100%;
    height: 425px
}

#inelligible_description {
    display: block;
    line-height: 25px;
    padding-top: 14px;
}

@media only screen and (max-width: 640px) {
    #profilebanner{
        height: 200px
    }
}


#profileholder{
    background-color: #f4f4f4;
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.43);
    padding: 0px;
}

#leftside{
    padding-top: 30px;
}

#welcomeholder{
    text-align: center;
    font-family: "etica-display";
    padding-bottom: 20px;
}

.welcome{
    text-align: center;
}

label{
    font-family: "refrigerator-deluxe";
}


h2 {
    margin-top: 75px;
    color: #4fa3dd;
    font-family: "etica-display";
}

@media only screen and (max-width: 1024px){
    h2{
        text-align: center;
        margin-top: 40px;
        margin-bottom: 20px;
    }
}

.profileid{
    font-family: "refrigerator-deluxe";
    font-size: 1.3em;
    padding: 0px;
    color: #4d4d4d;
    text-align: center;
}

.pointsholder{
    background-color: #dedede;
    margin-top: 20px;
    border-radius: 3px 3px 0px 0px;
}

@media only screen and (max-width: 1024px){
    .pointsholder{
        margin-top: 0px;
    }
}

.pointsinfo{
    font-family: "refrigerator-deluxe";
    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{
    background-color: #fff;
    padding-top: 30px;
}

#rightside h2, #rightside p {
    margin-left: 12px;
}

.button{
    background-color: #4fa3dd;
    float: right;
}

.button:hover{
    background-color: #67b7e8;
    float: right;
}

p{
    font-family: "etica-display";
    font-size: 1.3em;
}

.birthholder{
    font-family: "refrigerator-deluxe";
    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;
    text-align: justify;
}

#bottomsection p{
    font-size: 1.5em;
    color: white;
}

.profile_bottom_buttons a{
    margin: 20px;
}

#name_data_div{
    font-family: "etica-display";
    background-color: #4fa3dd;
    text-align: center;
}

#name_data_div h4{
    color: white;
}

#happy_div{
    padding: 10px;
    background-color: #f2f2f2;
}

#happy_div p{
    font-size: 1.3em;
}

#yfhs_profile_link{
    display: none;
    float: left;
}

#yfhs_profile_link a{
    background-color: #e64040;
}

@media only screen and (max-width: 1024px){
    #yfhs_profile_link{
        margin-left: 20px;
    }
}

@media only screen and (max-width: 515px){
    #yfhs_profile_link{
        margin-left: 0px;
    }
}



.rewards_link, .rewards_history_link, .tape_quizzes_link, .creations_calendar_link, .profile_pic_link, .yfhs_link, .back_to_profile_link {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 20px;
    border-radius: 4px;
    font-size: 1.3em;
    font-weight: 800;
    color: #ffffff;
    box-shadow: inset 0px 0px 3px rgba(51, 51, 51, 0.36);
    font-family: "refrigerator-deluxe";
}

.back_to_profile_link {
    background-color: #1fc2d0;
    border: 5px solid #3cd4e3;
}

[disabled="true"] > a {
    display: block;
    pointer-events: none;
}

[disabled="false"] > a > .rewards_link {
    background-color: #1fc2d0;
    border: 5px solid #3cd4e3;
}

[disabled="true"] > a > .rewards_link {
    background-color: #7d7d7d;
    border: 5px solid #c4c4c4;
    color: #a9a9a9;
}

[disabled="false"] > #inelligible_description {
    display: none;
}

/*[disabled="false"] > #inelligible_description {
    display: inline-block;
}*/

.rewards_history_link {
    background-color: #89d01f;
    border: 5px solid #a9e651;
}

.tape_quizzes_link{
    background-color: #e24052;
    border: 5px solid #ef707e;
}

.creations_calendar_link{
    background-color: #e27c32;
    border: 5px solid #ea8f4d;
}

.yfhs_link{
    background-color: #4fa3dd;
    border: 5px solid #98cbef;
}




.profile_pic_link{
    padding-top: 9px;
    padding-bottom: 9px;
    margin-bottom: 15px;
    font-size: 1em;
    background-color: #4fa3dd;
    border: 5px solid #71b5e5;
}

.help_link{
    padding: 7px 5px;
    margin-top: 20px;
    border-radius: 4px;
    font-size: .9em;
    font-weight: 800;
    color: #ffffff;
    box-shadow: inset 0px 0px 3px rgba(51, 51, 51, 0.36);
    background-color: #aaaaaa;
    border: 3px solid #adadad;
    display: inline-block;
    float: right;
    font-family: "refrigerator-deluxe";
}


.rewards_link:hover, .rewards_history_link:hover, .creations_calendar_link:hover, .profile_pic_link:hover, .tape_quizzes_link:hover, .yfhs_link:hover{
    box-shadow: 0px 0px 3px rgba(51, 51, 51, 0.36);
}




/* --------------------- availavle quizzes ------------------------ */


.previousquizzes{
    background-color: #4fa3dd;
    padding: 5px;
    font-size: 1.1em;
    border-radius: 3px;
    border: 5px solid #64b4ed;
}

.previousquizzes h4{
    color: #fff !important;
    font-size: 1em;
    text-align: center;
}

.previousquizzes i{
    color: #2c5f81;
    background-color: rgba(255, 255, 255, 0.65);
    padding: 2px 9px;
    border-radius: 55px;
}

.lightone, .darkone{
    height: 45px;
    line-height: 45px;
    padding: 0px 11px;
    font-family: "etica-display";
    color: #fff;
    clear: both;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 1px;
    border-radius: 3px;
}

.darkone{
    background-color: rgba(0, 0, 0, 0.29);
}

.darkone:hover{
    background-color: rgba(0, 0, 0, 0.21);
}

.lightone{
    background-color: rgba(255, 255, 255, 0.26);
}

.lightone:hover{
    background-color: rgba(255, 255, 255, 0.36);
}

.endone{
    text-align: center;
    padding: 5px;
    color: #fff !important;
    font-family: "etica-display";
    text-decoration: underline;
}

.endone a {
    color: #fff;
}




#profile_uploader_box_3000{
    background-color: rgba(255, 255, 255, 0.55);
    border: 15px solid rgba(255, 255, 255, 0.67);
    box-shadow: 0px 0px 3px rgba(51, 51, 51, 0.53);
    padding: 20px 5px;
    margin-top: 30px;
}

@media only screen and (max-width: 640px){
    #profile_uploader_box_3000{
        margin-top: -10px;
    }
}

#fileQueue{
    text-align: center;
}

.uploadifyQueueItem{
    margin: auto;
    margin-top: 10px;
}

#profileimage img{
    border: 3px solid #ffffff;
    box-shadow: 0px 0px 3px rgba(51, 51, 51, 0.53);
    max-height: 300px;
}

/* for EventCheck system */
#profile_trophy {
    display: none;
}

.trophy-image {
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin-top: 4px;
    margin-left: 1px;
}

.iti--inline-dropdown .iti__dropdown-content {
    border-radius: 0;
}

.iti--inline-dropdown .iti__country-list {
    max-height: 200px;
}

.iti__country {
    padding: 5px 10px;
}