﻿.modal-backdrop {
    background-color: white;
}

.modal-content {
    border-radius: 0;
    border: none;
    -moz-box-shadow: 0 0 5px 5px #f0f0f0;
    -webkit-box-shadow: 0 0 5px 5px #f0f0f0;
    box-shadow: 0 0 5px 5px #f0f0f0;
}

.dropdown-menu {
    border-radius: 0;
    margin: 0;
    padding: 0;
    font-size: inherit;
}

.dropdown-item {
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: lightgray;
    padding-top: 11px;
    padding-bottom: 10px;
}

    .dropdown-item.active, .dropdown-item:active {
        color: inherit;
        background-color: inherit;
    }

    .dropdown-item:last-child {
        border: none;
    }

.nav-tabs .nav-link {
    border-radius: 0;
}

.table-fix-head {
}

    .table-fix-head table {
        border-collapse: collapse;
        width: 100%;
    }

    .table-fix-head th,
    .table-fix-head td {
        padding: 8px 16px;
    }

    .table-fix-head th {
        position: sticky;
        top: 0;
        background: white;
    }


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .modal.fade {
        transition: opacity .3s linear;
    }
}