﻿.active-kategori {
    font-weight: bolder !important;
    color: #17a2b8 !important;
}

.errDiv > span {
    font-size: 20px !important;
    font-weight: bolder !important;
    text-align: center !important;
    align-items: center;
    width: 100%;
    color: black;
}

.error-label {
    color: #FF0000;
    display:none;
}
.two-line {
    padding-left: 5px;
    height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}
.three-line {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hide {
    display: none !important;
}

.thumb-info-type a:hover {
    color: red !important;
}

.word-wrap {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255,0.5);
    justify-content: center;
    display: flex;
    z-index: 20;
    padding:100px;
    border-radius:5px 5px;
}

    .loader img {
        z-index: 20;
        width: 100px;
        height: 100px;
    }
    .baslik{
        width:100%;
        padding-bottom:20px;
        font-size:20px;
        font-weight:bold;
        text-align:center;
        color:#000;
    }
.inline-block {
    display:inline-block;
}
.btn-page{
    min-width:50px;
    float:left;
}
.disabled{
   pointer-events:none;
   background-color:#CCC !important;
   color:#989898 !important;
}
.no-select {
    user-select: none; /* standard syntax */
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}
.border-black{
    border:2px solid #000;
}