.tc-wrapper {
    z-index: 999;
    position: absolute;
}
.tc-wrapper .tc-container {
    max-height:125px;
    overflow-x:hidden;
    overflow-y:scroll;
    border:1px solid #999;
    border-top:none;
    margin: 0px;
    padding: 0px;
}
.tc-wrapper .tc-container > li.tc-item {
    background:#f9f9f9;
    cursor:pointer;
    line-height:20px;
    border-bottom:1px dotted #999;
    white-space:nowrap;
    padding: 0 4px;
}
.tc-wrapper .tc-container > li.tc-item.item-active {
    background:#E8FFE8!important;
}
.tc-wrapper .tc-container > li.tc-item.removingitem {
    background:#FFE2DE!important;
}
.tc-spinner {
    background-image: url("img/spinner.gif") !important;
    background-repeat: no-repeat !important;
    background-position: 99% 50%;
}
.tc-wrapper:not(.TF_searchresults) .tc-container > li.tc-item:hover {
    background: #009fe3!important;
    color: white;
}
.tc-head {
    line-height: 30px;
    border-bottom:1px solid #ccc;
    padding: 0 20px;
    background:#e1e1e1!important;
    cursor: default;
}

/* overrides - ZTART */
.tc-wrapper {
    /*width: 100%;*/
    font-size: 11px;
}
.tc-wrapper ::-webkit-scrollbar { width: 10px; }

.tc-wrapper ::-webkit-scrollbar-track {
    background-color: rgb(230, 230, 230);
    border-radius: 10px;
}

.tc-wrapper ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0,0,0,0.2);
}

.tc-wrapper::-webkit-scrollbar-thumb:hover {
    border-radius: 10px;
    background-color: rgba(0,0,0,0.3);
}

.tc-wrapper .tc-container {
    max-height:225px;
    border:1px solid #e0e0e0;
    /*width: 460px;*/
}
.tc-wrapper .tc-container > li.tc-item {
    line-height: 25px;
    border-bottom:1px solid #e0e0e0;
    padding: 0 15px;
}
 .tc-wrapper .tc-container > li.tc-item.item-active {
    background: #009fe3!important;
    color: white;
}

@media (max-width: 767px) {
    .tc-wrapper .tc-container {
        max-height:142px;
        border:1px solid #e0e0e0;
        width: 100%;
    }

    .notificationTxt .tc-wrapper {
        margin-top: 0px;
        width: 100%;
    }
}
/* overrides - VINISH */


/*
BIGO
*/

.realtime-information {
    cursor: default;
    font-size: 10px;
    font-weight: normal!important;
}
.realtime-information .progress {
    min-width: 250px;
    margin-bottom: 5px;
}
.iziModal-content .datagrid thead th:first-child {
    padding-left: 8px;
}
.iziModal-content .datagrid thead th {
    font-size: 11px;
    height: 25px;
    padding: 4px 0px 4px 8px;
}
.iziModal-content .datagrid tbody td {
    font-size: 11px!important;
    padding: 4px 8px 4px 8px;
    height: 23px;
}
.iziModal-content .datagrid tbody td.active {
    background-color: #ffffcc;
}

.iziModal-content .datagrid tbody td.removing {
    background-color: #FFE2DE;
}

@media (min-width: 1000px) {
    #sinav-islem-bilgi {
        position: fixed; left: 20px; bottom: 20px; z-index: 2
    }
    #soru_numrasi_gosterim {
        position: absolute;
        top: -20px;
        left: 160px
    }
}
@media (max-width: 1000px) {
    #sinav-islem-bilgi {
        position: absolute; right: 60px; top: 0px; z-index: 99;
        color: #fff;
    }
    #soru_numrasi_gosterim {
        margin:30px 0 0 -50px;
        font-size: 19px;
    }
}

.dnone {
    display: none;
}

._preloader {
    width: 16px!important;
    height: 16px!important;
}

a[name="secilen_ders"] {
    cursor: pointer;
}

@media (min-width: 1000px) {
    .is-countdown {
        border: none;
        font-weight: bold;
        padding: 5px;
    }
}
@media (max-width: 1000px) {
    .is-countdown {
        border: none;
        background: none;
        font-weight: bold;
    }
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    height: 40px;
    margin-bottom:10px;
    justify-content: center;
}

.zoom {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    height: 40px;
    margin-top:10px;
    justify-content: center;
}

.control_panel {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    height: 40px;
    margin-top:10px;
    justify-content: center;
}

.control_panel2 {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    height: 40px;
    margin-top:100px;
    justify-content: center;
}

.control_panel3 {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    height: 40px;
    margin-top:60px;
    justify-content: center;
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .fit-image {
        width: 100%;
        height: auto;
        margin-top: 110px;
    }
    .fit-image img {
        height: 90%;
        width: 90%;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .fit-image {
        width: 100%;
        height: auto;
    }
    .fit-image img {
        height: 50%;
        width: 50%;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .fit-image {
        width: 100%;
        height: auto;
    }

    .fit-image img {
        height: 50%;
        width: 50%;
    }
}

.btnActive {
    background: #F9982D!important;
    color: #0a0a0a;
}

.highslide img {
    border: none;
}

.strSoruNum {
    font-size: 12px!important;
    cursor: pointer;
}