﻿/* 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;
}

/* Sticky footer styles
-------------------------------------------------- */
* {
    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%;
    padding: 0px;
    margin: 0px;
}

body {
    /* Margin bottom by footer height */
    padding: 0px;
    margin: 0px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

.no-scroll {
    overflow: hidden;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

    a:active {
        text-decoration: none;
    }

    a:visited {
        text-decoration: none;
    }

.parentMenu {
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}

.subMenu {
    cursor: pointer;
    border-bottom: 1px dotted #ccc;
}

    .subMenu:hover {
        background-color: #ccc;
        color: #fff;
    }

.subMenu-selected {
    background-color: #ccc;
}

.w-fix-left-label {
    width: 10px;
    white-space: nowrap;
}

.w1-max-100 {
    max-width: 100px;
}

.w1-max-150 {
    max-width: 150px;
}

.w1-max-200 {
    max-width: 200px;
}

.w1-max-250 {
    max-width: 250px;
}

.w1-max-300 {
    max-width: 300px;
}

.w1-max-400 {
    max-width: 400px;
}

.w1-max-500 {
    max-width: 500px;
}

.id-pic-mx-show {
    max-height: 45px;
    max-width: 45px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.w-fix-100 {
    width: 100px !important;
}

.w-fix-150 {
    width: 150px !important;
}

.w-fix-200 {
    width: 200px !important;
}

.w-fix-250 {
    width: 250px !important;
}

.w-fix-300 {
    width: 300px !important;
}

.w-fix-h-20 {
    height: 20px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.white-space-nowrap {
    white-space: nowrap;
}

.img-max-height {
    max-height: 40px;
    max-width: 40px;
}

.line-height-26 {
    line-height: 26px;
}

.line-height-30 {
    line-height: 30px;
}

.w-fix-left-label {
    width: 10px;
    white-space: nowrap;
    text-align: right;
}

.border-radius-3 {
    border-radius: 3px !important;
}

.border-radius-5 {
    border-radius: 5px !important;
}

.border-radius-10 {
    border-radius: 10px !important;
}
