﻿input, select {
    font-size: 16px;
    height: 28px;
    min-height: 28px;
}
.btn-disabled {
    border: 1px solid #ccc;
}

#widget_demo_embedded_orderreview .cashflow_table_row_data_col1 {
    width: 70%;
}
#widget_demo_embedded_orderreview .cashflow_table_row .cashflow_table_row_data_col1 {
    font-weight: bold;
}
#widget_demo_embedded_orderreview .cashflow_table_row_data_col2 {
    width: 10%;
}
#widget_demo_embedded_orderreview .cashflow_table_row_data_col3 {
    width: 20%;
    text-align: right;
}
#widget_demo_embedded_orderreview .cashflow_table_summaryrow .cashflow_table_row_data_col1 {
    width: 80%;
    text-align: right;
}
#widget_demo_embedded_orderreview .cashflow_table_summaryrow .cashflow_table_row_data_col2 {
    width: 20%;
    text-align: right;
}

#widget_demo_embedded_cc {
    margin-left: 20px;
}
#widget_demo_embedded_cc_num {
    width: 300px;
}
#widget_demo_embedded_cc_cvv {
    width: 50px;
}

.widget_demo_embedded_cc_item {
    margin-bottom: 5px;
    display: flex;
}

    .widget_demo_embedded_cc_item span {
        width: 130px;
        text-align: right;
        padding-right: 5px;
    }

#widget_demo_embedded_widget {
    height: 200px;
    width: 100%;
    max-width: 750px;
    min-width: 300px;
}

#widget_demo_embedded_loading {
    padding-left: 20px;
}

#widget_demo_embedded_instructions table, #widget_demo_embedded_instructions tr, #widget_demo_embedded_instructions td,
#widget_demo_modal_instructions table, #widget_demo_modal_instructions tr, #widget_demo_modal_instructions td {
    border: 1px solid #666;
    padding-left: 5px;
    padding-right: 5px;
}

#widget_demo_modal_accountlist .cashflow_table_row_data_col1 {
    margin-right: auto;
}


/*     */

.widget_demo_embedded_cc_item_fullwidth {
    display: flex;
    width: calc(100% - 130px);
}

.widget_demo_embedded_cc_item_fullwidth input {
    width: 100%;
}
.widget_demo_embedded_cc_item_fullwidth input:not(:first-of-type) {
    margin-left: 5px;
}
#wdrc1_cc1_error,
#wdrc1_cc2_error {
    font-size: large;
    color: red;
    font-weight: bold;
}

#wdrc1_paymentconfirm_container,
#wdrc1_success_container {
    display: flex;
}

#wdrc1_paymentconfirm_container svg,
#wdrc1_success_container svg{
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
#wdrc1_paymentconfirm_h1, 
#wdrc1_success_h1 {
    font-weight: bold;
}
#wdrc1_compactheader_flex {
    font-size: 18px;
    display: flex;

}
#wdrc1_compactheader_amount {
    margin-left: auto;
}


#wdrc1_paybuttons {
    display: flex;
    flex-direction: column;
}
#wdrc1_paybuttons .btn {
    min-height: 46px;
    line-height: 32px;
}
@media (min-width: 768px) {
    #wdrc1_paybuttons {
        align-items: flex-end;
    }

    #wdrc1_paybuttons .btn {
        min-width: 300px;
        max-width: 300px;
    margin: 3px 0;
    }
}

#wdrc1_headerlogo {
    margin: 10px;
    height: 50px;
}

#widget_demo_embedded_cc_expcontainer {
    display: flex;
}
#widget_demo_embedded_cc_expcontainer select {
    margin-right: 10px;
    width: 75px;
    height: 28px;
    min-height: 28px;
}

@media (max-width: 460px) {
    .widget_demo_embedded_cc_item {
        flex-direction: column;
    }
    .widget_demo_embedded_cc_item span {
        width: auto;
        text-align: left;
    }
    #widget_demo_embedded_cc_num {
        width: 100%;
    }
    .widget_demo_embedded_cc_item_fullwidth {
        width: 100%;
    }
}

@media (min-width: 768px) { /*and (max-width: 999px) {*/
    #menuLeft_content {
        width: 760px;
        margin: auto;
    }
}

/*@media (min-width: 1000px) and (max-width: 1199px) {
    #menuLeft_content {
        width: 900px;
        margin: auto;
    }
}
@media (min-width: 1200px) {
    #menuLeft_content {
        width: 1150px;
        margin: auto;
    }
}*/

#wdrc1_dummydatawarning {
    display: flex;
    justify-content: center;
}
#wdrc1_dummydatawarning span {
    margin-top: auto;
    margin-bottom: auto;
}
#wdrc1_dummydatawarning svg {
    width: 20px;
    height: 20px;
    margin: 5px;
}