﻿/* 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
-------------------------------------------------- */
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%;
    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, .left-label {
    width: 10px;
    white-space: nowrap;
    text-align: right;
}

.left-label-left {
    width: 10px;
    white-space: nowrap;
    text-align: left;
}

.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-60 {
    width: 60px !important;
}

.w-fix-80 {
    width: 80px !important;
}

.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-40-min {
    min-width: 40px !important;
}

.w-fix-60-min {
    min-width: 60px !important;
}

.w-fix-80-min {
    min-width: 80px !important;
}

.w-fix-100-min {
    min-width: 100px !important;
}

.w-fix-120-min {
    min-width: 120px !important;
}

.w-fix-150-min {
    min-width: 150px !important;
}

.w-fix-200-min {
    min-width: 200px !important;
}

.w-fix-120-max {
	max-width: 120px !important;
}

.w-fix-h-20 {
    height: 20px;
}

.font-size-18 {
    font-size: 18px;
}

.color-blue {
    color: blue;
}

.color-red {
    color: red;
}

.img-max {
    max-height: 40px;
    max-width: 40px;
}

input, select, btn, list, button, a, textarea {
    border-radius: 0px !important;
}

.font-bolder {
    font-weight: bolder;
}
