﻿/*table*/
.ogrenci-table {
    border: 0;
}

    .ogrenci-table td,
    .ogrenci-table th {
        border: 0;
        border-top: 1px solid #dee2e6;
    }

    .ogrenci-table .grid-selected {
        background: #2b90d9 !important;
        color: #fff !important;
    }

        .ogrenci-table .grid-selected a {
            color: #fff !important;
        }

/*checkbox-template*/
.i-checks.ogrenci-checks input[type="checkbox"] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
}

    .i-checks.ogrenci-checks input[type="checkbox"]::before {
        margin-right: 10px;
        content: "";
        display: inline-block;
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
        width: 18px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        background: #dae2e7;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

    .i-checks.ogrenci-checks input[type="checkbox"]::after {
        content: "\f00c";
        width: 12px;
        height: 12px;
        line-height: 12px;
        text-align: center;
        display: block;
        font-family: "FontAwesome";
        position: absolute;
        top: 1px;
        left: 1px;
        font-size: 0.7em;
        opacity: 0;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        color: #fff;
    }

    .i-checks.ogrenci-checks input[type="checkbox"]:checked::before {
        background: #2b90d9;
    }

    .i-checks.ogrenci-checks input[type="checkbox"]:checked::after {
        opacity: 1;
    }

.i-checks input[type="checkbox"] + label {
    margin-left: 10px;
}

/*durum renkleri*/
.media-ogrenci .badge.bg-green {
    background: #54e69d !important;
}

.media-ogrenci .badge.bg-yellow {
    background: #f2cd5c !important;
}

.media-ogrenci .badge.bg-violet {
    background: #796aee !important;
}

.media-ogrenci .badge.bg-orange {
    background: #f2921d !important;
}

.media-ogrenci .badge.bg-blue {
    background: #85b4f2 !important;
}

.media-ogrenci .badge.bg-red {
    background: #ff7676 !important;
}


.ogrenci-durumu {
    color: #796AEE;
}

.card-universite-2 {
    background-color: #feecb9;
}

.media-ogrenci {
    position: relative;
}

    .media-ogrenci .media-body {
        min-height: 130px;
    }

        .media-ogrenci .media-body h5.card-text,
        .media-ogrenci .media-body p.card-text {
            font-size: 13px;
        }


    /*flag*/
    .media-ogrenci .flag {
        width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 104% auto;
        border-radius: 50%;
        position: absolute;
        right: 0;
        bottom: 0;
        border: 1px solid #fff;
    }


    /*semester*/
    .media-ogrenci .semester {
        /*background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;*/
        width: 40px;
        height: 15px;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 10px;
        font-weight: 800;
        text-align: right;
    }

    .media-ogrenci .semester-2:before {
        /*background-image: url('/assets/img/icons/semester-2.svg');*/
        content: 'BAHAR';
        color: #03C988;
    }

    .media-ogrenci .semester-3:before {
        /*background-image: url('/assets/img/icons/semester-3.svg');*/
        content: 'GÜZ';
        color: #994D1C;
    }


    /*options*/
    .yataygecis-ogrencilistesi .options-icons,
    .media-ogrenci ul.options-icons {
        position: absolute;
        left: 0;
        bottom: -3px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

.yataygecis-ogrencilistesi .options-icons {
    position: relative;
}

    .yataygecis-ogrencilistesi .options-icons li,
    .media-ogrenci ul.options-icons li {
        font-size: 18px;
        float: left;
        margin-right: 9px;
    }

    .yataygecis-ogrencilistesi .options-icons .davet-mektubu,
    .media-ogrenci ul.options-icons .davet-mektubu {
        color: #ef5285;
    }

.media-ogrenci ul.options-icons .mavi-kart {
    color: #1cc5dc;
}

.media-ogrenci ul.options-icons .bursluluk {
    color: #f9b208;
    font-size: 15px;
    margin-top: 3px;
    margin-right: 6px;
}

.media-ogrenci ul.options-icons .komisyon {
    font-weight: 700;
    color: #059212 !important;
    font-size: 15px;
    margin-top: 3px;
    margin-right: 6px;
}

.yataygecis-ogrencilistesi ul.options-icons .not-icon,
.media-ogrenci ul.options-icons .not-icon {
    color: #FFC107;
}

.yataygecis-ogrencilistesi ul.options-icons .odeme-icon,
.media-ogrenci ul.options-icons .odeme-icon {
    color: #2E236C;
}

.yataygecis-ogrencilistesi ul.options-icons .odeme-icon-tam,
.media-ogrenci ul.options-icons .odeme-icon-tam {
    color: #EB5B00;
}


@media (min-width: 768px) {
    .row-filter .col-md-2 {
        /*-ms-flex: 0 0 14.285%;
                flex: 0 0 14.285%;
                max-width: 14.285%;*/
    }
}


/*tomer*/
.card-bg-tomer {
    background-color: #eef7fc;
}

    .card-bg-tomer .card-header {
        background-color: #aae0fd;
    }

    .card-bg-tomer .card-footer {
        background-color: #e2f2fa;
    }
