.uk-notification-message-success , .uk-notification-message-danger{
    background: #22a159;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    z-index: 1000000;
    position: fixed;
    bottom: 50px;
    right: 50px;
    padding: 20px;
}
.uk-notification-message-danger{
    background: #dd4222;
}
.uk-notification-message-success i , .uk-notification-message-danger i{
    margin-right: 10px;
    font-size: 15px;
}
.uk-notification-close{
    color: #FFF;
}
.confsystem_order_payment_section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
h2.confsystem_order_section_title {
    font-size: 20px;
    line-height: 25px;
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-weight: bold;
}
h2.confsystem_order_section_title:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #ddd;
    margin-left: 15px;
}
.order_details_main_column {
    width: 100%;
}
h3.order_details_main_column_title {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}
.order_details_main_column_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.choose_metabox {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 10px;
}
.choose_metabox label , .checkout_coupon_section_input label{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
.form_element_column {
    width: 48%;
}
table.confsystem_table thead th , table.confsystem_table tfoot th {
    background: #0e0c28;
    color: #FFF;
    text-align: center;
    padding: 15px;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 500;
    border: none;
}
table.confsystem_table tbody tr , table.confsystem_table tfoot tr:not(:last-child) {
    border-bottom: 1px solid #ddd;
}
table.confsystem_table tbody tr td , table.confsystem_table tfoot tr td {
    padding: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
}
table.confsystem_table tbody tr td .event-online-type-item-title {
    display: none;
}
.event-holding-type-table {
    display: flex;
    justify-content: space-around;
}
table.confsystem_table tbody tr td .rt_event_status_badge {
    line-height: 13px;
    font-size: 10px;
}
.confsystem_order_payment_items {
    width: 100%;
}
table.confsystem_table {
    width: 100%;
    margin: 15px 0;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.confsystem_order_payments_complete {
    padding: 20px;
    border-radius: 5px;
    background: #f5f5f5;
    margin-top: 20px;
    width: 100%;
}
.confsystem_order_payments_complete_section {
    font-size: 14px;
    line-height: 1.5em;
    text-align: justify;
}
.confsystem_order_payments_complete_section_buttons {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}
button.confsystem_payment_button {
    background: #2196f3;
    border: 2px solid #2196f3;
    color: #FFF;
    padding: 7px 25px;
}
button.confsystem_payment_button:hover {
    background: none;
    border: 2px solid #2196f3;
    color: #2196f3;
    padding: 7px 25px;
}
.confsystem_order_payments_method {
    display: flex;
    background: #FFF;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 48%;
    justify-content: center;
}
.confsystem_order_payments_method_image {
    width: 100px;
}
.confsystem_order_payments_method_details {
}
.confsystem_order_payments_method_title {
    font-size: 18px;
    font-weight: bold;
    color: #444;
}
.confsystem_order_payments_method_description {
    font-size: 14px;
    font-weight: 400;
}
.confsystem_order_payments_method.confsystem_order_payments_method_active {
    background: #ff9800;
    color: #FFF;
}
.confsystem_order_payments_method.confsystem_order_payments_method_active .confsystem_order_payments_method_title{
    color: #FFF;
}
.complete_payment_bank_transfer_receipt_section {
    padding: 10px;
    border: 2px dashed #ddd;
    border-radius: 5px;
    margin: 20px 0;
    width: 250px;
    height: 250px;
}
.complete_payment_bank_transfer_receipt_section .rt_filmio_image_item{
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
}
.complete_payment_bank_transfer_receipt_section .rt_filmio_image_item .rt_filmio_image{
    width: 100%;
    height: 100%;
    display: flex;
    object-fit: cover;
}
.complete_payment_bank_transfer_receipt_section .rt_filmio_image_item .rt_filmio_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.complete_payment_bank_transfer_element h4, .events-new-form-main-image , .complete_payment_bank_transfer_element label{
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
button.style_payment_button {
    background: #555;
    border: none;
    color: #FFF;
    font-size: 15px;
    padding: 9px 20px;
    transition: all 0.3s;
}
button.style_payment_button:hover {
    background: #333;
    transition: all 0.3s;
}
button.confsystem_bank_transfer_payment_button {
    background: #2196f3;
    border: 2px solid #2196f3;
    color: #FFF;
    padding: 7px 25px;
}
button.confsystem_bank_transfer_payment_button:hover{
    background: none;
    border: 2px solid #2196f3;
    color: #2196f3;
    padding: 7px 25px;
}
.complete_payment_bank_transfer_element {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}
input.style_payment_input {
    background: #f6f6f6;
    color: #444;
    border: 1px solid #ddd;
    min-width: 200px;
    width: 50%;
    font-size: 14px;
    padding: 10px;
    transition: all 0.3s;
}
input.style_payment_input:focus {
    background: #ddd;
    transition: all 0.3s;
}
.confsystem_order_received_top {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
.confsystem_order_received_top_item {
    text-align: center;
}
.confsystem_order_received_top_item:not(:last-child) {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px dashed #ddd;
}
.confsystem_order_received_top_item_title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #444;
}
.confsystem_order_received_top_item_value {
    font-size: 15px;
    font-weight: 400;
    color: #555;
}
.confsystem_order_received_address_details {
    display: flex;
    flex-wrap: wrap;
}
.confsystem_order_received_address_item {
    width: 32%;
    margin-bottom: 10px;
}
.confsystem_order_received_address_item_title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
.confsystem_order_received_address_item_value {
    font-size: 14px;
    font-weight: 400;
    color: #555;
}
.confsystem_order_received_thankyou{
    padding: 15px;
    background: #8bf88c;
    color: #097700;
    text-align: center;
    margin: 20px 0;
}
.confsystem_order_received_thankyou_red{
    padding: 15px;
    background: #ffe9e2;
    color: #ff2e2e;
    text-align: center;
    margin: 20px 0;
    border-radius: 5px;
}
a.redirect_on_payment_click{
    padding: 10px 20px;
    background: #444;
    color: #FFF;
    border-radius: 5px;
    transition: all 0.3s;
    margin: 20px auto;
    display: inline-flex;
    border: none;
}
a.redirect_on_payment_click:hover{
    background: #da8f14;
    color: #FFF;
    border: none;
}
.checkout_coupon_section {
    width: 100%;
    margin: 30px 0;
    display: flex;
    align-items: flex-end;
    /*flex-wrap: wrap;*/
}
.checkout_coupon_section_input {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    /*min-width: 250px;*/
}
.site-alert {
    display: flex;
    padding: 20px;
    background: #383838;
    color: #FFF;
    border-radius: 3px;
    margin: 10px 0;
}
.site-alert i {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.site-alert-content {
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
}
.site-alert.site-alert-warning {
    background: #df372a;
}
.site-alert-content a {
    border-bottom: 1px solid #FFF;
    color: #FFF;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-block;
    margin: 0 5px;
}
.site-alert-content a:hover {
    transform: translateY(-5px);
    transition: all 0.3s;
}
button.remove_coupon_from_order {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    background: #ff1414;
    color: #FFF;
    margin-left: 10px;
    font-size: 12px;
}
button.remove_coupon_from_order:hover {
    background: #e21212;
}
.confsystem_order_payment{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.confsystem_order_payment_top_section{
    width: 48%;
}
div#event_background_image {
    width: 100%;
    height: 100%;
}
.rt_filmio_image_delete {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #ed0000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
}
.confsystem_order_payments_methods {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.confsystem_order_payment .input , .confsystem_order_payment select , .confsystem_order_payment .billing_country , .coupon_input{
    background: none;
    border: none;
    border-bottom: 2px solid #ddd;
    border-radius: 0;
    font-size: 13px;
    line-height: 15px;
    padding: 5px;
    transition: all 0.3s;
    outline: none;
    margin-top: 5px;
}
button.add_coupon_to_order {
    border: none;
    padding: 7px;
    background: #ededed;
    font-weight: bold;
    white-space: nowrap;
}


@media only screen and (max-width: 992px){
    .confsystem_order_payment_top_section{
        width: 100%;
    }
}