body {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f2f2f2;
    font-family: Montserrat, sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 1.4em;
}
img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}
@media (min-width: 1300px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1250px;
    }
}
.top_div{
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
}
.footer_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
}
.footer_link {
    margin-right: 10px;
    margin-bottom: 0;
    padding-right: 10px;
    border-right: 1px solid #eee;
    color: #666;
    text-decoration: none;
}
.footer_link.no_border {
    margin-right: 0;
    padding-right: 0;
    border-right-style: none;
}
.logo {
    width: 240px;
}
.footer_inside_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}
.margin_right_20 {
    margin-right: 20px;
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
.flex_title_button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.title {
    font-size: 28px;
}
h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 44px;
    font-weight: 400;
}
.button.import {
    border: 1px solid #08305d;
    background-color: transparent;
    color: #08305d;
}
.button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    background-color: #08305d;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
}
.button_ico {
    width: 26px;
    margin-right: 10px;
}
.flex_div_up {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.w-form {
    margin: 0 0 15px;
}
.main_div {
    display: none;
    border: 1px none #ccc;
    background-color: #fff;
}
.form_block,
.form_block-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.form_div {
    padding: 20px;
    border-radius: 3px;
    background-color: #f2f2f2;
}
.table_flex.header {
    margin-bottom: 5px;
}
.table_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.table_item {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 12%;
    -ms-flex: 0 12%;
    flex: 0 12%;
    font-size: 14px;
}
.table_item.number {
    -webkit-box-flex: 0;
    -webkit-flex: 0 30px;
    -ms-flex: 0 30px;
    flex: 0 30px;
}
.table_item.select {
    flex: 0 10%;
}
.table_item.select.code-header {
    flex: 0 7%;
}
.table_item.control-no {
    flex: 0 23%;
}
.table_item.desc {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.table_item.amount {
    margin-right: 0;
    text-align: right;
    flex: 0 15%;
}
.table_item.number.medium {
    font-weight: 500;
}
.input_field {
    height: 40px;
    margin-right: 10px;
    margin-bottom: 0;
    padding-right: 8px;
    padding-left: 8px;
    flex: 0 10%;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 14px;
}
.input_field.control-no {
    flex: 0 23%;
}
.amount {
    flex: 0 15%;
    margin-right: 0;
    text-align: right;
}
.input_field.desc {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.input_field.select-year {
    flex: 0 10%;
    text-align-last: center;
}
.w-input, .w-select {
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px 12px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
.select-type-div {
    display: none;
}
.select-language-text {
    font-size: 34px;
    font-weight: 500;
    margin-left:auto;
    margin-right: 20px;
    line-height: 55px;
}
.heading-div {
    display: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.validation-error {
    border: 1px solid #ff0000;
}
.button_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.amount_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.amount_number {
    font-size: 20px;
}
#amount-and-download {
    display: none;
}
.button.soft:hover {
    color: rgba(8, 48, 93, 0.9);
}
.button.soft {
    width: 200px;
    height: auto;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
    color: #08305d;
}
a:active, a:hover {
    outline: 0;
}
.button_ico.smaller {
    width: 16px;
}
.button_ico {
    width: 26px;
    margin-right: 10px;
}
img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}
#upload {
    display: none;
}
.info_div {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1000000;
    min-height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 300;
    text-transform: none;
}
.alert_div {
    display: none;
    background-color: #ce332f;
}
.success_div {
    display: none;
    background-color: #2ba022;
}
[data-name="code"] {
    flex: 0 7%;
}
.navigation_link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    padding-left: 20px;
    float: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    line-height: 36px;
    text-decoration: none;
    text-transform: none;
}
.margin_right_10 {
    margin-right: 10px;
}
.margin_left_right_20 {
    margin-right: 20px;
    margin-left: 20px;
}
#select-type {
    position: relative;
    border: 1px none #ccc;
    background-color: #fff;
}
.homepage-link {
    text-decoration: none;
}
.subtitle {
    display: inline;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.4em;
}
.button_outline.bottom_margin_10 {
    margin-bottom: 10px;
}
.button_outline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 60px;
    padding: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #08305d;
    font-size: 18px;
    text-decoration: none;
}
.arrow {
    width: 8px;
}
.bottom_fixed_div {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: flex-start;
    border-top: 1px solid #ccc;
    background-color: #eee;
    align-content: center;
}
.table_item.number.medium {
    font-weight: 400;
}
.table_item.number {
    -webkit-box-flex: 0;
    -webkit-flex: 0 30px;
    -ms-flex: 0 30px;
    flex: 0 30px;
}
.footer-container {
    display: none;
}




