body {
  font-size: .875rem;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

.state {
	display: inline-block;
	height: 10px;
	width: 10px;
}
.row_odd {
	background-color: #fff;
}

.row-selected:hover {
	background-color: #cecece !important;
}
/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 48px; /* Height of navbar */
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 101, 150, 1.0);
/*   box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25); */
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

/*
 * Utilities
 */

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.bg-blue-100 {
	background-color: rgba(0, 101, 150, 1.0);
}

.bg-blue-80 {
	background-color: rgba(0, 101, 150, .8);
}
.anker-link {
	padding-top:40px;
    margin-top:-40px
}
.dropleft .dropdown-toggle::before {
	display: none;
}
.headline-with-button {
	line-height: 2.2;
}

/* SLIDECONTROLL */

/* CHROME SLIDER */
input[type=range]{
    -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: rgba(0, 101, 150, 0.8);;
    margin-top: -4px;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}
/* FIREFOX SLIDER */
input[type=range]{
    border: 1px solid white; 
    width: 100%;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: rgba(0, 101, 150, 0.8);;
}

input[type=range]:-moz-focusring{
    outline: 1px solid white;
    outline-offset: -1px;
}

input[type=range]:focus::-moz-range-track {
    background: #ccc;
}
/* IE SLIDER */
input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    background: transparent;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}
input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}
input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: rgba(0, 101, 150, 0.8);;
}
input[type=range]:focus::-ms-fill-lower {
    background: #888;
}
input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
}

a:hover {
    text-decoration: none;
}

.adt-head-status > .asses_icon{
	transform: translateY(2px);
}

.btn.btn-light-disabled-color {
	color: #f8f9fa;
}
.btn.btn-light-disabled-color:hover {
    color: #212529;
}

.text-ellipsis {
	/* works only for block elements */
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.text-ellipsis-block {
    /* works only for block elements */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
.border-accented {
    border-width: 2px !important;
}
.last-attachment-gap:last-child {
	margin-bottom: 1rem;
}
.archive-badge-f-size { /* used for archive badge in first section caption */
	font-size: 100%;
}
.headline-archive-badge { /* used for archive badge in headline */
	font-size: 75%;
}
.assess-icon-m-float {
	margin-top: .2rem;
	margin-right: .25rem;
}	
	
.datepicker {
    color: #666666;
}

.btn-container-for-sublow-add-button {
	display: inline-flex;
	flex-flow: column nowrap;
	justify-content: flex-end;
	align-items: flex-start;
}


.version .release_header {
    background-color: #E4E4E4;
    color: #303030;
    font-weight: bold;
    font-size: 115%;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    padding-left: 0.5rem;
}

.version .item_header {
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration:underline;
    font-weight: bold;
    
}

.version-id-and-name {
	font-size: 115%
}

footer {
  position: fixed;
  bottom: 0px;
  height: 2rem;
  width: calc(100% + 15px);
  overflow: hidden;
  z-index: 200;
}

.bottom-gap-4-footer {
	width: 100%;
	height: 2.2rem;
}

.bottom-gap-4-footer-allwrapper { /* workaround DIV in entityallwrapper.html */
    width: 100%;
    height: 3rem;
}

.footer-padding-top {
    padding-top: 0.3rem;	
}

.footer-menu {
	display: flex;
	flex-flow: row-reverse nowrap;
	list-style: none;
}
.footer-menu > * {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.footer-menu a {
	color: rgba(255, 255, 255, 0.5) !important;
}
.footer-menu a:hover {
	color: #ffffff !important;
}

.usrconfig-caption {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}

.usrconfig-entry {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: baseline;
    justify-content: flex-start;
    font-size: 0.875rem;
}
.usrconfig-entry > *:not(:first-child) {
    margin-top: 5px;
}
.usrconfig-entry > .entry-key {
    width: 36%;
    padding-left: 0.5rem;
}

.usrconfig-entry > .entry-value {
    width: 46%;
}
.usrconfig-entry > .entry-action {
    width: 9%;
    align-self: first baseline;
}

.usrconfig-add-btn {
	padding-top: 0;
	padding-bottom: 0;
}

.usrconfig-mt {
	margin-top: 0.42rem;
}

.usr-selected-department {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	align-items: baseline;
	justify-content: flex-start;
	font-size: 0.875rem;
}

.usr-selected-department > .department-name {
	width: 55%;
}

.usr-selected-department > .company-name {
    width: 45%;
}

.selected-department-lable {
	margin-top: 0.05rem;
}
.help-wizard, .help-step {
	display: inline;
}

.entity-all-card-scroll-div {
	max-height: 430px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.entity-all-card-h-constraint {
	height: calc(100% - 2.5rem);
}

.doc-edit-btn {
    display: inline-flex;
    flex-flow: column;
    align-items: flex-end;
    justify-content: center;	
}

.doc-file-anchor {
    display: inline-flex;
    flex-flow: column;
    justify-content: center;	
}

.textarea-min-height {
	min-height: 7rem; /* about 4 lines */
}

/* The following two selectors are responsible to position the left sidebar */
nav ~ .container-fluid > .row > nav.sidebar,
nav.navbar ~ div > nav.sidebar {
	position: fixed;
	top: 48px;
}
nav ~ .container-fluid > .row > nav.sidebar > div > ul,
nav.navbar ~ div > nav.sidebar > div > ul {
	margin-top: 0 !important
}

.audit-summary-anchor {
	display: flex;
	flex-flow: row nowrap;
	max-width: 83.333333%;
	flex: 0 0 83.333333%;
	color: #343a40;
}

.audit-summary-anchor > .finding-order {
	flex: 0 0 calc(4ch + 0.6rem);
	max-width: calc(4ch + 0.6rem);
	text-align: right;
	padding-right: 0.6rem;
}

.audit-summary-anchor > .finding-question {
    flex: 0 0 calc(100% - (4ch + 0.6rem));
    max-width: calc(100% - (4ch + 0.6rem));
}

.dashboard-count-column {
	display: inline-block;
	min-width: 6ch;
	text-align: right;
}

.cur-default {
    cursor: default;
}

