﻿div.centered, form.centered {
    width: 300pt !important;
    margin-left: auto;
    margin-right: auto;
}

div.loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: white url(../Images/loading.gif) no-repeat scroll center center;
    cursor: wait;
    opacity: 0.9;
    border-radius: 4pt;
    z-index: 10;
    display: none;
}

.underline {
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

.validation-summary-errors {
    color: red;
    font-weight: bold;
}

li.bi-spacer a span.bi, li.bi-spacer span.bi, a.bi-spacer span.bi, td.bi-spacer span.bi, div.spacer label {
    padding-right: 10pt;
}

.dropdown-menu > li > form > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

h3 a {
    font-size: small;
    vertical-align: middle;
}

.small {
    font-size: small;
}

.total {
    font-weight: bold;
}

input[type=text].small-size {
    width: 250pt;
}

input.required {
    background-color: lightyellow;
}

.hover-only
{
    visibility: hidden;
}

tr:hover .hover-only, li:hover .hover-only
{
    visibility: visible;
}

td form {
    display: inline-block;
}

td form button.btn, form table tr td button.btn {
    padding: 0;
}

input[type=email] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

span.header-action {
    float: right !important;
}

span.header-action .btn {
    display: inline !important;
}

/** Typeahead styles **/

.typeahead,
.tt-query,
.tt-hint {
  height: 30px;
  font-size: 12pt;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}

.typeahead-container {
    padding: 2pt;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 12pt;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}

.border {
    border-radius: 5pt;
    border: 1pt solid black;
}

td.summary {
    border-top: 1pt solid black;
}

.shadow {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
          box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
}

.muted {
    opacity: 0.5;
}

.empty {
    font-style: italic;
}

select::-ms-expand {
    width: 12px;
    border: none;
    background: #fff;
}

@media print {
    body {
        background: white;
        font-size: 8pt;
    }

    tr.collapse {
        display: table-row;
    }
    
    div.page-break {
        page-break-before:always;
        page-break-inside:avoid;
        -webkit-break-inside: avoid;
    }
}