body {
    background-color: #ffff;
}

h1 {
    margin-top: 0;
    margin-bottom: 1em;
    color: #737373; 
}

h1, h2, h3, h4, h5, h6, label, .btn, .panel-heading .panel-title {
    text-transform: capitalize;
}

h4 { 
    font-size:1em; 
    font-weight: bold; 
    color: rgba(0, 0, 0, 0.7);
}

code.unstyled {
    color: inherit;
    background-color: transparent;
}

table { background-color: #fff; }

table.table {
    border-top:2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

table.table thead th {
    color:rgba(0, 0, 0, 0.6);
}

table.table thead a {
    font-weight: bold;
}

.panel > table {
    border-top: none;
    border-bottom: none;
}

.selected, 
.selected:hover,
.table-hover .selected:hover {
    background-color: #2c82e4;
    color: #fff;
}

.table-hover .selected:hover input[type="text"],
.selected input[type="text"],
.selected button
 {
    color: #000;
}

.checkbox label {
    text-transform: initial;
    color:#000;
}

.form-control:focus {
    box-shadow: 0px 0px 0px 2px rgba(102, 175, 233, .4);
}

.has-error .form-control:focus {
    box-shadow: 0px 0px 0px 2px rgba(169, 68, 66, 0.4);
}

.admin-skin-material {
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
}

.chip {
    display: inline-block;
    padding: 3px 6px;
    margin: 3px;
    border:1px solid #ccc;
}

.chip .chip-delete {
    padding-left: 3px;
    color: #ccc;
}

.admin-skin-toolbar,
.admin-skin-toolbar-static {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
}

.admin-skin-toolbar-static {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: none;
    padding:1em;
}

.admin-skin-toolbar .logo a:hover {
    text-decoration: none;
}

.admin-skin-toolbar .logo {
    font-size:1em;
    font-weight: bold;
    color:rgb(44, 130, 228);
}

.admin-skin-sidebar {
    background-color: #f5f5f5;
}

.admin-skin-canvas {
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
}

.admin-skin-sidebar,
.admin-skin-sidebar a {
    color:rgba(0, 0, 0, 0.72);
    font-size: 0.95em;
}

.admin-sidebar label {
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.2);
}

ul.admin-nav {
    padding: 0;
    margin: 0;
}

ul.admin-nav li.admin-nav-item {
    position: relative;
    list-style: none;
}

ul.admin-nav li.admin-nav-item a,
ul.admin-nav li.admin-nav-item a:visited {
    display:block;
    padding:0.5em 1em;
    text-decoration: none;
    font-weight: bold;
}

ul.admin-nav li.admin-nav-item a .admin-icon-placeholder {
    display: inline-block;
    min-width:1em;
}

ul.admin-nav li.admin-nav-item ul.admin-nav li.admin-nav-item a {
    padding-left: 2em;
}

ul.admin-nav li.admin-nav-item a:hover, 
ul.admin-nav li.admin-nav-item a:active {
    background-color:rgba(0, 0, 0, 0.1);
}

ul.admin-nav li.admin-nav-item a.selected {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.72);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.13);
}

.admin-nav-label {
    display: inline-block;
    padding:0.5em 1em;
    font-weight: bold;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.1);
}

.admin-sidebar .nav-tabs>li.active>a, 
.admin-sidebar .nav-tabs>li.active>a:hover, 
.admin-sidebar .nav-tabs>li.active>a:focus {
    border-color: transparent;
    background-color: rgba(0, 0, 0, 0.1);
    color: #000;
}

.admin-sidebar .nav-tabs >li > a:hover {
    background-color:rgba(255, 255, 255, 0.1);
    border-color: #395570;
    border-bottom-color: transparent;;
}

.admin-sidebar .nav-tabs {
    border-bottom-color: transparent;
}

.admin-sidebar .tab-content {
    padding-top:1em;
}

.toggle-popover {
    cursor: pointer;
}

.admin-popover {
    border-left: 5px solid #70aaed;
    background-color: #fff;
    outline-style:none;
    padding: 0;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    overflow: auto;
    max-width: 1024px;
}

.admin-popover.repeat-customer-search {
    padding:0;
}

.admin-popover-loading {
    padding: 1em;
}

#customer-search-results {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.order-items-popup table.table {
    border-top: 0;
    border-bottom: 0;
}

.order-items-popup table.table tr:first-child td {
    padding-top: 1em;
}

.order-items-popup table.table tr td:first-child {
    padding-left: 1em;
}

.order-items-popup table.table tr td:last-child {
    padding-right: 1em;
}

.order-notes-popup .list-group-item {
    border-left:0;
    right-right:0;
}

.order-notes-popup .list-group-item:last-child {
    border-bottom: 0;
}

.order-notes-popup {
    min-width: 300px;
    max-width: 400px;
}

.applied-search-filters ul {
    display:inline-block;
    margin:0;
    padding:0;
}

.applied-search-filters ul li {
    display:inline-block;
    list-style:none;
    padding:3px;
}

.applied-search-filters ul li {
    padding: 3px 0.75em;
    border-radius: 1em;
}

button.admin-sidebar-toggle {
    background-color: transparent;
    border: none;
}

button.admin-sidebar-toggle {
    font-size: 14px;
    width: 56px;
    height: 56px;
    margin-right: 0.5em;
}

.admin-drawer {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.admin-skin-sidebar .nav { 
    margin: 1em 0;
}

.admin-skin-sidebar .nav-tabs>li.active>a, 
.admin-skin-sidebar .nav-tabs>li.active>a:focus, 
.admin-skin-sidebar .nav-tabs>li.active>a:hover {
    background-color: #f5f5f5;
}

.form-control[readonly] {
    background-color: #eee;
}

ul.tree { padding-left: 0; }
ul.tree ul.tree { padding-left: 1em; }
ul.tree li { list-style: none; }

.tree-label { user-select: none; }
.tree-label .placeholder { display: inline-block; width: 12px; margin-right: 3px; }
.tree-label input[type="checkbox"] { margin-left: 3px; margin-right: 3px; }

ul.tree .selected, 
ul.tree .selected:hover,
ul.tree  .table-hover .selected:hover {
    background-color: transparent;
    color: inherit;
}


/* D6D9DE */

.label-default-soft {
    background-color: #D6D9DE;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.5);
}

.chosen-container .chosen-single, 
.chosen-container-multi .chosen-choices {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    padding: 6px 0 6px 12px;
    height: 34px;
    color: #000;
    font-size:  14px;
    vertical-align: middle;
    line-height:  20px;
}

.chosen-container-multi .chosen-choices {
    background: #F5F5F5;
}

.chosen-container-single .chosen-single div b {
    background: none;
}

.chosen-container-single .chosen-single div b:after {
    content: '⌄';
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    vertical-align: middle;
}

.chosen-container.chosen-with-drop {
    box-shadow: 0px 0px 0px 2px rgb(102 175 233 / 40%);
}

.chosen-container.chosen-with-drop .chosen-single {
    background: #fff;
    border-color: #66afe9;
    box-shadow: 0px 0px 0px 2px rgb(102 175 233 / 40%);
}

.chosen-container .chosen-drop {
    background: #fff;
    border-color: #ccc;
    border-top: 0;
    border-radius: 0; 
}

.chosen-container .chosen-results li.highlighted {
    background:  #0d6ffb;
    color: #fff;
}

.chosen-container-multi .chosen-choices li.search-choice {
    background: #fff;
    padding: 0.5em;
    padding-right: 1.5em;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 8px;
    right: 4px;
}

.chosen-container-single .chosen-single div:last-child {
    top: 5px;
}

.chosen-container-single .chosen-single div b:after {
    content: none;
}

.chosen-container-single .chosen-single abbr {
    top: 11px;
}


.sbt-targets-hit-0 {

}

.sbt-targets-hit-1 {
    background-color: #A486D5;
    color: rgba(255, 255, 255, 0.9);
}

.sbt-targets-hit-2 {
    background-color: #FFDE5C;
    color: rgba(0, 0, 0, 0.6);
}

.sbt-targets-hit-3 {
    background-color: #39d05c;
    color: rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

.sbt-excluded {
    background-color: #eee;
}


.order-heading {
    margin-top: 30px; 
    padding: 8px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 1.2em;
    background-color: #337ab7;
    color: white;
    user-select: none;
}

.order-body-hidden .order-heading {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #fff;
    border: 1px solid #337ab7;
    color: #337ab7;
}

.order-body-hidden.order-body-empty .order-heading {
    border: 1px solid #767676;
    color: #767676;
}

.order-heading[role="button"]:hover {
    box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.4);
}

.order-body-hidden .order-heading[role="button"]:hover {
    box-shadow: inset 0px 0px 0px 2px #c2d7e9;
}

.order-heading .badge {
    display: none;
    background-color: #fff;
    color: #337ab7;
}

.order-body-hidden .order-heading .badge {
    display: initial;
    background-color: #f5f5f5;
}

.order-body-hidden.order-body-empty .order-heading .badge {
    display: none;
}

.order-body-hidden .order-body {
    display: none;
}


.order-heading + .table, 
.order-heading + .order-body > .table {
    margin-top: -10px;
    border-top: none;
}

.order-heading-important {
    background-color: #d9534f;
}

.flex-form {
    display: flex;
    justify-content: space-between;
}

.flex-form .form-group {
    flex: 0 1 auto;
}

table.property-list,
div.property-list {
   width: 100%; 
}

table.property-list-bordered,
div.property-list-bordered {
    border: 1px solid #ddd;
}

table.property-list tr td:first-child,
div.property-list > div > div:first-child {
    width: 200px;
    opacity: 0.6;
}

table.property-list tr td,
div.property-list > div > div {
    padding: 0.5em;
    border-bottom: 1px solid #ddd;
}

table.property-list tr:last-child td,
div.property-list > div:last-child > div {
    border-bottom: none;
}

div.property-list {
    display: table;
} 
 
div.property-list > div {
    display: table-row;
}

div.property-list > div > div {
    display: table-cell;
}

.property-list-inline {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 1em;
}

.property-list-inline > div > div {
    display: inline-block;
}

.property-list-inline > div > div:first-child {
    opacity: 0.6;
    font-size: 0.88em;
    margin-right: 0.25em;
}

.property-list-inline > div > div:first-child:after {
    content: ':';
}

tr.app-list-heading {
    font-weight: bold;
    border-bottom: 2px solid #ddd;
}

.shallow-well {
    padding: 1em;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075); 
}

.shallow-well ul.list-inline {
    margin-bottom: 0;
}
