﻿/* 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.
    App.css
*/

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;
}
body {
    font-size: 13px;
    font-family: 'Hiragino Kaku Gothic Pro', Arial, Helvetica, sans-serif;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 13px;
    font-family: 'Hiragino Kaku Gothic Pro', Arial, Helvetica, sans-serif;
}
@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%;
    font-family: Helvetica;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 0px;
    font-size: 13px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
/*New ----*/
.form-control {
    height: calc(1em + 0.8rem);
    /*  calc(1em + 0.75rem + 2px);*/
    padding: 2px;
    border-radius: 0px;
    font-size: 13px;
}
[v-cloak] > * {
    display: none;
}

[v-cloak]::before {
    content: "loading...";
}

[v-cloak] {
    display: none ;
}
[v-cloak] .v-cloak--hidden {
    display: none;
}
/*button.btn:active,
button.btn:focus,
button.btn:target,
button.btn:active:focus
{
    border:0px !important;
}*/
.buttonCustom {
    border-radius: 20px !important;
    padding: 6px 20px 7px 20px;
    border: 0px !important;
    background-color: #5f7683;
    min-width: 70px;
    color: white;
    font-size: 0.8rem !important;
    line-height: 1.2 !important;
    font-weight: bold;
}
    .buttonCustom:hover,
    .buttonCustom:target,
    .buttonCustom:active,
    .buttonCustom:focus,
    .buttonCustom:active:focus {
        /*border: 1px solid #808080;*/
        box-shadow: none !important;
        border: 0px !important;
        background-color: #006a8e;
        border-radius: 20px !important;
        padding: 6px 20px 7px 20px;
        border: 0px !important;
        min-width: 70px;
        color: white;
        font-size: 0.8rem !important;
        line-height: 1.2 !important;
        font-weight: bold;
    }
.form-group {
    margin-bottom: 0rem !important;
}
.j-hidesetup {
    visibility: hidden;
}
.divHeaderMapping {
    background-color: #839dab;
    color: white;
    padding: 4px 10px;
    font-size: 0.9rem;
    font-weight: 600;
    /* border-radius: 5px;*/
}

.j-Height10 {
    height: 10px;
}

.j-Height30 {
    height: 30px;
}
.headerLabel {
    /*background-color: #b3d5f8;*/
    color: black;
    padding: 4px 0px;
    line-height: 20px;
    font-weight: 600;
    font-size: 0.8rem;
}
.buttonCustomLarge {
    border-radius: 20px !important;
    padding: 6px 20px 7px 20px;
    border: 0px !important;
    background-color: #5f7683;
    min-width: 90px;
    color: white;
    font-size: 0.8rem !important;
    line-height: 1.5 !important;
    font-weight: bold;
}

    .buttonCustomLarge:hover,
    .buttonCustomLarge:target,
    .buttonCustomLarge:active,
    .buttonCustomLarge:focus,
    .buttonCustomLarge:active:focus {
        /*border: 1px solid #808080;*/
        box-shadow: none !important;
        border: 0px !important;
        background-color: #006a8e;
        border-radius: 20px !important;
        padding: 6px 20px 7px 20px;
        border: 0px !important;
        min-width: 90px;
        color: white;
        font-size: 0.8rem !important;
        line-height: 1.5 !important;
        font-weight: bold;
    }
.buttonCustomLogOut {
    border-radius: 20px !important;
    padding: 6px 12px 7px 12px;
    border: 0px !important;
    background-color: #5f7683;
    min-width: 70px;
    color: white;
    font-size: 0.8rem !important;
    line-height: 1.0 !important;
    font-weight :bold;
}

    .buttonCustomLogOut:hover,
    .buttonCustomLogOut:target,
    .buttonCustomLogOut:active,
    .buttonCustomLogOut:focus,
    .buttonCustomLogOut:active:focus {
        /*border: 1px solid #808080;*/
        box-shadow: none !important;
        border: 0px !important;
        background-color: #006a8e;
        border-radius: 20px !important;
        padding: 6px 12px 7px 12px;
        border: 0px !important;
        min-width: 70px;
        color: white;
        font-size: 0.8rem !important;
        line-height: 1.0 !important;
        font-weight: bold;
    }