﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.lo-login {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 1.7;
    z-index: -1000;
    background-image: url(../image/bg.png?1539762369);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.input-validation-error {
    border: 1px solid #ff676c !important;
}

.field-validation-error {
    color: #ff676c !important;
}

.lo-login .LoginBlock {
    display: inline-block;
    padding: 20px;
    margin: 20px;
    background-color: #ffffff;
    box-shadow: 0 0 28px #646464;
}

.lo-login .ButtonBlock {
    text-align: center;
}

.lo-login ul {
    list-style: none;
    padding: 15px;
}

    .lo-login ul > li {
        text-align: center;
        padding: 2px;
    }

.validation-summary-errors {
    color: red;
    padding: 15px 0;
}

    .validation-summary-errors > ul {
        list-style: none;
        padding: 0px;
    }

.ui-widget-header {
    background-color: #fff3cd !important;
    border-color: #ffeeba !important;
}



.md.face {
    text-align: center;
    padding: 28px 20px;
    background-color: #ffffff;
}

    .md.face.is-bad span {
        color: #343434;
    }

    .md.face.is-bad:after {
        background-image: url('../images/face-bad.png?1608860894');
    }

    .md.face:after {
        content: "​";
        display: block;
        height: 82px;
        margin-top: 20px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .md.face.is-error {
        background: transparent;
    }
        /* line 65, ../sass/_md_face.scss */
        .md.face.is-error:after {
            background-image: url("../image/img-error.png");
            height: 400px;
            background-size: contain;
            margin: 20px auto;
        }

@media screen and (max-width: 560px) {
    /* line 65, ../sass/_md_face.scss */
    .md.face.is-error:after {
        height: 320px;
    }
}

.newLineBlock {
    display: inline-block
}

.md.logo a {
    display: block;
    height: 36px;
    background-image: url('../image/logo.png');
    background-repeat: no-repeat;
    background-position: center;
}


.cp.selecter .items {
    display: inline-block;
    margin: 3px;
    padding: 3px 10px;
    border: 1px solid #cdcdcd;
    border-color: #e3e3e3;
    border-radius: 3px;
    background-color: #f4f8f9;
}

.cp.selecter.file .items:before {
    content: "​";
    background-image: url(../image/icon-file.png);
    vertical-align: middle;
    width: 14px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    font: 0/0 a;
    color: transparent;
}

.cp.selecter .items .is-name {
    white-space: initial;
    display: inline-block;
    vertical-align: middle;
}

.cp.selecter .items a {
    color: #1a1a1a;
}

.logoheader {
    background-color: white;
    border-bottom-style: groove;
    padding: 5px;
    min-height: 95px;
}

.logocontainer {
    width: 100%;
    height: 20%;
    display: flex;
    justify-content: center;
    padding:5px;
 
}

.content-container {
    width: 100%;
    height: 20%;
    display: flex;
    padding: 20px;
    justify-content: center;
}

.content-box {
    width: 18%;
    height: auto;
    border-style: groove;
    margin-right: 20px;
    background-color: white;
}

    .content-box ul {
        padding: 10px;
    }

    .content-box li {
        list-style-type: none;
        margin: 5% auto 5% auto;
        align-items: center;
        text-align: center;
    }

.content-container > .content-box ul > li > img {
    width: 80px;
    height: 80px;
}

.logo a {
    display: block;
    height: 36px;
    background-image: url('../image/logo.png');
    background-repeat: no-repeat;
    width: 200px;
    text-align: center;
}

.logo span {
    text-align: center;
    align-content: center;
    vertical-align: middle;
    font-size: 20px;
}

.textblock {
    display: flex;
    justify-content: center;
    margin-top: 2%;
}

    .textblock span {
        text-align: center;
        align-content: center;
        vertical-align: middle;
        align-items: center;
        font-size: 18px;
        border-bottom-style: groove;
        border-color: orange;
    }

.lo-login {
    background-image: url(../image/bg-login05.jpg?1539762369);
    display: initial;
}