﻿.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;
    }