/*!
 * Tax Calc CSS
 * @auther Keith Msimango
  */

body {
    font-family: Arial, Helvetica, sans-serif;
}

#age,
#tax_year,
#tax_payer,
#tax_number {
    text-align: right;
    text-align: left !important;
    width: 80%;
    float: right;
    height: 30px;
}

#tax-details {
    margin: -14px;
}

.card {
    border: 2px #7f7f7f solid;
}

.frequency_selection li {
    display: inline;
    margin: 15px;
}

#frequency label {
    margin-left: 29px;
    text-align: center;
    line-height: 2;
}

.freequency_buttons:active,
.active {
    background-color: #072e5b;
    color: white;
}

.freequency_buttons:hover,
.freequency_buttons:focus {
    color: white;
}

.row {
    margin-top: 12px;
    margin-bottom: 12px;
}

.form-control {
    text-align: right;
}

.other_deductions_block input {
    width: 100%;
}

.after_tax {
    font-weight: bold;
}

@media only screen and (min-width: 1199px) {
    #user_email, #user_select, #login_pwd {
        text-align: left !important;
        height: 30px !important;
    }

    fieldset {
        font-size: 15px;
        margin-top: 45px;
    }

    .btn {
        border-radius: 5px;
    }

    .form-control {
        text-align: right;
        height: 25px;
        font-size: 13px;
        font-weight: bold;
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    #tax_payer_details {
        margin-left: 75px;
        text-align: center;
        margin-top: 6px;
    }

    #tax-details {
        margin-left: 28px;
        margin-top: 6px;
        text-align: center;
    }


    #tax_year,
    #tax_payer {
        width: 75%;
    }

    #age,
    #tax_year {
        height: 42px;
        font-size: 16px;
        margin-right: 100px;
        width: 125px;
    }

    #tax_number {
        float: left;
        width: 50%;
    }

    #hidden_extra_space {
        height: 35px;
    }

    #taxtables {
        padding-left: 15px;
    }

    .tax_tables_buttons {
        width: 150px !important;
        font-size: 13px;
    }

    #print, #tax_tables, #clear {
        margin-bottom: 50px;
        font-size: 13px;
        font-weight: bold;
        width: 100px;
    }

    #clear {
        background-color: #7f0000;
        color: white;
    }

    .freequency_buttons {
        font-size: 13px;
        font-weight: bold;
        width: 100px;
    }

    .calculator {
        border: 5px #7f7f7f solid;
    }

    #tax_calculator {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 40px;
        padding-right: 40px;
    }

    #tax_calculator .form-control {
        width: 65%;
        float: right;
    }

    #right-full-screen input:not(#calculator_income, #calculator_paye, #mtc_credit, #uif) {
        margin-right: -9px;
        width: 69%;
    }

    #left-full-screen {
        padding-right: 30px
    }

    #left-full-screen input{
        width: 70%;
    }

    #dependant_label {
        margin-left: 45px;
    }

    #dependants {
        width: 20% !important;
    }

    #pension_provident_fund_benefit_label {
        /* media screen */
        max-width: 182px !important;
        width: 182px !important;
    }

    .tax_year_selected {
        margin-top: -10px;
    }

    #tax_year_selected label {
        padding-left: 50px;
        padding-right: 50px;
        border: black solid;
        height: 32px;
        font-weight: bold;
        align-content: center;
        line-height: 28px;
        font-size: 16px;
        background-color: #fff;
    }

    .other_deductions_block input {
        width: 130%;
    }

    #age_selected_text {
        font-weight: bold;
    }

    .swal-button, .swal-button:hover {
        background-color: #0e498b;
    }

    .swal-button:not([disabled]):hover {
        background-color: #0e498b;
    }

    .swal-text {
        font-weight: bold;
    }
}

@media only screen and (max-width: 1199px) {
    #left-full-screen input {
        width: 80%;
    }
  }


