/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

h1, h2, h3 {
    text-align: center;
}
h3 {
    font-size: 1rem !important;
}
#main_wrapper {
    width: 98%;
    max-width: 1800px;
    margin: 0 auto;
    padding: 20px 0px;
}
input:checked { /* Checkbox "checked" color */
    accent-color: #2d8dc7;
}
/* ******************** Fair Market Value Pop Up ********************** */
#popUp_fmv_inner {
    width: 300px;
    margin: 0 auto;
    margin-top: 50px;
    padding: 10px;
    background-color: white;
}
#popUp_FairMarketValue_decrease_info {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    display: none;
}
#popUp_FairMarketValue_decrease_info p {
    text-align: center;
}
#popUp_FairMarketValue_decrease_info button {
    display: block;
}

/* ********************************* Section 2 - Categories ***************** */
#section_2 {
    display: block;
}
#section_2 input {
    margin-bottom: 20px;
}
#section_2_subb {
    display: block;
    margin: 0 auto;
    padding: 20px;
    width: 900px;
    -webkit-box-shadow: 0px 0px 9px 3px rgba(189,189,189,1);
    -moz-box-shadow: 0px 0px 9px 3px rgba(189,189,189,1);
    box-shadow: 0px 0px 9px 3px rgba(189,189,189,1);
}

/* ****************************** Section 3 - Main Page ********************* */
#section_3 {
    display: none;
    margin: 0 auto;
    width: 1350px;
}
#main_wrapper .husCol1,#main_wrapper .wifeCol1,#hus_col,#wife_col{
    width: 110px;
}
#main_wrapper .procMarVal {
    width: 50px;
}
#main_wrapper #row_1 .procMarVal {
    width: 50px;
    font-weight: 600;
}
#reload-data {
    margin-left: 25px;
    margin-bottom: 10px;
}

/*TABLE*/
#table {
    border:1px solid #bdbdbd;
    -webkit-box-shadow: 0px 0px 9px 3px rgba(189,189,189,1);
    -moz-box-shadow: 0px 0px 9px 3px rgba(189,189,189,1);
    box-shadow: 0px 0px 9px 3px rgba(189,189,189,1);
    margin: 0 auto;
    width: 1300px;
}
.tableElement {
    float: left;
    padding: 0px;
    height: 28px;
    line-height: 28px;
    width: 98px;
    font-size: 14px;
    border-right: 1px solid #bdbdbd;
}
.tableElement input {
    padding: 2px 2px !important;
    font-size: 14px;
}
.tableElement i.deleteRow {
    color:red;
    padding-top:2px;
}
#table input {
    display: inline-block;
    width: 100%;
    margin: 0px;
    border: none;
    outline:none;
}
.deleteRow:hover {
    cursor: pointer;
    font-size: 18px;
}
#table select {
    margin: 0px;
    border: none;
    height: 18px;
}
.descriptionInputs {
    padding-top: 4px;
}
.realProps { /* Actual data-entry line */
    height: auto;
}
#table .tableCol6 {
    width: 280px;
    font-size: 12px;
}
#table #row_1 .tableCol6 {
    font-size: 14px;
}
.tableCol7 button {
}
#table .tableCol7 {
    width: 30px;
}
#table .tableCol10 {
    width: 200px;
}
#table .tableCol11{
    width:20px;
    border-right: none;
}
button.splitInputs { /* Inline button to split between client and spouse */
    font-size: 14px !important;
    margin: 0 0 !important;
    padding: 2px 2px;
    width: 20px;
    border-radius: 5px !important;
}
.fa-times{
    color: #670037;
    margin-left: 6px;
    font-size: 16px;
    margin-top: 5px;
}
.fa-plus, .fa-plus-circle, .fa-plus-square {
    color: #19C5BE;
}
.fa-plus:hover, .fa-plus-circle:hover, .fa-plus-square:hover {
    cursor: pointer;
}
#row_1 {
    background-color:#e0e0e0;
    color: #565656;
    font-weight: bold;
}
#row_1 .tableElement {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#row_1 .tableElement h3 {
    vertical-align: middle;
    height: 70px;
    margin: 0px;
    text-align: center;
}
#row_total_sum input {
    font-weight: 600;
}
#row_2,#row_4,#row_6,#row_8,#row_10,#row_12,#row_14,#row_16,#row_18,#row_20,#row_22,#row_24,#row_26,#row_total_label {
    height: 40px;
    border-bottom: 1px solid #707070;
    border-top:1px solid #707070;
}
#row_2 h3,#row_4 h3,#row_6 h3,#row_8 h3,#row_10 h3,#row_12 h3,#row_14 h3,#row_16 h3,#row_18 h3,#row_20 h3,#row_22 h3,#row_24 h3,#row_26 h3,#row_total_label h3,#achieve_through_payment_table_row h3 {
    height: 40px;
    margin: 0px;
    line-height: 40px;
    font-weight: 600;
}
#row_3, #row_5, #row_7, #row_9, #row_11, #row_13, #row_15, #row_17, #row_19, #row_21, #row_23, #row_25, #row_27 {
    background-color:#e0e0e0;
}

/* ***************************** Switch-Page buttons ******************** */
.next_back_wrapper {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    margin-top: 40px;
    margin-bottom: 20px;
}
#back_button_hidden_2 {
    width: 100%;
}
#backToInputs {
    display: none;
    margin: 0 auto;
}
#show_button_hidden {
    margin: 0 auto;
}
#goToTable, #reload-data {
    display: block;
    margin: 0 auto;
 }

/* *************************** Results section *************** */
.display_top_table #results_achieve_division, #results_desired_division{
    width: 50%;
    text-align: center;
    margin: 0px auto 30px auto;
}

#left_panel_all_offers {
    position: fixed;
    display: block;
    top: 100px;
    left: 0;
    width: 400px;
    margin: 0 auto;
    z-index: 9999;
    border-style: solid;
    border-width: 1px;
    border-color: #bfbfbf;
}
.display_left_table #results_desired_division,.display_left_table #results_amount_needed {
    width: 100%;
}
.display_left_table #wife_desired_division {
    display: block;
    margin-left: 0px;
}
.display_left_table #husband_desired_division {
    display: block;
    margin-left: auto;
}
.display_left_table #des_prop_dev_main {
    width: 160px;
}
.display_top_table #left_panel_all_offers{
    position: static;
    display: block;
    top: auto;
    width: 1300px;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 20px;
}
.display_top_table #left_panel_all_offers {
    width: 50%;
    margin-left: 25%;
}
.display_top_table {
    margin-top: 30px;
}

.display_top_table #prop_division_results label {
    font-weight: bold;
}
#cl_all_save_off_main {
    width: 200px;
    margin: 10px auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#prop_division_results {
    margin-bottom: 40px;
}
#achieve_division_with {
    max-width: 280px;
    margin: 0px auto;
    margin-bottom: 10px;
}
#achieve_division_with:disabled {
    cursor: not-allowed;
    opacity: .3;
}
#achieve_division_button,
#ask_before_back,
#ask_before_next {
}
#achieve_division_button:hover {
    cursor: pointer;
}
#achieve_division_button:disabled,
#achieve_through_payment_button:disabled {
    cursor: not-allowed;
    opacity: .3;
}

#results_achieve_division, #results_achieve_division > label, #results_achieve_division > select, #results_achieve_division > button {
    display: inline-block;
}
#results_achieve_through_payment{
    display: inline-block;
}

/* ******************************** Button styling ******************** */
#print-button, #excel-button, .clSoAllClass {
    margin: 5px;
}

/* ******************************** Media *********************** */
@media (min-width: 1801px) {
    #section_3 {
        width: 1600px;
    }
    #table {
        width: 1600px;
    }
    #table .tableCol10 {
        width: 300px;
    }
    #table .tableCol6 {
        width: 360px;
        font-size: 12px;
    }
    .tableElement {
        width: 122px;
    }
}

@media print {
    header, footer {
        display:none;
    }
    .tableRows > h3, .tableRows > .realProps{
        height: 40px;
        line-height: 40px;
    }
    #row_1 {
        height: 80px;
    }
}