body { 
    background: #FFC510 url(/images/body_bg.png) no-repeat center bottom fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
} 

.footer-sticky{
    background: #FFC510 url(/images/body_bg.png) no-repeat center bottom fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.btn { 
    font-family: Prompt !important;
    background-color: #9E9E9E;
    color: #FFFFFF;
}

.h1,h2,h3,h4 { 
    font-family: Prompt !important;
  
}


.btn:hover { 
    font-family: Prompt !important;
    background-color: #3C3C3C;
    color: #FFFFFF;
}

.displayName{
    font-family: Prompt !important;
    color: #3C3C3C;
    font-size: 2rem;
    font-weight: 500;

}

.progress-bar.red-haze {
    background: #3C3C3C !important;
    color: #fff !important; 
}


/*เช็คแต้มสะสม*/
#checkpoint .nav>li >a, #checkpoint .nav>li.active >a {
    color: #fff;
    font-family: Prompt;
}

.table,.table th {
    font-family: Prompt  !important;
}

.table td {
    font-size: 1.25587rem;
}

.nav-tabs>li>a, .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  
    font-family: 'Prompt';
}

 .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  
    background-color: #3C3C3C !important;
}

.card-body,.card-body.form-group   {
     
    color: #3C3C3C !important;
    font-family: Prompt ; 
}

.tab-pane,.panel,.card-body .form-group  {
     
    color: #3C3C3C;
    font-family: Prompt;
    font-size: 1.1599rem;
}

.form-control {
    outline: 0 !important;
    border-radius: 20px !important;
    font-family: Prompt;
    background-color: #f0f0f0;
}

.control-label {
    font-family: Prompt !important;
    color: #3C3C3C;
    font-size: 1.2rem;
    font-weight: 500;
}

span.error {
    margin-top: 5px !important;
    display: block;

}


.jquery-loading-modal__text {
    font-family: 'Prompt'; 
} 
.btn-default.focus, .btn-default:focus {
    color: #adadad !important; 
}