﻿.data-grid {
    margin: 10px 0 10px 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

.installment-title {
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    display: block;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.data-table {
    color: #676767;
    border: 1px solid #BDBDBD;
    border-bottom: none;
    float: left;
    border-collapse: collapse;
    font-family: Arial;
    font-size: 13px;
    width: 100%;
}

/*table {
            max-width: 100%;
            background-color: transparent;
            border-collapse: collapse;
            border-spacing: 0;
            display: table;
        }*/

table.data-table.headertr {
    height: 30px !important;
    cursor: default !important;
}

/* Burası default geliyor */
/*tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}*/

table.data-table tr.headertr td.bankname {
    width: 120px !important;
    text-align: center;
    background-color: #f7f7f7;
    cursor: default !important;
}

table.data-table tr.headertr td.banknameT {
    width: 9% !important;
    text-align: center;
    background-color: #f7f7f7;
    cursor: default !important;
}

.data-table td {
    border: 1px solid #BDBDBD;
    cursor: pointer;
}

/* Burası default geliyor */
/*td {
    display: table-cell;
    vertical-align: inherit;
}*/

.logo-bank1, .logo-bank2, .logo-bank3, .logo-bank4 {
    width: 50% !important;
    text-align: center;
    background: url(/Images/OdemeLogo/diger.png) no-repeat center #d0d0d0;
}

.data-table tr {
    height: 40px !important;
}

table.data-table tr.blacktr td.bankname {
    width: 40px;
    text-align: center;
    background-color: #f7f7f7;
    color: #353535 !important;
    font-weight: normal !important;
    cursor: default !important;
}

table.data-table tr.blacktr td.ratebank-1,
table.data-table tr.blacktr td.ratebank-2,
table.data-table tr.blacktr td.ratebank-3,
table.data-table tr.blacktr td.ratebank-4 {
    font-weight: normal;
    color: #555;
    cursor: pointer;
}

/*table.data-table tr.blacktr td.ratebank-1 {
    background: #d7e6fa;
}

table.data-table tr.blacktr td.ratebank-2 {
    background: #ffcdfe;
}

table.data-table tr.blacktr td.ratebank-3 {
    background: #ffe9cd;
}

table.data-table tr.blacktr td.ratebank-4 {
    background: #d7fae6;
}

table.data-table tr.blacktr td.ratebank-5 {
    background: #f5ecfe;
}*/

.clear {
    clear: both;
}

table.data-table tr.blacktr td[class*=none-] {
    background: #ddd !important;
    font-weight: normal !important;
    color: #999 !important;
    cursor: not-allowed !important;
}

.highlight {
    background-color: White !important;
    box-shadow: inset 0 0 5px navy;
}

#processArea {
    border-radius: 4px;
    /*padding: 20px 10px 15px 0;*/
    height: 50px;
    display: block;
}

    #processArea span {
        float: left;
    }

.selected-title {
    font-size: 20px;
    color: #717171;
    margin: 5px;
}

.selected-price {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    margin-top: 5px;
    margin-left: 10px;
}
