﻿table {
    white-space: nowrap;
}

.wrapTable {
    white-space: normal;
}

.dataTables_wrapper div:nth-child(2) {
    overflow-x: auto;
}

.onlySearch div:first-child div {
    flex: 0 0 100%;
    max-width: 100%;
}

.select2 {
    width: 100% !important;
}

.select2WithIcon + span {
    width: calc(100% - 42px) !important;
}

.input-group-text {
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notfoundWrapper {
    width: 100%;
    height: calc(100vh - 121px);
    display: flex;
    align-items: center;
}

.lightGrey {
    background-color: rgba(0,0,0,.075);
}

.format-pre pre {
    font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.login-select {
    outline: none;
    border: none;
    border-right: 15px solid transparent;
}
