body {
	font-family: Arial, sans-serif;
	font-size: 15px;
	margin: 0 0 15px;
}

/**************************************/
/* these are overridable via settings */

.header-bar {
	background: #1B64AA;
}

.title-bar {
	background: #fff;
	padding: 8px 15px 10px 25px;
	height: 52px;
	font-size: 1.4rem;
	margin-bottom: 10px;
}

.page-title {
	color: #000;
}

.navbar-brand {
	background-image: url("/images/gi_logo_site_header.png");
	width: 150px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.btn {
	border-radius: 6px;
}
.btn-primary {
	background: #1B64AA;
}
.btn-outline-primary {
	color: #1B64AA;
}
.btn-primary, .btn-outline-primary {
	border-color: #1B64AA;
}

.btn-primary:hover, .btn-outline-primary:hover {
	background: #144A7F;
}

.btn-secondary {
	background: #E5E5E5;
	border-color: #777777;
	color: #777;
}
.btn-secondary:hover {
	background: #6E6E6E;
}

a {
	color: #0969da;
}
a:visited {
	color: #4e1e86;
}
a:hover {
	color: #000;
}

.btn:visited {
	color: white;
}
.dropdown-item:visited {
	color: black;
}
.page-title a:visited {
	color: black
}
.nav-item.dropdown .dropdown-item:active {
	background-color: black !important;
	color: white;
}

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

.bg-hilite {
	background: #ffee98;
}

.filter-on {
	background-color: #ffee98;
}

.queue_action {
	padding: 3px;
	font-weight: bold;
	margin-bottom: 3px;
	background: #e5e5e5;
}
.subqueue_action {
	padding:2px;
	font-weight:bold;
	margin-bottom:3px;
	background:#f5f5f5;
}

@media print {
	.no_print {
	  display:none;
	}
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-footer {
  	background-color: #ffffff;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0px;
    z-index: 1020;
  }
}

label {
	font-weight: bold;
	margin-bottom: 3px;
}

td {
	line-height: 120%;
}

.dropdown-menu {
	z-index: 2000;
}

input[type=checkbox], input[type=radio] {
	margin-right: 4px;
}

.custom-file-input {
	cursor: pointer;
}

#sortable-collection-list {
	margin-left: 20px;
	margin-right: 20px;
}

i.drag-handle {
	margin-top: 10px;
	cursor: grab;
	vertical-align: middle;
	float: right;
	opacity: .8;
}
.drag-ghost {
	opacity: .4;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #bbb!important;
	opacity: .5;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #bbb!important;
	opacity: .5;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #bbb!important;
	opacity: .5;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #bbb!important;
	opacity: .5;
}
::-ms-input-placeholder { /* Microsoft Edge */
	color: #bbb!important;
	opacity: .5;
}
::placeholder { /* Most modern browsers support this now. */
	color: #bbb!important;
	opacity: .5;
}

.form-control-currency {
	width: 75px !important;
	text-align:right;
}

.form-control-integer {
	width: 65px !important;
	text-align:center;
}

.form-control-decimal {
	width: 80px !important;
	text-align:center;
}

.form-group {
	margin-bottom: 1.1rem;
}

.datetimepicker-input {
	max-width: 96px;
	border-top: 2px solid rgb(51, 172, 215);
}

.table thead tr th {
	font-size: .9rem;
	line-height: 120%;
}

.card-header {
	padding: 6px;
}

.card-body {
	padding: 12px;
}

.text-danger {
	color: #C20808;
}

.control-panel {
	background-color: #e3e3d9!important;
}

.nav-tabs {
	border-bottom: 1px solid #6e6e6e;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	border-color: #6e6e6e #6e6e6e #fff;
}
.nav-tabs .nav-link:hover {
	border-color: #6e6e6e #6e6e6e #fff;
}
.nav-link {
	padding: .3rem 1rem;
}

.cal-event {
	padding: 5px;
	margin-bottom: 5px;
	font-size: .8rem;
}

.table-bordered td, .table-bordered th {
	border: 1px solid #cccccc;
}

/* line item status colors */

.order-bg-d {
	background: #9c6ab8;
	color: white;
}
.order-bg-l {
	background: #e7beff!important;
}
.quote-bg-d {
	background: #1b64aa;
	color: white;
}
.quote-border {
	border-style: solid;
	border-width: 2px 0 0 2px;
	border-color: #1b64aa;
}
.quote-bg-l {
	background: rgba(193, 220, 246, 1)!important;
}
.sales-order-bg-d {
	background: #b0613e;
	color: white;
}
.sales-order-border {
	border-style: solid;
	border-width: 2px 0 0 2px;
	border-color: #b0613e;
}
.sales-order-bg-l {
	background: #ecd4ca!important;
}
.preflight-bg-d {
	background: #e2747b;
	color: white;
}
.preflight-border {
	border-style: solid;
	border-width: 2px 0 0 2px;
	border-color: #e2747b;
}
.preflight-bg-l {
	background: #f0cccf!important;
}
.work-order-bg-d {
	background: #417a4d;
	color: white;
}
.work-order-border {
	border-style: solid;
	border-width: 2px 0 0 2px;
	border-color: #417a4d;
}
.work-order-bg-l {
	background: rgba(203, 233, 209, 1)!important;
}
.work-order-bg-c {
	background: #b8b9b9!important;
}

.badge-sales-order {
	background-color: #b0613e;
	color: white;
}
.badge-work-order {
	background-color: #417a4d;
	color: white;
}

.clickable {
	cursor: pointer;
}

.no-text-select {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently not supported by any browser */
}

.form-control, .custom-select, .custom-file-label {
	border: 1px solid #777777;
}
