﻿/* 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;
}

.navbar-nav li a:hover {
    font-weight: bold
    /*color: white !important;
    background-color: lightgrey !important;*/
}

.navbar-nav > li.selected {
    font-weight: bold
}

/*Menu tab*/
#navigation {
    /*margin-top: 5px;*/
    margin-bottom: 5px;            
}

.navmenu > ul {
    margin: 0;
    padding: 0;
    list-style: outside none none;
    position:relative; 
    z-index:2;
    top:5px;
    display:table;
    border-left:1px solid #f5ab36;
}

.navmenu > ul > li {
    float:left;
}
.navmenu > ul > li > a {
    background: #ffd89b none repeat scroll 0 0;
    border-right: 1px solid #f5ab36;
    border-top: 1px solid #f5ab36;
    color: #222;
    display: block;
    padding: 8px 15px;
    text-decoration: none;
}

.navmenu > ul > li >a.selected  {
    border-bottom:1px solid #fff;
    color:#344385;
    background:#fff;
}

.navsubmenu > ul {    
    margin: 0;
    padding: 0;
    list-style: outside none none;
    position:relative; 
    z-index:2;
    top:5px;
    display:table;    
}
.navsubmenu > ul > li {
    float:left;
}
.navsubmenu > ul > li > a {    
    padding: 6px 12px;
    text-decoration: none;
}

.navsubmenu > ul > li >a.selected  {
    border-bottom:1px solid #fff;
    color:#344385;
    background:#fff;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
.div-nowrap {
    white-space: nowrap;
    min-width: 1070px;
}

@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 */
}

/* styles for validation helpers #b94a48*/
.field-validation-error {
    color: red;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid red;
}

select.input-validation-error {
    border: 1px solid red;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

input[type="radio"].input-validation-error {
    outline: 1px solid #ff0000 !important;
}

.validation-summary-errors {
    color: red;
}

.validation-summary-valid {
    display: none;
}

legend {
    font-weight: bold;
    width: auto;
    margin: 0;
    border-bottom: 0;
    font-size: 14px;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #FFCF8B !important; /*orange hover*/
}

.table-dark tbody tr td {
    background-color: #FFCF8B !important; /*orange hover*/
}

.readonlyflg {
    background-color: lightgray !IMPORTANT;
}

#form-table2 {
    width: 100%;
    border-collapse: collapse;
}

#form-table2 td, #form-table2 th {
    font-size: 13.5px;    
    padding: 3px 6px 2px 7px;
}

#form-table2 th {
    font-size: 13.5px; /*1.1em*/
    text-align: left;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #adadad;/* #cccccc #A7C942 #0054a3 #cccccc*/
    color: #ffffff;
    border: 1px solid #adadad; /*#adadad #98bf21*/
}

#form-table2 td {
    font-size: 13.5px;/*1.1em*/
    text-align: left;
    padding-top: 3px;
    padding-bottom: 4px;
    background-color: #ffd89b;/*#A7C942 #cccccc*/
    color: #000000;
}

#BALform-table {
    width: 100%;
    border-collapse: collapse;
}

    #BALform-table td, #BALform-table th {
        font-size: 13.5px; /*1em*/
        /*border: 1px solid #000000; #98bf21*/
        padding: 2px;
        vertical-align: top;
        /*overflow: auto;
    white-space: nowrap;*/
    }

    #BALform-table th {
        font-size: 13.5px; /*1.1em*/
        text-align: left;
        padding-top: 5px;
        padding-bottom: 4px;
        background-color: #fafafa; /*#66B9BF;#76E67C;/*lightyellow;/*#A7C942 #cccccc*/
        color: #000000;
    }

    #BALform-table tr.alt td {
        color: #000000;
        background-color: #fafafa; /*#66B9BF; #EAF2D3 #b7bceb*/
    }

.maintenance_message {
    background-color: #ffcccc;
    border: 1px solid #ff0000;
    font-size: 15px;
    margin: 1em 0;
    padding: 10px;
    text-align: left;
    width: 100%;
}

/* Ensure links in maintenance_message have the specified color */
.maintenance_message a {
    color: #024EC0;
}

@media print {
    * {
        margin-top: 0px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-bottom: 0px !important;
    }
    
    .no-print, .no-print * {
        display: none !important;
        height: 0;
    }

    .printOnly {
        display: inline-block !important
    }

    .div-nowrap {
        margin-top: 0px !important;
        padding-top: 0px !important;
        top: 0;
    }

    .print-width1070 {
        width: 1070px !important;
    }

    .print-width1170 {
        width: 1170px !important;
    }

    a[href]:after {
        content: "";
    }
   
}

.input-numeral {
    text-align: right;
}

