html {
    overflow-y: scroll;
}


body.swal2-shown {
	overflow: hidden !important;
	padding-right: 0 !important; /* optional, removes scrollbar compensation */
}


/**** Classes ****/

.flex-parent-vcenter-hcenter-column {
	
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	
}


/**** Google Fonts ****/

.red-hover:hover,
.red-hover:active {
	
  color:red;
  
}


.blue-hover:hover,
.blue-hover:active {
	
  color:#0787c6;
  
}


.primary-hover:hover,
.primary-hover:active {
	
  color:#f70;
  
}


/**** Window Classes ****/

.background-div {
	
	position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0.5rem;
    text-align: center;
    z-index: 1;
	
}


.background-body {
	
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 60vh;
	background-color: #fff;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	padding: 0 0;
	text-align: center;
	z-index: 1;
  
}


.background-body-sm {
	
	min-height: 300px;
  
}


.table-responsive {
	
    position: relative;
    min-height: 60vh;

}


.empty-message-body {
	
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: 'Montserrat';
	font-weight: 600;
	font-style: normal;
    color: #222;
    z-index: 5;
    pointer-events: none;
    width: 100%;
	
}


/**** Control Classes ****/

.label-control {

	display: flex;
	flex-wrap: wrap;
	color:rgba(100,100,100,1);
	margin-left:0.75rem;
	text-align:left;
	text-transform: uppercase;
	font-size:13px; 
	font-weight:600;
	
}
.label-control-small {
	
	font-size:9px;
	margin-top:5px;
	margin-left: 6px;
	text-transform:uppercase !important;
  
}
.label-primary {
	
	color: #ff7700;
	
}


.input-div-margin {
	
	margin:2rem 2.2rem 2rem 2.2rem;
  
}


.input-control {
	
	display: block;
	padding:0.6rem 0.75rem;
	border: 1px solid #bcc1cb;
	color: #111;
	margin: 1rem 0 0 0;
	height: 45px;
	width:100%;
	flex: 1;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	background-color: #fff;
	background-clip: padding-box;
	appearance: none;
	border-radius: .375rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-shadow: none;
	outline: none;
  
}
.input-control:focus {
	
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  
}
.input-control::placeholder {
	
	color: #6c757d
  
}
.input-control-group {
	
	display: flex;
	align-items: center;
	margin-top: 1rem;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	white-space: nowrap;
	background-color: #f8f8f8;
	border: 1px solid #bcc1cb;
	border-radius: .375rem;
	border-top-left-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
	cursor:pointer;
	
}


.select-control {
	
    padding: 0.6rem 2.5rem 0.6rem 0.75rem; /* more right padding for dropdown arrow */
    border: 1px solid #bcc1cb;
	border-radius: .375rem;
    color: #111 !important; /* force dark text */
    margin: 1rem 0 0 0;
    height: 45px;
    width: 100%;
    flex: 1;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff !important; /* force white background */
    background-clip: padding-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: none;
    outline: none;
    display: block;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    position: relative;
    z-index: 1;
	
}
.select-control:focus {
	
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  
}
.select-control:focus-visible {
  color: rgba(0,0,0,0);
  text-shadow: 0 0 0 #212529;
}


.btn:disabled, .btn.disabled {
	pointer-events:none;
	background-color: #ff7700;
	color: #fff;
	border-color: #ff7700;
	opacity:0.5;
  
}


.button-control {
	
	display: block;
	padding:0.35rem 0rem;
	border: 1px solid #bcc1cb;
	color: #111;
	margin: 1rem 0 0 0;
	height: 45px;
	width:100%;
	flex: 1;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	background-color: #fff;
	background-clip: padding-box;
	appearance: none;
	border-radius: .375rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-shadow: none;
	outline: none;
  
}
.button-control:hover,
.button-control:active {
	
	color:#f70;
	background:#fff;
	border-color:#f70;

}
.button-control-placeholder {
	
	color: #6c757d;
	
}


.button-text-primary {
	
	color: #333;
	
}
.button-text-primary:hover,
.button-text-primary:active {
	
	color:#f70;
	background:#fff;
	border-color:#f70;

}

.action-control {
	
	color: #666;
	padding:0rem 0rem;
	font-size: 1.2rem;
	width:30px;
  
}


.button-icon {
	
	display: flex;
	align-items: center;
	justify-content: center;
	padding:0.6rem 0.75rem;
	border: 1px solid #bcc1cb;
	color: #111;
	margin: 1rem 0 0 0;
	height: 45px;
	width:60px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	background-color: #fff;
	background-clip: padding-box;
	appearance: none;
	border-radius: .375rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-shadow: none;
	outline: none;
	
}
.button-icon svg {
	
  width: 1.75rem;
  height: 1.75rem;
  
}
.button-icon img {
  filter: brightness(0) saturate(100%) sepia(100%) hue-rotate(15deg) saturate(600%) brightness(1);
  transition: filter 0.3s ease;
}
.button-icon:hover img {
  filter: brightness(1.2) saturate(150%) sepia(100%) hue-rotate(15deg) saturate(600%) brightness(1);
}


.button-primary {
	
	background: #ff7700;
	color: #fff;
	border-color: #ff7700;
	
}


.button-primary:hover,
.button-primary:active {
	
	color:#fff !important;
	background:#274f8b !important;
	border-color:#274f8b !important;

}


.button-secondary {
	
	background: #666;
	color: #fff;
	border-color: #666;
	
}


.button-secondary:hover,
.button-secondary:active {
	
	color:#fff;
	background:#555;
	border-color:#555;

}


.button-table-style {
	
	background: #fff;
	color: #5d6778;
	border: 1px solid #bcc1cb;
	cursor: pointer !important;
	text-decoration: underline !important;
	
}
.button-table-style:hover {
  color: #ff7700;
  border: 1px solid #ff7700;
  background: #fff;
}


.chart-body {
	
	min-height:536.6px; 
	
}


.progress-title {
	
	font-size:15px; 
	font-weight:600; 
	color:#333;
	cursor:pointer;
	margin: 0.4rem 1rem 0.5rem 1rem;

}
.progress-title-td {
	
	height:70px;
	width:100%;

}
.progress-span-sm {
	
	font-weight:400; 
	
}
.progress-span {
	
	cursor:pointer;
	
}
.progress-bar-td {
	
	white-space:nowrap;
	text-align:right;
	vertical-align:middle;
	
}
.progress-chevron {
	
	
}


.active-projects-body {
	
	padding: 1rem 1.5rem 1rem 1.5rem;

}
.active-projects-td {
	
	height:45px;

}


.stats-footer {
	font-size: .75rem;
	font-weight: 600;
	margin-top: .25rem;
	color: #8c8c8c;
}


.footer-margins {
	
	margin:2rem 2.2rem 1.5rem 2.2rem;
	
}


/**** Table Classes ****/

.default-cell-h {
	
    height:50px;
	
}


.default-cell-c {
	
    height:42.5px;
	
}


.fill-cell {
	position: relative;
	padding: 0 0 !important;
}


.fill-inner {
	position: absolute;
	inset: 0;
}


/**** Table Form Classes ****/

.table-form-responsive {
	
	position: relative;
	min-height: 108px;
	border: 1px solid #bcc1cb;
	border-radius: .375rem;
	
}


.table-form-wrapper {
	
	display: inline-block;       /* shrink to fit content */
	min-width: 200px;            /* optional: set a minimum width */
	max-width: 100%;             /* stay responsive */
  
}

.table-form-tbody:empty + .table-form-empty,
.table-form-tbody[style*="display:none"] + .table-form-empty {
	
	display: block;
	
}


.table-form-empty {
	
	text-align: center;
	padding: 0.5rem;
	font-style: italic;
	color: #666;
  
}


.table-form-tbody {
	
	display: table-row-group;
  
}


.table-form-tbody:empty {
	
	display: none;
	
}


/**** Tab Classes ****/

.critical-count-badge {
	
	font-size: 0.65rem;
	line-height: 1.02;
	padding: 4px 6.5px;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	
}


.critical-count-badge-alt1 {
	
	font-size: 0.65rem;
	line-height: 1.0;
	padding: 4px 6.5px;
	transform: translateY(-5%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 7px !important;
	
}


.critical-count-badge-alt2 {
	
	font-size: 0.65rem;
	line-height: 1.0;
	padding: 4px 6.5px;
	transform: translateY(-45%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: -6px !important;
	border: 1px solid white;
  
}


/**** Tree Classes ****/

.tree-container {
    overflow: auto;
    font-size: 14px;
}

.tree-container > ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0; 
}

.tree-container ul ul {
    list-style-type: none;
    margin: 0;
    padding-left: 16px;
}

.tree-container .toggle {
    cursor: pointer;
    margin-right: 5px;
    color: blue;
    user-select: none;
}

.tree-container ul ul {
    display: none;
}

.tree-container ul ul.visible {
    display: block;
}


/**** Overwrite Classes ****/

.bi::before,[class^="bi-"]::before,[class*=" bi-"]::before {
  vertical-align: -.15em !important;
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
	color:#fff;
	background:#274f8b;
	border-color:#274f8b
}
.dropdown-item.active, .dropdown-item:active,
.dropdown-item:hover, .dropdown-item:focus {
  border-radius: 0.5rem;
}
.bg-danger-soft-hover:hover, .bg-danger-soft-hover:active, .bg-danger-soft-hover:focus {
  background-color: rgba(214, 41, 62, 0.1) !important;
  color: #d6293e !important;
}