img.personel {
    width: 75px;
    height: 75px;
    border-radius: 5%;
}
.dispnone{
    display: none;
}

ul.isimler {
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid silver;
    font-size: 0.8em;
    display: block;
}

ul.isimler>li {
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    width: 60px;
}

ul.isimler>li:last-of-type {
    margin: 0;
}

ul.forms {
    padding: 0;
    list-style-type: none;
    display: table;
}

ul.forms>li {
    display: inline-block;
    width: 60px;
    margin-right: 10px;
}

ul.forms>li>input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid silver;
    text-align: center;
    font-size: 0.8em;
    height: 20px;
}

ul.isimler>li:first-of-type {
    width: 120px;
}

ul.forms>li:first-of-type {
    width: 120px;
}
ul.forms>li>span {
    margin: 0 5px;
    cursor: pointer;
}

ul.forms>li>span.linesave {
    color: green;
}

ul.forms>li>span.linedelete {
    color: #B50000;
}
ul.toplam {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.toplam>li {
    display: inline-block;
    width: 60px;
    margin-right: 6px;
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
    padding: 0;
}

ul.toplam>li:first-of-type {
    width: 120px;
}
ul.toplam>li:last-of-type {
    font-size: 0.9em;
    color: green;
    width: 100px;
}

ul.toplam>li:last-of-type:before {
    content: '= ';
}
.yetkitable .btn-xs {
    font-size: 12px;
    padding: 2px 2px;
}

.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top30 { margin-top:30px; }