﻿@charset "UTF-8";

.container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

    .container:before,
    .container:after {
        display: table;
        content: " ";
    }

    .container:after {
        clear: both;
    }

@media (min-width: 600px) {
    .container {
        width: calc(100% - 20px);
    }
}

@media (min-width: 1000px) {
    .container {
        width: 960px;
    }
}

@media (min-width: 1280px) {
    .container {
        width: 1200px;
    }
}

.container-fluid {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

    .container-fluid:before,
    .container-fluid:after {
        display: table;
        content: " ";
    }

    .container-fluid:after {
        clear: both;
    }

.row {
    margin-right: -10px;
    margin-left: -10px;
}

    .row:before,
    .row:after {
        display: table;
        content: " ";
    }

    .row:after {
        clear: both;
    }

.row-no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .row-no-gutters [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.col-sm-1,
.col-md-1,
.col-lg-1,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 600px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1000px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1280px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

    input[type="radio"][disabled],
    input[type="radio"].disabled,
    fieldset[disabled] input[type="radio"],
    input[type="checkbox"][disabled],
    input[type="checkbox"].disabled,
    fieldset[disabled] input[type="checkbox"] {
        cursor: not-allowed;
    }

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 16px;
    line-height: 1.5;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        background-color: #f2f2f2;
        opacity: 1;
    }

    .form-control[disabled],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 50px;
    }

    input[type="date"].input-sm,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm input[type="month"] {
        line-height: 33px;
    }

    input[type="date"].input-lg,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg input[type="month"] {
        line-height: 49px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio.disabled label,
    fieldset[disabled] .radio label,
    .checkbox.disabled label,
    fieldset[disabled] .checkbox label {
        cursor: not-allowed;
    }

    .radio label,
    .checkbox label {
        min-height: 24px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer;
    }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-top: 4px \9;
        margin-left: -20px;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

    .radio-inline.disabled,
    fieldset[disabled] .radio-inline,
    .checkbox-inline.disabled,
    fieldset[disabled] .checkbox-inline {
        cursor: not-allowed;
    }

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

.form-control-static {
    min-height: 40px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

    .form-control-static.input-lg,
    .form-control-static.input-sm {
        padding-right: 0;
        padding-left: 0;
    }

.input-sm {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 33px;
    line-height: 33px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 33px;
    line-height: 33px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 33px;
    min-height: 38px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5;
}

.input-lg {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 6px;
}

select.input-lg {
    height: 49px;
    line-height: 49px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 49px;
    line-height: 49px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 49px;
    min-height: 44px;
    padding: 11px 16px;
    font-size: 20px;
    line-height: 1.33333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 62.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 49px;
    height: 49px;
    line-height: 49px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 33px;
    height: 33px;
    line-height: 33px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 29px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 600px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon,
        .form-inline .input-group .input-group-btn,
        .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label,
        .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"],
        .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 31px;
}

.form-horizontal .form-group {
    margin-right: -10px;
    margin-left: -10px;
}

    .form-horizontal .form-group:before,
    .form-horizontal .form-group:after {
        display: table;
        content: " ";
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

@media (min-width: 600px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 10px;
}

@media (min-width: 600px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 20px;
    }
}

@media (min-width: 600px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 14px;
    }
}

@media (min-width: 1680px) {
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        float: left;
    }

    .col-xl-1 {
        width: 8.33333%;
    }

    .col-xl-2 {
        width: 16.66667%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-4 {
        width: 33.33333%;
    }

    .col-xl-5 {
        width: 41.66667%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-7 {
        width: 58.33333%;
    }

    .col-xl-8 {
        width: 66.66667%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-10 {
        width: 83.33333%;
    }

    .col-xl-11 {
        width: 91.66667%;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-pull-1 {
        right: 8.33333%;
    }

    .col-xl-pull-2 {
        right: 16.66667%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-4 {
        right: 33.33333%;
    }

    .col-xl-pull-5 {
        right: 41.66667%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-7 {
        right: 58.33333%;
    }

    .col-xl-pull-8 {
        right: 66.66667%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-10 {
        right: 83.33333%;
    }

    .col-xl-pull-11 {
        right: 91.66667%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-push-1 {
        left: 8.33333%;
    }

    .col-xl-push-2 {
        left: 16.66667%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-4 {
        left: 33.33333%;
    }

    .col-xl-push-5 {
        left: 41.66667%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-7 {
        left: 58.33333%;
    }

    .col-xl-push-8 {
        left: 66.66667%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-10 {
        left: 83.33333%;
    }

    .col-xl-push-11 {
        left: 91.66667%;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-offset-0 {
        margin-left: 0%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66667%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66667%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66667%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66667%;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 7px;
    padding-left: 7px;
}

@media (min-width: 600px) {
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12 {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 599px) {
    .container {
        width: calc(100% - 14px);
        padding-right: 7px;
        padding-left: 7px;
    }
}

@media (max-width: 599px) {
    .row {
        margin-right: -7px;
        margin-left: -7px;
    }

        .row:before,
        .row:after {
            display: table;
            content: " ";
        }

        .row:after {
            clear: both;
        }
}

.text-hightlight {
    color: #c28a07;
}

html {
    font-size: 16px;
    font-family: Helvetica, 微軟正黑體, Microsoft JhengHei, Heiti TC, 黑體, Arial, sans-serif;
}

body {
    font-size: 16px;
    line-height: 1.5;
    color: #4d4d4d;
    font-family: Helvetica, 微軟正黑體, Microsoft JhengHei, Heiti TC, 黑體, Arial, sans-serif;
}

@media (min-width: 1680px) {
    .container {
        width: 1620px;
    }
}

.form-wrapper {
    line-height: 1.5;
    background-color: #ffffff;
}

    .form-wrapper .form-wrapper-heading {
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        color: #005F99;
    }

    .form-wrapper .form-wrapper-header {
        padding: 20px 20px;
        background-color: #f2f2f2;
    }

@media (max-width: 599px) {
    .form-wrapper .form-wrapper-header {
        padding: 20px 14px;
    }
}

.form-wrapper .form-wrapper-header .timeline-container {
    margin-top: 10px;
}

.form-wrapper .form-wrapper-body {
    padding: 50px 0px;
}

@media (max-width: 599px) {
    .form-wrapper .form-wrapper-body {
        padding: 30px 0px;
    }
}

.form-wrapper .form-wrapper-body .form-body-title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
}

.form-wrapper .form-wrapper-body .otp {
    margin: 0 auto;
}

.site-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 90px;
    background-color: #ffffff;
}

    .site-wrapper .site-header {
        width: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 1030;
        background-color: #ffffff;
        border-bottom: 2px solid #edc879;
    }

        .site-wrapper .site-header .site-header-container {
            display: flex;
            align-items: center;
            padding: 20px 0px;
        }

            .site-wrapper .site-header .site-header-container .site-header-link {
                flex-grow: 1;
                align-items: center;
                margin-top: 10px;
                text-align: right;
                font-weight: bold;
                cursor: pointer;
                font-size: 18px;
            }

@media (max-width: 599px) {
    .site-wrapper .site-header .site-header-container .site-header-link {
        margin-top: 0px;
    }
}

.site-wrapper .site-header .site-header-container .site-header-link a {
    color: #4d4d4d;
    text-decoration: none;
}

    .site-wrapper .site-header .site-header-container .site-header-link a:hover,
    .site-wrapper .site-header .site-header-container .site-header-link a:focus {
        color: #005F99;
        text-decoration: none;
    }

    .site-wrapper .site-header .site-header-container .site-header-link a:focus {
        outline: none;
        outline-offset: 0px;
    }

.site-wrapper .site-header .site-header-container .site-header-link .site-header-link-icon {
    /*width: 40px;
    height: 35px;*/
    position: relative;
    display: inline-block;
}

    .site-wrapper .site-header .site-header-container .site-header-link .site-header-link-icon img {
        width: 40px;
        height: 35px;
    }

.site-wrapper .site-header .site-header-container .site-header-link .site-header-link-icon-hover {
    position: absolute;

    z-index: 2;
    visibility: hidden;
}

.site-wrapper .site-header .site-header-container .site-header-link:hover .site-header-link-icon-hover {
    visibility: visible;
}

.site-wrapper .site-header .site-header-container .site-header-link:hover .site-header-link-text {
    color: #005F99;
}

.site-wrapper .site-header .site-header-logo {
    overflow: hidden;
}

.site-wrapper .site-header .site-header-logo img {
    height: 60px !important;
}

@media (max-width: 599px) {
    .site-wrapper .site-header .site-header-logo {
        width: 60px;
    }
}

.site-wrapper .site-content {
    flex-grow: 1;
}

.site-wrapper .site-footer {
    background-image: linear-gradient(90deg, #00b3fe, #039);
}

    .site-wrapper .site-footer .site-footer-container {
        font-size: 14px;
        padding: 10px 0px;
    }

    .site-wrapper .site-footer .footer-content-link {
        display: flex;
    }

        .site-wrapper .site-footer .footer-content-link .area-logo {
            flex-grow: 1;
            margin-top: 4px;
        }

            .site-wrapper .site-footer .footer-content-link .area-logo img {
                display:none;
            }

        .site-wrapper .site-footer .footer-content-link .area-link {
            text-align: right;
        }

            .site-wrapper .site-footer .footer-content-link .area-link a {
                white-space: nowrap;
                padding: 0px 10px;
                color: #ffffff;
                cursor: pointer;
                border-right: 1px solid #ffffff;
            }

                .site-wrapper .site-footer .footer-content-link .area-link a:last-child {
                    padding-right: 0px;
                    border-right: 0px;
                }

            .site-wrapper .site-footer .footer-content-link .area-link .area-link-line {
                margin-bottom: 5px;
            }

                .site-wrapper .site-footer .footer-content-link .area-link .area-link-line:last-child {
                    margin-bottom: 0px;
                }

@media (max-width: 599px) {
    .site-wrapper .site-footer .footer-content-link {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

        .site-wrapper .site-footer .footer-content-link .area-logo {
            margin-top: 0px;
            margin-bottom: 5px;
        }

        .site-wrapper .site-footer .footer-content-link .area-link {
            text-align: center;
        }
}

.site-wrapper .site-footer .footer-content-note {
    display: flex;
    flex-direction: column;
    text-align: right;
    color: #ffffff;
    margin-top: 5px;
    gap: 5px;
}

@media (max-width: 999px) {
    .site-wrapper .site-footer .footer-content-note .area-browser-support {
        display: none;
    }
}

@media (max-width: 599px) {
    .site-wrapper .site-footer .footer-content-note .area-copyright {
        text-align: center;
    }
}

#site-header-id {
    transition: all .3s ease-in-out, border-bottom .2s linear;
}

.otp {
    width: 320px;
    color: #4d4d4d;
}

@media (max-width: 599px) {
    .otp {
        width: calc(100% - 28px);
    }
}

.otp .otp-heading {
    margin-bottom: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.otp .otp-description {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

    .otp .otp-description + .otp-description {
        margin-top: 20px;
    }

.otp .otp-input-container {
    text-align: center;
}

    .otp .otp-input-container input.form-control {
        width: 44px;
        display: inline-block;
        text-align: center;
    }

        .otp .otp-input-container input.form-control:last-child {
            margin-right: 0px;
        }

.otp .otp-note {
    margin-top: 5px;
    text-align: center;
    font-size: 14px;
}

.datepicker-dropdown.datepicker-orient-top:after,
.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 0px;
}

.datepicker table {
    width: 250px;
}

    .datepicker table tr td.active,
    .datepicker table tr td.active:hover,
    .datepicker table tr td.active.disabled,
    .datepicker table tr td.active.disabled:hover {
        background-image: none;
        background-color: #005F99;
        border-color: #005F99;
        text-shadow: none;
    }

        .datepicker table tr td.active:hover,
        .datepicker table tr td.active:hover:hover,
        .datepicker table tr td.active.disabled:hover,
        .datepicker table tr td.active.disabled:hover:hover,
        .datepicker table tr td.active:active,
        .datepicker table tr td.active:hover:active,
        .datepicker table tr td.active.disabled:active,
        .datepicker table tr td.active.disabled:hover:active,
        .datepicker table tr td.active.active,
        .datepicker table tr td.active:hover.active,
        .datepicker table tr td.active.disabled.active,
        .datepicker table tr td.active.disabled:hover.active,
        .datepicker table tr td.active.disabled,
        .datepicker table tr td.active:hover.disabled,
        .datepicker table tr td.active.disabled.disabled,
        .datepicker table tr td.active.disabled:hover.disabled,
        .datepicker table tr td.active[disabled],
        .datepicker table tr td.active:hover[disabled],
        .datepicker table tr td.active.disabled[disabled],
        .datepicker table tr td.active.disabled:hover[disabled] {
            background-color: #005F99;
        }

            .datepicker table tr td.active:active,
            .datepicker table tr td.active:hover:active,
            .datepicker table tr td.active.disabled:active,
            .datepicker table tr td.active.disabled:hover:active,
            .datepicker table tr td.active.active,
            .datepicker table tr td.active:hover.active,
            .datepicker table tr td.active.disabled.active,
            .datepicker table tr td.active.disabled:hover.active {
                background-color: #005F99;
            }

    .datepicker table tr td span.active,
    .datepicker table tr td span.active:hover,
    .datepicker table tr td span.active.disabled,
    .datepicker table tr td span.active.disabled:hover {
        background-color: #005F99;
        background-image: none;
        border-color: #005F99;
        text-shadow: none;
    }

        .datepicker table tr td span.active:hover,
        .datepicker table tr td span.active:hover:hover,
        .datepicker table tr td span.active.disabled:hover,
        .datepicker table tr td span.active.disabled:hover:hover,
        .datepicker table tr td span.active:active,
        .datepicker table tr td span.active:hover:active,
        .datepicker table tr td span.active.disabled:active,
        .datepicker table tr td span.active.disabled:hover:active,
        .datepicker table tr td span.active.active,
        .datepicker table tr td span.active:hover.active,
        .datepicker table tr td span.active.disabled.active,
        .datepicker table tr td span.active.disabled:hover.active,
        .datepicker table tr td span.active.disabled,
        .datepicker table tr td span.active:hover.disabled,
        .datepicker table tr td span.active.disabled.disabled,
        .datepicker table tr td span.active.disabled:hover.disabled,
        .datepicker table tr td span.active[disabled],
        .datepicker table tr td span.active:hover[disabled],
        .datepicker table tr td span.active.disabled[disabled],
        .datepicker table tr td span.active.disabled:hover[disabled] {
            background-color: #005F99;
        }

            .datepicker table tr td span.active:active,
            .datepicker table tr td span.active:hover:active,
            .datepicker table tr td span.active.disabled:active,
            .datepicker table tr td span.active.disabled:hover:active,
            .datepicker table tr td span.active.active,
            .datepicker table tr td span.active:hover.active,
            .datepicker table tr td span.active.disabled.active,
            .datepicker table tr td span.active.disabled:hover.active {
                background-color: #005F99;
            }

.modal-content {
    border: 0px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-backdrop {
    background-color: #005F99;
}

    .modal-backdrop.in {
        filter: alpha(opacity=90);
        opacity: 0.9;
    }

.modal-header {
    text-align: center;
    padding: 10px 20px;
    border-bottom: 1px solid #999999;
}

@media (max-width: 599px) {
    .modal-header {
        padding: 10px 14px;
    }
}

.modal-heading {
    font-size: 24px;
    font-weight: bold;
    color: #4d4d4d;
}

.modal-body,
.modal-footer {
    padding: 20px 20px;
}

@media (max-width: 599px) {
    .modal-body,
    .modal-footer {
        padding: 20px 14px;
    }
}

.modal-footer {
    text-align: center;
}

    .modal-footer .btn + .btn {
        margin-left: 15px;
    }

@media (max-width: 599px) {
    .modal-footer .btn {
        min-width: auto;
        width: calc(50% - 7px);
    }

        .modal-footer .btn + .btn {
            margin-left: 9px;
        }
}

.modal-dialog {
    width: 480px;
    margin: 30px auto;
}

@media (max-width: 599px) {
    .modal-dialog {
        width: calc(100% - 28px);
    }
}

.modal {
    display: flex;
    align-items: center;
}

.custom-show {
    -webkit-animation: custom-modal-show 0.3s;
    animation: custom-modal-show 0.3s;
}

@-webkit-keyframes custom-modal-show {
    0% {
        transform: scale(0.7);
    }

    45% {
        transform: scale(1.05);
    }

    80% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes custom-modal-show {
    0% {
        transform: scale(0.7);
    }

    45% {
        transform: scale(1.05);
    }

    80% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

.upload {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-radius: 5px;
    border: 3px solid #4d4d4d;
}

    .upload .upload-container {
        height: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .upload .upload-container-success {
        width: 100%;
        height: 100%;
        background-position: center top;
        background-size: contain;
        background-repeat: no-repeat;        
    }

        .upload .upload-container-success::after {
            content: "點選以更換圖片或檔案";
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            text-align: center;
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
            background-color: #000000;
            opacity: 0.7;
            color: #ffffff;
            line-height: 40px;
            transform: translateY(100%);
            animation: ani_upload_complete 0.2s ease-out 0.1s forwards;
        }

    .upload input {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1;
        cursor: pointer;
        opacity: 0;
    }

    .upload .upload-note {
        text-align: center;
        font-size: 12px;
        width: 100%;
        position: absolute;
        bottom: 5px;
        left: 0px;
    }

    .upload .upload-icon {
        width: 40px;
        height: 40px;
        position: relative;
        background-color: #4d4d4d;
        border-radius: 50%;
        transition: transform 0.1s ease-out;
    }

        .upload .upload-icon::after,
        .upload .upload-icon::before {
            content: "";
            width: 23px;
            height: 4px;
            display: inline-block;
            position: absolute;
            left: 50%;
            top: 50%;
            background: #ffffff;
            border-radius: 2px;
        }

        .upload .upload-icon::after {
            transform: translate(-50%, -50%) rotate(90deg);
        }

        .upload .upload-icon::before {
            transform: translate(-50%, -50%);
        }

    .upload .upload-clear {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 10px;
        right: 10px;
        background-color: rgba(0, 0, 0, 0.7);
        border-radius: 50%;
        z-index:999;

    }

        .upload .upload-clear::after,
        .upload .upload-clear::before {
            content: "";
            width: 15px;
            height: 4px;
            display: inline-block;
            position: absolute;
            left: 50%;
            top: 50%;
            background: #ffffff;
            border-radius: 2px;
        }

        .upload .upload-clear::after {
            transform: translate(-50%, -50%) rotate(45deg);
        }

        .upload .upload-clear::before {
            transform: translate(-50%, -50%) rotate(135deg);
        }

        .upload .upload-clear:hover{
            cursor:pointer;
        }


    .upload:hover .upload-icon {
        transform: translateY(-30%);
    }

    .upload.invalid {
        border-color: #a94442;
    }

@keyframes ani_upload_complete {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0%);
    }
}

.upload-preview {
    width: 100%;
    height: 180px;
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #4d4d4d;
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;    
}

.upload-add-btn {
    display: inline-block;
    padding: 7px 15px;
    color: #4d4d4d;
    border: 2px solid #4d4d4d;
    border-radius: 36px;
    cursor: pointer;
}

    .upload-add-btn::before {
        content: "";
        width: 10px;
        height: 10px;
        display: inline-block;
        background-image: url("../images/add.svg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

.upload-content-section {
    margin-top: 5px;
    font-size: 14px;
}

    .upload-content-section:last-child {
        margin-bottom: 0px;
    }

    .upload-content-section .item-list {
        margin-left: -15px;
        font-weight: normal;
        list-style-type: decimal;
    }

.selection {
    position: relative;
    padding: 10px 13px;
    border-radius: 5px;
    border: 1px solid #005F99;
    cursor: pointer;
}

    .selection.selction-btn {
        color: #005F99;
        text-align: center;
    }

    .selection.active {
        color: #ffffff;
        background-color: #005F99;
    }

    .selection.has-icon {
        padding-right: 56px;
    }

        .selection.has-icon::before {
            content: "";
            width: 36px;
            height: 36px;
            display: block;
            position: absolute;
            right: 10px;
            top: calc(50% - 18px);
            visibility: hidden;
            transition: transform 0.1s linear;
            transform: translateY(50%);
            background-color: #ffffff;
            background-image: url("../images/icon-success-green.svg");
            background-size: 16px 13px;
            background-repeat: no-repeat;
            background-position: 50%;
            border-radius: 50%;
        }

        .selection.has-icon.active {
            color: #ffffff;
            background-color: #005F99;
        }

            .selection.has-icon.active::before {
                visibility: visible;
                transform: translateY(0);
            }

    .selection .selection-sub-title {
        font-size: 14px;
    }

    .selection + .selection {
        margin-top: 10px;
    }

.selection-btn-group {
    margin-bottom: 10px;
}

    .selection-btn-group:last-child {
        margin-bottom: 0px;
    }

.swal2-popup {
    min-height: 250px;
    width: 480px;
    max-width: 480px;
    padding: 20px 20px;
    border-radius: 10px;
    font-size: 16px;
}

@media (max-width: 599px) {
    .swal2-popup {
        padding: 20px 14px;
    }
}

.swal2-title {
    margin: 0 0 20px 0;
    color: #595959;
    font-size: 24px;
    font-weight: bold;
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
    background: rgba(0, 156, 229, 0.9);
}

.swal2-header {
    padding: 0px;
}

.swal2-icon {
    margin: 20px auto 20px;
}

.swal2-actions {
    margin: 0px;
    padding: 0px;
}

.swal2-styled:focus {
    box-shadow: none;
}

.swal2-styled.swal2-confirm {
    background-color: #c28a07;
}

.swal2-styled.swal2-confirm {
    border-radius: 5px;
    background-color: #c28a07;
    font-size: 16px;
}

.swal2-content {
    padding: 0px;
    color: #545454;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 20px;
}

.swal2-styled {
    padding: 13px 25px;
    margin: 0px;
    font-weight: normal;
}

.swal2-icon.swal2-warning {
    border-color: #c28a07;
    color: #c28a07;
}

.swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee;
}

.swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd;
}

.swal2-icon.swal2-success {
    border-color: #a5dc86;
    color: #a5dc86;
}

.swal2-loader {
    border-color: #c28a07 transparent #c28a07 transparent;
}


/* height mobile, tablet is 60px; desktop is 50px */

.btn {
    min-width: 182px;
    padding: 13px 25px;
    outline: none !important;
    font-size: 16px;
}

    .btn:active,
    .btn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

@media (max-width: 999px) {
    .btn {
        padding: 18px 25px;
    }
}

.btn.disabled,
.btn[disabled] {
    pointer-events: auto !important;
    cursor: not-allowed;
}

.btn-w-auto {
    min-width: auto;
}

.btn-main {
    color: #ffffff;
    background-color: #c28a07;
}

    .btn-main:focus,
    .btn-main.focus,
    .btn-main:hover {
        color: #ffffff;
        background-color: #a97806;
    }

    .btn-main.disabled,
    .btn-main[disabled] {
        background-color: #999999;
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn-main.btn-outline {
        color: #c28a07;
        background-color: #ffffff;
        border: 1px solid #c28a07;
    }

        .btn-main.btn-outline:focus,
        .btn-main.btn-outline.focus,
        .btn-main.btn-outline:hover {
            color: #c28a07;
            background-color: #ffffff;
            border: 1px solid #a97806;
        }

        .btn-main.btn-outline.disabled,
        .btn-main.btn-outline[disabled] {
            border: 1px solid #bdc3c7;
            color: #999999;
        }

.btn-second {
    color: #4d4d4d;
    background-color: #f2f2f2;
}

    .btn-second:focus,
    .btn-second.focus,
    .btn-second:hover {
        color: #4d4d4d;
        background-color: #eeeeee;
    }

    .btn-second.disabled,
    .btn-second[disabled] {
        color: #ffffff;
        background-color: #999999;
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-third.btn-outline {
    color: #005F99;
    background-color: #ffffff;
    border: 1px solid #005F99;
}

    .btn-third.btn-outline:focus,
    .btn-third.btn-outline.focus,
    .btn-third.btn-outline:hover {
        color: #005F99;
        background-color: #ffffff;
        border: 1px solid #005F99;
    }

    .btn-third.btn-outline.disabled,
    .btn-third.btn-outline[disabled] {
        border: 1px solid #bdc3c7;
        color: #999999;
    }

.btn + .btn {
    margin-left: 20px;
}

.btn-block + .btn-block {
    margin-left: 0px;
    margin-top: 20px;
}

.btn-next:hover span {
    transform: translateX(5px);
}

.btn-next span {
    display: inline-block;
    transition: transform .2s ease-out;
}

    .btn-next span::after {
        content: "";
        width: 0;
        height: 0;
        display: inline-block;
        margin-left: 10px;
        border-style: solid;
        border-width: 5px 0 5px 8px;
        border-color: transparent transparent transparent #fff;
    }

.btn-next.btn-outline span::after {
    border-color: transparent transparent transparent #c28a07;
}

.btn-prev:hover span {
    transform: translateX(-5px);
}

.btn-prev span {
    display: inline-block;
    transition: transform .2s ease-out;
}

    .btn-prev span::before {
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        content: "";
        margin-right: 10px;
        border-width: 5px 8px 5px 0px;
        border-color: transparent transparent transparent #fff;
        border-right-color: #4d4d4d;
    }

a.btn-href {
    padding: 0px 5px;
    cursor: pointer;
    color: #1085c6;
    font-weight: bold;
    text-decoration: underline;
}

    a.btn-href:hover,
    a.btn-href:focus {
        color: #1085c6;
        text-decoration: underline;
    }

    a.btn-href:focus {
        outline: 0;
        outline-offset: 0px;
    }

.select-custom {
    position: relative;
    cursor: pointer;
    will-change: z-index;
}

    .select-custom.active {
        z-index: 2;
    }

.selected-label-text {
    height: 50px;
    position: absolute;
    top: 0px;
    right: 27px;
    line-height: 50px;
    font-weight: bold;
}

.select {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    opacity: 0;
    z-index: -1;
}

    .select.select--show {
        z-index: 1;
        height: 100%;
    }

.selected-option {
    display: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    z-index: 2;
    top: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    list-style: none;
}

    .selected-option.active {
        display: block;
        opacity: 0;
        animation: ani-fancy-drop 0.1s ease-out forwards;
    }

    .selected-option li {
        white-space: nowrap;
    }

.selected-label {
    height: 50px;
    line-height: 50px;
    padding-right: 17px;
    font-weight: bold;
}

    .selected-label.text-after {
        padding-right: 45px;
    }

@keyframes ani-fancy-drop {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

.select-custom {
    height: 50px;
    border-bottom: solid 1px #999999;
    color: #4d4d4d;
}

    .select-custom.active {
        border-color: #005F99;
    }

        .select-custom.active::after {
            background-image: url("../images/icon_triangle-active.svg");
            transform: rotateX(-180deg);
        }

    .select-custom.invalid {
        border-color: #cc0000;
    }

        .select-custom.invalid::after {
            background-image: url("../images/icon_triangle-invalid.svg");
        }

    .select-custom.disabled {
        background-color: #f2f2f2;
        border-color: #999999;
        color: #999999;
        cursor: not-allowed;
    }

        .select-custom.disabled::after {
            background-image: url("../images/icon_triangle.svg");
        }

    .select-custom::after {
        content: "";
        width: 17px;
        height: 10px;
        display: block;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        right: 0px;
        pointer-events: none;
        background-image: url("../images/icon_triangle.svg");
        background-repeat: no-repeat;
        background-size: contain;
        transition: transform 0.3s ease-out;
    }

    .select-custom::before {
        /* preload background image*/
        width: 0;
        height: 0;
        position: absolute;
        overflow: hidden;
        z-index: -1;
        content: url("../images/icon_triangle.svg") url("../images/icon_triangle-active.svg") url("../images/icon_triangle-invalid.svg");
    }

.selected-option {
    width: calc(100% + 2px);
    max-height: 183px;
    left: -1px;
    background: white;
    border: solid 1px #005F99;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .selected-option li {
        padding: 0 10px;
        line-height: 50px;
    }

        .selected-option li:hover {
            color: white;
            background: #005F99;
        }

.form-control-text {
    padding-bottom: 10px;
    color: #4d4d4d;
    border-bottom: 1px solid #999999;
}

.form-control {
    height: 50px;
    padding: 0px;
    color: #4d4d4d;
    font-weight: bold;
    border: 0px;
    border-bottom: 1px solid #999999;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .form-control:focus {
        border-color: #005F99;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .form-control[disabled] {
        cursor: default;
        color: #999999;
        background-color: #f2f2f2;
    }

    .form-control::-moz-placeholder {
        color: #999999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999999;
    }

    .form-control.invalid {
        border-bottom: 1px solid #a94442;
        color: #a94442;
    }

.form-feedback {
    position: relative;
    padding: 5px 10px;
    padding-left: 33px;
    font-size: 14px;
    color: #a94442;
    font-weight: bold;
    border: 1px solid #ebccd1;
    background-color: #f2dede;
}

    .form-feedback::before {
        content: "";
        width: 16px;
        height: 16px;
        display: inline-block;
        position: absolute;
        top: 6px;
        left: 10px;
        background-image: url("../images/warning.svg");
        vertical-align: middle;
    }

.form-group {
    position: relative;
    margin-bottom: 20px;
}

    .form-group label {
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 0px;
    }

        .form-group label.required::after {
            content: "*";
            display: inline-block;
            margin-left: 5px;
            color: #c28a07;
        }

    .form-group .form-description {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .form-group .checkbox .check-text,
    .form-group .radio .check-text {
        font-size: 16px;
    }

    .form-group .form-feedback {
        margin-top: 5px;
    }

        .form-group .form-feedback.remove-margin {
            margin-top: -15px;
            clear: both;
        }

.checkbox + .radio,
.checkbox + .checkbox,
.radio + .radio,
.radio + .checkbox {
    margin-top: 10px;
}

.checkbox label,
.radio label {
    display: inline-flex;
    align-items: center;
    padding-left: 0px;
}

.checkbox input,
.radio input {
    pointer-events: none;
    position: absolute;
    opacity: 0;
}

    .checkbox input:checked ~ .check-body,
    .radio input:checked ~ .check-body {
        background-color: #005F99;
        border-color: #005F99;
    }

        .checkbox input:checked ~ .check-body .icon-checked,
        .radio input:checked ~ .check-body .icon-checked {
            opacity: 1;
            transform: translateY(0);
        }

.checkbox .check-body,
.radio .check-body {
    width: 30px;
    min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    background-color: #ffffff;
    border: solid 1px #999999;
    border-radius: 5px;
}

.checkbox .icon-checked,
.radio .icon-checked {
    width: 22px;
    height: 16px;
    display: inline-block;
    color: #ffffff;
    opacity: 0;
    background-image: url("../images/icon_check.svg");
    background-size: contain;
    background-position: center;
    transition: transform 0.2s ease-out;
    transform: translateY(5px);
}

.checkbox .check-text,
.radio .check-text {
    font-size: 18px;
    font-weight: bold;
    color: #4d4d4d;
}

    .checkbox .check-text.disabled,
    .radio .check-text.disabled {
        color: #999999;
    }

.radio .check-body {
    border-radius: 50%;
}

.radio-container-inline .radio {
    display: inline-block;
    vertical-align: middle;
}

    .radio-container-inline .radio + .radio {
        margin-left: 10px;
    }

.radio-selection {
    text-align: center;
    color: #4d4d4d;
    border: 1px solid #999999;
    padding: 13px 10px;
    border-radius: 25px;
}

    .radio-selection.active {
        border: 1px solid #005F99;
        background-color: #005F99;
        color: #ffffff;
    }

.form-group .radio-selection-group {
    margin-bottom: -10px;
}

.form-group .radio-selection {
    margin-bottom: 10px;
}

.form-actions {
    margin-top: 10px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

    .form-actions .btn + .btn {
        margin-left: 20px;
    }

@media (max-width: 599px) {
    .form-actions {
        margin-top: 0px;
    }

        .form-actions .btn {
            min-width: auto;
            flex-grow: 1;
        }

            .form-actions .btn + .btn {
                margin-left: 14px;
            }
}

.form-sub-container {
    border: 2px solid #4d4d4d;
    border-radius: 5px;
    padding: 20px 20px;
}

@media (max-width: 599px) {
    .form-sub-container {
        padding: 20px 14px;
    }
}

.form-group label ~ .form-sub-container,
.form-group label ~ .radio-selection-group,
.form-group label ~ .upload-group,
.form-group label ~ .upload,
.form-group label ~ .upload-preview {
    margin-top: 10px;
}

.form-code-container {
    position: relative;
}

    .form-code-container .form-code {
        width: 110px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        position: absolute;
        top: 0px;
        right: 0px;
    }

        .form-code-container .form-code .code-img {
            border: 1px solid #999999;
            max-width: 100%;
            max-height: 80%;
        }

    .form-code-container .form-control {
        padding-right: 120px;
    }

.form-group-wrapper {
    margin-bottom: -20px;
}

.form-radio-select-group {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
}

    .form-radio-select-group .form-group {
        margin-bottom: 0px;
    }

    .form-radio-select-group .area-radio {
        flex-grow: 0;
        width: 40px;
    }

    .form-radio-select-group .area-text {
        flex-grow: 1;
    }

.form-term {
    padding: 20px 20px;
    border-radius: 5px;
    border: 1px solid #999999;
}

@media (max-width: 599px) {
    .form-term {
        padding: 20px 14px;
    }
}

.form-term .form-term-inner {
    height: 180px;
    overflow-y: auto;
}

.form-text-note {
    font-weight: bold;
    color: #c28a07;
    margin-top: 5px;
}

    .form-text-note::before {
        display: inline-block;
        margin-right: 5px;
        content: "\2605";
    }

.form-required-note {
    font-weight: bold;
    font-size: 18px;
    color: #c28a07;
}

.form-thumbnail {
    border-radius: 5px;
    border: 2px solid #4d4d4d;
    padding: 20px;
    margin-bottom: 30px;
}

@media (max-width: 599px) {
    .form-thumbnail {
        padding: 20px 14px;
    }
}

.form-text-href {
    padding: 0px 5px;
    color: #1085c6;
    font-weight: bold;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 50px #ffffff inset !important;
}


.timeline {
    text-align: center;
}

    .timeline .timeline-item {
        display: inline-block;
    }

        .timeline .timeline-item.active .timeline-node::before {
            transition-delay: 0.3s;
            transform: translateX(0%);
        }

        .timeline .timeline-item.active .timeline-road::before {
            transform: translateX(0%);
        }

    .timeline .timeline-node {
        width: 30px;
        height: 30px;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin-left: -5px;
        overflow: hidden;
        line-height: 30px;
        text-align: center;
        border-radius: 50%;
        color: #ffffff;
        background-color: #4d4d4d;
        font-size: 12px;
    }

        .timeline .timeline-node > span {
            position: relative;
            z-index: 3;
        }

        .timeline .timeline-node::before {
            content: "";
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            top: 0px;
            left: 0px;
            z-index: 2;
            background: #c28a07;
            transition: all 0.6s;
            transform: translateX(-100%);
        }

    .timeline .timeline-road {
        width: 21px;
        height: 4px;
        margin-left: -5px;
        overflow: hidden;
        position: relative;
        vertical-align: middle;
        display: inline-block;
        background-color: #4d4d4d;
    }

        .timeline .timeline-road::before {
            content: "";
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            top: 0px;
            left: 0px;
            background: #c28a07;
            transition: all 0.6s;
            transform: translateX(-100%);
        }

.progress-step {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0 45px;
}

.progress-step-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-grow: 1;
}

    .progress-step-box:first-of-type {
        flex-grow: 0;
        width: 20px;
    }

        .progress-step-box:first-of-type .progress-step-line {
            display: none;
        }

        .progress-step-box:first-of-type .progress-step-box-desc-inner {
            right: -10px;
            transform: translateX(-50%);
        }

    .progress-step-box:last-of-type .progress-step-dot.active {
        background-position: center;
        background-image: url("../images/icon-success.svg");
        background-repeat: no-repeat;
    }

.progress-step-dot {
    width: 20px;
    height: 20px;
    background-color: #999999;
    border-radius: 50%;
}

    .progress-step-dot.active {
        background-color: #005F99;
    }

.progress-step-line {
    height: 4px;
    flex-grow: 1;
    position: relative;
    top: 10px;
    margin: 0 -1px;
    background-color: #999999;
    transform: translateY(-50%);
}

    .progress-step-line.active {
        background-color: #005F99;
    }

.progress-step-box-desc {
    width: 100%;
    position: relative;
    top: calc(100% + 10px);
    margin-top: 10px;
    text-align: right;
}

    .progress-step-box-desc .span-date,
    .progress-step-box-desc .span-step {
        display: block;
        white-space: nowrap;
    }

    .progress-step-box-desc .span-date {
        font-size: 14px;
        color: #999999;
    }

    .progress-step-box-desc .span-step {
        font-size: 16px;
        font-weight: bold;
    }

.progress-step-box-desc-inner {
    display: inline-block;
    position: relative;
    right: 10px;
    transform: translateX(50%);
    text-align: center;
}

@media (max-width: 999px) {
    .progress-step {
        flex-direction: column-reverse;
        padding: 0;
    }

    .progress-step-box {
        height: 60px;
        flex-direction: column;
        flex-wrap: wrap;
    }

        .progress-step-box:first-child {
            height: 45px;
        }

        .progress-step-box:first-of-type {
            width: initial;
        }

            .progress-step-box:first-of-type .progress-step-box-desc-inner {
                right: initial;
                transform: none;
            }

        .progress-step-box:not(:first-of-type) .progress-step-box-desc {
            padding-bottom: 20px;
        }

    .progress-step-dot {
        order: 1;
    }

    .progress-step-line {
        height: auto;
        width: 4px;
        position: relative;
        top: initial;
        left: 10px;
        order: 2;
        transform: translateX(-50%);
        margin: -1px 0;
    }

    .progress-step-box-desc {
        position: relative;
        width: initial;
        height: 100%;
        flex-basis: 100%;
        order: 3;
        min-height: 0px;
        top: calc(10px - 9px);
        margin-top: initial;
        padding-left: 10px;
    }

        .progress-step-box-desc .span-date,
        .progress-step-box-desc .span-step {
            display: block;
            white-space: nowrap;
        }

        .progress-step-box-desc .span-date {
            font-size: 14px;
            color: #999999;
        }

        .progress-step-box-desc .span-step {
            font-size: 16px;
            font-weight: bold;
        }

    .progress-step-box-desc-inner {
        display: inline-block;
        text-align: left;
        position: relative;
        right: initial;
        transform: none;
    }
}

.upload {
    margin-top: 10px;
}

    .upload .upload-container-success span {
        display: none;
    }

#zipModal .modal-dialog {
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

#zipModal .modal-content {
    margin: 30px 0px;
    max-height: calc(100% - 60px);
    width: 100%;
    display: flex;
    flex-direction: column;
}

#zipModal .modal-body {
    flex-grow: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

#cityModal .modal-dialog {
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

#cityModal .modal-content {
    margin: 30px 0px;
    max-height: calc(100% - 60px);
    width: 100%;
    display: flex;
    flex-direction: column;
}

#cityModal .modal-body {
    flex-grow: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    #zipModal .modal-content {
        height: calc(100% - 60px);
    }

    #cityModal .modal-content {
        height: calc(100% - 60px);
    }
}



.to-upper-case {
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .site-wrapper .site-header .site-header-container .site-header-link.contactus {
        position: fixed;
        right: 0px;
        top: 45%;
        width: auto;
        height: auto;
        text-align: center;
    }
    .site-wrapper .site-header .site-header-container .site-header-link .site-header-link-icon.contactus{
        width:auto;
    }
    .site-wrapper .site-header .site-header-container .site-header-link .site-header-link-icon.contactus img {
        width: 100px;
        height: 100px;
    }

        .site-wrapper .site-header .site-header-container .site-header-link .site-header-link-icon.contactus a span.text {
            display: block;
        }
}
/*@media (max-width: 500px) {
    
    .site-wrapper .site-header .site-header-container .site-header-link .site-header-link-icon.contactus a span.text {
        display: none;
    }
}*/

.form-group .label-warning-tip {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: red;
}
.form-group .label-info-tip {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #999999;
}
/*@media (max-width: 500px) {
    .site-header-link.contactus span.text {
        display: none;
    }
}*/

.form-mailverify-container {
    position: relative;
}

    .form-mailverify-container .form-mail {
        width: 110px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        position: absolute;
        top: 0px;
        right: 0px;
    }

        .form-mailverify-container .form-mail .btn {            
            max-width: 100%;
            max-height: 80%;
            line-height: 80%;
        }

@media (max-width: 768px) {
    .page-check-progress .form-mailverify-container .form-mail {
        /* position: static;
        display: block;*/
        max-width: 50%;
    }
    .page-check-progress .form-mailverify-container .form-mail .btn {
        min-width:50px;
    }
}