
/* ---------------------------------------------- */

#ReferenceBibliographiqueContainer
{
	background-color: #808080;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	color: #fff;
	margin: 0px;
	padding: 0px;
	position: absolute; 
	display: none;
    z-index:10002;
}

#ReferenceBibliographiqueHandle
{
	background-color: transparent;
	color: #fff;
	padding: 3px;
	margin: 3px;
	text-align: left;
}

#closeThisImage
{
	border: none;
	float: right;
	padding-right: 10px;
	margin: 0px;
	height: 16px;
	width: 16px;
}

#handleText
{
	background-color: transparent;
	color: #fff;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 6px;
	text-align: left;
}

#ReferenceBibliographiqueContentWrapper
{
	background-color: #e2e2e2;
	color: #000;
	padding: 3px;
	margin: 3px;

	display: flex;
	flex-direction: column;
}

#ReferenceBibliographiqueContent
{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	overflow: hidden;
	margin: 10px;
	padding: 10px;
	text-align: left;

	float: left;

	resize: none;
	overflow-y: scroll;
}
	
#ReferenceBibliographiqueButtons
{
	margin: 0px;
	text-align: center;
	clear: both;
	height: 26px;
	padding-bottom: 15px;
	padding-top: 2px;
}

#ReferenceBibliographiqueForm
{
	margin-top: auto;

	margin: 0px;
	padding: 0px;
}

#btn_valider_fermer
{
	float: right;
	text-align: right;
	padding-right: 50px;

	margin-top: auto;
}

#btn_valider
{
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;

	background-color: rgb(191, 186, 165)
}

#btn_fermer
{
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;

}

#div_btn_nouvel_onglet
{
	float: left;
	text-align: left;
	margin-top: auto;
	padding-left: 50px;
}

#btn_nouvel_onglet
{
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#icon_corner
{
	margin-top: auto;
	text-align: right;
}

#RB_resizer_r
{
	position: absolute;

    cursor: col-resize;
    height: 100%;
    right: 0;
    top: 0;
    width: 5px;
}

#RB_resizer_b
{
	position: absolute;

    bottom: 0;
    cursor: row-resize;
    height: 5px;
    left: 0;
    width: 100%;
}

/* ----------------------------- */

#barre_haut
{
	display: flex;
	flex-direction: row;

	margin-left: auto;
	margin-right: auto;
}

#main_buttons
{
	display: flex;
	flex-direction: column;
}

#mepBtn
{
	padding-top: 10px;
	width: 110px;
}

/* ----------------------------- */

#search_title
{
	display: flex;
	flex-direction: row;
}

#search_author
{
	display: flex;
	flex-direction: row;
}

#search_editor
{
	display: flex;
	flex-direction: row;
}

.search_libelle
{
	width: 150px;
	padding-right: 10px;
	text-align: right;
	font-size: 14px;
}

.search_critera_input
{
	font-size: 14px;
	width: 900px;
}

#RB_recherche legend
{
	font-weight: bold;
}

#RB_liste_RB
{
	padding-top: 15px;
}

#RB_liste_RB legend
{
	font-weight: bold;
}

#RB_add_update_RB
{
	padding-top: 15px;
}

#RB_add_update_RB legend
{
	font-weight: bold;
}

#div_search_btn
{
	width: 120px;
	padding-left: 81px;
	padding-top: 10px;
}

#div_raz_btn2
{
	display: block;
	width: 100%;
	padding-right: 60px;
	text-align: right;
}

#RB_search_results
{
	padding-top: 10px;
}

#RB_search_results_title
{
	padding-bottom: 10px;
}

#SELECT_RB_TITLE
{
	cursor: pointer; 
	width: 900px;
	text-indent: 7px;
	max-height: 300px;
}

#SELECT_RB_TITLE option
{
	white-space: normal;
	padding-left: 10px;
	padding-right: 10px;
}

#SELECT_RB_TITLE option:hover
{
  background: #ec8e0c -webkit-linear-gradient(bottom, #ec8e0c 0%, #ec8e0c 100%);
  color: #fff;
}

#SELECT_RB_AUTHOR
{
	cursor: pointer; 
	width: 900px;
	text-indent: 7px;
	max-height: 300px;
}

#SELECT_RB_AUTHOR option
{
	white-space: normal;
}

#SELECT_RB_AUTHOR option:hover
{
  background: #ec8e0c -webkit-linear-gradient(bottom, #ec8e0c 0%, #ec8e0c 100%);
  color: #fff;
}

#SELECT_RB_EDITOR
{
	cursor: pointer; 
	width: 900px;
	text-indent: 7px;
	max-height: 300px;
}

#SELECT_RB_EDITOR option
{
	white-space: normal;
}

#SELECT_RB_EDITOR option:hover
{
  background: #ec8e0c -webkit-linear-gradient(bottom, #ec8e0c 0%, #ec8e0c 100%);
  color: #fff;
}

#SELECT_RB
{
	max-height: 150px;
}

#div_select_rb
{

}

#SELECT_RB
{
    width: 1085px;
}

#SELECT_RB option
{
    white-space: normal;
}

#SELECT_RB option:hover
{
  background: #ec8e0c -webkit-linear-gradient(bottom, #ec8e0c 0%, #ec8e0c 100%);
  color: #fff;
}

#nb_results
{
	padding-bottom: 10px;
}

#search_buttons
{
	display: flex;
	flex-direction: row;

	padding-left: 161px;
	padding-top: 10px;
}

#div_RB_selected_ligne_1
{
	display: flex;
	flex-direction: row;
}

#div_RB_selected_ligne_2
{
	display: flex;
	flex-direction: row;
	margin-top: 10px;
	margin-bottom: 10px;
}

#input_RB_selected
{
	font-family: Arial;
	width: 1080px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: white;

	white-space: normal;
}

.page_num
{
	padding-right: 10px;
	font-size: 14px;
	margin-top: 3px;
}

.input_page_num
{
	width: 50px;
	margin-right: 10px;
}

.input_details_pagination
{
	width: 350px;
	margin-right: 10px;
}

#RB_selected_comment
{
	display: flex;
	flex-direction : column;
}

#div_search_RB_commentaire
{
	padding-top: 5px;
	font-size: 14px;
}

#RB_COMMENTAIRE
{
	font-family: Arial;
	font-size: 16px;
	width: 1078px;
	height: 80px;
	padding: 7px;
}

#SELECT_RB_ALREADY_ATTACHED
{
	max-height: 120px;
	max-width: 1095px;
}

#SELECT_RB_ALREADY_ATTACHED option
{
	white-space: normal;
}

#barre_boutons
{
	display: flex;
	flex-direction: row;
}

#RB_mepBtn
{
	padding-top: 10px;
	padding-left: 150px;
	width: 110px;
}

#bottom_buttons
{
	display: flex;
	flex-direction: row;
	width: 1092px;
}

#RB_delete_button
{
	padding-top: 10px;
	padding-left: 15px;
	width: 200px;
}

#RB_create_update_button
{
	width: 877px;
	padding-top :10px;
	padding-right: 15px;
	text-align: right;
}
