﻿body {
    min-width: 490px;
}

.AlseinTable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 3px;
}

    .AlseinTable > tbody > tr > td {
        padding: 0 3px;
    }

        .AlseinTable > tbody > tr > td:first-child {
            width: 8px;
            color: #ff0000;
        }

        .AlseinTable > tbody > tr > td:nth-child(2) {
            border-radius: 3px;
            text-align: center;
            width: 150px;
        }

.LoadingIcon {
    width: 47px;
    display: none;
}

td {
    vertical-align: middle !important;
}

.ui-sortable .panel.panel-default {
    cursor: n-resize;
}

.panel-heading.Arkadyas, .Arkadyas {
    background-color: #1c79be !important;
    color: #ffffff;
    font-weight: bold;
}

.form-control.p-fc {
    padding: 0.375rem 0.75rem !important;
}

.ui-sortable-placeholder {
    background: yellow;
}

.modal-container {
    max-width: 90% !important;
    width: 90%;
}

.btn-line-16{
    line-height:16px;
}
