/*Colors config*/
* {
	font-family: "Poppins" !important;
}

table.fc-scrollgrid.fc-scrollgrid-liquid {
	border-radius: 28px !important;
	overflow: hidden !important;
}

.btn-main {
	background-color: #4a0caf !important;
	color: white !important;
	border: unset !important;
}

.header-background {
	color: white;
	background: rgb(24, 0, 36);
	background: linear-gradient(90deg, rgba(24, 0, 36, 1) 0%, rgba(101, 9, 121, 1) 50%, rgba(84, 27, 131, 1) 100%);
}

.commands {
	background-color: #d14d00 !important;
	border: 1px solid #d14d00 !important;
}

a.fc-col-header-cell-cushion {
	color: #d14d00;
}

.fc .fc-daygrid-day-number {
	color: #d14d00 !important;
}


nav.navbar {
	display: none;
}

.mobile-command-buttons {
	display: none;
}

.main {
	height: 1200px;
}

#filters {
	width: 16%;
	padding: 1%;
	margin-top: 1.7%;
}

.nav-link {
	color: #900090 !important;
	font-weight: 600;
}

.container {
	height: auto;
}

.form-login {
	background: #d4e1f0;
	border-radius: 10px;
	padding: 15px;
	gap: 12px;
	display: flex;
	flex-direction: column;

}

#overlay {
	display: none;
}

.logo-box {
	margin-top: 150px;
}

button.fc-multiMonthYear-button.fc-button.fc-button-primary {
	text-transform: capitalize !important;
}

.alert {
	display: none;
}

.nav-logo {
	width: 200px;
}

.navflex {
	flex-wrap: wrap;
}

.navbar-expand-lg .navbar-collapse {
	justify-content: space-evenly;
}

.input-group-addon {
	background: #ededed;
	border-radius: 10px;
	padding: 5px;
}

.logo {
	width: 300px;
}

#overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000000ba;
	overflow: hidden !important;
	z-index: 999;
	display: none;
}

.show {
	background-color: yellow;
}

#typed {
	background-color: yellow;
	position: fixed;
	top: 10px;
	right: 10px;
}

.is-hidden {
	display: none;
}

.newsector {
	text-align: center;
}

.neworganisation {
	text-align: center;
}

.newcontact {
	text-align: center;
}

#close {
	margin: 10px;
	cursor: pointer;
	color: #c00000;
}

.alert {
	display: block;
}

.new-organisation-container {
	display: none;
}

.new-contact-container {
	display: none;
}

.import-from-csv {
	display: none;
}

.see-details {
	cursor: pointer;
}

.fa-times {
	font-size: 25px !important;
	margin: 25px !important;
}

.org-logo {
	max-width: 250px;
}

.edit {
	width: 100%;
	height: 25px;
}

.editMode {
	border: 1px solid black;
}




/* Higher resolutions and Greater Monitors */
@media all and (max-width: 1690px) {}

/* Laptops or Desktop Monitors */
@media all and (min-width: 1280px) and (max-width: 1689px) {}

/* Tablets on landscape mode */
@media all and (min-width: 737px) and (max-width: 1279px) {}

/* Tablets on vertical mode */
@media all and (min-width: 481px) and (max-width: 736px) {
	nav.navbar {
		display: block;
	}

	.container-fluid {
		justify-content: center !important;
	}

	.navbar {
		background-color: #ffffff !important;
	}

	button.navbar-toggler.collapsed {
		border: 0;
	}

	.p-4 {
		display: grid;
		grid-template-columns: repeat(2, 1fr) !important;
		grid-column-gap: 35px !important;
		grid-row-gap: 5px !important;
		width: 100%;
	}

	.buttons-menu {
		display: none;
	}

	.show {
		background-color: white !important;
	}

	.container {
		width: 100%;
		max-width: unset;
	}

	.main {
		display: flex;
		height: auto;
		flex-direction: column-reverse;
	}

	div#calendar {
		width: 90%;
		padding-bottom: 20px;
		height: 740px;
	}

	div#filters {
		width: auto;
	}

	.col-9 {
		width: 100% !important;
	}

	div#modal-content {
		width: 80% !important;
		margin-top: 5%;
		margin-bottom: 10%;
	}
}

/* Mobiles or small Tablets */
@media all and (max-width: 480px) {
	nav.navbar {
		display: block;
	}

	.container-fluid {
		justify-content: center !important;
	}

	.navbar {
		background-color: #ffffff !important;
	}

	button.navbar-toggler.collapsed {
		border: 0;
	}

	.p-4 {
		display: grid;
		grid-template-columns: repeat(2, 1fr) !important;
		grid-column-gap: 15px !important;
		grid-row-gap: 5px !important;
		width: 100%;
		padding: 10px !important;
	}

	.buttons-menu {
		display: none;
	}

	.show {
		background-color: white !important;
	}

	.container {
		width: 100%;
		max-width: unset;
	}

	.main {
		display: flex;
		height: auto;
		flex-direction: column-reverse;
	}

	div#calendar {
		width: 98%;
		padding-bottom: 20px;
		height: 700px;
	}

	div#filters {
		width: auto;
	}

	.col-9 {
		width: 100% !important;
	}

	div#modal-content {
		width: 80% !important;
		margin-top: 5%;
		margin-bottom: 10%;
	}

	h2#fc-dom-1 {
		font-size: 12px !important;
		margin: 0 !important;
	}

	div#modal-content {
		width: 90% !important;
	}

	h2 {
		font-size: 23px;
		margin-bottom: 0;
	}

	#filters {
		padding: 3%;
	}

	.mobile-command-buttons {
		display: flex;
		justify-content: center;
	}
}