@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Common.Web.Components/Common.Web.Components.0j75n9jd1u.bundle.scp.css';

/* _content/Callide.Web/Components/Auth/LoginScreen.razor.rz.scp.css */
.host[b-99rrb54tv1] {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('./images/CoalFlow-Splash-Background.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.login-wrap[b-99rrb54tv1] {
    position: absolute;
    right: 195px;
    background-color: rgba(255,255,255,0.85);
    box-shadow: -10px 0px 15px rgba(0, 0, 0, 0.25);
    display: flex;
    height: 100%;
    width: 473px;
    justify-content: center;
    flex-direction: column;
    transition: box-shadow 0.5s ease-in-out, right 0.5s ease-in-out, width 0.5s ease-in-out, background-color 0.5s ease;
}

@media (max-width:960px) {
    .login-wrap[b-99rrb54tv1] {
        right: 0;
        width: 100%;
        box-shadow: none;
    }
}

.login-top-wrap[b-99rrb54tv1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 0 0;
    justify-content: center;
}

.coalflow-logo[b-99rrb54tv1] {
    display: block;
    width: 400px;
    margin-bottom: 30px;
    max-width: 90%;
}

[b-99rrb54tv1] .login-button {
    width: 172px;
    height: 40px;
    /*display: flex;
    align-content: center;
    justify-content: center;*/
    /*  background: $primary; */
    /*border-radius: 4px;
    color: white;
    font-size: 27px;*/
    transition: transform 0.1s linear;

}

[b-99rrb54tv1] .login-button:hover
{
    transform: scale(1.05);
}
/* _content/Callide.Web/Components/Layout/MainLayout.razor.rz.scp.css */

.wrapper[b-mm6zz2a42l] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.header[b-mm6zz2a42l] {
    padding: 0px;
    border-bottom: solid 1px white;
    flex: 0;
}

.footer[b-mm6zz2a42l] {
    border-top: solid 1px black;
}

.content[b-mm6zz2a42l] {
    flex: 1;
    overflow: auto;
}
/* _content/Callide.Web/Components/Layout/MainMenu.razor.rz.scp.css */

.wrapper[b-m2qo29ze9v] {
    width: 100%;
    height: 56px;
    background: black;
    display: flex;
    flex-direction: row;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12pt;
}

.logo-wrapper[b-m2qo29ze9v] {
    padding: 4px;
}

.logo[b-m2qo29ze9v] {
    height: 50px;

    margin-left: 10px;
    margin-right: 10px;
    line-height: 0;

}

.title-wrapper[b-m2qo29ze9v] {
    font-size: 24px;
    color: white;
    vertical-align: middle;
    line-height:  50px;;
    padding-right: 12px;
    padding-top: 4px;
}

.menu-wrapper[b-m2qo29ze9v] {
    flex: 1;
}

[b-m2qo29ze9v] .e-menu-container {
    background: black !important;
    height: 56px;
}

[b-m2qo29ze9v] .e-menu {
    height: 56px;
}

[b-m2qo29ze9v] li.e-menu-item {
    padding-top: 9px !important;
    height: 56px !important;
    color: white;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

    [b-m2qo29ze9v] li.e-menu-item .e-caret {
        display: none;
        visibility: collapse
    }

    [b-m2qo29ze9v] li.e-menu-item.e-menu-item.e-focused {
        color: white;
        background: rgba(255,255,255,.15);
    }

    [b-m2qo29ze9v] li.e-menu-item.e-menu-item.e-selected {
        color: white;
        background: rgba(255,255,255,.15);
    }
