.bg-more-dark {
    background-color: #242424!important;
}
.bg-less-dark
{
	background-color: #414141!important;
}
.card-header, .card-title, .card-body, .card-text, a
{
	text-decoration: none;
}

.input-group-text:not(.btn) {
	background-color: #414141;
    border: 1px solid #414141;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: inherit;
    text-align: center;
    white-space: nowrap;
    border-radius: .25rem;
}

.construction
{
	background: repeating-linear-gradient(
	  45deg,
	  rgba(0,0,0,0.125),
	  rgba(0,0,0,0.125) 10px,
	  rgba(0,0,0,0.25) 10px,
	  rgba(0,0,0,0.25) 20px
	);
}

.card-header
{
	clear:both;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #bdbdbd;
	border: 1px solid #bdbdbd;
}
hr {
    border-top: 2px dashed rgba(255,255,255,.5);
}
.separator {
  display: flex;
  align-items: center;
  text-align: center;
}

.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 2px dashed rgba(255,255,255,.5);
}

.separator:not(:empty)::before {
  margin-right: 1em;
}

.separator:not(:empty)::after {
  margin-left: 1em;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #6C757D;
    border-color: #495057 #495057 #6C757D;
}
.nav-tabs {
    border-bottom: 1px solid rgb(128, 128, 128);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(128, 128, 128);
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: rgb(128, 128, 128) rgb(128, 128, 128) rgb(96, 96, 96);
    isolation: isolate;
}
#list_items li
{
	color: #fff;
}

#list_items li input[type=checkbox]:checked + *
{
	color: #aaa;
	text-decoration: line-through;
}

#custom_value:focus, #custom_key:focus {
	width: 50%;
}

ul {
	outline: none;
}

li:focus, li:focus-within {
	background-color: gray;
}

.loading_icon {
	height: 32px;
	width: 32px;
	display: none;
}

.input-group-text a { 
	color: #ffffff;
	transition: color 0.1s ease;
}

.input-group-text a:hover { 
	color: #cccccc;
}

.input-group-text.btn-danger {
	color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.input-group-text.btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
}