﻿.y25 select {
    width: 25%;
}

.sayfa {
    padding-top: 60px;
    padding-bottom: 30px;
}

.y80 select {
    width: 80%;
}

.y80 input[type=text].form-control {
    width: 80% !important;
}

.Buton {
    background: #19385f;
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 25px;
    color: #fff !important;
    font-weight: 600;
    border: 1px solid #19385f !important;
    margin-top: 15px;
    margin-bottom: 15px;
}

.GroupLabel {
    font-size: 16px;
    font-weight: normal !important;
    min-width: 150px;
}

.hesaplarliste {
    margin-bottom: 15px;
    padding-left: 10px;
    border-bottom: 2px solid #19385f;
    margin-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .hesaplarliste span {
        font-size: 22px;
        font-weight: 600;
        color: #000;
    }

.hesabim-liste {
    margin-bottom: 20px;
}

.sayfa input[type=text].form-control {
    display: inline-block;
    width: auto;
    min-width: 300px;
    height: 35px;
}

.sayfa input[type=password].form-control {
    display: inline-block;
    width: auto;
    min-width: 300px;
    height: 35px;
}

.satirY {
    min-height: 45px;
}

.TslmtAdrs .form-control {
    max-width: 100%;
    display: inline-block;
    width: 220px;
}

.HspBslk {
    margin: 0;
    font-size: 18px;
}

.Icbaslik {
    position: relative;
}

.spinbaslik {
    display: inline-block;
    margin: 0;
    color: #65605c;
    position: relative;
}

.UyeBaslik {
    display: inline-block;
    float: right;
    position: relative;
    right: 0;
    background: #263277;
    color: #fff;
    padding: 12px 25px;
    top: 0;
    margin: -1px;
}

.hesabim-liste {
    margin: 0;
    padding: 0;
    padding-right: 15px;
}

    .hesabim-liste > li {
        list-style: none;
    }

        .hesabim-liste > li > a {
            position: relative;
            padding: 10px;
            display: block;
            color: #000;
            margin-bottom: 5px;
            overflow: hidden;
            font-size: 16px;
            font-weight: 600;
            transition: background .4s ease-in;
        }

            .hesabim-liste > li > a:hover {
                background: #19385f;
                color: #ffffff;
                transition: background .4s ease-in;
            }

            .hesabim-liste > li > a.red {
                background: #ffb6b6;
            }

        .hesabim-liste > li.active > a {
            background: #19385f;
            color: #fff;
        }

            .hesabim-liste > li.active > a.red, .hesabim-liste > li > a.red:hover {
                background: #19385f;
                color: #fff;
            }

.tblBslk {
    background: #19385f;
    color: #fff;
    padding: 10px;
    margin: 0;
    font-size: 16px;
}

.table-responsive .Buton {
    border: 2px solid #65605c;
    margin: 0;
    padding: 5px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}

.mdlSipars {
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: block;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    overflow-x: hidden;
    overflow-y: auto;
}


.hesapicerik .container {
    margin-top: -230px;
}

    .hesapicerik .container .sayfa {
        padding: 20px;
    }

@media screen and (max-width: 1000px) {
    .sayfa {
        padding-top: 30px;
        padding-bottom: 15px;
    }
}

.table-striped {
    font-size: 14px;
    font-weight: 300;
}
