.page-header {
	padding-bottom: 9px;
	margin: 20px 0 10px;
	border-bottom: 1px solid #eee;
}

#headerbar {
	min-height: 47px;
	padding: 8px 15px;
	border-bottom: 1px solid #ddd
}

#headerbar:before, #headerbar:after {
	content: " ";
	display: table
}

#headerbar:after {
	clear: both
}

#headerbar .headerbar-item.pull-right {
	margin-left: 10px
}

#headerbar .headerbar-title {
	display: inline-block;
	font-size: 14px;
	margin: 5px 0 5px;
	line-height: 1.5
}


#content {
	padding: 15px;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    max-width: 100%;
}

.dropdown-content {
	position: absolute;
	background-color: #ffffff;
	width: 298px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	overflow: hidden;
	text-overflow: clip;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	width: 100%;
	white-space: nowrap;
	max-width: 298px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #ddd
}

#menuDossiers {
	width: 300px;
}

#menuDossiers .custom-search-form {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

#rechercheDossier {
	width: 100%;
}

#menuActivites {
	width: 300px;
}

#menuActivites .custom-search-form {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

#rechercheActivite {
	width: 100%;
}

.table {
	font-size: 11px;
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 250px;
}

.money, .date {
	white-space: nowrap;
}

.dialog {
	position: absolute;
	display: none;
	z-index: 100;
}

.messageBody {
	font-family: sans-serif;
	font-size: 13px;
}

#filterForm {
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -300px;
}

#searchForm {
	left: 50%;
	top: 50%;
	margin-left: -410px;
	margin-top: -300px;
}

.upload-btn-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.upload-btn {
	border: 2px solid gray;
	color: gray;
	background-color: white;
	padding: 8px 20px;
	border-radius: 8px;
	font-size: 15px;
	font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.glyphicon-rotate-animate i {
	-animation: spin .7s infinite linear;
	-ms-animation: spin .7s infinite linear;
	-webkit-animation: spinw .7s infinite linear;
	-moz-animation: spinm .7s infinite linear;
}

@
keyframes spin {from { transform:scale(1)rotate(0deg);
	
}

to {
	transform: scale(1) rotate(360deg);
}

}
@
-webkit-keyframes spinw {from { -webkit-transform:rotate(0deg);
	
}

to {
	-webkit-transform: rotate(360deg);
}

}
@
-moz-keyframes spinm {from { -moz-transform:rotate(0deg);
	
}

to {
	-moz-transform: rotate(360deg);
}
}