/* Space out content a bit */
body {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
    padding-right: 1rem;
    padding-left: 1rem;
}

/* Custom page header */
.header {
    padding-bottom: 1rem;
    border-bottom: .05rem solid #e5e5e5;
}

/* Make the masthead heading the same height as the navigation */
.header h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 3rem;
}

/* Custom page footer */
.footer {
    padding-top: 1.5rem;
    color: #777;
    border-top: .05rem solid #e5e5e5;
}

.container-narrow > hr {
    margin: 2rem 0;
}

/* Main marketing message and sign up button */
.jumbotron {
    text-align: center;
    border-bottom: .05rem solid #e5e5e5;
}

.jumbotron .btn {
    padding: .75rem 1.5rem;
    font-size: 1.5rem;
}

/* Supporting marketing content */
.marketing {
    margin: 2rem 0;
}

.marketing p + h4 {
    margin-top: 1.5rem;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 48em) {
    /* Remove the padding we set earlier */
    .header,
    .marketing,
    .footer {
        padding-right: 0;
        padding-left: 0;
    }

    /* Space out the masthead */
    .header {
        margin-bottom: 2rem;
    }

    /* Remove the bottom border on the jumbotron for visual effect */
    .jumbotron {
        border-bottom: 0;
    }
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e0efef;
    opacity: .7;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    visibility: hidden;
}

#loading img {
    display: block;
    width: 300px;
    margin: auto;
}

td.lbl {
    font-weight: bolder;
    text-transform: uppercase;
}

.title {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.title .logo {
    height: 50px;
    margin-right: 20px;
}

thead {
    text-transform: uppercase;
    font-size: small;
}

tr.tsmall td {
    font-size: small;
}

.closable {
    font-size: small;
    margin-right: 5px;
    margin-bottom: 5px;
}

.closable:hover a:not([href]) {
    display: inline-block;
    color: red;
}

.closable a:not([href]) {
    display: none;
    color: red;
    font-size: medium;
    cursor: pointer;
}
.modal-lg {
    max-width: 80% !important;
}
div.small {
    width:200px; word-break: normal;
}


.fa-svg-icon {
    display: inline-block;
    vertical-align: middle;
    min-width: 1em;
    min-height: 1em;
    height: 100%;
    position: relative;
    top: -1px;
}

.fa-svg-icon svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fa-svg-icon svg g,
.fa-svg-icon svg path {
    fill: currentColor;
}

a.clickable {
    color: #007bff;
    cursor: pointer;
}
.sm .list-group-item {
    padding: 5px;
}

growl-notifications{
    position: fixed;
    top: 150px;
    right: 100px;
}
.n-body {
    border: 1px solid black;
    border-radius: 20px;
    background-color: #333333;
    color: #eeeeee;
    padding: 15px 30px;
    margin-bottom: 15px;
}


.n-body span {
    padding: 30px;
    font-size: x-large;
}