.panel-heading {
	padding: 5px 15px;
}

#is_mobile {
	display: none;
}

@media screen and (max-width: 768px) {
	#is_mobile {
		display: block;
	}
}

.modal .modal-content {
	max-height: 700px;
	overflow-y: auto;
}

.modal-my {
	width:1024px;
}

#editor {
	overflow: scroll;
	max-height: 300px;
	border: 1px solid rgb(204, 204, 204);
	border-collapse: separate;
	padding: 4px;
}

h1, h2, h3, h4 {
	color: #701f1b;
}

html {
	position: relative;
	min-height: 100%;
}

body {
	padding-top: 60px;
}

.multiform-association-block {
	display: none;
}

.footer {
	background-color: #f5f5f5;
	margin-top: 3em;
	padding: 1em 0;
}

.not-favorite {
	display: none;
}

.top-buffer {
	margin-top: 10px;
}

.gallery_image {
	max-height: 190px;
	/*min-height: 190px;*/
	cursor: pointer;
}

.clickable {
	cursor: pointer;
}

#editor {
	overflow: scroll;
	height: 300px
}

.icon-flipped {
	transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
}

label {
	min-width: 130px;
}

body.dragging, body.dragging * {
	cursor: move !important;
}

.dragged {
	position: absolute;
	opacity: 0.5;
	z-index: 2000;
}

ol.sortable li.placeholder {
	position: relative;
	/** More li styles **/
}

ol.sortable li.placeholder:before {
	position: absolute;
	/** Define arrowhead **/
}

.object-content {
	display: inline;
	min-height: 25px
}

.elements-list, .popup-elements-list {
	list-style-type: none;
}

.popup-elements-list {
	padding-left: 0;
}

.popup-elements-list label {
	min-width: 0;
}

.thesaurus-element {
	padding: none;
}

.btn-supprimer {
	color: red;
	cursor: pointer;
}

.dialog {
	border: 1px solid black;
	border-radius: 5px;
	background-color: white;
	width: 800px;
	height: 600px;
}

.warning, .certitude-1 {
	color: red;
}

.certitude-2 {
	color: orange;
}

.certitude-3 {
	color: green;
}

.map-marker {
	color: #FE7569;
}

.error-display {
	border: 1px solid #b94a48;
	background-color: #ebccd1;
	padding: 4px;
	cursor: pointer;
}

.object-content-edit {
	border: 1px solid #848484;
	border-radius: 2px;
	background-color: #E0E0E0;
	padding: 4px;
	cursor: pointer;
}

.status-0, .status-0 a {
	color: #ddd;
}

.sas-link {
	cursor: pointer;
}

.thesaurus-block {
	background-color: white;
	display: none;
	border: 1px solid #ccc;
	max-height: 250px;
	overflow: auto;
}

#btn-filter-all {
	cursor: pointer;
}

ul.list-alternate {
	margin-left: 0;
	padding-left: 0;
}

ul.list-alternate li {
	background: inherit;
}

ul.list-alternate li:nth-child(odd) {
	background: #eff0f1;
}

table



















.searchblock-result-element


















:hover
,
table



















.searchblock-result-element


















:hover
>
*
,
{
background-color


















:



















#337ab7


















;
color


















:white


















;
cursor


















:



















pointer


















;
}
.tab-container {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 5px;
	border-radius: 0 0 4px 4px;
	min-height: 200px;
}

.avatar {
	max-width: 64px;
	max-height: 64px;
	margin-right: 5px;
}

.avatar-mini {
	width: 18px;
	height: 18px;
	border-radius: 2px;
}

.tempuser-delete {
	color: gray;
}

.danger {
	color: red;
}

.colorbox {
	width: 64px;
	height: 64px;
	display: block;
	border-radius: 5px;
}

.table-striped .element-selected {
	background-color: green;
	color: white;
}

.descriptor_line {
	margin: 2px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
	width: 650px;
	height: 26px;
}

.desc_input {
	float: left;
	width: 400px;
}

.descriptor_input {
	font-weight: bold;
	float: left;
	width: 400px;
	font-size: 16px;
}

.descriptor_btn {
	float: left;
	width: 180px;
	height: 20px;
	text-align: left;
	margin-left: 10px;
}

.descriptor_values {
	background-color: #ffe0e0;
	width: 580px;
	margin-left: auto;
	margin-right: auto;
}

.descriptor_value_line {
	float: left;
	width: 580px;
	text-align: left;
	margin-bottom: 5px;
}

.desc_value_input {
	float: left;
	text-align: left;
	width: 220px;
}

.DESCRIPTOR_VALUE_INPUT {
	font-weight: bold;
	width: 350px;
	font-size: 16px;
	margin-left: 10px;
}

.descriptor_value_btn {
	float: left;
	text-align: left;
	margin-left: 5px;
	width: 130px;
}

.no_descriptor_value {
	text-align: left;
	margin-left: 10px;
	padding-top: 10px;
	margin-bottom: 5px;
}

.colorpicker {
	z-index: 0;
}

.panel-heading .helpText {
	float:right;
	text-align:left;
	width:70%;
	font-size:0.7em;
}

.helpText {
	font-style: italic;
}

.accordion-open-all {
	margin-top: 5px;
}

hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
}

.dropdown-header {
	display: block;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
	line-height: 1.42857;
	color: #000;
	white-space: nowrap;
	font-weight: bold;
	text-decoration: italic;
}

.homepage_block {
	border-radius: 5px;
	border: 1px solid lightgrey;
	background: #EEE;
	padding: 5px;
	margin-bottom: 10px;
}

.homepage_block h1, .homepage_block h2, .homepage_block h3,
	.homepage_block h4, .homepage_block h5 {
	margin-top: 0;
}

.homepage_block ul {
	list-style-position: outside;
	padding:0 0 0 5px;
}

.formHeader {
	background: #DDD;
	margin: 0 0 1em 0;
	border-radius: 1em;
	padding: 1em;
}

.formHeader h3 {
	margin: 0;
}

.howtocite {
	border: 1px solid #DDD;
	border-radius: 4px;
	background-color: #f5f5f5;
	margin-bottom: 1em;
}

.fieldList>.bg-element-group-1, .listValuesField {
	background: #DDD;
	border: 1px solid #AAA;
	border-radius: 1em;
	padding: 1em 0;
}

.bg-element-group-2 {
	background: #CCC;
	border: 1px solid #AAA;
	border-radius: 1em;
	padding: 1em 0;
}

.fa-caret-right, .fa-caret-down, .fa-caret-up {
	font-size: 20px;
}

.a[data-toggle="collapse"], .pointer {
	cursor: pointer;
}

#first-loader {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.5;
	background-color: #000;
	color: #fff;
	z-index: 9999;
}

.aggregation {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: center;
	vertical-align: middle;
	padding: 0.5em 1em;
	margin: 0;
}

.aggregation-letter {
	display: inline-block;
}

.aggregation-selected {
	background: #EEE;
	font-weight: bold;
}

.table-text-small, .table-text-small th {
	font-size: 90%;
}

.table-text-small tbody tr td {
	vertical-align: middle;
	padding: 2px 4px;
	text-align: left;
}

#descripteur-list>div {
	vertical-align: middle;
}

#descripteur-list>div:nth-child(even) {
	background: #f5f5f5;
}

.char-max-200::after {
	content: '...';
}

mark {
	background: #FFFF88;
}

#results mark {
	background: inherit;
	color: inherit;
}

.fieldList {
	border-radius: 1em;
	padding: 1em;
	background: rgba(237, 237, 237, 1);
	background: -moz-linear-gradient(left, rgba(237, 237, 237, 1) 0%,
		rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(237, 237, 237,
		1)), color-stop(53%, rgba(246, 246, 246, 1)),
		color-stop(100%, rgba(255, 255, 255, 1)));
	background: -webkit-linear-gradient(left, rgba(237, 237, 237, 1) 0%,
		rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(left, rgba(237, 237, 237, 1) 0%,
		rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
	background: -ms-linear-gradient(left, rgba(237, 237, 237, 1) 0%,
		rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to right, rgba(237, 237, 237, 1) 0%,
		rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed',
		endColorstr='#ffffff', GradientType=1);
}

.fieldList>.form-group {
	margin-bottom:0.2em;
}
.associationBlock {
	border-radius: 1em;
	padding: 1em;
	background: rgba(232, 240, 255, 1);
	background: -moz-linear-gradient(left, rgba(232, 240, 255, 1) 0%,
		rgba(245, 245, 245, 1) 44%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(232, 240, 255,
		1)), color-stop(44%, rgba(245, 245, 245, 1)),
		color-stop(100%, rgba(255, 255, 255, 1)));
	background: -webkit-linear-gradient(left, rgba(232, 240, 255, 1) 0%,
		rgba(245, 245, 245, 1) 44%, rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(left, rgba(232, 240, 255, 1) 0%,
		rgba(245, 245, 245, 1) 44%, rgba(255, 255, 255, 1) 100%);
	background: -ms-linear-gradient(left, rgba(232, 240, 255, 1) 0%,
		rgba(245, 245, 245, 1) 44%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to right, rgba(232, 240, 255, 1) 0%,
		rgba(245, 245, 245, 1) 44%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f0ff',
		endColorstr='#ffffff', GradientType=1);
}

.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;
	background: #FFF;
	width: 35em;
}

.ui-autocomplete {
	z-index: 215000000 !important;
	max-height: 400px;
	overflow-y: scroll;
	overflow-x: hidden;
}

#fieldsListForObject th {
	text-align: center;
}

#fieldsListForObject  td {
	padding: 0 0.5em;
}

#logo {
	max-height: 50px;
}

.mycluster {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background-color: #3498db;
	color: white;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
	margin-top: -20px;
	margin-left: -20px;
}

.input-type-int {
	width: 7em;
}

* {
	font-family: Open Sans;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: 0em;
	text-align: left;
}

h2,h3, #block_home_websites a {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0em;
	text-align: left;
	color: #810101
}


h1 {
	font-size: 30px;
	line-height: 54px;
}

a {
	color: #354E52;
}

.page a {
		text-decoration: underline;
}

.page em {
	font-style:italic;
}

a:hover {
	color:#2F3D46;

	}
	
#block_home_title {
	background-color: #aec3af;
}

#block_home_title h2 {
	color:#000;
	margin-bottom:1em;
}

#block_home_title img {
	width:60%;
	margin:10%;
}

#block_home_title>div:nth-child(1) {
	padding:1em 1em 0 1em;
}

#block_home_title input {
	border-radius: 20px;
	border: 1px solid #354E52;
	font-size: 18px;
	height: 50px;
	width: 30em;
	margin-left: 30px;
}

#block_home_title .title_search_seq {
	margin: 30px;
	font-size: 25px;
	text-align:center;
}

#block_home_discovery .discovery_object {
	margin-bottom: 30px;
}

#block_home_discovery .discovery_object div {
	width: 200px;
	margin:auto;
	}
	
#block_home_discovery .discovery_object div p {
	margin:auto;
	border-radius: 20px;
	text-align: center;
	margin:auto;
	height: 172px;
	width: 200px;
	background-size: 200px;
	display:table-cell;
	vertical-align: middle;
}

#block_home_discovery .discovery_object div p a {
	color: #FFF;
	font-weight: 700;
	font-size: 1.8em;
}

.lastRecordsUl {
	list-style-type: none;
	list-style-position: inside;
	padding: 0;
}

#block_home_last_records {
	border-bottom: 2px solid #000;
}

.lastRecordsUl li {
	border-bottom: 1px solid #888;
	padding-bottom: 10px;
}

#block_home_last_records img {
	max-height: 300px;
	margin: auto;
}

.lastRecordsUl .date {
	font-weight: 700;
}

.roundBtn {
	border-radius: 30px;
	border: 1px solid #354E52;
	font-size: 18px;
	color: #354E52;
	line-height: 10px;
	padding: 15px 30px;
	background: #FFF;
	font-weight: 700;
}


.navbar li .buttonLink {
	padding: 5px 0 0 0;
}

.navbar-default .navbar-nav>li>a {
	color:#696969;
}


.navbar-default .navbar-nav>li>a.active {
	color:#800101;
}

.navbar li .buttonLink button {
	padding: 10px 15px;
		margin-top:3px;
}

.navbar {
	background-color: #FFF;
	width:100%;
}

.navbar, footer .links a {
	font-family: Rubik;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0em;
}

footer .links {
	padding:1em 0 0 0;
}

footer .links a {
	margin-right:0.5em;
}

footer .logos {
	padding: 0 2em 0 0;
	margin: 0;
	text-align: right;
}

.navbar .search-query {
	padding-right: 3px;
	padding-right: 4px \9;
	padding-left: 3px;
	padding-left: 4px \9;
	/* IE7-8 doesn't have border-radius, so don't indent the padding */
	margin-bottom: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0;
	border: 0;
	border-bottom: 2px solid #000;
    box-shadow: inset 0 0 0 rgba(0,0,0,0);
	font-size: 18px;
	height: 30px;
	margin-left: 2em;
}

#custom-search-input button {
	border: 0;
	background: none;
	/** belows styles are working good */
	padding: 2px 5px;
	margin-top: 2px;
	position: relative;
	left: -28px;
	/* IE7-8 doesn't have border-radius, so don't indent the padding */
	margin-bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #000;
}

.navbar .search-query:focus+button {
	z-index: 3;
}

#block_home_websites .website,#block_home_search .website {
	border-radius: 20px;
	padding: 5px 15px 15px 15px;
	margin-bottom: 20px;
	box-shadow: 5px 5px 5px #EEEDED;
}

#block_home_websites .website, #block_home_search .library {
	height: 200px;
}

#block_home_websites .corpus, #block_home_search .corpus {
	background: #CBEEED;
}

#block_home_websites .project, #block_home_search .project {
	background: #FEDDCB;
}

#block_home_websites .library, #block_home_search .library {
	background: #CBDDFE;
}

#block_home_image .showmore {
	position:absolute;
	bottom:5px;
	right:40px
}

.carousel-indicators {
	top: 250px;
}

.legendeImage, .legendeImage *, .commentaireImage, .commentaireImage * {
	font-size: 11px;
	line-height: 13px;
}

.commentaire {
	font-size: 0.9em;
	font-style: italic;
	padding-left: 2em;
}

.p-0 {
	padding: 0
}

.m-0 {
	margin: 0
}

.btn-comment * {
	font-size: 9px;
}

.comment {
	margin-top:1em;
}

.comment label {
	 vertical-align:top;
	 font-size:0.8em;
}

.comment textarea {
	 width:60%
}

#formCategoryMenu {
	position: fixed;
	top: 40%;
	right: 0;
	z-index: 2000;
	background-color: #aec3af;
	border-radius: 20px;
	padding: 0.5em;
}

#formCategoryMenu h4{
	width:20em
}

#logoFromBibale {
	display: inline-block;
	margin-top: 20px;
}

#logoFromBibale small {
	font-size: 0.7em;
	color: #555;
}

#logoFromBibale img {
	height: 30px;
}

.filter-type+label {
	font-weight: normal;
}

#objectTypeFilters {
	width: 100%;
}

#objectTypeFilters td {
	white-space: nowrap;
}

label.disabled {
	color: #AAA;
}

.divMiradorContainer {
	clear: both; 
	position: relative; 
	height: 400px; 
	width: 100%;
}
