#mainNav {
	background-color: #1c75bc;
}

#mainNav .fas {
	font-size: 1.4rem;
}

#mainNav button {
	size: 1.4rem;
}

#wrapper {
	margin-top: 56px;
}

.sidebar {
	/* position: fixed; */
	z-index: 9;
}

/* #content-wrapper {
	margin-left: 225px;
}

.sidebar.toggled + #content-wrapper {
	margin-left: 90px !important;
} */

#searchEl {
	min-width: 20%;
}

.blue-title {
	font-weight: bold;
	color: #307fe2;
}

#navRight a {
	color: white;
}

.mb10 {
	margin-bottom: 10px;
}

#search_agence_res {
	position: absolute;
	z-index: 2;
	width: 355px;
	cursor: pointer;
	overflow-y: auto;
	max-height: 500px;
}

#search_agence_res .li_search_agence .agency_name {
	float: right;
	font-size: .8em;
	font-style: italic;
}

.btn-circle {
	width: 30px;
	height: 30px;
	padding: 6px 0px;
	border-radius: 15px;
	text-align: center;
	font-size: 12px;
	line-height: 1.42857;
}

.item-bottom {
	color: white;
	position: absolute;
	text-align: center;
	bottom: 0;
	width: 100%;
}

#cont-ticket-panel {
	display: flex;
}

@media screen and (max-width: 576px) {
	#cont-ticket-panel {
		flex-direction: column;
	}
}

#ticket-panel {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.card-ticket {
	position: relative;
	width: 385px;
	max-width: 100%;
	height: 140px;
	display: inline-block;
	font-size: smaller;
	margin-bottom: 1.5em;
	margin-right: 1em;
}

.card-btn-statut {
	right: 0;
	bottom: 0;
	position: absolute;
	transform: translate(40%, 40%);
}

.card-btn-history {
	right: 0;
	top: 0;
	position: absolute;
	transform: translate(40%, -40%);
}

.card-ticket-body {
	padding: 0.5em;
	overflow-y: auto;
	height: 100%;
}

.password-text {
	visibility: hidden;
}

.password-text:after {
	font-family: "Font Awesome 5 Free";
	content: "\f06e";
	visibility: visible;
	font-size: 1.3rem;
	margin-left: 1em;
}

.password-text:hover {
	visibility: visible;
}

.navbar-nav .nav-item.active .nav-link {
	color: white;
}

#navTickets .nav-item .nav-link {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.nav-action {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	right: 5px;
	font-size: 1.5em;
}

.card-ticket p {
	width: 100%;
}

.card-ticket .card-ticket-info {
	font-style: italic;
	display: flex;
	justify-content: space-between;
}

.card-ticket .card-ticket-info span+span {
	margin-left: 5px;
}

.card-ticket .card-text:last-child {
	margin-bottom: 2px;
}

.addTicket {
	position: relative;
	float: left;
	z-index: 2;
	flex-grow: 1;
}

.ui-autocomplete {
	z-index: 999;
}

#toggleDesc::before {
	content: '\f150';
	font-family: "Font Awesome 5 Free";
}

#toggleDesc.collapsed::before {
	content: '\f152';
	font-family: "Font Awesome 5 Free";
}

/*notifs*/

#notif {
	position: fixed;
	bottom: 0;
	height: 45px;
	line-height: 45px;
	color: white;
	z-index: 5000;
	font-size: 1.1rem;
	width: calc(100% - 0px);
	margin-left: 0px;
}

#notif .notif-title {
	margin-right: 45px;
	text-align: right;
}

#auth #notif {
	width: 100%;
	margin-left: 0;
}

.block-panel .table tr:first-child .btn-up {
	display: none;
}

.block-panel .table tr:last-child .btn-down {
	display: none;
}

#all-block .block-panel:first-child .change-pos-rub.btn-up {
	display: none;
}

#all-block .block-panel:last-child .change-pos-rub.btn-down {
	display: none;
}

/* combobox jquery ui */
.custom-combobox {
	position: relative;
	display: inline-block;
}

.custom-combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
}

.custom-combobox-input {
	margin: 0;
	padding: 5px 10px;
}

.custom-combobox .custom-combobox-input {
	color: initial;
	background: initial;
}

.custom-combobox .custom-combobox-toggle {
	color: initial;
	background: initial;
}

label:has(+ :required)::after {
	content: ' *';
	color: #dc3545;
}

.required::after {
	content: ' *';
	color: #dc3545;
}