/* 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. */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

#divLoginPageContainer {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background-image: url(../images/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#divLogin {
    position: relative;
    top: 32%;
}

#divFoot {
    width: 100vw;
    position: absolute;
    bottom: 0px;
    height: 70px;
    line-height: 70px;
    color: black;
}

#divAlert {
    margin-top: 10px;
    padding: 5px 15px 0px 15px;
    display: none;
    position: absolute;
    top: 0px;
    right: 15px;
    width: 40%;
    z-index: 9999;
}

.systemTitle {
    color: white;
    font-size: 28px;
    font-weight: bold;
}

.loginInput {
    width: 100%;
    border: 1px solid white;
    border-radius: 3px;
    line-height: 40px;
    padding: 2px 5px 2px 30px;
    background: none;
    color: white;
}

    .loginInput::-webkit-input-placeholder {
        color: #BBBBBB;
    }

.loginContainer {

}

.iconFont {
    position: relative;
    top: 35px;
    left: 8px;
    font-size: 18px;
    color: white;
}

.leftMenu {
    background-color: #FFFFFF;
    padding-top: 25px;
}

.tableWordBreak {
    word-break: break-all;
    word-wrap: break-word;
}

.word-break {
    word-break: break-all;
    word-wrap: break-word;
}

#flow-container {
    border-style: none;
    width: 100%;
}

.page-title-area {
    padding: 10px 20px 10px 15px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 0px;
}

.page-title-area h2 {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin: 0px;
}

@media (-webkit-max-device-pixel-ratio: 1) {
    ::-webkit-scrollbar-track-piece {
        background-color: #FFFFFF;
    }

    ::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }

    ::-webkit-scrollbar-thumb {
        background-color: #c2c2c2;
        background-clip: padding-box;
        min-height: 28px;
    }

        ::-webkit-scrollbar-thumb:hover {
            background-color: #A0A0A0;
        }
}

.custom-glyphicons {
    margin: 0 -10px 20px;
    overflow: hidden;
}

.custom-glyphicons-list {
    padding-left: 0;
    list-style: none;
}

.custom-glyphicons li {
    float: left;
    width: 25%;
    height: 115px;
    padding: 10px;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
    background-color: #d9edf7;
    border: 1px solid #fff;
}

.custom-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}

.custom-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word; /* Help out IE10+ with class names */
}

.custom-glyphicons li:hover {
    color: #fff;
    background-color: #337ab7;
}

@media (min-width: 768px) {
    .custom-glyphicons {
        margin-right: 0;
        margin-left: 0;
    }

        .custom-glyphicons li {
            width: 10%;
            font-size: 12px;
        }
}