body.modal-open .layout-wrapper {
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);

    opacity: 0.4;
}
.modal .modal-content {
    border-radius: 0;
}
.modal .modal-full {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
    max-width: none;
}
.modal .modal-full .modal-content {
    height: 100%;
    margin-bottom: 58px;
}
.modal .modal-full .modal-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
}
.modal .modal-full .modal-footer .btn {
    margin-top: 0;
    margin-bottom: 0;
}
.modal .modal-header,
.modal .modal-footer {
    /*background-color: #F8F8F8;*/
    padding: 10px 15px;
}
.modal .modal-dialog:not(.modal-full) {
    box-shadow: #333 1px 1px 5px;
}
@media screen and (min-width: 768px){
    .modal-lg {
        max-width: 80%;
    }

    .modal-md {
        max-width: 70%;
    }

    .modal-sm {
        max-width: 60%;
    }
}

.table {
    width: 100%;
    margin-bottom: 0;
}

.table-nowrap th,
.table-nowrap td {
    white-space: nowrap;
}

.table thead td,
.table thead th {
    font-size: 10pt;
}

.table tbody td {
    font-size: 10pt;
}
