.kt-machine-invoice {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.kt-machine-invoice .kt-invoice__container {
    width: 100%;
    margin: 0;
    padding: 0 30px;
}

.kt-machine-invoice .kt-invoice__head {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 0;
}

.kt-machine-invoice .kt-invoice__head .kt-invoice__container {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.kt-machine-invoice .kt-invoice__head .kt-invoice__brand {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.kt-machine-invoice .kt-invoice__head .kt-invoice__brand .kt-invoice__title {
    font-weight: 700;
    font-size: 2.7rem;
    margin-right: 10px;
    margin-top: 5px;
    vertical-align: top;
}

.kt-machine-invoice .kt-invoice__head .kt-invoice__brand .kt-invoice__logo .kt-invoice__desc {
    display: flex;
    flex-direction: column;
    text-align: right;
    padding: 1rem 0 1rem 0;
    color: rgba(255, 255, 255, 0.7);
}

.kt-machine-invoice .kt-invoice__head .kt-invoice__items {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    width: 100%;
}

.kt-machine-invoice .kt-invoice__head .kt-invoice__items .kt-invoice__item {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-right: 10px;
    margin-top: 20px;
}

.kt-machine-invoice .kt-invoice__head .kt-invoice__items .kt-invoice__item:last-child {
    margin-right: 0;
}

.kt-machine-invoice .kt-invoice__head .kt-invoice__items .kt-invoice__item .kt-invoice__subtitle {
    padding-bottom: 5px;
}

.kt-machine-invoice .kt-invoice__body {
    padding: 3rem 0;
}

.kt-machine-invoice .kt-invoice__body .kt-invoice__language{
    display: inline-block;
}
.kt-machine-invoice .kt-invoice__body .kt-invoice__language .kt-media.kt-media--xs img{
    max-width: 22px;
    height: 22px;
}

.kt-machine-invoice .kt-invoice__body table {
    background-color: transparent;
}

.kt-machine-invoice .kt-invoice__body table thead tr th {
    background-color: transparent;
    padding: 1rem 0 0.5rem 0;
    border-top: none;
    color: #74788d;
}

.kt-machine-invoice .kt-invoice__body table thead tr th:not(:first-child) {
    text-align: right;
}

.kt-machine-invoice .kt-invoice__body .files-list table tbody tr td {
    padding: .5rem 0 .5rem 0;
}
.kt-machine-invoice .kt-invoice__body table tbody tr td {
    background-color: transparent;
    padding: 0.25rem 0 0.25rem 0;
    border-top: none;
    color: #595d6e;
}

.kt-machine-invoice .kt-invoice__body table tbody tr td:not(:first-child) {
    text-align: right;
}
.kt-machine-invoice .kt-invoice__body table tbody tr:first-child td {
    padding-top: 1.8rem;
}

.kt-machine-invoice .kt-invoice__body .show-more table tbody tr:first-child td {
    padding-top: 0 !important;
}

.kt-machine-invoice .kt-invoice__footer {
    padding: 2rem 0;
    background-color: #f7f8fa;
}

.kt-machine-invoice .kt-invoice__footer .kt-invoice__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.kt-machine-invoice .kt-invoice__footer .kt-invoice__bank {
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.kt-machine-invoice .kt-invoice__footer .kt-invoice__bank .kt-invoice__title {
    font-size: 1.2rem;
    text-transform: capitalize;
    font-weight: 600;
    color: #74788d;
}

.kt-machine-invoice .kt-invoice__footer .kt-invoice__bank .kt-invoice__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}

.kt-machine-invoice .kt-invoice__footer .kt-invoice__bank .kt-invoice__item .kt-invoice__label {
    font-weight: 500;
    margin-right: 40px;
    color: #595d6e;
    text-align: left;
}

.kt-machine-invoice .kt-invoice__footer .kt-invoice__bank .kt-invoice__item .kt-invoice__value {
    font-weight: 400;
    color: #74788d;
    text-align: right;
}

.kt-machine-invoice .kt-invoice__footer .kt-invoice__total {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.kt-machine-invoice .kt-invoice__footer .kt-invoice__total .kt-invoice__title {
    color: #74788d;
}

.kt-machine-invoice .kt-invoice__footer .kt-invoice__total .kt-invoice__price {
    font-weight: 500;
    font-size: 2.4rem;
}

.kt-machine-invoice .kt-invoice__footer .kt-invoice__total .kt-invoice__notice {
    font-size: 1rem;
    font-weight: 500;
    color: #74788d;
}


.kt-machine-invoice .kt-invoice__actions {
    padding: 2rem 0;
}

.kt-machine-invoice .kt-invoice__actions .kt-invoice__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .kt-machine-invoice .kt-invoice__container {
        width: 100%;
        margin: 0;
        padding: 0 20px;
    }

    .kt-machine-invoice .kt-invoice__head {
        padding: 20px 0;
    }

    .kt-machine-invoice .kt-invoice__head .kt-invoice__brand {
        display: flex;
        flex-direction: column;
    }

    .kt-machine-invoice .kt-invoice__head .kt-invoice__brand .kt-invoice__title {
        font-weight: 700;
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .kt-machine-invoice .kt-invoice__head .kt-invoice__brand .kt-invoice__logo {
        text-align: left;
    }

    .kt-machine-invoice .kt-invoice__head .kt-invoice__brand .kt-invoice__logo img {
        text-align: left;
    }

    .kt-machine-invoice .kt-invoice__head .kt-invoice__brand .kt-invoice__logo .kt-invoice__desc {
        text-align: left;
    }
    .kt-machine-invoice .kt-invoice__body {
        padding: 2rem 0;
    }

    .kt-machine-invoice .kt-invoice__footer {
        padding: 2rem 0;
    }

    .kt-machine-invoice .kt-invoice__footer .kt-invoice__container {
        flex-direction: column;
    }

    .kt-machine-invoice .kt-invoice__footer .kt-invoice__bank .kt-invoice__item .kt-invoice__label {
        margin-right: 20px;
    }

    .kt-machine-invoice .kt-invoice__footer .kt-invoice__total {
        margin-top: 30px;
        text-align: left;
    }
}


.company-select-section {
    display: flex;
    padding: 0 5px;
    justify-content: space-between;
}
.customer-type-select .type-select-radio{
    text-align: center;
    padding: 6px;
    margin: 0;
}
.customer-type-select .type-select-radio .type-info{
    background: #ff6900;
    color: #fff;
    padding: 7px 10px 10px;
}
.customer-type-select .type-select-radio:hover .type-info{
    background: #e25637;
    color: #fff;
    padding: 7px 10px 10px;
}
.customer-type-select .type-select-radio:hover .type-info span.btn-select{
    background: #fff;
    border-color: #fff;
    color: #e25637;
}
.customer-type-select .type-select-radio .type-info h4.type-tit{
    font-size: 18px;
    margin: 0;
    padding-bottom: 5px;
    color: #fff;
    font-weight: normal;
}
.customer-type-select .type-select-radio .type-info p {
    font-size: 12px;
    line-height: 16px;
}

.customer-type-select .have_selected .type-select-radio .type-pic img{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .8;
}
.customer-type-select .have_selected .type-select-radio .type-info{
    background: #ccc;
}
.customer-type-select .have_selected .type-select-radio span.btn-select{
    color: #fff;
}

.customer-type-select .have_selected .type-select-radio.selected .type-pic img{
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}
.customer-type-select .have_selected .type-select-radio.selected .type-info{
    background: #fc6b4e;
}
.customer-type-select .have_selected .type-select-radio.selected span.btn-select{
    color: #fc6b4e;
    background: #fff;
    border-color: #fff;
}

.customer-type-select .type-select-radio span.btn-select{
    border-radius: 30px;
    padding: 3px 20px;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    border-color:#fff;
}

.customer-type-select .have_selected .type-select-radio:hover .type-info{
    background: #e25637;
}
.customer-type-select .have_selected .type-select-radio:hover .type-info span.btn-select{
    border: #fff 1px solid;
    background: #fff;
    color: #e25637;
}
.customer-type-select .have_selected .type-select-radio:hover .type-pic img{
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}
.company-select-section .type-select-radio input.select_company_type{
    display: none;
}
.company-select-section .selected .btn-select{
    color: #ffffff;
    background-color: #ff6900;
    border-color: #ff6900;
}
.orline {
    position: relative;
}
.orline::after {
    background: #eee none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 13px;
}
.orline span {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    padding: 0px 20px;
    position: relative;
    z-index: 9;
    font-size: 1.6rem;
}



.kt-machine-invoice .show-more .showbox{
    padding-top: 20px;
    padding-bottom: 20px;
    top: initial;
}