o[href] {color:black;}
a:link {color:blue; text-decoration:none;}
a:visited {color:blue; text-decoration:none;}
a:active {color:red; text-decoration:none;}
a:hover {color:orange; text-decoration:underline;}
.tag {font-weight:bold;}
.section {font-weight:bold;}
.fuzzy {font-size:12px; color:#C0C0C0; font-weight:bold;}
.submit {
    background-color: #ff9900;
    border: Defaultpx dotted #4b4b4b;
    color: #ffffff;
    font-size: 12;
    font-family: arial;
    font-style: ;
    font-weight: ;
    padding: 1px;
}

.view .glyphicon {color: white}
.view .glyphicon:hover {color: orange}

@media print {
     .udm {display:none;}
     .noPrint {display:none;}
     a:link:after,
     a:visited:after {
     	content: "" !important;
     }
}

body {
	margin:0;
	padding:0;
	margin-left: 3px; margin-top: 3px; margin-right: 3px; margin-bottom: 3px;
	color:black;
	background-color:#ffffff;
	font-style:normal; font-variant:normal; font-family:Sans-serif; font-size:12px; font-weight:normal;
}

title {
	color:grey;
	font-weight:bold;
}

pre{
    counter-reset: line;
}
code{
    counter-increment: line;
}
code:before{
    content: counter(line);
    display: inline-block;
    width: 3em; /* Fixed width */
    border-right: 1px solid #ddd;
    padding: 0 .5em;
    margin-right: .5em;
    color: #888;
    -webkit-user-select: none;
}

h1 {
        color:grey;
	font-weight:bold;
}

h2 {
        color:grey;
	font-weight:bold;
}

legend {
	font-size:18px;
	color:slategrey;
	font-weight:bold;
}
navigator {
	font-size:12px;
	font-weight:bold;
}
navcurrent {
	font-size:16px;
	color:black;
	font-weight:bold;
}







label {
	padding: 12px 12px 12px 0;
	display:inline-block;
}

input[type=text], input[type=password], input[type=date],select, textarea {
	color: navy; 
	background-color: ivory;
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	resize:vertical;
}

input[type=submit] {
	background-color: #5c0120;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	float: right;
}

.form {
	border-radius: 5px;
	background-color: #f2f2f2;
	padding: 20px;
}

.col-25 {
	float: left;
	width: 15%;
	margin-top: 6px;
}

.col-75 {
	float: left;
	width: 85%;
	margin-top: 6px;
}
.row:after {
	content: "";
	display: table;
	clear: both;
}


@media screen and (max-width: 500px) {
        .col25, .col-75, input[type=submit] {
                width: 100%;
                margin-top: 0;
        }
}


th {
	color:white;
	background-color: brown;
}
td {
	font-size:12px;
}
table.view tr:nth-child(odd) {
	background-color: #fff;
}
table.view tr:nth-child(even) {
	background-color: #eee;
}

table.view {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
}

table.view caption {
	font-size: 1.5em;
}

table.view tr {
	padding: .35em;
}
table.view th,
table.view td {
	padding: .625em;
}



table.view th {
	font-size: .85em;
	letter-spacing: .1em;
	/* text-transform: uppercase; */
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
  table.view {
    border: 0;
  }
  table.view caption {
    font-size: 1.0em;
  }
  table.view thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.view tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  table.view td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  table.view td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    /* text-transform: uppercase; */
  }
  table.view td:last-child {
    border-bottom: 0;
  }
}





/* ===== NAVBAR OVERRIDES (place at end of main.css) ===== */

/* Override Bootstrap bg-light (!important) */
.navbar.bg-light {
  background-color: white !important;
  padding-top: 6px;
  padding-bottom: 6px;
}

/* Brand */
.navbar.bg-light .navbar-brand {
  color: black !important;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1.1rem;
}

/* Your top-level toggles are dropdown-item dropdown-toggle */
.navbar.bg-light a.dropdown-item.dropdown-toggle {
  color: black !important;        /* overrides your a:link blue */
  padding: 6px 12px;
  border-radius: 20px;
  margin-right: 4px;
  background: transparent !important;
  display: inline-block;            /* makes pill look correct */
}

/* Hover */
.navbar.bg-light a.dropdown-item.dropdown-toggle:hover,
.navbar.bg-light a.dropdown-item.dropdown-toggle:focus {
  color: black !important;
  background: rgba(47,111,255,0.25) !important;
  text-decoration: none !important; /* overrides your a:hover underline */
}

/* When dropdown is open, Bootstrap adds .show to the parent <li> */
.navbar.bg-light .nav-item.dropdown.show > a.dropdown-item.dropdown-toggle {
  background: rgba(47,111,255,0.35) !important;
  color: black !important;
}

/* Dropdown panel */
.navbar.bg-light .dropdown-menu {
  border-radius: 10px;
  border: 1px solid #d0d6e0;
  box-shadow: 0 10px 28px rgba(0,0,0,0.18);
  padding: 6px;
  min-width: 220px;
}

/* Dropdown items inside menu */
.navbar.bg-light .dropdown-menu .dropdown-item {
  font-size: 0.9rem;
  padding: 7px 14px;
  border-radius: 6px;
}

/* Dropdown hover */
.navbar.bg-light .dropdown-menu .dropdown-item:hover,
.navbar.bg-light .dropdown-menu .dropdown-item:focus {
  background: #d3d3d3;
  color: #000;
}

/* Divider */
.navbar.bg-light .dropdown-divider {
  margin: 6px 8px;
}

/* Mobile toggler */
.navbar.bg-light .navbar-toggler {
  border-color: rgba(255,255,255,0.4);
}
.navbar.bg-light .navbar-toggler-icon {
  filter: invert(1);
}

