@import url("material-design-app.css");

#app {
    height: 100%;
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
}

/* DIVIS Loading logo */

.loading {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 600px;
}

.loading .logo {
    display: block;
    width: 150px;
    height: 150px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.loading .loading-text {
    width: 600px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: x-large;
}

.center {
    margin: 0 auto;
}

.primary-background {
    background-color: #1759a2 !important;
}

/* Layout */
.d-flex {
    display: flex !important;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-flex-start {
    justify-content: flex-start;
}

.align-items-center {
    align-items: center !important;
}

.text-white {
    color: white;
}