﻿.dilsaga {
    direction: rtl;
    text-align: right;    
}

.dilsola {
    direction: ltr;
    text-align: left;    
}

[dir="rtl"] .orjdirection {
    direction: rtl;
    text-align: right;
}

[dir="rtl"] .mrauto {
    margin-left: auto !important
}
[dir="rtl"] .dropdown-item {
    text-align: right
}

[dir="rtl"] table {
    text-align: right
}

[dir="rtl"] .jconfirm-title-c {
    text-align: right
}


[dir="rtl"] .jconfirm-buttons {
    float:left !important
}

[dir="rtl"] .jconfirm-content {
    text-align: right
}

[dir="rtl"] .textyon {
    text-align: right;    
}

[dir="rtl"] .btnsaga {    
    float: left !important;
}

[dir="rtl"] .btnsola {    
    float: right !important;
}


[dir="ltr"] .orjdirection {
    direction: ltr;
    text-align: left;
}

[dir="ltr"] .mrauto {
    margin-right: auto !important
}


[dir="ltr"] .textyon {
    text-align: left;
}

[dir="ltr"] .btnsaga {
    float: right !important;
}

[dir="ltr"] .btnsola {
    float: left !important;
}


:root {
    --zemin: #A70C00;
}


.zemin {
    background-color: var(--zemin);
}

.logobrand {
    /*background: url(/img/brand.png) no-repeat;*/
    width: 81px;
    height: 39px;
    border: 0 solid !important;
    float: left
}

.nav-link {
    display: block;
    padding: 0.2rem;
}

.mesajclass, .navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.85);
    font-weight: bold
}

.mesajclass:hover, .navbar-dark:hover .navbar-nav:hover .nav-link:hover {
    color: rgba(255,255,0,1)    
}


html {
    overflow-y: scroll
}

tr {
    cursor: pointer;
}

.btn {
    cursor: pointer;
}

.gizle{
    display:none;
}


.divmenuitem {
    width: 30px;
    display: inline-block;
    text-align: center
}

@media only screen and (max-width:768px) {
    .msjdis {
        display: inline
    }

    .msjic {
        display: none
    }

    .nav-link {
        display: block;
        padding: 0.5rem;
    }
}

@media screen and (min-width:769px) and (max-width:5800px) {
    .msjic {
        display: inline
    }

    .msjdis {
        display: none
    }
}

.alert > .start-icon {
    margin-right: 0;
    min-width: 20px;
    text-align: center
}

.alert > .start-icon {
    margin-right: 5px
}

.alert-simple.alert-danger {
    border: 1px solid rgba(241,6,6,0.81);
    background-color: rgba(220,17,1,0.16);
    box-shadow: 0 0 2px #ff0303;
    color: #ff0303;
    transition: .5s;
    cursor: pointer
}

.alert-danger:hover {
    background-color: rgba(220,17,1,0.33);
    transition: .5s
}

.danger {
    font-size: 18px;
    color: #ff0303;
    text-shadow: none
}

.alert:before {
    content: '';
    position: absolute;
    width: 0;
    height: calc(100% - 44px);
    border-left: 1px solid;
    border-right: 2px solid;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    height: 20px
}

.myblink {
    -webkit-animation: blink-1 2s infinite both;
    animation: blink-1 2s infinite both
}

@-webkit-keyframes blink-1 {
    0%,50%,100% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes blink-1 {
    0%,50%,100% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@media print {
    body {
        -webkit-print-color-adjust: exact
    }
}

.center-screen {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 90vh;
}

.edtbutons {
    width: 14.285%;
    display: inline-block;
}

.kir {
    background-color: #d1e9f7; /*#f58d8d;*/
}

.selectlist button {
    border: 1px solid #ced4da;
}


.pasif {
    text-decoration: line-through;
    text-decoration-color: red;
    color: #6c757d !important;
}


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}
