html {
  overflow-y: scroll;
}


body {
  padding-right: 0 !important;
}


/**** Window Classes ****/

.background-header {

	margin:0px ;
	padding: 2rem 2rem !important;
	border-bottom: 1px solid #ff7700;
	height:60px;
	background:#FF7700 !important;
	color:#fff;
	border-top-left-radius:1rem;
	border-top-right-radius:1rem;
	display: flex;
	justify-content: start;
    align-items: center;

}


.background-header-title {
	
	color: #FFF !important;
	font-size: 1.5rem;
	margin-bottom: 0;
	
}


.background-body {
	
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 60vh;
	background-color: transparent;
	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: 50vh;

}


.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%;
	
}


/**** Hover Colors ****/

.red-hover:hover,
.red-hover:active {
	
  color:red;
  
}


.blue-hover:hover,
.blue-hover:active {
	
  color:#0787c6;
  
}


.primary-hover:hover,
.primary-hover:active {
	
  color:#f70 !important;
  
}


/**** 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:4px;
	margin-left: 6px;
	text-transform:uppercase !important;
  
}
.label-control.disabled {
	opacity: 0.6;
	pointer-events: none;
}


.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;
	
}
.input-control.disabled {
	opacity: 0.6;
	pointer-events: none;
}


.input-control-clean {
	
	display: block;
	padding:0.6rem 0.75rem;
	border: 1px solid #bcc1cb;
	color: #111;
	margin: 0 0 0 0;
	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-clean: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-clean::placeholder {
	
	color: #6c757d
  
}


.input-large {
	
	height:52px; 
	line-height:46px; 
	font-size:1rem; 
	padding:0 1.25rem;
	
}


.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;
}
.select-control option[disabled] {
  color: #999;
}
.select-control.disabled {
	opacity: 0.6;
	pointer-events: none;
}


.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;

}


.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;
	background:#274f8b;
	border-color:#274f8b

}


.button-secondary {
	
	background: #666;
	color: #fff;
	border-color: #666;
	
}
.button-secondary:hover,
.button-secondary:active {
	
	color:#fff;
	background:#555;
	border-color:#555;

}


.button-tertiary {
	
	color:#fff;
	background:#3366b4;
	border-color:#3366b4;
	
	
}
.button-tertiary:hover,
.button-tertiary:active {
	
	color:#fff;
	background:#274f8b;
	border-color:#274f8b

}


.button-red {
	
	color:#fff;
	background:#cf1919;
	border-color:#cf1919;
	
	
}
.button-red:hover,
.button-red:active {
	
	color:#fff;
	background:#b51e1e;
	border-color:#b51e1e;

}


.button-success {
	
	background: #00ae3b;
	color: #fff;
	border-color: #00ae3b;
	
}
.button-success:hover,
.button-success:active {
	
	background: #009934 !important;
	color: #fff;
	border-color: #009934 !important;

}


.button-success:hover,
.button-success:active {
	
	color:#fff;
	background:#03aa3c;
	border-color:#03aa3c;

}


.button-table-style {
	
	background: #fff;
	color: #5d6778;
	cursor: pointer !important;
	text-decoration: underline !important;
	appearance: none;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-shadow: none;
	outline: none;
	
}
.button-table-style:hover {
  color: #ff7700;
  border: 1px solid #ff7700;
  background: #fff;
}


.text-button {
	
	background: #fff;
	color:rgba(100,100,100,1);
	border: 0px;
	cursor: pointer !important;
	text-decoration: underline !important;
	text-transform: uppercase;
	font-size:13px; 
	font-weight:600;
	
}
.text-button:hover {
	color: #ff7700;
	border: 0px;
	background: #fff;
}


.text-button-small {
	
	background: #fff;
	color:rgba(100,100,100,1);
	border: 0px;
	cursor: pointer !important;
	text-decoration: underline !important;
	font-size:12px; 
	font-weight:600;
	
}
.text-button-small:hover {
	color: #ff7700;
	border: 0px;
	background: #fff;
}


.button-large {
	
	height:52px; 
	line-height:46px; 
	font-size:1rem; 
	padding:0 1.25rem;
	
}


.agenda-container {
  max-width: 1350px !important;
}


.styled-file-input {
	height: 52px;
	font-size: 1rem;
	color: #666;
	cursor: pointer;
}
.styled-file-input::file-selector-button {
	background-color: #e9ecef;
	color: #111;
	border-right: 1px solid #ced4da;
	border-radius: 0.375rem 0 0 0.375rem;
	padding: 0 1rem;
	height: 52px;
	cursor: pointer;
	transition: all 0.2s ease;
}
.styled-file-input::file-selector-button:hover {
	background-color: #d3d6d8;
}
.styled-file-input.has-file {
	color: #111;
	border-color: #28a745;
	box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.25);
}
.styled-file-input.has-file::file-selector-button {
	background-color: #28a745;
	color: #fff;
}
.styled-file-input:focus {
	border-color: #28a745;
}


.styled-file-input-label {
	height: 52px;
	font-size: 1rem;
	color: #666;
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 0.5rem;
	padding: 0 0;
	display: flex;
	align-items: center;
	background-color: #fff;
	transition: all 0.2s ease;
}
.styled-file-input-label.has-file {
	color: #111;
	border-color: #28a745;
	box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.25);
}
.styled-file-input-label.has-file .file-button {
	background-color: #28a745;
	color: #fff;
	border-right-color: #218838;
}
.styled-file-input-label:focus-within {
	border-color: #28a745;
}
.file-button {
	background-color: #e9ecef;
	color: #111;
	border-right: 1px solid #ced4da;
	border-radius: 0.5rem 0 0 0.5rem;
	padding: 0 1rem;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: all 0.2s ease;
	z-index: 1;
}
.file-button:hover {
	background-color: #d3d6d8;
}
.file-label-text {
	flex: 1;
	padding-left: 0.75rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #111;
	position: relative;
	z-index: 0;
}


/**** 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;
}


.full-fixed-height {
		min-height: 625px;
		height: 100%;
	}


.stretch-column {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}


.card-table-div {
	
	border: 1px solid #bcc1cb;
	border-radius:8px !important;
	min-height: 122px;
	max-height: 309px;
	
}


/**** Sortable JS Classes ****/

.drag-handle {
	cursor: grab;
}


.drag-handle:hover .fa-grip-vertical {
	/*color: var(--bs-primary);*/
}


.sortable-ghost {
	opacity: 0.6;
	background-color: #f8f9fa;
}


/**** Content Page Classes ****/

.content-main-heading {
	
	text-decoration: underline !important;
	margin-top: 1.5rem !important;

}


.content-main-sub-heading {
	
	text-decoration: underline !important;
	margin-top: 1rem !important;

}


.content-main-content {
	
	color:#616161;

}


/**** Mobile Classes ****/


@media (min-width: 1200px) {
	
	.wrap-xl-down {
		white-space: nowrap;
	}
	
}
	

@media (min-width: 992px) {
	
	.background-header-title {
	  
		font-size: 1.5rem;

	}
	.wrap-lg {
		white-space: nowrap !important;
	}
	
	
}


@media (min-width: 1600px) {
  .d-xxxl-none        { display: none !important; }
  .d-xxxl-inline      { display: inline !important; }
  .d-xxxl-inline-block{ display: inline-block !important; }
  .d-xxxl-block       { display: block !important; }
  .d-xxxl-table       { display: table !important; }
  .d-xxxl-table-row   { display: table-row !important; }
  .d-xxxl-table-cell  { display: table-cell !important; }
  .d-xxxl-flex        { display: flex !important; }
  .d-xxxl-inline-flex { display: inline-flex !important; }
}


@media (min-width: 1750px) {
  .d-xxxxl-none        { display: none !important; }
  .d-xxxxl-inline      { display: inline !important; }
  .d-xxxxl-inline-block{ display: inline-block !important; }
  .d-xxxxl-block       { display: block !important; }
  .d-xxxxl-table       { display: table !important; }
  .d-xxxxl-table-row   { display: table-row !important; }
  .d-xxxxl-table-cell  { display: table-cell !important; }
  .d-xxxxl-flex        { display: flex !important; }
  .d-xxxxl-inline-flex { display: inline-flex !important; }
}


@media (max-width: 576px) {
	
	.background-header-title {
		
		font-size: 1.2rem;
		
	}
	
}


@media (max-width: 768px) {

	.nav-tab-columns {
	  
		flex-direction: column;

	}

	.nav-tab-columns .nav-link {
	  
		padding: 0.75rem 0.75rem !important;

	}

}


@media (max-width: 925px) {

	.list-columns {
		
		flex-direction: column;
		align-items: start;
		
	}
	
}


@media (max-width: 992px) {
	
	.background-header-title {
	  
		font-size: 1.3rem;

	}
	.wrap-lg {
		white-space: wrap !important;
	} 
}


@media (max-width: 1199.99px) {
	
  .wrap-xl {
	white-space: wrap !important;
  }
  
}


/**** 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
}