﻿.ref-login {
    color: #DE2C30;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 9pt;
}

/*Стили для хелпера валидации*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

h1 {
    font-size: 40px;
    font-weight: 100;
    margin-top: 20px;
    margin-bottom: 32px;
}

h2 {
    font-size: 32px;
    font-weight: 100;
    margin-top: 16px;
    margin-bottom: 24px;
}

h3 {
    font-size: 28px;
    font-weight: 100;
    margin-top: 12px;
    margin-bottom: 20px;
}

.nav-link .bulb {
    position: absolute;
    z-index: 3;
    top: 6px;
    right: 4px;
    font-size: 12px;
    animation: all 1s linear 0s;
}

.list-select {
    cursor: pointer;
    margin-right: 4px;
}

.list-group-item .level-2 {
    color: #666;
    padding-left: 2em;
}

.validation-summary-errors {
    font-weight: bold !important;
    color: #ff0000 !important;
}

label.form-label {
    font-weight: normal;
    margin-right: 1em;
}

#table-role-user-functions {
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #ccc;
}

    #table-role-user-functions th {
        text-align: center;
        padding: 5px;
        font-size: 90% !important;
    }

    #table-role-user-functions td {
        padding: 5px;
        font-size: 90% !important;
        vertical-align: middle;
    }

        #table-role-user-functions td.cb {
            text-align: center;
        }

.wrapper-table-role-user-functions {
    overflow-y: auto;
    height: 250px;
}

.max-height-block {
    overflow-y:auto;
}

/* standard table*/
table.grey {
    width: 100%;
    border-collapse: collapse;
    font-family: sans-serif;
    color: #333;
    margin: 20px 0px;
}

    table.grey thead tr {
        background-color: #333; /* Dark header */
        color: #fff;
        text-align: left;
    }

    table.grey th,
    table.grey td {
        padding: 12px 15px;
        border-bottom: 1px solid #ddd; /* Light separator */
        vertical-align: top;
    }

    table.grey tbody tr:nth-child(even) {
        background-color: #f3f3f3; /* Light grey stripe */
    }

    table.grey tbody tr:hover {
        background-color: #e9e9e9; /* Slight hover effect */
    }



button.btn img {
    width: 20px;
    height: 20px;
}