h1 {
    color: #940709;
}

.h1-en {
    color: #940709;
}

.blue-btn {
    background: #940709!important;
    white-space: normal!important;
}

button.normal-btn {
    white-space: normal;
}

.btn.clickButton.blue-btn:hover {
    color: #fff;
    background: #9f2b2d!important;
}

#loading {
    background-color: #9f2b2d!important;
}


/*==== overwrite form.css ====*/

.reload-btn {
    font-size: 1.3em;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10px;
    color: #fff;
    background: #940709!important;
    width: 42px;
    height: 42px;
    padding: 8px;
    text-decoration: none !important;
    text-align: center;
    margin-bottom: 15px;
}

.reload-btn:hover {
    background: #9f2b2d;
    text-decoration: none !important;
}

a {
    color: #940709;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #9f2b2d;
}

h2 {
    text-align: left;
    font-size: 1em;
    color: #000;
    font-weight: normal;
}

.h1-btm-line {
    margin: 20px 0px;
    text-align: left;
    font-size: 1em;
}

.btn-primary {
    background-color: #0081b4;
    color: #fff !important;
    border-radius: 5px!important;
    border: 0px;
}

.btn {
    border-radius: 30px!important;
    padding: 5px 40px;
}

.formDescription-date {
    color: #0081b4;
    margin: 0px 20px 0px 20px;
    font-weight: bold;
    font-size: 1.2em;
}

.bulebold {
    color: #0081b4;
    font-weight: bold;
}

#formDesc {
    color: #000;
    background: #f5f5f5;
    width: 100%;
    padding-bottom: 15px;
}

button.normal-btn:hover,
button.normal-btn:focus {
    color: #ffffff!important;
}

.thankyou-title {
    margin: 0px 0px;
    text-align: center;
    font-size: 1.5em;
    color: #940709;
    FONT-WEIGHT: 600;
}

.thankyou-text {
    margin: 0px 0px;
    font-size: 1em;
    color: #940709;
    FONT-WEIGHT: 600;
}

.coupontnc-title {
    font-weight: bold;
    margin-bottom: 15px;
}

.coupontnc {
    margin-left: -15px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
}

.coupontnc ol {
    margin-left: -25px;
}

@media only screen and (max-width: 550px) {
    .coupontnc ol {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .rgp-container ul li {
        margin-bottom: 8px!important;
    }
    .rgp-container .no-gutter ul {
        padding: 0px;
        margin-top: 10px;
    }
}

.form-control.error {
	padding-left:0px!important;
}

.language-container .error {
    color: red;
    font-size: 14px;
    display: inline;
    padding-top: 5px;
    padding-bottom: 10px;
}

.salutation-container .error {
    color: red;
    font-size: 14px;
    display: inline;
    padding-top: 5px;
    padding-bottom: 10px;
}

select {
    margin-bottom: 10px !important;
}

label#v_selectedLang-error {
    margin-top: 10px;
	padding-left:0px!important;
}

label#v_salutation-error {
	margin-top: 10px;
	display:none;
	padding-left:0px!important;
}

#formDiv {
    border: 1px solid #eee!important;
}

button#backBtn {
	color:rgb(51, 51, 51)!important;
    background:rgb(240, 240, 240) !important;
}

button#backBtn:hover {
	color:rgb(51, 51, 51)!important;
    background:rgb(240, 240, 240) !important;
}

  /*  div.pageHeader {

        display: none!important;
    }*/


@media (max-width: 992px) {
    .keyvisual {
        margin-top: 0px !important; 
    }
}
@media (max-width: 550px) {
    .hkjcLogo img {
        width: 146px;
    }
}
