﻿#home-compare .pagetitle{
    text-align: left;
}

#home-compare #frmFileInput {
    margin-bottom: 10px;
}

    #home-compare #frmFileInput #divCondition .flex div:not(:last-child) {
        margin-right: 30px;
    }

#home-compare #divCondition > div:not(:first-child) {
    margin-top: 10px;
}

#home-compare table{
    width: 100%;
}

#home-compare #chkChonDoiTac {
    cursor: pointer;
    padding-top: 10px;
    display: flex;
}

#home-compare #chkChonDoiTac div {
    font-size: 17px;
    margin-right: 15px;
}

    #home-compare #chkChonDoiTac div label.containerlabel span.checkmark {
        white-space: nowrap;
    }
    #home-compare #chkChonDoiTac label.containerlabel input[type=radio] {
        transform: scale(1.5);
        width: auto;
        margin-right: 10px;
    }

/*#home-compare {
    height: 100%;
}

    #home-compare #gridData {
        margin: 30px 0;
    }

    #home-compare #frmFileInput {
        margin-left: 5px;
        width: 18%;
        min-width: 18%;
        max-width: 18%;
    }

        #home-compare #frmFileInput > div:not(:first-child) {
            margin-top: 25px;
        }

    #home-compare #divSource {
        font-size: 11px;
        text-align: center;
    }
*/