/*

* Override Pages default styles or create your own styles here

*/
.modal-open .select2-container {
    z-index: auto !important;
}

.table-responsive {
    padding-bottom: 200px;
}

.table.table-condensed tbody tr td {
    padding: 2px 0 2px 20px !important;
}

.select2-container--default .select2-selection--single {
    background: none !important;
}

.table tbody tr td {
    padding: .75rem !important;
}

hr {
    margin: 5px 0 15px 0;
}

.login-wrapper {
    background: #7252D3 !important;
}