/*** asas asdsad asdasd assadsd******/
.form-group .help-block {
    display: block;
}

.form-group {
    padding-bottom: 20px;
}

.info-row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.card img {
    width: inherit;
}

img.user-avatar {
    width: 8rem;
    height: auto;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.ogretmen-tablo table tbody tr:first-child td {
    border-top: 1px solid #ddd;
}

.card .ogretmen-tablo .table tr:first-child td {
    border-top: 1px solid #ddd;
}

.modal-backdrop {

    display: none;
}


.sidebar .logo, .off-canvas-sidebar .logo {
    padding: 10px 15px;
}



.textVert th{
    /* Something you can count on */
    height: 120px;
    white-space: nowrap;
}

.textVert th > div {
    transform:
        /* Magic Numbers */
            translate(25px, 51px)
                /* 45 is really 360 - 45 */
            rotate(-90deg);
    width: 0px;
}
.textVert th > div > span {
    border-bottom: 1px solid #ccc;
    padding: 0px 0px;
}