html {
    font-size: 14px;
  }
body {
    margin:0;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.4;
}
.table-hover tr button {
    display: none;
}
.table-hover tr:hover button {
    display: inline;
}
.content {
    display: flex;
}
.group-list .active {
    background-color: darkblue;
    color: white;
}
.group-list {
    list-style: none;

}
.group-list li {

    border: solid 1px lightblue;
    padding:10px;
}
.tag-list {
    list-style: none;
    margin-bottom: 10px;
}
.tag-list li {
    display: inline;
}
.tag-list .tag {
    display: inline-block;
    list-style: none;
}
.tags {
    display: flex;
    flex-wrap: wrap;
}
.tags-tag {
    margin-left: 10px;
    margin-right: 10px;
    margin-top:10px;
    padding: 5px;
    background-color: #1A1A35;
    color: #928EBB;
    font-weight: bold;
}

/*Products Page*/
.two-column {
    display: flex;
}
.product-tags-list {
    width: 30%;
}
/* .filtered-product-list {
    width: 100%;
    height: 90%;
    overflow: auto;

} */
.glyphicon {
    font-size: 25px;
}
table .glyphicon {
    font-size: 0.6em;
}
.tag{
    padding: 2px 5px;
    background-color: grey; 
    color: white;
    margin-right: 10px;
    border-radius: 3px;
    font-weight: 500;
    white-space: nowrap;
    margin-bottom: 15px;
}
.tag-table {
    height: 180px;
    overflow-y: auto;
}
ul.dropdown-menu {
    color: darkgrey;
}
.pointer {
    cursor: pointer;
}
.no-wrap {
    white-space: nowrap;
}
.form-control.invalid {
    color: red;
}

.fa-li {
    display: inline;
    margin-right: 10px;
}
qty-input {
    display: inline;
    white-space: nowrap;
}
qty-input input {
    display: inline;
}
qty-input.form-control {
    display: inline;
}
qty-input ul {
    display: inline;
}

.right-side-modal>div {
    padding: 0;
    height: 100%;
}
.right-side-modal>div>div {
    margin: 0;
    height: 100%;
    float: right;
}
.right-side-modal ux-dialog {
    width: 1000px;
    height: 100%;
    border-radius: 0;
    display: flex;
    flex-direction: column;
}
.right-side-modal ux-dialog-header {
    flex: 0 0 auto;
}
.right-side-modal ux-dialog-body {
    min-height: 200px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}
.right-side-modal ux-dialog-footer {
    flex: 0 0 auto;
}
.paging {
    padding: 15px 0;
    flex: 0 0 auto;
}
.filters {
    flex: 0 0 auto;
}
ul.active-tag-list {
    display: inline;
    list-style: none;
    padding-left: 0px;
}
.active-tag-list li {
    display: inline;
}
.deletable-tag {
    padding: 2px 5px;
    background-color: gray; 
    color: white;
    margin-right: 10px;
    border-radius: 3px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 15px;
}
.deletable-tag i {
    margin-left: 6px;
    cursor: pointer;
}
/* jsw-pagination {
    float: right;
} */

router-view {
    display: grid;
    overflow: hidden;
}

.page-header {
    /* background-color: whitesmoke;
    grid-row: 1/2; */
}
/* .header-buttons {
    flex: 1;
} */
/* .page-body {
    grid-row: 2/3;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr;
    overflow: hidden;
    gap: 10px;
} */
/* .rightcol {
    grid-column: 2/3;
    display: grid;
    grid-template-rows: auto 1fr auto;
overflow-y: auto;
}
.leftcol {
    grid-column: 1/2;
    overflow-y: auto;
} */
.available-filters-heading {
    cursor: pointer;
}
.available-filters-expander {
    display: inline-block;
}
@media (min-width: 992px) {
/* .col-lg-9 {
    overflow-y: auto;
} */
/* .page-content {
    height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr;
} */
.page-content {
    height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr;
}
.available-filters-heading {
    cursor: text;
}
.available-filters-expander {
    display: none;
}
}
.page-footer {
    flex: 0 0 auto;
    min-height:0px;
}
.floatleft {
    float: left;
}
.page-header button {
    float: right;
    margin: 5px 0 10px 10px;
}

.toggle-off {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.toggle.off {
    border-color: rgba(0, 0, 0, .25);
}

.toggle-handle {
    background-color: white;
    border: thin rgba(0, 0, 0, .25) solid;
}
label {
    font-size: 0.9rem;
    color: darkgray;
}
/* .qtyconfirmation {
    color: lightgray;
} */
.verified {
    color: #83F9B7;
}
.stale { 
    color: lightgray;
}
.fresh {
    color: orange;
}

.toggle div {
    background-color: lightgray;
    color: darkgray;
    display: inline;
    padding: 3px;
    cursor: pointer;
}
.toggle .selected {
    color: red;
    background-color: #83F9B7;
    color: white;
}

.producttextfilter button.toggle {
    background-color: lightgray;
    color: darkgray;
}
.producttextfilter button.selected {
    background-color: green;
    color: white;
}
.grouped-list {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
.grouped-list-heading {
    border-bottom: 2px solid #dee2e6;
    font-weight: bold;
}
.grouped-list-heading a {
    text-decoration: underline;
}
.grouped-list-group{
    background-color: white;
    color: grey;
    cursor: pointer;
    border-bottom: 1px solid #dee2e6;
}
.grouped-list-group div {
    padding: 10px;
}
.expanded{
    background-color:#007bff;
    color: white;
    padding: 10px;
}
.grouped-list-items{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.grouped-list-item {
    color: gray;
    padding: 7px 25px;
    border-bottom: 1px solid #dee2e6;
}
.sign-in-button {
    float: right;
}
@media (min-width: 992px){
.navbar-expand-lg .navbar-nav.nav2 {
    flex-flow: row-reverse;
    flex-grow: 1;
}
}
.nav2 span {
    color: lightgray;
}
.navbar-text {
    margin-right: 15px;
}
.inherited {
    font-style: italic;
}
.inherited input {
    font-style: italic;   
}
.inherited textarea {
    font-style: italic;   
}
.fa-info-circle {
    color: rgb(76, 131, 194);
}
::placeholder {
    color: red;
    font-style: italic;
}
.selectable {
    color: blue;
    cursor: pointer;
}
.notselectable {
    cursor:not-allowed;
}
.current {
    font-weight: bold;
}
.contactdropdown {
    position:fixed;
    background-color: white;
    border: 1px solid rgb(202, 200, 200);
    box-shadow:3px 3px rgb(155, 154, 154);
}
.contactdropdown>div {
    padding:5px;
    margin: 2px;
    font-weight: 600;
    cursor: pointer;
}
.contactdropdown>div:hover {
    background-color: blue;
    color: white;
}
.dot {
    color: gray;
    margin-left: 2px;
    margin-right: 2px;
}
.dot.selected {
    color:black;;
}

.pageview {
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: hidden;
    margin: 0 10px;
//    height: 100vh;
}
.pageview h2 {
    float: left;
}
.page-header {
    grid-row: 1/2;
}