body {
    margin: 0 auto;
    padding: 60px 10px 10px 10px;
    background: url('background-patterned.png') no-repeat center center fixed;
    background-size: cover;

}

.card {
    border-radius: 12px !important;
    box-shadow: 0 6px 10px -4px rgba(0, 0, 0, .15) !important;
}

.card-title {
    font-family: Montserrat, Helvetica Neue, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.57em;


}

.dot {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.navbar {
    background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
    height: 50px;
}

.display-1, .display-2, .display-3, .display-4 {
    font-family: Montserrat, Helvetica Neue, Arial, sans-serif;
}

.text-primary, a.text-primary:focus, a.text-primary:hover {
    color: #51cbce !important
}

.text-info, a.text-info:focus, a.text-info:hover {
    color: #51bcda !important
}

.text-success, a.text-success:focus, a.text-success:hover {
    color: #6bd098 !important
}

.text-warning, a.text-warning:focus, a.text-warning:hover {
    color: #fbc658 !important
}

.text-danger, a.text-danger:focus, a.text-danger:hover {
    color: #ef8157 !important
}

.text-gray, a.text-gray:focus, a.text-gray:hover {
    color: #e3e3e3 !important
}

.novabrand {
    float: left;
    height: 45px;
    padding-right: 20px;
    padding-top: 5px;
    width: auto;
    vertical-align: middle;
    display: inline;
}

.flex-wrapper {
    display: flex;
    flex-flow: row nowrap;
}

.dt-buttons {
    float: left;
    width: 50%;
}

.userTable thead tr {
    background: #2D3E50;
    color: white;
}

#loading-image {
    position: fixed;
    top: 50%;
    left: 50%;

    overflow: hidden; /*to remove scrollbars */
    z-index: 99999; /*to make it appear on topmost part of the page */
    display: none; /*to make it visible only on fadeIn() function */
}

.form-signin {
    max-width: 450px;
    padding: 25px;
    margin: 0 auto;
}

.form-signin-heading {
    color: #000;
    text-align: center;
    height: 100%;
    width: 100%
}