@import "index.php";

html {
	font-size: 15px;
}

body,
html {
	width: 100%;
	/* height: 100%; */
	padding: 0;
	background-color: #fff;
	font-family: 'Helvetica', 'Arial', sans-serif;
	/* Set Helvetica as the default font with fallbacks */
}


form {
	text-align: left;
	color: #999;
}

form span {
	display: block;
	margin: 5px;
}

input[type='radio'],
input[type='checkbox'] {
	width: 16px !important;
	height: 16px !important;
}

textarea.form-control {
	min-height: 250px;
}

.content a {
	color: #184ac3 !important;
	text-decoration: underline !important;
}

.content a:hover {
	color: #1b202c !important;
}

.test {
	outline: 1px solid red;
}

.note {
	color: red;
	font-size: 12px;
}

.logo {
	height: 60px;
	margin: -4px 20px 0 0;
}

.content {
	text-align: left;
	font-size: 1.25rem;
}

/* Flex */
.ba-flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

.ba-flex-col {
	min-width: 200px;
	flex-basis: 200px;
	-webkit-flex-basis: 200px;
}

.ba-flex {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	flex: 1 0 101px;
}

.ba-flex2 {
	-webkit-box-flex: 2;
	-webkit-flex-grow: 2;
	-ms-flex-grow: 2;
	flex-grow: 2;
	flex: 2 0 201px;
}

.ba-flex3 {
	-webkit-box-flex: 3;
	-webkit-flex-grow: 3;
	-ms-flex-grow: 3;
	flex-grow: 3;
	flex: 3 0 201px;
}

.ba-flex4 {
	-webkit-box-flex: 4;
	-webkit-flex-grow: 4;
	-ms-flex-grow: 4;
	flex-grow: 4;
	flex: 4 0 201px;
}

.ba-flex5 {
	-webkit-box-flex: 5;
	-webkit-flex-grow: 5;
	-ms-flex-grow: 5;
	flex-grow: 5;
	flex: 4 0 201px;
}

.ba-flex6 {
	-webkit-box-flex: 6;
	-webkit-flex-grow: 6;
	-ms-flex-grow: 6;
	flex-grow: 6;
	flex: 6 0 201px;
}

.ba-flex7 {
	-webkit-box-flex: 7;
	-webkit-flex-grow: 7;
	-ms-flex-grow: 7;
	flex-grow: 7;
	flex: 7 0 201px;
}

.ba-flex8 {
	-webkit-box-flex: 8;
	-webkit-flex-grow: 8;
	-ms-flex-grow: 8;
	flex-grow: 8;
	flex: 8 0 201px;
}

/* Bootstrap/Fontawesome overrides */
.btn {
	cursor: pointer;
}

.container {
	/* padding: 100px 30px 30px 30px; */
	min-height: calc(100vh - 218px);
}

.card {
	border: 0;
}

.card-block-iframe {
	margin-top: -20px;
}

.card-block-iframe p,
.card-block-iframe ul {
	color: #666a72;
}

.card-block {
	padding: 2rem;
}

.card-block p,
.card-block ul {
	color: #666a72;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #ededed;
	opacity: 1;
}

.form-check-label {
	color: #999 !important;
}

.table-striped th {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.table-striped a {
	color: #014c8c;
	text-decoration: underline;
}

.table-striped a:hover,
.table-striped a:focus,
.table-striped a:active {
	color: #000;
}

.table td {
	text-align: left;
}

a.fa {
	display: inline-block;
	margin: 0 3px;
	text-decoration: none !important;
}

.modal-title {
	border-bottom: 0 !important;
}

.modal {
	z-index: 999999999;
}

/* Drag n' drop */
#upload_logo {
	max-width: 100%;
}

.file-upload-container {
	width: 300px;
	margin: 50px auto;
}

.drag-and-drop-area {
	border: 2px dashed #0166b4;
	padding: 20px;
	text-align: center;
	cursor: pointer;
}

.drag-over {
	border-color: #FF5733;
	/* Change the border color when a file is dragged over */
}


.drag_and_drop {
	display: table-cell;
	width: 800px;
	height: 50px;
	border: 1px dashed #d2d2d2;
	border-radius: 3px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

.drag_and_drop:hover {
	border: 1px dashed #000000;
}

.status span {
	display: inline;
}

/* Nav */
/*
.ba-nav {
	position: fixed;
	width: 100%;
	height: 70px;
	padding: 0 30px;
	background-color: #3a4b7b;
	line-height: 70px;
	overflow: hidden;
	z-index: 999;
}

.ba-nav a {
	display: inline-block;
	margin-right: 20px;
	color: #ccc;
	text-decoration: none;
}

.ba-nav a:last-child {
	padding-right: 0;
}

.ba-nav a:hover {
	color: #fff;
}

.ba-nav .fa,
.btn .fa {
	margin-right: 10px;
	font-size: 14px;
}

.ba-nav>.dropdown-item {
	line-height: 20px !important;
	display: block;
	width: 100%;
	padding: 3px 1.5rem;
	clear: both;
	font-weight: normal;
	color: #292b2c;
	text-align: inherit;
	white-space: nowrap;
	background: none;
	border: 0;
} */

.ba-footer-clear {
	width: 100%;
    font-size: 10px;
}
/* Footer */
.ba-footer {
	width: 100%;
    padding: 50px 0 30px 0;
	background-color: #1b202c;
	font-size: 13px;
	color: #a1adc6;
}

.ba-footer-content {
	width: calc(100% - 60px);
	max-width: 1000px;
	margin: auto;
}

.ba-footer-content-nav {
	width: 50%;
	margin-bottom: 20px;
	float: left;
}

.ba-footer .ba-footer-content div div {
	width: calc(50% - 10px);
	min-width: 200px;
	margin: auto;
	float: left;
}

.ba-footer-content-right {
	text-align: right;
}

.ba-clear {
	display: block;
	height: 0;
	clear: both;
}

.ba-social {
	display: inline-block;
}

.ba-social a {
	display: inline-block;
	margin-left: 30px;
	transition: all .3s ease-in;
}

.ba-social a:hover {
	color: #a1adc6 !important;
	transition: all .3s ease-in;
}

/* Front page */
.view-logo {
	max-height: 100px;
}

/* Create agenda/minutes/user */
#create_agenda,
#create_user,
#staff_report,
#resolution_report,
#agenda_items {
	max-width: 800px;
	margin: 30px auto;
	text-align: left;
}

h4,
#create_agenda h3,
#create_user h3,
#staff_report h3,
#resolution_report h3,
#agenda_items h3 {
	/* margin-bottom: 1.5rem;
	padding-left: 5px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	font-size: 1.6rem;
	line-height: 2.4rem;
	font-weight: normal;
	color: #292b2c; */
	margin-bottom: 1.5rem;
	padding: 5px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	font-size: 1.2rem;
	line-height: 1.6rem;
	font-weight: 600;
	color: #292b2c;
}

#agenda_items h3 {
	margin-top: 1.5rem;
}

.move-handle {
	float: right;
	/* Add this line */
	cursor: grab;
}

.handle {
	float: right;
	/* Add this line */
	cursor: grab;
}

.handle {
	display: none;
	float: right;
}

.remove-block {
	display: none;
	cursor: pointer;
}

h3:hover .remove-block {
	display: inline-block;
}

#uploads_table tr:hover .handle {
	display: inline-block;
}

h3:hover .handle {
	display: inline-block;
}

.board-name:hover .handle {
	display: inline-block;
}

.staff-name:hover .handle {
	display: inline-block;
}

h4 {
	font-size: 1.2rem;
	line-height: 2rem;
	margin: 1.6rem 0 1rem 0;
}

#create_agenda label,
#create_user label,
#staff_report label,
#agenda_items label {
	color: #292b2c;
}

.toggle-off,
.toggle-on {
	color: #fff !important;
}

.sub_category,
.ba-indent {
	padding-left: 30px;
}

.discussion_action {
	padding: 20px 0 0 30px;
}

.discussion_action label {
	margin-right: 10px;
}

.cat_free_text {
	margin: 10px 0;
}

.free_text {
	margin-top: 10px;
}

.add-btn {
	border-top: 1px solid #eee;
	margin-top: 34px;
	padding-top: 20px;
}

.remove_staff_name,
.remove_board_member,
.remove_custom_cat,
.remove_custom_subcat {
	position: absolute;
	top: 3px;
	right: -41px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.discussion_action_hide {
	display: none;
}

.discussion_action_show {}

input[type='time'] {
	display: inline-block;
	width: 125px;
	height: 35px;
}

.bmcto {
	display: inline-block !important;
	width: 338px !important;
}

.standard-vote-table td input[type='text'] {
	display: inline-block;
	width: 80px;
}

.data_hide {
	display: none !important;
}

.medium-editor-element {
	display: block;
	width: 100%;
	padding: 0.5rem 0.75rem;
	font-size: 1rem;
	line-height: 1.25;
	color: #464a4c;
	background-color: #fff;
	background-image: none;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
	-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.sort-cat,
.sort-subcat {
	width: 24px;
	margin-left: -24px;
	float: left;
	line-height: 0;
}

.sort-cat a,
.sort-subcat a {
	height: 6px;
	font-size: 18px;
	color: #333;
}

.sort-cat a:hover,
.sort-subcat a:hover {
	color: #0275d8;
}

.sort-cat .fa-sort-up,
.sort-subcat .fa-sort-up {
	margin-top: 8px;
}

.sort-subcat {
	margin-top: 24px;
}

#logo_image {
	position: relative;
	text-align: center;
	color: white;
}

/* Top right text */
.logo-top-right {
	position: absolute;
	top: 8px;
	right: 16px;
}

.account-dropdown-menu {
	right: 0;
	left: auto;
}

.fixed-button {
	position: fixed;
	top: 10px;
	/* Adjust the desired top position */
	right: 10px;
	/* Adjust the desired right position */
	z-index: 1000;
	/* Set a high z-index to ensure it appears on top of other content */
}

.login_as {
	cursor: pointer;
}

.footer-custom {
	background-color: #d1e1eb;
	/* Light blue background */
	padding: 10px 0;
	/* Add some padding */
	color: #000;
	/* Adjust the color for the footer text */
}

.footer-custom a {
	color: #007bff;
	/* Adjust the color to match your brand links color */
}

.custom-btn {
	font-size: 18px;
	/* You can adjust the font size to make it larger as needed */
	padding: 6px 80px;
	/* You can adjust the padding to make it visually larger */
}

.uppercase-text {
	text-transform: uppercase;
}

.no-underline:hover {
	text-decoration: none;
}

.black-text {
	color: #2b2a2a;
	transition: color 0.3s ease;
}

.black-text:hover {
	color: #2b2a2a;
}

.rounded {
	border-radius: 0 !important;
}


.nav-tabs .nav-item .nav-link.show.active,
.nav-tabs .nav-item .nav-link.active:not(.show) {
	color: #17a2b8;
}

.nav-tabs .nav-item .nav-link.show:not(.active) {
	color: #6c757d;
}

.nav-tabs .nav-item .nav-link:not(.active):not(.show) {
	color: #6c757d;
}

.customTable th, .customTable td {
    height: 65px !important;
}

.title {
	margin-top: 30px;
	margin-bottom: 20px;

}

.scroll-to-bottom {
	position: fixed;
	right: 10px;
	bottom: 20px;
	background-color: #007bff; /* Bootstrap primary color */
	color: white;
	padding: 10px 15px;
	border-radius: 50%;
	z-index: 1000;
	cursor: pointer;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.scroll-to-bottom i {
	font-size: 20px;
}