body {
	padding: 0;
}

#header {
	height: 3.5rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background-color: #bfdcf7 !important;
	padding: 0 1em;
}

#languageHolder {
	width: 6rem;
}

ul#languageSelect li:first-child {
	cursor: default !important;
	pointer-events: none !important;
}

#navigateHome:hover {
	cursor: pointer;
}

#navigateHome {
	padding-right: 0.5em;
	font-size: 1.75em;
	border-right: 1px solid;
	margin-right: 0.5em;
}

#headerLogo {
	float: right;
	margin-left: 0;
}

#headerLogin {
	float: right;
	margin: 0 10px 0 auto;
	height: 100%;
	align-items: center;
	display: flex;
}

#errorDiv {
	background-color: #fb9a9a;
	display: none;
	padding: 0 1rem;
}

#errorText {
	font-size: 0.75rem;
}

#btnLogin.btnLogin {
	padding: 12px;
}

#btnLogin.btnLogout {
	padding: 0 12px;
}

#customer {
	cursor: default;
}

.btn-transparent {
	border: 1px solid #ababab !important;
}

#headerTitle {
	float: left;
}

#headerTitle * {
	margin: 0;
}

#footer {
	height: 2em;
	background: none;
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin-bottom: 0px;
	background-color: #bfdcf7 !important;
	border-top: double 3px;
}

#content {
	background-color: #e8f4ff !important;
	padding: 1% 3%;
	height: calc(100% - 5.5rem);
}

#content.home-ticket-content {
	height: calc(100% - 229px);
}

table tbody tr:hover * {
	cursor: pointer;
}

table tbody tr:hover td+td {
	background-color: #e8f4ff !important;
}

table#ticketTable tbody tr:hover td:first-child {
	opacity: 80%;
}

.selected-row td+td {
	background-color: #bfdcf7 !important;
}

table#ticketTable tbody tr.selected-row td:first-child {
	opacity: 90%;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
	position: absolute;
	top: 8px;
	right: 8px;
	display: block;
	font-family: 'Glyphicons Halflings';
	opacity: 0.5;
}

.bottom {
	display: flow-root;
}

.top {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0.5em 1em;
	height: 10%
}

#ticketTable {
	padding: 0;
	padding-left: 1%;
	margin: 0;
}

#ticketTable_wrapper {
	border: 1px #ababab solid;
	height: 100%
}

#ticketTable_filter {
	float: left;
	padding: 0%;
}

#ticketTable_filter label {
	width: auto !important;
}

.simple-label {
	display: inline-block !important;
	margin-bottom: 0px;
	font-weight: normal;
	text-align: unset;
	margin-right: 4px;
	width: auto !important;
}

#toolbarTickets {
	width: 100%;
	background-color: #e8f4ff;
	border: 0;
	border-bottom: double 3px;
	border-top: double 3px;
	border-radius: 0;
	padding: 1% 3%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: flex-start;
	align-items: flex-end;
}

#goToTicketCreation {
	margin: 0 0 0 auto;
}

#filtersTickets {
	border: 1px #ababab solid;
	border-radius: 10px;
	padding: 10px;
	display: block;
}

#formHolder {
	display: flow-root;
	background-color: #e8f4ff;
	border: 1px #ababab solid;
	border-radius: 10px;
}

.minorColor {
	background-color: #9C0 !important
}

.majorColor {
	background-color: #ffb84d !important
}

.criticalColor {
	background-color: #e58c8c !important
}

.align-label-top {
	vertical-align: top;
}

#ticketInformations {
	display: grid;
	border-bottom: 3px double #ababab;
	margin-bottom: 5px;
}

.ui-dialog {
	border: 3px solid black;
}

.no-close .ui-dialog-titlebar-close {
	display: none;
}

#dialogBox {
	display: none;
	flex-direction: column;
	height: auto !important;
}

#dialogTicket {
	word-wrap: break-word;
}

.ticket-description {
	border: solid 1px #999;
	display: block;
	width: 100%;
	max-height: 18vh;
	padding: 1%;
	overflow: auto;
}

ul#comments {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#comments li {
	clear: both;
	margin-bottom: 2px;
	font-family: Helvetica, Arial, sans-serif;
}

ul#comments li .text-comment {
	padding: 5px 10px;
	border: 1px solid #ababab;
	border-radius: 30px;
	color: black;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

span.text-comment ul {
	list-style: initial;
}

.file-comment {
	border: 1px dotted #ababab;
	border-radius: 10px;
	padding: 3px 5px;
	color: black;
}

.internComment .file-comment a:before {
	font-family: "bootstrap-icons" !important;
	content: "\F30A";
	padding-right: 3px;
}

.externComment .file-comment a:after {
	font-family: "bootstrap-icons" !important;
	content: "\F30A";
	padding-left: 3px;
}

.video-comment,
.video-comment video {
	width: 100%
}

#descriptionDiscussion div.btn-group label.btn {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

#descriptionDiscussion div.btn-group {
	width: 100%;
}

.internComment {
	max-width: 75%;
	width: auto;
	float: right;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.internComment .text-comment,
.internComment .file-comment {
	background-color: #e8f4ff;
	border-bottom-right-radius: 5px !important;
}

.internComment .name-comment {
	width: auto;
}

.externComment {
	max-width: 75%;
	width: auto;
	float: left;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.externComment .text-comment,
.externComment .file-comment {
	background-color: #f5f5f5;
	border-top-left-radius: 5px !important;
}

.externComment .name-comment {
	width: auto;
}

#add-commentaire textarea {
	width: 100%;
}

#filesList {
	overflow-x: auto;
	white-space: nowrap;
	max-width: 95%;
}

.not-resizeable {
	resize: none;
}

.buttons-excel {
	background-color: #e8f4ff !important;
	padding: 0px 6px;
	font-size: 1.5em;
}

.button-classic {
	float: right;
	border-radius: 20px;
	margin-right: 10px;
	border: 1px solid #ababab;
}

.button-classic[disabled] {
	color: #999;
}

.dt-buttons {
	float: right !important;
	text-align: right;
	margin-left: auto;
}

.drop-zone {
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	margin: 1em 0;
	color: #555;
	border: 2px dashed #555;
	border-radius: 7px;
	cursor: default;
	height: 25rem;
	width: 95%;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
}

.drop-zone-info {
	height: 10rem !important;
	width: 100rem !important;
}

.button-upload-file {
	padding: 1rem;
}

.auto-width {
	width: auto !important;
}

.align-left {
	align-content: flex-start;
	align-items: flex-start;
	margin-left: 2rem;
}

.display-flex-column {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}

.formHolderLoginTicket {
	width: 20rem;
	padding: 1rem;
	margin: 5rem auto;
}

.formHolderLoginTicket form {
	display: flex !important;
	flex-direction: column;
}

input#Password,
input#Login {
	width: 18rem;
}

.formHolderCreateTicket {
	min-height: 60%;
}

.formHolderCreateTicket form {
	height: 100%;
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.contentTicket {
	max-height: 95% !important;
	display: flex;
	flex-direction: column;
	padding: 0.5em 1em;
	margin-top: -1px;
	border: 1px solid #777;
	background-color: white !important;
}

.navbar-ticket {
	display: flex;
	align-items: center;
	flex-direction: row;
}

.navbar-ticket button {
	margin-right: -1px;
	border: 1px solid #777;
	border-radius: 0;
}

.navbar-ticket button:active,
.navbar-ticket button:focus,
.navbar-ticket button:focus-visible {
	outline: 0;
}

.navbar-ticket button:first-of-type {
	border-top-left-radius: 10px;
}

.navbar-ticket button:last-of-type {
	border-top-right-radius: 10px;
}

.selected-tab {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .25);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .25);
}

.ui-dialog {
	padding: 0 !important;
}

div#dialogBox {
	height: 88vh !important;                                                                                    
}

.dataTables_scroll {
	height: 89% !important;
	margin: 0 -1px 1% -1px;
	border: 1px solid #ababab;
	border-bottom: 0;
}

.dataTables_scrollBody {
	max-height: calc(100% - 48px) !important;
	border: none !important;
}

.dataTables_scrollHead,
.dataTables_scrollBody {
	border: 0;
}

.dataTables_scrollHeadInner table {
	padding: 0;
	padding-left: 1%;
}

#displayComments,
#ticketDescription {
	height: 45vh;
	padding: 1em 0;
	overflow-y: auto;
}

.btn-grp-tickets {
	margin-top: 10px;
}

#btn-grp-comments {
	margin-top: 10px;
}

#commentsDiv,
#ticketInformations {
	transition: opacity 2s linear, max-height 0s linear 0s;
	opacity: 1;
}

#commentsDiv.hidden,
#ticketInformations.hidden {
	opacity: 0;
	transition: opacity 2s linear, max-height 0s linear 2s;
	max-height: 0;
	overflow: hidden;
}

.image-comment * {
    max-width: 125%;
}

.point-seventy-rem-font-size {
	font-size: 0.7rem !important;
}

.bold {
	font-weight: 1000 !important;
}

.disabled-btn {
	cursor: default !important;
	pointer-events: none !important;
	opacity: 0.75;
}

@media screen and (max-width: 767px) {
	div.dt-buttons {
		float: right !important;
		width: 50px !important;
		text-align: center;
		margin-bottom: .5em
	}

	div.dt-buttons a.btn {
		float: none
	}
}