﻿.form-legend {
    border-bottom: 1px solid #1d8ccc;
    color: #1d8ccc;
    text-align: center;
}

.text-area-const {
    resize: none;
    height: 80px !important;
}


.LoadingIcon {
    width: 47px;
    display: none;
}

.AlseinTable {
    width: 100%;
    border-collapse: separate;
}

    .AlseinTable td:nth-child(3n+1) {
        width: 10px;
        text-align: center;
        color: red;
    }

    .AlseinTable td:nth-child(3n+2) {
        width: 150px;
    }

    .AlseinTable td:nth-child(3n+2), .background {
        color: white;
        border-radius: 5px;
        background-color: #1d8ccc;
        border: 1px solid #2e286b;
        text-align: center;
    }

.ui-sortable > tr {
    cursor: grab;
}

.ui-sortable-handle:active {
    cursor: grabbing;
}

.Aciklama {
    border: 1px solid #ced4da;
}

.btn-bank {
    border: 1px solid black;
}

.btn-bank > img {
    height: 16px;
}

@media only screen and (max-width: 1169px) {
    .Arc_Logo_Banner {
        display: none;
    }

    .Arc_Logo_Simge {
        display: block;
    }
}

@media only screen and (min-width: 1170px) {
    .Arc_Logo_Banner {
        display: block;
    }

    .Arc_Logo_Simge {
        display: none;
    }
}