﻿legend {
    text-align: center;
    color: #e35d11;
    border-bottom: 1px solid #e35d11;
    font-size: 18px;
}

.bg-digicon {
    background-color: #4c4948 !important;
}

.Ucret {
    width: 100px;
}

.Tarih {
    width: 75px;
}

.TarihVeSaat {
    width: 115px;
}

.el-control {
    padding: .375rem .75rem;
    border-radius: 0.25rem;
    border: 1px solid #e6eaea;
    background-color: #f0f0f5;
}

.AlseinTable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 3px;
}

    .AlseinTable td {
        padding: 0 3px;
    }

        .AlseinTable td:first-child {
            width: 12px;
            color: #ff0000;
        }

        .AlseinTable td:nth-child(2) {
            background: rgba(27,118,187,1);
            background: -moz-linear-gradient(top, rgba(27,118,187,1) 0%, rgba(27,118,187,1) 0%, rgba(38,168,224,1) 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(27,118,187,1)), color-stop(0%, rgba(27,118,187,1)), color-stop(100%, rgba(38,168,224,1)));
            background: -webkit-linear-gradient(top, rgba(27,118,187,1) 0%, rgba(27,118,187,1) 0%, rgba(38,168,224,1) 100%);
            background: -o-linear-gradient(top, rgba(27,118,187,1) 0%, rgba(27,118,187,1) 0%, rgba(38,168,224,1) 100%);
            background: linear-gradient(to bottom, rgba(27,118,187,1) 0%, rgba(27,118,187,1) 0%, rgba(38,168,224,1) 100%);
            color: white;
            border-radius: 3px;
            text-align: center;
            width: 150px;
        }

    .AlseinTable .td-label, .bg {
        background: rgba(27,118,187,1);
        background: -moz-linear-gradient(top, rgba(27,118,187,1) 0%, rgba(27,118,187,1) 0%, rgba(38,168,224,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(27,118,187,1)), color-stop(0%, rgba(27,118,187,1)), color-stop(100%, rgba(38,168,224,1)));
        background: -webkit-linear-gradient(top, rgba(27,118,187,1) 0%, rgba(27,118,187,1) 0%, rgba(38,168,224,1) 100%);
        background: -o-linear-gradient(top, rgba(27,118,187,1) 0%, rgba(27,118,187,1) 0%, rgba(38,168,224,1) 100%);
        background: linear-gradient(to bottom, rgba(27,118,187,1) 0%, rgba(27,118,187,1) 0%, rgba(38,168,224,1) 100%);
        color: white;
        border-radius: 3px;
    }

.LoadingIcon {
    width: 47px;
    display: none;
}

.input-group-success {
    background-color: #38d250;
}

.input-group-danger {
    background-color: #ff473d;
}

    .input-group-success i,
    .input-group-danger i {
        color: #fff !important;
    }


.modal-xl {
    min-width: 90vw !important;
}



option[disabled=disabled] {
    background-color: red;
    color: white;
}
