.iframeLoader{
    background:url('../img/loader.gif') center center no-repeat;
    /*position: relative;*/
}

.site-navbar{
    background-color: #292942!important;
}

.site-menubar{
    background: #292942!important;
}

.badge-custom{
    padding: 10px!important;
    font-size: 85%!important;
}
/*.iframeLoader:after{
    content:'PDF dosya oluşturuluyor. Lütfen bekleyiniz...';
    position: absolute;
    left: 38%;
    top: 60%;
    font-weight: bold;
}*/

.alert-custom{
    color: #292942!important;
    background-color: rgba(41,41,66,.3)!important;
    border-color: #292942!important;
}
.btn-custom{
    background: #292942;
    color:#fff;
    border-color: #292942!important;
}
.btn-custom:hover{
    background: rgba(41,41,66,.8)!important;
    color:#fff;
    border-color: rgba(41,41,66,.8)!important;
}
.pdfRaporIframe{
    width: 100%;
    height: 80vh;
}
.modalPdfRapor .modal-dialog{
    max-width: inherit;
    width: 70%;
}
.modalPdfRapor .modal-body{
    padding: 0;
}
.page-header-top{
    width: 100%;
    background: #F3F7F9;
    padding: 20px 30px;
    text-align: center;
}
.page-header-top img{
    width: 40px;
    border-radius: 50%;
    margin-right: 10px;
}
.page-header-top button{
    float: right;
    margin-top: -5px;
}
.page-header-top .divider{
    border: 1px solid;
    margin:0 15px;
}
.destekTalebi{
    width: 100%;
}
.destekKonusuSelect,
.destekKonusuInput{
    display: none;
}
.app-message-input .message-input{
    padding-right: 15px
}
.app-message-input .message-input ::-webkit-scrollbar {
    display: none;
}
.uyari{
    background:#f8d7da;
    padding:5px 7px;
    display: none;
}
.uyari h4{
    font-weight:bold;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}
.uyari .icerik ul li{
    list-style: none;
}

.navbar-brand-logo{
    width: 250px !important;
    height: auto;
}

.nav-tabs .nav-link.active{
    background-color: #292942!important;
    border-bottom-color: #292942!important;
}

.hatirlaticiTable tr td{
    display: flex;
    justify-content: space-between;
}
.hatirlaticiTable td.yuksekOncelik{
    border-left: 5px solid red;
}
.hatirlaticiTable td.ortaOncelik{
    border-left: 5px solid orange;
}
.hatirlaticiTable td.dusukOncelik{
    border-left: 5px solid green;
}