﻿/**/
#main-wide {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    .table-documents {
        table-layout: fixed;
    }
}

@media (min-width: 1441px) {
    .table-documents {
        table-layout: fixed;
    }

    .fixed-sn .double-nav, .fixed-sn main, .fixed-sn footer {
        padding-left: 300px;
    }
}

.long-td {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* Only for snippet */
.double-nav .breadcrumb-dn {
    color: #fff;
}

.button-collapse i {
    color: #fff
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.k-main-window-option {
    width: 200px;
    text-align: center;
}

.k-main-window-option p {
    font-size: 25px;
}

.k-color-gray-text {
    color: #757575;
}