.centered-text { text-align: center;}
.textaligment-right { text-align: right;}
footer{
	margin-top: 26px;
}

.tab-content{
	margin-top: 20px;
	margin-bottom: 20px;	
}

header .navbar.bg-light .btn-light{
	background-color: white;
}
header .navbar.bg-light .btn-light:hover{
	background-color: #e2e6ea;
}

.nav-tabs{
	margin-top: 20px;
}


.modal-barcode-scan .loading-wheel{
	float: right;
  position: absolute;
  right: 24px;
  top: 6px;
}

nav .breadcrumb{
  padding: .4rem 1rem;
  font-size: 12px;
  opacity: .8;
}

.form-actions{
	margin-top: 1rem;
}

#login h2 {
	font-size: 20px;
}


.dropzone{
	font-size: 14px;
	padding: 0 !important;
	min-height: initial !important;
	transition: height 1s ease-out;
	margin-bottom: 1rem;
	border-radius: 5px;
	border: 1px dotted gray !important;
	color: gray;
}
#main-image-upload-dropzone{
	max-height: 100px;
	min-height: 50px;
	padding: 0;
	margin-top: 12px;
}
#main-image-container .img-thumbnail{
	max-width: 100%;
	max-height: inherit;
}
#main-image-upload-dropzone .dz-preview{
	min-height: 100%;
}
#main-image-upload-dropzone .dz-image{
	height: 60px;
	width: 60px;
}
#main-image-upload-dropzone.dropzone.dz-clickable .dz-message,
#main-image-upload-dropzone.dropzone.dz-clickable .dz-message * {
    margin: 12px 0;
}

tr.table-item-not-active{
	background-color: rgba(250,250,250, .3);
}
tr.table-item-not-active td,
.item-not-active{
	opacity: .3;
}
tr.table-item-not-active td:last-child{
	opacity: 1;
}


#global-search-results{
    position: absolute;
	display:block;
    /*
    width: 100%;
    left: 0;
    */
	min-width: 34%;
	right: 0;
    background-color: #f8f9fa;
    top: 55px;
    z-index: 100;
    border-radius: 0 0 4px 4px;
/*     border: 1px solid #dddddd; */
    border-top: 0;
    border: 0;
}
#global-search-results .results{
	padding: 14px 14px 14px 14px;
}
#global-search-results .results hr:last-child,
.search-results hr:last-child{
	display:none;
}


#fav-toggle{
	color: rgb(255, 193, 7);
	font-size: 80%;
	cursor: pointer;
}
#fav-toggle.disabled{
	pointer-events: none;
	opacity: .5;
}

.list-sub {
	color: #bababa;
}

.table-group-head th,
.table-group-head td {
	color: #992222;
	font-weight: bold;
	
}

.group-head a,
.group-head a:hover{
	color: #992222;
}

.group-head {
	color: #992222;
	font-weight: bold;
}

.group-head.group-active a {
	color: #fff;
	padding-left: 4px;
	padding-right: 4px;
}	

.group-head.group-active {
	background: #992222;
	color: #fff;
}

.group-sub a,
.group-sub a:hover {
	color: #444444;
	position: absolute;
	margin-left: 5px;
}

.group-sub {
	color: #444444;
}

li.group-sub:before {
	content: '↳';
	font-size: 0.85em;
	color: #bababa;
}

.group-sub.group-active .list-sub {
	color: #fff;
}	

.group-sub.group-active a {
	color: #fff;
	padding-left: 4px;
	padding-right: 4px;
}	

.group-sub.group-active {
	background: #992222;
	color: #fff;
	font-weight: bold;
}

.text-right {
	text-align: right !important;
}
.text-left {
	text-align: left !important;
}
.text-center {
	text-align: center !important;
}
.text-top {
	vertical-align: top !important;
}
.text-middle {
	vertical-align: middle !important;
}
.text-bottom {
	vertical-align: bottom !important;
}

.text-huge {
	font-size: 1.5em;
}

.text-large {
	font-size: 1.2em;
}

.text-small {
	font-size: 0.85em;
	line-height: 1.4em !important;
}

.text-tiny {
	font-size: 0.7em;
	line-height: 1.4em !important;
}

.text-small td, .text-small th,
.text-tiny td, .text-tiny th {
	line-height: 1.4em;
}

.text-strong {
	font-weight: bold;
}

.text-it, .text-italic {
	font-style: italic;
}

.text-tt {
	font-family: monospace;
}

.text-lightgray, .text-lightgrey {
	color: #dedede !important;
}
.text-gray, .text-grey {
	color: #999999 !important;
}
.text-darkgray, .text-darkgrey {
	color: #444444 !important;
}
.text-white {
	color: #ffffff !important;
}
.text-blue, .text-info {
	color: #0088cc !important;
}
.text-orange, .text-warning, .text-warn {
	color: #f89406 !important;
}
.text-red, .text-important {
	color: #77221e !important;
}
.text-green, .text-success {
	color: green !important;
}
.text-lightgreen {
	color: #68c965 !important;
}
.text-yellow {
	color: #c09853 !important;
}
.text-black {
	color: black !important;
}

th.no-stretch,
td.no-stretch {
	width: 0.1%;
	white-space: nowrap;
}