html, body {
    font-size: 14pt;
    line-height: 1.5;
}

body {
    margin: 0;
    padding: 0;
    overflow-y: scroll;
}

a:link {
    text-decoration: none;
    color: steelblue;
}

a:visited {
    color: steelblue;
}

a:hover {
    color: lightsteelblue;
}

/* ******************************************* */

.status-bar-start {
    display: none;
}
.status-bar-visible,
.status-bar-hidden {
    pointer-events: none;
    opacity: 1;
    display: table;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10%;
    min-height: 64px;
    overflow: hidden;
    background: lightsteelblue;
    text-align: center;
    transition: opacity 0s;
}
.status-bar-hidden {
    opacity: 0;
    transition: opacity 1s;
}

.status-text {
    border-top: 1px solid steelblue;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: black;
    font-weight: bold;
    font-size: 1.1em;
}

.centered {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
}

.full-width {
    width: 100%;
}

.login-form-container {
    border: 1px solid steelblue;
    width: 320px;
    margin: auto;
}

.login-form,
.register-form {
    margin: 32px;
}

.user-info {
    margin: 0.4rem;
    font-size: 0;
    text-align: right;
    white-space: nowrap;
}

.user-info-div {
    font-size: 12pt;
    display: inline-block;
    border: 1px solid steelblue;
    padding: 0 12px 0 12px;
    margin: 0;
}

.page-title {
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 9px;
}

.page-content {
    border-top: 1px solid steelblue;
    min-height: 64px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.page-footer {
    font-size: 0.8em;
    border-top: 1px solid steelblue;
    border-bottom: 1px solid steelblue;
}

.height-margins {
    margin-top: 12px;
    margin-bottom: 12px;
}

.sm-height-margins {
    margin-top: 6px;
    margin-bottom: 6px;
}

.heading2 {
    font-size: 1.2em;
    color: steelblue;
}

.sm-font {
    font-size: 0.8em;
}

.text-right {
    text-align: right;
}

.text-nowrap {
    white-space: nowrap;
}

.pull-right {
    float: right;
}

.invoice-label {
    color: steelblue;
    font-weight: bold;
}

.blue-overlay {
    z-index: 100;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(176, 196, 222, 0.7);
}
.overlay-center {
    z-index: 200;
    position: absolute;
    width: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: rgba(176, 196, 222, 0.8);
}

/* ******************************************* */

.book-heading {
    font-size: 1.2em;
    color: orangered;
}

.book-label {
    color: steelblue;
}

.search-links {
    text-align: center;
}

.search-box {
    margin-bottom: 12px;
}

.results-box {
    text-align: right;
}

.barcode-label {
    font-size: 0.8em;
    text-align: center;
    vertical-align: top; 
}

.barcode-input {
    width: 25%;
    min-width: 150px;
}

.filter-box {
    width: 100%;
    height: 200px;
}

.comments-text {
    width: 90%;
    height: 80px;
    border: 1px solid steelblue;
}

.customer-text {
    width: 50%;
    min-width: 200px;
    min-height: 68px;
    border: 1px solid steelblue;
}

/* ******************************************* */

.cart-container {
    border-bottom: 1px solid steelblue;
    min-height: 64px;
    margin-bottom: 16px;
    padding-top: 16px;
}

.cart-buttons {
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: right;
}

.book-container {
    border: 1px solid steelblue;
    margin: 15px 0 15px 0;
}

.book-container-extra {
    text-align: center;
    overflow-x: auto;
    border-left: none;
}

.book-container input[type="text"] {
    width: 50%;
}

.book-container textarea {
    width: 96%;
}

/* ******************************************* */

.menu {
    line-height: 2;
    text-align: center;
    margin-bottom: 20px;
}

.menu a {
    border: 1px solid steelblue;
    display: inline-block;
    width: 100%;
    max-width: 220px;
    box-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}
.active_menu  a{
    
	background-color: lightsteelblue;
	color: black;
    transition: background-color 0s;
    box-shadow: none;
}
/*.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu li {
    display: inline;
}*/

/* ******************************************* */

input[type="submit"] {
    margin-top: 9px;
    line-height: 2;
    border: 1px solid steelblue;
    background: white;
    box-shadow: 3px 3px rgba(0, 0, 0, 0.2);
}

input[type="submit"]:active {
    box-shadow: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"] {
    border: 1px solid steelblue;
    line-height: 1.5;
    padding-left: 6px;
}

textarea {
    border: 1px solid steelblue;
}

select {
    border: 1px solid steelblue;
    line-height: 1.5;
    height: 24px;
}

/* ******************************************* */

.user-select {
    width: 100%;
    height: 200px;
    font-size: 1.1em;
}

.user-select option:checked {
    background: linear-gradient(steelblue, steelblue);
    color: white;
}

.search-box input[type="radio"] {
    cursor: pointer;
    /*width: 32px;*/
    padding: 0;
    font-size: 1em;
    opacity: 0;
    margin: 0;
}

.search-box input[type="radio"] + label {
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    width: 15px;
    height: 15px;
    font-size: 0.9em;
    padding: 0;
    border: 1px solid steelblue;
    border-radius: 0.3em;
    background: white;
}

.search-box input[type=radio]:checked + label {
    background: lightsteelblue;
}

.search-box .input-group {
    white-space: nowrap;
}

.search-box .highlight-error {
    border: 1px solid red;
}

/* ******************************************* */

.tabs {
    text-align: center;
    margin-bottom: 20px;
    line-height: 2;
}

.tabs input[type="radio"] {
	display: none;
    opacity: 0;
}

.tabs input[type="radio"] + label {
    cursor: pointer;
	display: inline-block;
    color: steelblue;
    border: 1px solid steelblue;
    background-color: white;
    width: 100%;
    max-width: 220px;
    box-shadow: 2px 2px rgba(0, 0, 0, 0.2);
    transition: background-color 0.5s;
}

.tabs input[type="radio"]:checked + label {
	background-color: lightsteelblue;
    color: black;
    transition: background-color 0s;
    box-shadow: none;
}

.tabs input[type="radio"]:hover + label {
    color: lightsteelblue;
}

.tabs input[type="radio"]:checked:hover + label {
    color: black;
}


/* ******************************************* */


.twitter-typeahead {
    width: 100%;
}

.typeahead,
.tt-query,
.tt-hint {
    border: 2px solid #ccc;
    outline: none;
    margin-top: 3px;
}

.typeahead {
    background-color: #fff;
}

.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-dropdown-menu {
  width: 422px;
  margin-top: 3px;
  padding: 6px 0;
  background-color: #fff;
  border: 1px solid steelblue;
  
  
  -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 {
    font-size: 0.8em;
    padding: 3px 20px;
    cursor: pointer;
}

.tt-suggestion.tt-cursor {
    color: #000;
    background-color: lightsteelblue;
}

.tt-suggestion p {
    margin: 0;
}


