@charset "UTF-8";
/*
 * Theme Name: RN - Adhérénts
 * Description: Custom theme
 * Version: 1.0
 * Text Domain: rn-adh
 */
 /*** ICO MOON PART ***/
@font-face {
  font-family: 'icomoon';
  src:  url('assets/fonts/icomoon.eot?mundn7');
  src:  url('assets/fonts/icomoon.eot?mundn7#iefix') format('embedded-opentype'),
    url('assets/fonts/icomoon.ttf?mundn7') format('truetype'),
    url('assets/fonts/icomoon.woff?mundn7') format('woff'),
    url('assets/fonts/icomoon.svg?mundn7#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*** END ICO MOON PART ***/

@font-face {
	font-family: 'Helvetica';
	src: url('assets/fonts/Helvetica.eot');
	src: url('assets/fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
	url('assets/fonts/Helvetica.woff2') format('woff2'),
	url('assets/fonts/Helvetica.woff') format('woff'),
	url('assets/fonts/Helvetica.ttf') format('truetype'),
	url('assets/fonts/Helvetica.svg#Helvetica') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaBold';
	src: url('assets/fonts/Helvetica-Bold.eot');
	src: url('assets/fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
	url('assets/fonts/Helvetica-Bold.woff2') format('woff2'),
	url('assets/fonts/Helvetica-Bold.woff') format('woff'),
	url('assets/fonts/Helvetica-Bold.ttf') format('truetype'),
	url('assets/fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
    src: url('assets/fonts/Roboto-Bold-webfont.eot');
    src: url('assets/fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Roboto-Bold-webfont.woff') format('woff'),
        url('assets/fonts/Roboto-Bold-webfont.ttf') format('truetype'),
        url('assets/fonts/Roboto-Bold-webfont.svg#Roboto-Light-webfont') format('svg');
    font-weight: 700;
	font-style: normal;
	font-stretch: normal;
}

html, body, img, p, a, ul, h1, h2, h3, h4, h5, h6, div
{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Helvetica', Arial, Helvetica, sans-serif;
}
body {
	color : #0c4c80;
	font-family: 'Helvetica', Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0;
}
iframe, object, embed {
	margin: auto;
	display: block;
	width: 100%;
	height: auto;
	border: 0 none;
}
p {
	font-family: 'Helvetica', Arial, Helvetica, sans-serif;
	color: #074574;
	text-align: left;
	margin: 3px auto;
	padding: 5px;
	font-size: 0.9em;
	max-width: 690px;
	line-height: 24px;
}
hr {
	border: 1px solid #d1e0ef;
	margin-top: 18px;
	margin-bottom: 30px;
}
strong {
	font-family: 'HelveticaBold', Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	color: #000916;
	font-family: 'Helvetica',Arial,Helvetica,sans-serif;
}
a:hover {
	color: #00050b;
	text-decoration: underline;
}
a[class^="rn_button"],
a[class*="rn_button"] {
	text-decoration: none !important;
}
*:link, *:visited, *:hover, *:active, *:focus {
	/* Firefox */
	-moz-transition:  color 0.15s linear 0s;
	/* WebKit */
	-webkit-transition: color 0.15s linear 0s;
	/* Opera */
	-o-transition: color 0.15s linear 0s;
	/* Standard */
	transition:  color 0.15s linear 0s;
}
ul li
{
	list-style-type: none;
}
h1, h2 {
	font-family: 'HelveticaBold', Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	text-align: left;
	color: #ff7900;
	margin: 15px 0;
	padding: 0px;
}
h3 {
	font-size: 4.0em;
	text-align: center;
	color: #000000;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="button"],
input[type="date"],
textarea
{
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
	background-color: #FFFFFF;
	margin: 8px auto;
	padding: 10px 11px;
	border: 1px solid #FFF;
	color: #08365b;
	font-size: 0.85em;
	display: block;
	font-family: 'Helvetica',Arial,sans-serif;
}
input:not([type="button"]),
input:not([type="submit"]) {
	border: 1px solid #dfeaf2 !important;
}
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="search"]::placeholder, 
input[type="tel"]::placeholder,
input[type="button"]::placeholder {
	color: #767676;
	opacity: 0.8;
	font-size: 0.9em;
}

input[type="text"]:active,
input[type="text"]:focus,
input[type="text"]:hover,
input[type="password"]:active,
input[type="password"]:focus,
input[type="password"]:hover,
input[type="email"]:active,
input[type="email"]:focus,
input[type="email"]:hover,
input[type="search"]:active,
input[type="search"]:focus,
input[type="search"]:hover,
input[type="tel"]:active,
input[type="tel"]:focus,
input[type="tel"]:hover,
select:hover,
textarea:hover
{
	border: 1px solid #b8cad7 !important;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="email"]:disabled
input[type="search"]:disabled,
input[type="tel"]:disabled,
select:disabled,
input[type="text"]:hover:disabled,
input[type="password"]:hover:disabled,
input[type="email"]:hover:disabled
input[type="search"]:hover:disabled,
input[type="tel"]:hover:disabled,
select:hover:disabled {
	background-color: #e7e7e7;
	border: 1px solid #e7e7e7 !important;	
}

select
{
	font-size: 0.85em;
	margin: 8px auto;
	padding: 10px 11px;
	width: 100%;
	border: 1px solid #dfeaf2 !important;
	color: #074574;
	font-family: 'Helvetica',Arial,sans-serif;
	background-color: #FFF;
	cursor: pointer;
}

input[type="submit"],
input[type="button"]
{
	background-color: #168de1;
	border: 0 none;
	color: #FFFFFF;
	cursor: pointer;
	padding: 9px 38px;
	font-size: 1em;
	margin: 8px auto;
	display: block;
	font-family: 'HelveticaBold',Arial,sans-serif;
	text-align: center;
	vertical-align: top;
}
input[type="submit"][disabled],
input[type="submit"][disabled]:hover {
	background-color: #d1d2d4;
	cursor: default;
}

input[type="submit"]:hover,
input[type="button"]:hover
{
	background-color: #31a2f0;
}
input[readonly]
{
	color: #000000;
	background-color: #f1f1f1;
	border: 1px solid #000000;
}
input[type="radio"],
input[type="checkbox"] {
	display: inline-block;
	margin-right: 12px;
	margin-top: 7px;
}
input[type="checkbox"] {
	margin-left: 5px;
}
label
{
	display: block;
	font-family: 'HelveticaBold', Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-right: 10px;
}
table, tr, td {
	border-collapse: collapse!important;
	padding: 0;
}
/*** Starting custom ***/
.rn_dropdown form {
	display: inline-block;
}
.rn_dropdown select {
	width: auto;
	margin: 0;
	display: inline-block;
}
.rn_com_conn_login,
.rn_table_gray {
	background-color: #f3f4f6;
	padding: 25px;
}

.rn_index_header {
	width: 100%;
}

.rn_page_haut {
	filter: progid:DXImageTransform.Microsoft.shadow ( color=#CCC, direction=45, strength=7 );
	-moz-box-shadow: 0 0px 7px 0 #CCC;
	-webkit-box-shadow: 0 0px 7px 0 #CCC;
	box-shadow: 0 0px 7px 0 #CCC;
	padding: 12px 0;
	font-size: 0.9em;
	color: #074574;
	display: block;
	position: relative;
}
.rn_page_haut table {
  width: 100%;
}
.rn_page_haut table td:first-child {
  width: 85%;
}
.rn_page_haut table td:nth-child(2) {
  width: 15%;
}
.rn_button_logout
{
	background-color: #168de1;
	border: 0 none;
	color: #FFFFFF;
	cursor: pointer;
	padding: 4px 10px;
	font-size: 0.8em;
	display: block;
	font-family: 'HelveticaBold',Arial,sans-serif;
	text-align: center;
	width: 110px;
	margin-top: 6px;
}
.rn_button_logout:hover
{
	background-color: #31a2f0;
	color: #FFF;
}
.rn_search_bar {
	background-color: #f9fafb;
}
.rn_loupe {
	margin-top: 8px auto;
    background: url("../images/search.png") no-repeat scroll center center #002537;
}
.rn_input_search {
	width: 290px;
	height: 18px;
}
.rn_search_bar form > label {
	display: inline-block;
	margin: 10px 15px 10px 35px;
}
.rn_search_bar form > input {
	display: inline-block;
}
.rn_index_content {
	width: 100%;
	display: table;
}
.rn_index_content > div {
	display: table-cell;
	vertical-align: top;
}
.rn_index_content > div.rn_index_leftpart {
	background-color: #222c43;
	width: 17%;
	min-width: 330px;
}
.rn_index_content > div.rn_index_rightpart {
	width: 83%;
}
.rn_index_leftpart > form {
	margin: 0;
	padding: 0;
}
.rn_header_title {
	font-weight: 700;
	font-size: 1.1em;
	font-family: 'Roboto', Arial, sans-serif;
	cursor: pointer;
	color: #FFF;
	padding: 30px 15px 30px;
}
.rn_header_title:hover,
.rn_custom_link a:hover {
	background-color: #192133;
}
.rn_hide {
	display: none;
}
.rn_custom_link a {
	color: #FFF;
	padding: 0px 20px;
	display: block;
}
.rn_custom_link a::before {
	width: 3px;
	height: 37px;
	display: inline-block;
	background: #FFF;
	content: '';
	margin-right: 29px;
	vertical-align: middle;
	margin-left: 14px;
}
.rn_header_title::before {
	font-family: 'icomoon' !important;
	width: 30px;
	height: 30px;
	display: inline-block;
	padding-right: 8px;
	font-size: 1.4em;
	margin-left: 8px;
	vertical-align: sub;
}
/*** Icon tools ***/
.rn_icon-tools::before {
	content: "\e90c";
}
/*** Icon envelope ***/
.rn_icon-envelope::before {
	content: "\e90b";
}
/*** Icon search ***/
.rn_icon-search::before {
	content: "\e90a";
}
/*** Icon people ***/
.rn_icon-people::before {
	content: "\e909";
}
.rn_icon-plus:before {
	content: "\e900";
}
.rn_icon-user-plus:before {
	content: "\e901";
}
.rn_icon-chevron-circle-left:before {
	content: "\e902";
}
.rn_icon-chevron-circle-right:before {
	content: "\e903";
}
.rn_icon-angle-double-right:before {
	content: "\e904";
}
.rn_icon-angle-double-left:before {
	content: "\e905";
}
.rn_icon-chevron-right:before {
	content: "\e906";
}
.rn_icon-chevron-left:before {
	content: "\e907";
}
.rn_icon-home:before {
	content: "\e908";
}
.rn_icon-checkmark:before {
	content: "\e90d";
}
.rn_icon-checked:before {
	content: "\e90e";
}
.rn_icon-checkmark1:before {
	content: "\e90e";
}
.rn_icon-tick:before {
	content: "\e90e";
}
.rn_icon-checkbox:before {
	content: "\e90e";
}
.rn_icon-error:before {
	content: "\e90f";
}
.rn_icon-cancel:before {
	content: "\e90f";
}
.rn_icon-close:before {
	content: "\e90f";
}
.rn_icon-partially-checked:before {
	content: "\e90f";
}
.rn_icon-options:before {
	content: "\e90c";
}
.rn_icon-repair:before {
	content: "\e90c";
}
.rn_icon-pencil:before {
	content: "\e910";
}
.rn_icon-pushpin:before {
	content: "\e946";
}
.rn_icon-clock:before {
	content: "\e94e";
}
.rn_icon-calendar:before {
	content: "\e953";
}
.rn_icon-bin2:before {
	content: "\e9ad";
}
.rn_icon-warning:before {
	content: "\ea07";
}
.rn_icon-notification:before {
	content: "\ea08";
}
.rn_icon-minus:before {
	content: "\ea0b";
}
.rn_icon-cross:before {
	content: "\ea0f";
}
.rn_icon-checkmark2:before {
	content: "\ea10";
}
.rn_bloc_padding .rn_bloc_info {
	margin: 0 0 30px 0;
}
.rn_bloc_info {
	background-color: #f9fafb;
	display: block;
	text-align: left;
	margin: 30px 2% 10px;
	padding: 25px;
	border: 2px dotted #0c4c80;
}
.rn_bloc_info > p {
	text-align: left !important;
	width: 100%;
	margin: 10px;
	max-width: 98%;
}
.rn_adh_previous,
.rn_adh_next {
	background-color: #168de1;
	color: #FFF;
	margin: 0 auto 5px;
	display: inline-block;
	font-size: 0.85em;
}
.rn_adh_previous {
	padding: 12px 16px 6px 3px;
	margin-right: 10px;
}
.rn_adh_next {
	padding: 12px 3px 6px 16px;
}
.rn_adh_nav {
	min-height: 51px;
	margin-bottom: 11px;
}

/*** Icon tools ***/
.rn_adh_previous::before,
.rn_adh_next::after,
.rn_list_notes_actions_delete::after,
.rn_list_notes_actions_show::after,
.rn_list_notes_actions_hide::after {
	font-family: 'icomoon' !important;
	width: 26px;
	height: 30px;
	display: inline-block;
	font-size: 1.3em;
	vertical-align: sub;
	padding-right: 4px;
	margin-left: 8px;
}
.rn_adh_previous::before {
	content: "\e902";
}
.rn_adh_next::after {
	content: "\e903";
}
.rn_adh_next {
	float: right;
	display: block;
}
.rn_adh_previous:hover,
.rn_adh_next:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #31a2f0;
}
.rn_list_notes_actions > a {
	padding: 5px 5px 5px 11px;;
	font-size: 0.8em;
	vertical-align: top;
}
.rn_list_notes_actions > a:hover,
a.rn_list_notes_actions_delete:hover,
a.rn_list_notes_actions_show:hover,
a.rn_list_notes_actions_hide:hover {
	text-decoration: none;
}
.rn_list_notes_actions_delete {
	color: #748088;
}
.rn_list_notes_actions_show {
	color: #4b9c5b;
}
.rn_list_notes_actions_hide {
	color: #be3030;
}
.rn_list_notes_actions_delete:hover {
	color: #434d54;
}
.rn_list_notes_actions_show:hover {
	color: #30663a;
}
.rn_list_notes_actions_hide:hover {
	color: #922121;
}
.rn_list_notes_actions_delete::after,
.rn_list_notes_actions_show::after,
.rn_list_notes_actions_hide::after {
	width: 17px;
	height: 17px;
	vertical-align: top;
}
.rn_list_notes_actions_delete::after {
	font-size: 1em;
}
.rn_list_notes_actions_show::after,
.rn_list_notes_actions_hide::after {
	font-size: 1.6em;
	vertical-align: top;
	margin-top: -6px;
	margin-left: 4px;
}
.rn_list_notes_actions_delete::after {
	content: "\e9ad";
}
.rn_list_notes_actions_show::after {
	content: "\e90e";
}
.rn_list_notes_actions_hide::after {
	content: "\e90f";
}

.rn_icon_valid::after,
.rn_icon_cross::after,
.rn_icon_mailgreen::after,
.rn_icon_mailred::after,
.rn_icon_pengreen::after,
.rn_icon_penred::after {
	font-family: 'icomoon' !important;
	width: 20px;
	height: 24px;
	display: inline-block;
	vertical-align: top;
	font-size: 0.9em;
}
.rn_icon_valid::after {
	content: "\ea10";
	color: #38a01a;
}
.rn_icon_cross::after {
	content: "\ea0f";
	color: #ab2828;
}
.rn_icon_mailgreen::after {
	content: "\e90b";
	color: #38a01a;
}
.rn_icon_mailred::after {
	content: "\e90b";
	color: #ab2828;
}
.rn_icon_pengreen::after {
	content: "\e910";
	color: #38a01a;
}
.rn_icon_penred::after {
	content: "\e910";
	color: #ab2828;
}
.rn_head_content {
	font-size: 0.85em;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Roboto';
	margin: 0px auto 20px;
}
.rn_inside_content {
	text-align: center;
	font-size: 0.85em;
}

/*** Page adhérents ***/
.rn_filtres {
	padding: 10px 15px 10px 35px;
	background-color: #f9fafb;
}
.rn_filtres_letters > a {
	padding: 3px;
	font-weight: bold;
}
.rn_filtres_letters,
.rn_filtres_groupes,
.rn_filtres_letters > label,
.rn_filtres_groupes > label {
	display: inline-block;
}
.rn_filtres_letters,
.rn_filtres_groupes {
	margin-right: 25px;
}
.rn_filtres_letters > select,
.rn_filtres_groupes > select {
	display: inline-block;
	width: auto;
	min-width: 150px;
}
.rn_bloc_padding {
	padding: 2%;
}
.rn_head_filter > select {
	display: inline-block;
	width: 400px;
}
.rn_adh_uptodate {
	color: #3b7546;
}
.rn_adh_late {
	color: #ab2828;
}
.rn_adh_symp {
	color: #5c5c5c;
}
.rn_font_bold {
	font-weight: bold;
	font-family: 'Roboto';
}
.rn_adh_head,
.rn_bloc_head {
	text-align: center;
	background-color: #e6edf5;
	padding: 15px;
	border-bottom: 1px solid #d1e0ef;
}
.rn_adh_head > span,
.rn_bloc_head > span {
	margin: 0 3px;
	font-weight: bold;
}
.rn_adh_head > span:nth-child(2) {
	font-weight: bold;
}
.rn_adh_note {
	margin-left: 4%;
	background-color: #f9fafb;
}
.rn_adh_note_head {
	text-align: center;
	background-color: #2e4375;
	color: #FFF;
	padding: 15px;
}
.rn_adh_note_content {
	padding: 4%;
}
.rn_adh_note_content > textarea {
	width: 96%;
}
.rn_adh_detail_modif,
.rn_adh_detail_militant,
.rn_bloc_content {
	padding: 2% 4%;
	background-color: #f9fafb;
	margin-bottom: 35px;
}
.rn_adh_detail_modif table {
	width: 100%;
}
.rn_adh_detail_modif table tbody > tr > td:nth-child(1) {
	width: 35%;
	font-size: 0.95em;
}
.rn_adh_detail_modif table tbody > tr > td:nth-child(2) {
	position: relative;
	width: 65%;
}
.rn_adh_detail_modif > form {
	max-width: 800px;
	margin: auto;
}
.rn_adh_detail_modif > form > input:not([type="submit"]):not([type="button"]) {
	width: 96.5%;
	margin: 8px auto;
	padding: 10px 11px;
}
.rn_adh_detail_modif table tbody > tr > td > input:not([type="button"]) {
	width: 94.5%;
	display: block;
}
.rn_adh_detail_modif table tbody > tr > td > input[type="checkbox"] {
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: -27px;
	width: auto;
}
table.rn_table_rules > tbody > tr > td:nth-child(1) {
	width: 44%;
}
table.rn_table_rules > tbody > tr > td:nth-child(2) {
	width: 12%;
}
table.rn_table_rules > tbody > tr > td:nth-child(3) {
	width: 44%;
}
table.rn_table_rules .rn_table_rules_title {
	font-size: 0.85em;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Roboto';
	margin: 10px auto 5px;
}

.rn_small_fontsize {
	font-size: 0.8em;
}
.rn_adh_label {
	margin: 8px auto;
	padding: 10px 0px;
	font-size: 0.9em;
	color: #08365b;
}
.rn_list_notes_author {
	text-align: right;
	font-weight: bold;
	font-size: 0.9em;
	font-family: 'HelveticaBold';
}
.rn_list_notes_name,
.rn_list_notes_actions
{
	padding: 10px;
}
.rn_list_notes_author, 
.rn_list_notes_date {
	padding: 0 10px;
}
.rn_list_notes_date {
	color: #919191;
	text-align: right;
	font-size: 0.85em;
}
.rn_list_notes {
	background-color: #e6edf5;
	margin-bottom: 10px;
	margin-top: 12px;
}
.rn_adh_note_content form > textarea {
	width: 92%;
}
.rn_adh_actions_militantes {
	max-width: 500px;
	margin: 5px auto 24px;
	text-align: center;
	font-size: 0.9em;
}
.rn_adh_actions_militantes tbody > tr > td:nth-child(1) {
	width: 80%;
	text-align: left;
	padding-right: 20px;
}
.rn_adh_actions_militantes tbody > tr > td:nth-child(2) {
	width: 20%;
}
.rn_adh_actions_militantes_no {
	text-align: center;
	margin: 10px auto 20px;
}
.rn_adh_detail_modif table tbody > tr > td:nth-child(2) input:not([type="button"]):not([type="checkbox"]):not([type="radio"]),
.rn_adh_detail_modif table tbody > tr > td:nth-child(2) textarea,
.rn_adh_detail_modif table tbody > tr > td:nth-child(2) select {
	margin: 6px auto;
}
.rn_adh_detail_modif table tbody > tr > td > label {
	font-size: 15px;
	font-weight: normal;
	font-family: 'Helvetica', Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
	min-width: 24px;
}
.rn_valid_color {
	color: #3b7546;
	text-align: center;
}
.rn_invalid_color {
	color: #3b7546;
	text-align: center;
}
.rn_input_info {
	margin-top: 15px;
	font-size: 0.8em;
	color: #919191;
}
.rn_table_hide {
	display: none;
}
.rn_select_all_button {
  padding: 0 16px 16px;
}

.rn_adh_actions_home {
	max-width: 800px;
	margin: auto;
	text-align: center;
}
.rn_adh_actions_home .rn_adh_actions_inline > div {
	display: table-cell;
	vertical-align: middle;
}
.rn_adh_actions_home .rn_adh_actions_inline > div:nth-child(1) {
	width: 30%;
	text-align: left;
	padding-right: 20px;
	font-size: 0.9em;
}
.rn_adh_actions_home .rn_adh_actions_inline > div:nth-child(2) {
	width: 60%;
	padding-right: 20px;
}
.rn_adh_actions_home .rn_adh_actions_inline > div:nth-child(3) {
	width: 10%;
}

/*** Export ***/
.rn_export_bloc_left, .rn_export_bloc_right {
	display: inline-block;
	vertical-align: top;
	width: 49.5%;
	margin-top: 20px;
}
.rn_export_bloc {
	max-width: 800px;
	margin: auto;
}
.rn_export_bloc > div > label {
	font-weight: normal;
	font-family: 'Helvetica', Arial, Helvetica, sans-serif;
}
.rn_title_content {
	font-size: 0.9em;
	font-weight: bold;
	font-family: 'Roboto';
	margin: 19px 5px 4px;
}
.rn_export_result {
  text-align: center;
  margin: 10px auto 25px;
  color: #ab2828;
}

.rn_animated_menu {
	cursor: pointer;
}
.rn_animated_menu > span::before,
.rn_animated_menu > span::after {
	font-family: 'icomoon' !important;
	width: 20px;
	height: 20px;
	display: inline-block;
	font-size: 1em;
	vertical-align: middle;
}
.rn_adh_head.rn_animated_menu {
	padding: 5px;
}
.rn_animated_menu > span::before {
	padding-top: 20px;
	padding-bottom: 0;
	content: "\e906";
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.rn_animated_menu > span::after {
	padding-top: 0;
	padding-bottom: 20px;
	content: "\e906";
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.rn_animated_menu.rn_rotate > span::before,
.rn_animated_menu.rn_rotate > span::after {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.rn_animated_menu.rn_rotate > span::before {
	padding-top: 0;
	padding-bottom: 20px;
}
.rn_animated_menu.rn_rotate > span::after {
	padding-top: 20px;
	padding-bottom: 0;
}
.rn_animated_menu:hover > span,
.rn_animated_menu:hover > span::before,
.rn_animated_menu:hover > span::after {
	color: #31a2f0;
}
/*.rn_animated_menu:hover > span::before,
.rn_animated_menu:hover > span::after
{
	-webkit-animation:changebgposition .5s infinite ease-in;
	-moz-animation:changebgposition .5s infinite ease-in;
	-ms-animation:changebgposition .5 infinites ease-in;
	-o-animation:changebgposition .5s infinite ease-in;
	animation:changebgposition .5s infinite ease-in;
}
/** Animation **/
/*@keyframes changebgposition {
  from {
    margin-top: -10px;
  }  to {
     margin-top: 0px;
  }
}
@-moz-keyframes changebgposition {
	from {
		margin-top: -10px;
	} to {
		 margin-top: 0px;
	}
}
@-webkit-keyframes changebgposition {
	from {
		margin-top: -10px;
	} to {
		 margin-top: 0px;
	}
}
@-ms-keyframes changebgposition {
	from {
		margin-top: -10px;
	} to {
		 margin-top: 0px;
	}
}
@-o-keyframes changebgposition {
	from{
		margin-top: -10px;
	} to {
		 margin-top: 0px;
	}
}*/

/*** Groupes & Bureau & Event & Import ***/
.rn_groupe_bloc,
.rn_double_table,
.rn_six_table {
	width: 900px;
	margin: 10px auto;
	font-size: 0.9em;
}
.rn_groupe_bloc tr:nth-child(2n),
.rn_double_table tr:nth-child(2n),
.rn_six_table tr:nth-child(2n),
.rn_simple_table tr:nth-child(2n) {
	background-color: #eff3fa;
}
.rn_groupe_bloc tr > td,
.rn_line_td tr > td,
.rn_simple_table tr > TD {
	padding-left: 15px;
	border-bottom: 1px solid #d8dfec;
}
.rn_groupe_bloc tr > td:nth-child(1) {
	width: 55%;
	text-align: left;
	padding-right: 20px;
}
.rn_groupe_bloc tr > td:nth-child(2) {
	width: 45%;
}
.rn_simple_table tr > td:nth-child(1),
.rn_double_table tr > td:nth-child(1) {
	text-align: left;
	padding-right: 20px;
	padding: 12px 20px 12px 15px;
}
.rn_double_table tr > td:nth-child(1) {
	width: 50%;
}
.rn_double_table tr > td:nth-child(2) {
	width: 50%;
}
.rn_six_table tr > td {
	text-align: left;
}
.rn_six_table tr > td:nth-child(1) {
	width: 14%;
	padding-right: 20px;
	padding: 12px 20px 12px 15px;
}
.rn_six_table tr > td:nth-child(2) {
	width: 14%;
}
.rn_six_table tr > td:nth-child(3) {
	width: 25%;
}
.rn_six_table tr > td:nth-child(4) {
	width: 25%;
}
.rn_six_table tr > td:nth-child(5) {
	width: 14%;
}
.rn_six_table tr > td:nth-child(6) {
	width: 8%;
	text-align: center;
}
.rn_groupe_actions > a {
	padding: 5px 5px 5px 0;
	font-size: 0.95em;
	vertical-align: top;
	text-decoration: none;
	display: inline-block;
	margin-right:5px;
}
.rn_groupe_actions > a::after {
	font-family: 'icomoon' !important;
	width: 20px;
	height: 20px;
	display: inline-block;
	font-size: 1em;
	vertical-align: middle;
	padding-right: 4px;
	margin-left: 8px;
}
.rn_groupe_actions > a.rn_groupe_default {
	color: #2e4375;
}
.rn_groupe_actions > a.rn_groupe_default::after {
	content: "\e946";
	color: #2e4375;
}
.rn_groupe_actions > a.rn_groupe_default:hover,
.rn_groupe_actions > a.rn_groupe_default:hover::after {
	color: #1b294b;
}
.rn_groupe_actions > a.rn_groupe_delete {
	color: #748088;
}	
.rn_groupe_actions > a.rn_groupe_delete::after {
	content: "\e9ad";
	color: #748088;
}
.rn_groupe_actions > a.rn_groupe_delete:hover,
.rn_groupe_actions > a.rn_groupe_delete:hover::after {
	color: #434d54;
}
.rn_groupe_bloc > thead > tr > th,
.rn_double_table tr > th,
.rn_six_table tr > th {
	padding: 10px 0;
	text-align: left;
	position: relative;
	background-color: #2e4375;
	color: #FFF;
	font-size: 0.9em;
	padding-left: 15px;
}
.rn_bureau_fonctions,
.rn_event_list,
.rn_groupe_conditions {
	background-color: #e6edf5;
	padding: 3%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0.9em;
}
.rn_event_list > div > div:nth-child(1) {
	width: 35%;
}
.rn_event_list > div > div:nth-child(2) {
	width: 65%;
}
.rn_bureau_fonctions > div > div,
.rn_event_list > div > div {
	display: inline-block;
}
.rn_event_list > div {
	margin-top: 5px;
	margin-bottom: 5px;
}
.rn_bureau_fonctions > div:nth-child(1) {
	font-weight: bold;
}
.rn_bureau_fonctions > div > div:nth-child(1) {
	width: 79%;
	text-align: left;
}
.rn_bureau_fonctions > div > div:nth-child(2) {
	width: 20%;
}
.rn_bureau_fonctions > div:not(:first-child) {
	margin-top: 10px;
}
.rn_bureau_fonctions > div > div:nth-child(2) > a {
	padding-left: 0;
	padding-top: 0;
}
.rn_groupe_conditions select {
	max-width: 400px;
	margin: auto;
	display: block;
}
.rn_groupe_conditions a.rn_list_notes_actions_delete {
	display: block;
	text-align: center;
	margin-top: 18px;
}
.rn_groupe_radio {
	text-align: center;
}
.rn_groupe_conditions .rn_simple_table {
	margin: 20px auto;
}
.rn_groupe_radio > label {
	border: 1px solid #b8cad7;
	display: inline-block;
	cursor: pointer;
	padding: 8px 12px;
	background-color: #f9fafb;
	position: relative;
	margin-right: 0;
	text-align: left;
}
.rn_groupe_radio > label > input[type="radio"] {
	position: absolute;
	top: 1px;
	right: -4px;
}

.rn_list_fields {
	display: inline-block;
	width: 47%;
	margin-right: 2%;
	margin-bottom: 2%;
	vertical-align: top;
}
.rn_arrow {
	display: inline-block;
	cursor: pointer;
}
.rn_centered {
	text-align: center;
}
.rn_left_arrow::before {
	font-family: 'icomoon' !important;
	width: 30px;
	height: 30px;
	display: inline-block;
	padding-right: 2px;
	font-size: 1.8em;
	margin-left: 2px;
	vertical-align: sub;
	content: "\e902";
	color: #d94352;
}
.rn_left_arrow:hover::before {
	color: #c4303f;
}
.rn_right_arrow::before {
	font-family: 'icomoon' !important;
	width: 30px;
	height: 30px;
	display: inline-block;
	padding-right: 2px;
	font-size: 1.8em;
	margin-left: 2px;
	vertical-align: sub;
	content: "\e903";
	color: #16be79;
}
.rn_right_arrow:hover::before {
	color: #0f9b61;
}

/****************************************/
/*** From this point we work on *********/
/*** the CSS that replace the ***********/
/*** default CSS from tablefilter.css ***/
/****************************************/
.grd_headTblCont > table,
.grd_tblCont > table {
	width: 100% !important;
}
.grd_headTblCont > table > thead {
	background-color: #2e4375;
	color: #FFF;
	font-size: 0.9em;
}
.grd_headTblCont > table > thead > tr > th {
	padding: 10px 1%;
	text-align: left;
	position: relative;
}
.grd_headTblCont > table > thead input[class="flt"] {
	width: 90%;
	margin: 0;
	padding: 10px 2%;
	display: block;
}
.grd_headTblCont > table > thead > tr > td {
	padding: 2px 1% 10px;
}
.grd_tblCont {
	height: auto !important; 
	color: #5c5c5c;
	font-size: 0.95em;
}
.grd_tblCont > table > tbody > tr:hover {
	background-color: #d8dfec !important;
}

.grd_tblCont > table > tbody > tr > td {
	padding: 9px 1%;
	border-bottom: 1px solid #d8dfec;
}
.grd_tblCont > table > tbody > tr.odd {
	background-color: #eff3fa;
}
/*** Arrow filter ***/
.grd_headTblCont > table > thead > tr > th:hover > img.sort-arrow {
	display: block;
}
.sort-arrow {
	position: absolute;
	display: none;
	top: 15px;
	right: 20px;
	width: 1px;
	height: 1px;
	margin: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	border-bottom: none;
	border-top: 8px solid white;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.grd_headTblCont > table > thead > tr > th > img.sort-arrow.ascending,
.grd_headTblCont > table > thead > tr > th > img.sort-arrow.descending {
	display: block;
}
.sort-arrow.ascending {
	border-bottom: none;
	border-top: 8px solid white;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.sort-arrow.descending {
	border-right: 5px solid transparent;
	border-bottom: 8px solid white;
	border-left: 5px solid transparent;
	border-top: none;
}

.helpCont,
.helpBtn {
	display: none;
}

.grd_inf {
	padding: 1% 0;
}

/*** Pagination ***/
.rdiv {
	float: right;
	vertical-align: top;
}
.rdiv > select {
	display: inline-block;
	width: 80px;
}
.mdiv {
	text-align: center;
}
.ldiv {
	display: inline-block;
	vertical-align: middle;
	margin: 10px auto;
}
input.pgInp, .nextPage, .previousPage, .firstPage, .lastPage {
	height: 35px;
	margin: 0;
	border: 1px solid #f4f4f4;
	vertical-align: middle;
	width: 35px;
	border: 0;
	font-weight: bold;
	border-radius: 20px;
}
.firstPage {
	background: #168de1 url("../tablefilter/style/themes/btn_first_page.gif") center center no-repeat !important;
}
.previousPage {
	background: #168de1 url("../tablefilter/style/themes/btn_previous_page.gif") center center no-repeat !important;
}
.nextPage {
	background: #168de1 url("../tablefilter/style/themes/btn_next_page.gif") center center no-repeat !important;
}
.lastPage {
	background: #168de1 url("../tablefilter/style/themes/btn_last_page.gif") center center no-repeat !important;
}
.firstPage:hover {
	background: #31a2f0 url("../tablefilter/style/themes/btn_first_page.gif") center center no-repeat !important;
}
.previousPage:hover {
	background: #31a2f0 url("../tablefilter/style/themes/btn_previous_page.gif") center center no-repeat !important;
}
.nextPage:hover {
	background: #31a2f0 url("../tablefilter/style/themes/btn_next_page.gif") center center no-repeat !important;
}
.lastPage:hover {
	background: #31a2f0 url("../tablefilter/style/themes/btn_last_page.gif") center center no-repeat !important;
}

.mdiv > span {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.pgSlc {
	width: 100px;
	vertical-align: middle;
	margin: 0 10px;
}
#rn_pagination_global {
	font-size: 0.85em;
	background-color: #f9fafb;
	padding: 5px 20px;
}
.ldiv > .tot > span {
	margin-right: 7px;
}

div.colVisCont {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.colVis {
	padding: 0 0 7px 0 !important;
	color: #0c4c80 !important;
}
.mdiv {
	background-color: #f9fafb;
	padding: 5px 20px 20px;
}