﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

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

/* Theme Colors */
.primary-background {
    background-color: #1759a2 !important;
}

.secondary-background {
    background-color: #c4d600 !important;
}

.header {
    position: fixed;
    z-index: 1;
    width: 100%;
    box-shadow: 0 0 5px 3px #222;
}

.header-logo {
    width: 100px;
    max-height: 64px;
}

.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;
}

.mr-10px {
    margin-right: 10px;
}

.ws-nowrap {
    white-space: nowrap !important;
}

.flex-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    padding: 1em;
}

.flex-0-0-auto {
    flex: 0 0 auto;
}

.flex-1-0-auto {
    flex: 1 0 auto;
}

.table {
    width: 80%;
}

/* button */
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
}

    .btn.btn-link {
        font-weight: 400;
        color: #FFB800 !important;
        text-decoration: none;
    }

        .btn.btn-link:hover {
            opacity: 0.75 !important;
        }


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

.flex-column {
    flex-direction: column !important;
}

.flex-row {
    flex-direction: row !important;
}

.justify-content-center {
    justify-content: center !important;
}

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

.justify-content-flex-end {
    justify-content: flex-end !important;
}

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

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

.align-items-end {
    align-items: flex-end !important;
}

.w-100 {
    width: 100% !important;
}

.fill-height {
    height: 100%;
}

.p-1 {
    padding: 1em;
}

.card-container {
    margin: 2em;
    width: 50%;
}

.flex-space-between {
    justify-content: space-between;
}

.flex-element {
    margin-left: 10px;
    margin-right: 10px;
}

.key-entry {
    margin-bottom: 25px;
    margin-top: 25px;
    border-bottom: 1px solid #dadce0;
}

/* Overrides MudBlazor input for displaying license keys  */
.key input {
    font-family: Consolas !important;
    background-color: #eee !important;
    border-right: 1px solid #bdbdbd !important;
}
