﻿/*Loader---*/
#loader {
    position: fixed;
    z-index: 99999999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    display:none;
}

.lds-hourglass {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-hourglass:after {
        content: " ";
        display: block;
        border-radius: 50%;
        width: 0;
        height: 0;
        margin: 8px;
        box-sizing: border-box;
        border: 32px solid #fff;
        border-color: #fff transparent #fff transparent;
        animation: lds-hourglass 1.2s infinite;
    }

@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    100% {
        transform: rotate(1800deg);
    }
}
/*---Loader*/


.yuvarlakBorder {
    border-radius: 50% !important;
    border: 2px solid red !important;
}

.dovizYuvarlak {
    width:80px;
    font-size:50px;
    padding:0px !important;
    text-align:center;
}

.toplamBakiye {
    font-size: 35px;
    color: white;
    font-weight: bold;
}

.ml-first-0:first-child {
    margin-left:0px !important;
}

.font-toplambakiye {
    font-size:1.80rem;
}

.border-main {
    border-color: #3c548d !important;
    background-color: #3c548d;
    color:white !important;
}

.bg-ref {
    background-color: #3c548d;
}

.text-main {
    color: #293a50 !important;
}

.text-gray {
    color:#9d9999;
}

.border-left-gray {
    border-left: 1px solid#cacaca !important;
}

.text-black {
    color:black !important;
}

.full-height {
    height: 100%;
}

.bakiyetablo td {
    font-size: 0.890rem;
    padding: 0px !important;
    padding-right: 3px !important;
}

.bakiyetablo th {
    font-size: 0.890rem;
    padding-right: 3px !important;
}

.bakiyetablo td a:hover{
    text-decoration:underline;
}


.trhSecim {
    display: unset !important;
    width: 170px !important;
    flex : unset !important;
}

.cssFirma {
    display: unset !important;
    width: 350px !important;
    flex: unset !important;
}

input.valid {
    background-image: url('/content/images/check.png');
    background-position: center right 5px;
    background-size: 16px 16px;
    background-repeat: no-repeat;
}

/*Datatables filtre düzelt*/

.dataTables_filter {
    margin:0px !important;
}

.dataTables_filter > label > input {
    margin-left:10px !important;
}

.fade.in {
    opacity: 1;
    -webkit-animation: fadeIn 1s;
}

@keyframes fade {
    0%,100% {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

.modal-backdrop {
    opacity: 0.5 !important;
}

div.dt-buttons {
    float:right !important;
}
.sidebar-content {
    background-color:white;
}