﻿.BankListDiv, .MobilOdemeDiv, .KrediOdemeDiv {
    text-align: center;
    padding: 20px;
    border: solid 1px rgba(0,0,0,0.17);
    border-radius: 8px;
    background-color: #fff;
    display: none;
}
#BankList {
    margin-top: 20px;
    margin-bottom: 20px;
}

#AccountList {
    margin-top: 15px;
    margin-bottom: 15px;
}

#Bankalar {
    width: 100%;
    text-align-last: center;
    border-radius: 12px;
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.15);
}

.AccountInfo {
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 12px;
    padding: 20px;
}

.bankalar > span {
    font-size: 14px;
    font-weight: bold;
}
#Bankalar:focus {
    outline: 0;
}
/* Use a wide full screen for small screens like tablets. */
@media (min-width: 768px) and (max-width:992px) {
    .container {
        width: initial;
        padding-left: 2em;
        padding-right: 2em;
    }
}
/* Table 1 Style */
table.table1 {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    font-style: normal;
    border-collapse: separate;
}

.table1 thead th {
    padding: 15px;
    color: #fff;
    border-bottom: 3px solid #9a0c5d;
    background-color: #9DD929;
    background: -webkit-gradient( linear, left bottom, left top, color-stop(0.02, rgb(176,14,106)), color-stop(0.51, rgb(188,20,105)), color-stop(0.87, rgb(207,39,80)) );
    background: -moz-linear-gradient( center bottom, rgb(176,14,106) 2%, rgb(188,20,105) 51%, rgb(207,39,80) 87% );
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .table1 thead th:empty {
        background: transparent;
        border: none;
    }

.table1 tbody th {
    color: #fff;
    padding: 0px 10px;
    background: -webkit-gradient( linear, left bottom, left top, color-stop(0.02, rgb(176,14,106)), color-stop(0.51, rgb(188,20,105)), color-stop(0.87, rgb(207,39,80)) );
    background: -moz-linear-gradient( center bottom, rgb(176,14,106) 2%, rgb(188,20,105) 51%, rgb(207,39,80) 87% );
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    
}

.table1 tfoot td {
    color: #9CD009;
    font-size: 32px;
    text-align: center;
    padding: 10px 0px;
    text-shadow: 1px 1px 1px #444;
}

.table1 tfoot th {
    color: #666;
}

.table1 tbody td {
    padding: 10px;
    text-align: center;
    background-color: #f1c5de;
    border: 2px solid #E7EFE0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #000;
    text-shadow: 1px 1px 1px #fff;
    cursor: pointer;
}

.table1 tbody span.check::before {
    content: url(../images/check0.png)
}
.tutar {
    color: #b00e6a;
    display: inline-block;
    font-size: 20px;
    font-weight:bold;
}

.sure {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
}
.eklenen {
    position: absolute;
    top: -30px;
    left: 32%;
    background: #eee;
    padding: 10px 50px;
    border-radius: 30px;
    border: 5px solid #fafafa;
}

.table1 tbody th {
    color: #fff;
    padding: 0px 10px;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #ff5fa3;
}

.table1 tbody td {
    padding: 10px;
    text-align: center;
    background-color: #f8f9fa;
    border: 2px solid #E7EFE0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #000;
    text-shadow: 1px 1px 1px #fff;
    cursor: pointer;
}

.table1 thead th {
    padding: 15px;
    background: #ff5fa3;
    color: #fff;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}