/* Classe HIDDEN */
.hidden {
    display: none !important;
}

/* PARTICLE "TEXT FIELD" : Affichage du message d'erreur externe */
#website-body .ep-p_select.ep-layout_messageerror > div.ep_select select {
    border-width: 1px;
    border-color: #f1582c;
    color: #d2380d;
}

#website-body .ep-p_select.ep-layout_messageerror > div.ep_message {
    position: static;
    margin: -1px 0 0 0;
    padding: 0 5px 2px 5px;
    background-color: #f1582c;
    border-radius: 0 0 5px 5px;
    white-space: nowrap;
    text-align: left;
    color: #fff;
}

#website-body .ep-p_select.ep-layout_messageerror > div.ep_message:after {
    display: none !important;
}

#website-body .ep-p_select.ep-layout_messageerror > div.ep_message > div,
#website-body .ep-p_select.ep-layout_messageerror > div.ep_message:before {
    position: static;
    display: inline-block;
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 1.4em;
    vertical-align: top;
    text-align: left;
    color: inherit;
}

#website-body .ep-p_select.ep-layout_messageerror > div.ep_message:before {
    width: 20px;
    height: 17px;
    background-image: url(../../img/icons.svg);
    background-repeat: no-repeat;
    background-position: -66px -233px;
    content: "";
}

#website-body .ep-p_select.ep-layout_messageerror > div.ep_message > div {
    width: calc(100% - 25px);
    margin-bottom: 5px;
    margin-left: 5px;
    letter-spacing: normal;
    white-space: normal;
}

#website-body .ep_gridrow.listing {
    border-bottom: 1px solid lightslategrey;
}

#website-body .ep_gridcolumn-content.padding-top {
    padding-top: 20px;
}

#website-body .ep_gridcolumn.heading {
    background-color: #E0E0E0;
}

#website-body .ep-p_text.ep-layout_page.align_right {
    float: right;
}

#website-body .ep_gridrow .ep_gridcolumn.ep-layout_tableofcontent > .ep_gridcolumn-content > .ep_tableofcontent-menu .ep_list .ep_item div .ep_name.auto {
    position: static;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: auto;
    font-size: 1.4em;
    line-height: normal;
    letter-spacing: normal;
    white-space: normal;
}

#website-body .ep_gridrow .ep_gridcolumn.ep-layout_tableofcontent > .ep_gridcolumn-content > .ep_tableofcontent-menu .ep_list .ep_item div .ep_name.auto.right > a {
    color: #0000EE;
}

#website-body .ep_gridrow .ep_gridcolumn.ep-layout_tableofcontent > .ep_gridcolumn-content > .ep_tableofcontent-menu .ep_list .ep_item div .ep_name.auto.right {
    float: right;
    padding-right: 1%;
    padding-left: 1%;
}

.field_required:after {
    content: "*";
    color: #8b0000;
    display: inline;
    padding-left: 5px;
}

.grecaptcha-badge {
    display: none;
}

.text-center {
    text-align: center;
}

.container {
    width: inherit;
    margin: 0 auto;
    font-size: 1em;
}

/* STEPS */
/*:root {*/
/*--bg-color-steps: #f3f4f4;*/
/*}*/

#steps {
    width: 100%;
    text-align: center;
    /*background-color: var(--bg-color-steps);*/
}
#steps ul {
    list-style: none outside none;
    display: table;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
}
#steps ul li {
    display: table-cell;
    margin: 0;
    padding: 0;
    border: 0;
}
#steps ul li a {
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
    border: 2px solid var(--bg-color-steps);
    border-right: none;
    height: 64px;
    line-height: 64px;
    background: linear-gradient(to bottom, #ECECEC, #D4D7D8);
    background: -moz-linear-gradient(to bottom, #ECECEC, #D4D7D8);
    background: -webkit-linear-gradient(to bottom, #ECECEC, #D4D7D8);
    background: -o-linear-gradient(to bottom, #ECECEC, #D4D7D8);
    cursor: pointer;
    color: dimgrey;
    font-size: 20px;
}
#steps ul li a:after {
    position: absolute;
    top: 50%;
    right: -1px;
    margin: -19px -16px;
    width: 32px;
    height: 37px;
    transform: rotate(31deg) skewY(27deg); /* create a rhombus */
    background: linear-gradient(135deg, #ECECEC, #D4D7D8);
    content: '';
    border-top: 1px solid;
    border-right: 1px solid;
    z-index: 1;
}
#steps ul li a span {
    float: left;
    display: inline-block;
    vertical-align: middle;
    padding-left: 35px;
    font-size: 1rem;
}
#steps ul li a.current {
    color: #fff !important;
    background: linear-gradient(to bottom, #3d7ac1, #345e9c);
    background: -moz-linear-gradient(to bottom, #3d7ac1, #345e9c);
    background: -webkit-linear-gradient(to bottom, #3d7ac1, #345e9c);
    background: -o-linear-gradient(to bottom, #3d7ac1, #345e9c);

}
#steps ul li a.current:after {
    background: linear-gradient(135deg, #3d7ac1, #345e9c);
    color: dimgray;
}
#steps ul li a:before {
    position: absolute;
    top: 50%;
    /*    right: 0;*/
    left: 0;
    margin: -19px -16px;
    width: 32px /* 64px/2 */;
    height: 37px /* 64px/sqrt(3) */;
    transform: rotate(31deg) skewY(27deg); /* create a rhombus */
    /*49.1deg = atan(1.15) = atan(47px/40px) */
    /*background: var(--bg-color-steps);*/
    content: ''
}
#steps ul li:first-child a:before {
    display: none;
}
#steps ul li:last-child a:after {
    display: none;
}
#steps.steps4 ul li a {
    width: 100%;
}
#steps.steps3 ul li a {
    width: 100%;
}
#steps.steps2 ul li a {
    width: 100%;
}
@media screen and (max-width: 639px) {
    #steps ul li a::after {
        border-top: 1px solid transparent !important;
        border-right: 1px solid transparent !important;
        margin: -9px -8px;
        width: 16px;
        height: 17.5px;
    }
    #steps ul li a {
        height: 32px;
        line-height: 32px;
    }

}
#steps .step .prev {

}
#steps .step .next, #steps .step .last {
    color: #000000;
}
.joureg-center {
    text-align: center;
}

.joureg-title {
    font-weight: bold !important;
    display: block !important;
    font-size: 4em !important;
}

.joureg-subtitle {
    font-size: 2em !important;
}
.joureg-content {
    padding: 2% 0 !important;
}
.joureg-form-padding {
    padding: 5% !important;
    border: 1px solid #dadada;
}
.joureg-white-button {
    align-items: flex-start; !important
    background-clip: border-box; !important
    background: rgb(255, 255, 255) none scroll !important;
    background-origin: padding-box; !important
    background-position-x: 0% !important;
    background-position-y: 0% !important;
    background-size: auto !important;
    border-image-outset: 0px !important;
    border-image-repeat: stretch !important;
    border-image-slice: 100% !important;
    border-image-source: none !important;
    border-image-width: 1 !important;
    border-radius: 5px !important;
    border: 1px solid #505050 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    color: #366AAB !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 0.8rem !important;
    font-style: normal !important;
    font-stretch: 100%;
    font-variant-caps: normal !important;
    font-variant-east-asian: normal !important;
    font-variant-ligatures: normal !important;
    font-variant-numeric: normal !important;
    font-weight: 400 !important;
    height: 100% !important;
    letter-spacing: normal !important;
    line-height: normal !important;
    margin: 0px !important;
    outline: rgb(60, 119, 189) none 0px !important;
    overflow: hidden !important;
    padding: 11px 10px !important;
    position: static !important;
    resize: none !important;
    text-align: center !important;
    text-decoration-color: rgb(60, 119, 189) !important;
    text-decoration-line: none !important;
    text-decoration-style: solid !important;
    text-indent: 0px !important;
    text-rendering: auto !important;
    text-shadow: none !important;
    text-transform: none !important;
    vertical-align: middle !important;
    white-space: nowrap !important;
    word-spacing: 0px !important;
    width: 100%;
    writing-mode: horizontal-tb !important;
    -webkit-appearance: none !important;
    -webkit-border-image: none !important;
}
.ep-a_button.ep-layout_fullsize span {
    margin-top: 10px;
}
.joureg-hr-top {
    border-top: 1px solid #dadada !important;
}

.joureg-hide-file-input {
    width: 0.1px !important;
    height: 0.1px !important;
    opacity: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    z-index: -1 !important;
}

/* ATOM "BUTTON" : "Call to action" (bleu) */
#website-body a:link		.ep-a_button.ep-layout_danger	   				.ep-p_button,
#website-body a:visited		.ep-a_button.ep-layout_danger	   				.ep-p_button,
#website-body 				.ep-a_button.ep-layout_danger	 a:link			.ep-p_button,
#website-body 				.ep-a_button.ep-layout_danger	 a:visited		.ep-p_button,
#website-body 				.ep-a_button.ep-layout_danger	   	 			.ep-p_button a,
#website-body 				.ep-a_button.ep-layout_danger	   	 			.ep-p_button a:link,
#website-body 				.ep-a_button.ep-layout_danger	   	 			.ep-p_button a:visited,
#website-body 				.ep-a_button.ep-layout_danger	  		 		.ep-p_button button{
    background-color: #bd3b3e !important;
    background:							-webkit-linear-gradient(	top, #bd3b3e, #bd3b3e) !important;
    background:							-moz-linear-gradient(		top, #bd3b3e, #bd3b3e) !important;
    background:							-ms-linear-gradient(		top, #bd3b3e, #bd3b3e) !important;
    background:							linear-gradient(			top, #bd3b3e, #bd3b3e) !important;
    border-color:						transparent !important;
    color:  							#fff !important;
}
#website-body a:hover		.ep-a_button.ep-layout_danger  				.ep-p_button,
#website-body a:focus		.ep-a_button.ep-layout_danger  				.ep-p_button,
#website-body a:active		.ep-a_button.ep-layout_danger  				.ep-p_button,
#website-body 				.ep-a_button.ep-layout_danger  a:hover		.ep-p_button,
#website-body 				.ep-a_button.ep-layout_danger  a:focus		.ep-p_button,
#website-body 				.ep-a_button.ep-layout_danger  a:active		.ep-p_button,
#website-body 				.ep-a_button.ep-layout_danger  				.ep-p_button a:hover,
#website-body 				.ep-a_button.ep-layout_danger  				.ep-p_button a:focus,
#website-body 				.ep-a_button.ep-layout_danger  				.ep-p_button a:active,
#website-body 				.ep-a_button.ep-layout_danger  				.ep-p_button button:hover,
#website-body 				.ep-a_button.ep-layout_danger  				.ep-p_button button:focus,
#website-body 				.ep-a_button.ep-layout_danger  				.ep-p_button button:active{
    background: 						#fff !important;
    border-color:						#d1d3d4 !important;
    color:  							#bd3b3e !important;
}

#website-body a:hover		  .ep-a_loadmore.ep-layout_danger	 			.ep_button 		  .ep-p_text,
#website-body a:focus		  .ep-a_loadmore.ep-layout_danger	 			.ep_button 		  .ep-p_text,
#website-body a:active		  .ep-a_loadmore.ep-layout_danger	 			.ep_button 		  .ep-p_text,
#website-body				 a.ep-a_loadmore.ep-layout_danger:hover		.ep_button 		  .ep-p_text,
#website-body				 a.ep-a_loadmore.ep-layout_danger:focus		.ep_button 		  .ep-p_text,
#website-body				 a.ep-a_loadmore.ep-layout_danger:active		.ep_button 		  .ep-p_text,
#website-body 				  .ep-a_loadmore.ep-layout_danger				.ep_button 		 a.ep-p_text:hover,
#website-body 				  .ep-a_loadmore.ep-layout_danger				.ep_button 		 a.ep-p_text:focus,
#website-body 				  .ep-a_loadmore.ep-layout_danger				.ep_button 		 a.ep-p_text:active,
#website-body			button.ep-a_loadmore.ep-layout_danger:hover		.ep_button 		  .ep-p_text,
#website-body			button.ep-a_loadmore.ep-layout_danger:focus		.ep_button 		  .ep-p_text,
#website-body			button.ep-a_loadmore.ep-layout_danger:active		.ep_button 		  .ep-p_text,
#website-body 				  .ep-a_loadmore.ep-layout_danger				.ep_button 	button.ep-p_text:hover,
#website-body 				  .ep-a_loadmore.ep-layout_danger				.ep_button 	button.ep-p_text:focus,
#website-body 				  .ep-a_loadmore.ep-layout_danger				.ep_button 	button.ep-p_text:active{
    background: 						#fff;
    border-color:						#d1d3d4;
    color:  							#bd3b3e;
}

.joureg-hide {
    display: none !important;
}

.joureg-form-padding  input.joureg-checkbox[type="radio"] {
    -webkit-appearance: checkbox !important; /* Chrome, Safari, Opera */
    -moz-appearance: checkbox !important;    /* Firefox */
    -ms-appearance: checkbox     /* not currently supported */
}

.joureg-form .ep_gridrow > .ep_gridrow-content {
    margin-bottom: -15px !important;
}

.joureg-form-padding .ep_gridcolumn .ep_gridcolumn-content,
.joureg-form-padding .ep_gridcolumn .ep_gridcolumn-content .ep-a_field {
    padding-left : 0 !important;
    padding-right: 4px !important;
}

.joureg-form .ep_gridrow.joureg-form-element-padding {
    padding-top: 10px !important;
}

.joureg-form label {
    margin-bottom: -10px !important;
}

.joureg-form .radio-indicator {
    margin-top: -15px !important;
}

.joureg-form-row {
    margin-bottom: 10px !important;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #dadada !important;
}

.joureg-strong {
    font-weight: bold !important;
}

.joureg-request-title{
    font-size: 0.7em !important;
    margin-left: -10px !important;
}

.joureg-status-indicator{
    height: 10px !important;
    width: 10px !important;
    background-color: #fff !important;
    border-radius: 50% !important;
    display: inline-block !important;
    /*margin-left: 10px !important;*/
    /*margin-right: 10px !important;*/
}

.joureg-status-indicator.joureg-status-approved{
    background-color: #22b522 !important;

}
.joureg-status-indicator.joureg-status-submitted{
    background-color: #366AAB !important;

}
.joureg-status-indicator.joureg-status-refused{
    background-color: #dc0000 !important;

}
.joureg-status-indicator.joureg-status-created{
    background-color: #696969 !important;
}
.joureg-status-indicator.joureg-status-action-required{
    background-color: orange !important;
}

.joureg-group-action-button {
    float: left !important;
    margin-left: 15px !important;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
    clear: both;
}

.joureg-group-person-info {
    display: block !important;
    width: auto !important;
}

.joureg-group-person-name {
    display: block !important;
    vertical-align: top;
    width: auto !important;
    float: left !important;
}

.joureg-group-person-link{
    text-decoration: #0a56a4!important;
    padding-left: 5px;
    padding-right: 5px;
    float: right;
    vertical-align: top;
    display: block!important;

}

.joureg-group-person-line {
    margin-bottom: 15px !important;
    padding-top: 10px !important;
}

.joureg-login-title {
    font-size: 0.7em;
}

.joureg-float-right {
    float: right;
}

table.dataTable.joureg-datatable.display tbody tr {
    border-left: 0;
    border-right: 0;
}

table.dataTable.joureg-datatable.display tbody tr td{
    border-left: 0;
    border-right: 0;

}

.joureg-datatable-head {
    background: #ededed;
}

.dataTables_filter {
    text-align: right!important;
    padding-bottom: 1em;
}

table.dataTable.joureg-datatable.display tbody tr td {
    background: 0 !important;
}

table.dataTable.joureg-datatable.display tbody tr td {
    border-bottom: 2px solid #ddd !important;
    vertical-align: middle;
}

table.dataTable.joureg-datatable.no-footer {
    border-bottom: 2px solid #dddddd !important;
}

table.dataTable.joureg-datatable thead th {
    border-bottom: 0 !important;
    vertical-align: middle;
}

table.dataTable.joureg-datatable.cell-border tbody tr td:first-child.joureg-group-entry {
    border-top: 0;
    border-left: 15px solid #dddddd !important;
    border-left-style: inset;
}

table.dataTable.joureg-datatable.cell-border tbody tr td {
    border-top: 0;
    border-bottom: 0;
}

table.dataTable.joureg-datatable.cell-border tbody tr td:first-child {
    border-left: 0;
}
table.dataTable.joureg-datatable.cell-border tbody tr {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.joureg-has-error {
    background: #ffce8c !important;
}

.joureg-label-button-white-active {
    background: white !important;
}

.joureg-label-button-white-disabled {
    background-color: #ccc!important;
    color: #666!important;
    cursor: not-allowed!important;
    opacity: 0.6!important;
}

#loginForm {
    border: 3px solid darkgray !important;
    padding: 15px !important;
    background-color: #e4e4e4 !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    opacity: 1 !important;
    color: #393939 !important;
}

.blockUI.blockMsg.blockPage {
    position: absolute !important;
    border: none !important;
    background-color: rgba(0, 0, 0, 0) !important;
    cursor: default !important;
}
.blockUI.blockMsg.blockPage a {
    color: #345e9c;
    line-height: 1.4rem;
    text-decoration: underline;
}
.blockUI.blockMsg.blockPage a:hover, .blockUI.blockMsg.blockPage a:focus {
    text-decoration-thickness: 2px;
}

.blockUI.blockOverlay {
    cursor: not-allowed !important;
}

.ws-po-box {
    letter-spacing: normal!important;
}

#needsUpdate {
    background: white;
    padding: 30px;
}

.disable-cursor {
    cursor: not-allowed !important;
}

.joureg-link-disabled {
    background: grey !important;
    pointer-events: none !important;
}
@media (max-width: 400px) {
    /* CSS that should be displayed if width is equal to or less than 800px goes here */
    /* STEPS */
    /*:root {*/
    /*--bg-color-steps: #f3f4f4;*/
    /*}*/

    #steps {
        width: 100%;
        text-align: center;
        /*background-color: var(--bg-color-steps);*/
    }

    #steps ul {
        list-style: none outside none;
        display: table;
        margin: 0;
        padding: 0;
        border: 0;
        width: 100%;
    }

    #steps ul li {
        display: table-cell;
        margin: 0;
        padding: 0;
        border: 0;
    }

    #steps ul li a {
        width: 100%;
        display: inline-block;
        float: left;
        position: relative;
        border: 2px solid var(--bg-color-steps);
        border-right: none;
        height: 40px;
        line-height: 40px;
        background: linear-gradient(to bottom, #ECECEC, #D4D7D8);
        background: -moz-linear-gradient(to bottom, #ECECEC, #D4D7D8);
        background: -webkit-linear-gradient(to bottom, #ECECEC, #D4D7D8);
        background: -o-linear-gradient(to bottom, #ECECEC, #D4D7D8);
        cursor: pointer;
        color: dimgrey;
        font-size: 15px;
    }

    #steps ul li a:after {
        position: absolute;
        top: 70%;
        right: 6px;
        margin: -19px -16px;
        width: 20px /* 64px/2 */;
        height: 22px /* 64px/sqrt(3) */;
        transform: rotate(32deg) skewY(27deg); /* create a rhombus */
        /* 49.1deg = atan(1.15) = atan(47px/40px) */
        background: linear-gradient(135deg, #ECECEC, #D4D7D8);
        content: '';
        border-top: 1px solid;
        border-right: 1px solid;
        z-index: 1;
    }

    #steps ul li a span {
        float: left;
        display: inline-block;
        vertical-align: middle;
        padding-left: 20px;

    }

    #steps ul li a.current {
        color: #fff !important;
        background: linear-gradient(to bottom, #3d7ac1, #345e9c);
        background: -moz-linear-gradient(to bottom, #3d7ac1, #345e9c);
        background: -webkit-linear-gradient(to bottom, #3d7ac1, #345e9c);
        background: -o-linear-gradient(to bottom, #3d7ac1, #345e9c);

    }

    #steps ul li a.current:after {
        background: linear-gradient(135deg, #3d7ac1, #345e9c);
        color: dimgray;
    }

    #steps ul li a:before {
        position: absolute;
        top: 50%;
        /*    right: 0;*/
        left: 0;
        margin: -19px -16px;
        width: 20px /* 64px/2 */;
        height: 22px /* 64px/sqrt(3) */;
        transform: rotate(31deg) skewY(27deg); /* create a rhombus */
        /*49.1deg = atan(1.15) = atan(47px/40px) */
        /*background: var(--bg-color-steps);*/
        content: ''
    }

    #steps ul li:first-child a:before {
        display: none;
    }

    #steps ul li:last-child a:after {
        display: none;
    }

	#steps.steps4 ul li a {
        width: 100%;
    }

    #steps.steps3 ul li a {
        width: 100%;
    }

    #steps.steps2 ul li a {
        width: 100%;
    }

}
@media screen and (max-width: 639px) {
    #steps ul li {
        display: block !important;
    }
}

#requests_wrapper,
#my-events-registration_wrapper {
    max-width: 100%;
    margin-left: -15px;
}

#groupPersonsTable_wrapper {
    max-width: 100%;
    margin-left: -15px;
}

@media (max-width: 465px) {
    .to-hide {
        display: none;
    }
    .dt-group-status-indicator {
        display:flex;
    }
}
@media (max-width: 1200px) {
    .joureg-group-person-name {
        width: 80% !important;
    }
}
@media (max-width: 1020px) {
    .joureg-group-person-name {
        width: 60% !important;
    }
}
@media (max-width: 750px) {
    .joureg-group-person-name {
        width: 65% !important;
    }
}
@media (max-width: 640px) {
    .joureg-group-person-name {
        width: 50% !important;
    }
    .joureg-group-person-role {
        display: none;
    }
    .jr-grp-status {
        display:block;
    }
}
@media (max-width: 480px) {
    .joureg-group-person-name {
        width: 50% !important;
    }
    .hide-group-list-role {
        display: none;
    }
    .jr-grp-status {
        display:block;
    }
}
@media (max-width: 320px){
    .joureg-group-person-name {
        width: 50% !important;
    }
    .jr-grp-status {
        display:block;
    }
}

.joureg-group-submit-btn, .joureg-group-edit-btn {
    width: 50%;
}

.joureg-hidden-text {
    font-size: 0!important;
}

.joureg-aux-dates-text {
    font-size: 1.2em;
    margin-bottom: 10px;
    display: inline-block;
}
.joureg-aux-dates-text a {
    color: #366AAB !important;
}
.joureg-aux-dates-text a:hover, .joureg-aux-dates-text a:focus {
    text-decoration-thickness: 2px !important;
    color: #366AAB !important;
}
.joureg-aux-dates-text.jg-form-notes {
    margin: 10px 0 15px 0 !important;
}
.joureg-aux-dates-text.jg-form-notes .jg-form-note--comment {
    letter-spacing: normal !important;
    /*font-style: italic !important;*/
}
.text-bold {
    font-weight: 700;
}
.text-blue {
    color: #0a56a4 !important;
}
.font-xs {
    font-size: 0.7rem !important;
}
.font-sm {
    font-size: 0.8rem !important;
}
.font-md {
    font-size: 0.9rem !important;
}
.font-lg {
    font-size: 1rem !important;
}
.font-xl {
    font-size: 1.2rem !important;
}
.font-xxl {
    font-size: 1.4rem !important;
}
.proofOfPayment, .proofOfPayment a {
    display: flex;
}
.proofOfPayment a {
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 0.25rem;
    white-space: nowrap;
}
.proofOfPayment a img {
    margin-right: 5px;
}
.file-remove {
    float: right;
}
.file-remove img {
    height: 14px !important;
}
.file-remove:hover {
    cursor: pointer;
}
.file-preview-name {
    /*position: absolute;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 200px; */
    display: inline-block;
    padding: 0.1vw 0.5vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.proofOfPayment {
    padding: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 480px) {
    #proofOfPublicationWeb {
        max-width: 60%;
    }
}
/*#website-body div.ep_gridrow .joureg-text-add input {
    width: 80%;
}
#website-body div.ep_gridrow .joureg-text-add label {
    width: 20%;
}*/
.joureg-archived-request {
    background-color: #fff9c3 !important;
    font-style: italic !important;
}

/* ** HOME :: improvements - 07/07/24 ** */

/* Target specific pages */
#joureg-acc-home #website #website-body::after {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
}

/* Global wrapper */
#website-body > .ep_gridrow.global-wrapper {
    padding: 52px 0 0 0 !important;
}
.separation-line {
    width: 100% !important;
    display: block !important;
    border: 0 !important;
    border-top: 1px solid grey !important;
}

/* Hyphens for A11Y */
.txt-hyphens {
    word-wrap: break-word !important;
    white-space: normal !important;
    hyphens: auto !important;
}

/* LABELS */
.label-status {
    padding: 0.15rem 0.4rem !important;
    font-size: 0.75rem !important;
    line-height: 0.95rem !important;
    border-radius: 4px !important;
    display: inline-block !important;
    white-space: nowrap !important;
}
.state-created {
    background-color: #f9e4f3 !important;
    color: #000 !important;
    font-weight: 700 !important;
}
.state-active {
     background-color: #dbecef !important;
     color: #000 !important;
     font-weight: 700 !important;
 }
.state-approved {
    background-color: #007800 !important;
    color: #fff !important;
    font-weight: 700 !important;
}
.state-refused {
    background-color: #dc0000 !important;
    color: #fff !important;
    font-weight: 700 !important;
}
.state-submitted {
    background-color: #094BA2 !important;
    color: #fff !important;
    font-weight: 700 !important;
}
.state-required {
    background-color: #ffae1c !important;
    color: #000 !important;
    font-weight: 700 !important;
}
.state-past {
    background-color: #e1e1e1 !important;
    color: #000000 !important;
    font-weight: 700 !important;
}

.profile-nav {
    position: relative !important;
    justify-content: flex-end !important;
}
/* Sign In / Out btn */
.ep_sign-wrapper {
    display: flex;
    margin: 0;
}
.border-top-grey {
    border-top: solid 1px #dddddd;
}
.ep_sign-wrapper .ep_sign--label {
    position: relative;
    z-index: 24;
    display: flex;
    align-items: center;
    font-size: 0.85rem;
    line-height: 2.5rem;
    font-weight: 700;
    background-color: rgba(0,0,0,0);
    /*border: solid 1px #366AAB;
    border-radius: 6px;*/
    padding: 0 5px;
    cursor: pointer;
}
.ep_sign-wrapper .ep_sign--label:hover,
.ep_sign-wrapper .ep_sign--label:active,
.ep_sign-wrapper .ep_sign--label:focus {
    color: #326aab;
}
.ep_sign-wrapper .ep_sign--label:focus {
    outline: solid 2px white !important;
    outline-offset: -2px !important;
}
.ep_sign-wrapper .ep_sign--label:hover .ep_sign--txt,
.ep_sign-wrapper .ep_sign--label:active .ep_sign--txt,
.ep_sign-wrapper .ep_sign--label:focus .ep_sign--txt {
    text-decoration: underline;
    text-underline-offset: 3px;
}
.ep_sign-wrapper .ep_sign--label #ep-sign-out {
    color: #ffffff;
}
/*.ep_sign-wrapper .ep_sign--label .ep_sign--cygle2 {
    display: inline-block;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0iIzMyNmFhYiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8cGF0aCBkPSJNMTIgMTJjMi43IDAgNC44LTIuMSA0LjgtNC44UzE0LjcgMi40IDEyIDIuNCA3LjIgNC41IDcuMiA3LjIgOS4zIDEyIDEyIDEyem0wIDIuNGMtMy4yIDAtOS42IDEuNi05LjYgNC44djIuNGgxOS4ydi0yLjRjMC0zLjItNi40LTQuOC05LjYtNC44eiIvPgo8L3N2Zz4=');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 4px;
    width: 18px;
    height: 16px;
}*/
.ep_sign-wrapper .ep_sign--label .ep_sign--cygle {
    display: inline-block;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAxOCI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogbm9uZTsKICAgICAgICBzdHJva2U6ICNmZmY7CiAgICAgICAgc3Ryb2tlLWxpbmVjYXA6IHJvdW5kOwogICAgICAgIHN0cm9rZS1saW5lam9pbjogcm91bmQ7CiAgICAgICAgc3Ryb2tlLXdpZHRoOiAycHg7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE1LDEzbDQtNE0xOSw5bC00LTRNMTksOUg1TTExLDEzdjFjMCwxLjY2LTEuMzQsMy0zLDNoLTRjLTEuNjYsMC0zLTEuMzQtMy0zVjRjMC0xLjY2LDEuMzQtMywzLTNoNGMxLjY2LDAsMywxLjM0LDMsM3YxIi8+Cjwvc3ZnPg==');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 4px;
    width: 18px;
    height: 16px;
}
.ep_sign-wrapper .ep_sign--label .ep_sign--profile {
    display: inline-block;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0iI2ZmZmZmZiIgdmlld0JveD0iMCAwIDI0IDI0Ij4NCiAgICA8cGF0aCBkPSJNMTIgMTJjMi43IDAgNS0yLjMgNS01cy0yLjMtNS01LTUtNSAyLjMtNSA1IDIuMyA1IDUgNXptMCAyYy0zLjMgMC0xMCAxLjctMTAgNXYzaDIwdi0zYzAtMy4zLTYuNy01LTEwLTV6Ii8+DQogIDwvc3ZnPg==');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 4px;
    width: 16px;
    height: 16px;
}
.ep_sign-wrapper .ep_sign--label .ep_arrow--down {
    width: 8px;
    height: 8px;
    display: inline-block;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBvbHlnb24gcG9pbnRzPSIwLDAgNiw4LDEyLDAiIGZpbGw9IndoaXRlIi8+PC9zdmc+");
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.15s ease;
}
.ep_sign-wrapper .ep_sign--label[aria-expanded="true"] .ep_arrow--down {
    transform: rotate(180deg);
}
.ep_sign-wrapper .ep_sign--label .ep_sign--txt {
    display: inline-block;
    color: #ffffff;
    letter-spacing: normal;
    margin-right: 10px;
}
.menu-content *, .menu-content * {
    font-size: 0.9rem;
}
.menu-content {
    background-color: #ffffff;
    position: relative;
    height: auto !important;
    color: #000000;
    font-size: 0.9rem;
    text-align: left;
    padding: 20px;
    border: solid 1px #dddddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.menu-content h1, .menu-content h2, .menu-content h3 {
    color: #000000;
}
.menu-content h1 span {
    font-family: Georgia, Garamond, serif, Palatino;
    font-size: 1.65rem !important;
}
.menu-content ul li {
    margin: 0.5rem 0;
}
.menu-content ul li a span {
    font-size: 1rem;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}
.menu-content ul li a:hover span, .menu-content ul li a:focus span {
    text-decoration-thickness: 2px;
    color: rgb(0, 102, 204);
}
.menu-content ul li a:visited span, .menu-content ul li a span:active, .menu-content ul li a span:visited {
    color: rgb(0, 102, 204);
}
.menu-content ul li a:focus {
    outline-offset: 2px !important;
 }
.menu-content.is-closed {
    display: none;
}
.menu-content.is-open {
    display: block;
}

/* Fixed nav on top after scrolling */
#website #website-header .ep_toolbar.ep_bottom {
    position: relative; /* As default */
}
#website #website-header .ep_toolbar.ep_bottom.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}

@media screen and (max-width: 750px) {
   /* .ep_sign-wrapper {
        display: block;
    }*/
}

/* SEARCH FIELD */
.dataTables_wrapper .search .dataTables_filter {
    float: left;
}

#bulk_action_select2_container .ep-a_button.ep-layout_validation.ep-layout_fullsize {
    max-width: 90px;
}

/* FILTER : ACTIONS */
.filter--action {
    display: flex;
    justify-content: space-between;
}
.filter--action select.ep_field {
    width: 100%;
    border: 1px solid #d1d3d4;
    background-color: #ffffff;
    margin-right: 5px;
}
.filter--action button.ep_field {

}

/* DataTables: cleaning styles */
/*.dataTables_wrapper .dataTables_paginate .paginate_button.active:hover a[aria-controls="requests"] {
    color: #fff !important;
}*/

.global-wrapper .ep_data.ep_data-col .info-col {
    margin-right: 2% !important;
    width: 25%;
}
.global-wrapper .ep-a_contacts.ep-layout_facelist .ep_data.ep_data-col .info-col {
    width: auto;
}

/* Color linkis Datatables */
.datatable a {
    color: #366AAB;
    display: inline-block;
    transform: translate(0, 0);
    transition: transform 0.2s ease-out 0s;
}
.datatable a:hover, .datatable a:focus {
    text-decoration: underline;
    text-underline-offset: 2px;
    transform: translate(5px, 0);
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: solid 1px transparent !important;
    background: transparent !important;
}

/* Pre-footer columns :: infos block */
.ep_prefooter-wrapper {
    padding: 0 !important;
}
.ep_prefooter {
    margin-top: 50px !important;
    background-color: #f0f1f1 !important;
}
.ep_data.ep_data-col {
    display: flex !important;
}
.ep_prefooter .ep-a_contacts.ep-layout_facelist {
    padding-top: 30px !important;
}
.ep_data.ep_data-col .info-col {
    margin-right: 5% !important;
}

/* Spacer */
.mx-spacer {
    margin-right: 1.389rem !important;
    margin-left: 1.389rem !important;
}

/* buttons list */
#website-body .global-wrapper .ep_accreditation-wrapper {
    padding-top: 20px !important;
}
#website-body .global-wrapper .ep_accreditation-wrapper .ep_accreditation-content.px-10px {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
#website-body .global-wrapper .ep_accreditation-wrapper .ep-a_contacts.ep-layout_facelist .ep_card {
    padding: 10px 20px 0 20px !important;
}
#website-body .global-wrapper .ep_accreditation-wrapper .ep_accreditation-content .ep_data.ep_data-col .info-col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
}
@media (min-width: 750px) {
    #website-body .global-wrapper .ep_accreditation-wrapper .ep_accreditation-content .ep_data.ep_data-col .info-col {
        width: 100%;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}
#website-body .global-wrapper .ep_accreditation-wrapper .ep_accreditation-content .ep_data.ep_data-col .info-col li:nth-child(4n + 1) {
    grid-column: span 1;
    grid-row: auto;
}
#website-body .global-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.first a::before {
    position: relative;
    content: "« ";
}
#website-body .global-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.previous a::before {
    position: relative;
    content: "‹ ";
}
#website-body .global-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.next a::after {
    position: relative;
    content: " ›";
}
#website-body .global-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.last a::after {
    position: relative;
    content: " »";
}
#website-body .global-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.active {
    color: #0c0c0c !important;
    font-weight: 700;
    border-color: transparent !important;
    background: none !important;
}
#website-body .global-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.active:hover,
#website-body .global-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.active:focus {
    color: #366AAB !important;
}

/* Search */
#requests_wrapper,
#my-events-registration_wrapper {
    margin-top: -55px;
    max-width: 100%;
}
#requests_wrapper #requests.datatable,
#my-events-registration_wrapper #my-events-registration.datatable {
    width: calc(100% - 25px) !important;
    border-bottom: 0 !important;
}
#requests_wrapper #requests.datatable,
#my-events-registration_wrapper #my-events-registration.datatable,
.bottom {
    padding-left: 25px !important;
}
.bottom {
    padding-top: 10px !important;
}
#requests_wrapper .search,
#my-events-registration_wrapper .search {
    float: right;
    position: relative;
    z-index: 10000;
}

@media screen and (max-width: 750px) {
    .ep_data.ep_data-col {
        display: block !important;
    }
    .global-wrapper .ep_data.ep_data-col .info-col {
        width: 100% !important;
    }
    .ep_data.ep_data-col .info-col:not(:first-of-type) {
        margin-top: 10px !important;
    }
    #website-body .global-wrapper .ep_accreditation-wrapper .ep_accreditation-content .ep_data.ep_data-col .info-col:not(:first-of-type) {
        margin-top: 0 !important;
    }
    #website-body .global-wrapper .ep_accreditation-wrapper .ep_accreditation-content {
        display: block !important;
    }
    #website-body .global-wrapper .ep_accreditation-wrapper .ep_accreditation-content .ep-a_contacts.ep-layout_facelist .ep_card {
    padding: 10px 0 5px 0 !important;
    }

    /* Search wrapper + field */
    #requests_wrapper,
    #my-events-registration_wrapper {
        margin-top: 0;
    }
    #requests_wrapper .search,
    #my-events-registration_wrapper .search {
        float: none;
        padding-left: 25px;
    }
}

/* A11Y improvements / Site improve report 03/09/2024 */

#website-body .ep-a_button.ep-layout_link .ep-p_button a,
#website-body .ep-a_button.ep-layout_link .ep-p_button a:link {
    color: #366AAB !important;
}

/* Update account */

#website-body .ep-a_field.ep-layout_execute .ep-p_casefield legend .ep-a_heading,
#website-body .ep-a_field.ep-layout_execute .ep-p_casefield legend .ep-a_heading .ep_title,
#website-body .ep-a_field.ep-layout_execute .ep-p_casefield legend .ep-a_heading .ep_title .ep-p_text,
#website-body .ep-a_field.ep-layout_execute .ep-p_casefield legend .ep-a_heading .ep_title .ep-p_text .ep_name {
    display: block! important;
}

/* Update my account BTN */
#website-body .ep-a_button.ep-layout_validation .ep-p_button button:hover,
#website-body .ep-a_button.ep-layout_validation .ep-p_button button:focus{
    color: #4C7E15 !important;
}
/* label btn */
.joureg-white-button[role="button"]:hover,
.joureg-white-button[role="button"]:focus,
button.joureg-white-button[type="button"]:hover,
button.joureg-white-button[type="button"]:focus {
    background-color: #366AAB !important;
    border: solid 1px #366AAB !important;
    color: #ffffff !important;
}
.joureg-white-button[role="button"]:focus,
button.joureg-white-button[type="button"]:focus {
    outline: solid 2px Highlight !important;
    outline-offset: 1px !important;
}
button#proofOfPublicationWeb-label.joureg-white-button {
    max-width: 100px;
    white-space: normal !important;
    word-break: break-word;
}

.button-pdf {
    display: inline-flex;
    align-items: center;
    font-size: 0.85rem;
    padding: 0.5rem 0.8rem;
    border-radius: 4px;
    border: solid 1px #8a8a8a;
    background-color: #ffffff;
    color: #1b1b1b;
}
.button-pdf:hover, .button-pdf:focus {
    background-color: #eeeeee;
    color: #000000;
}

/* footer - update account - remove spacer */
#joureg-update-account-page #website #website-body::after,
#joureg-acc-submit #website #website-body::after,
#joureg-acc-annual-step1 #website #website-body::after,
#joureg-acc-annual-step2 #website #website-body::after,
#joureg-acc-annual-step3 #website #website-body::after {
    display: none !important;
}
#website #website-body .listing .ep_name.label-status {
    font-size: 0.825rem !important;
}
@media screen and (max-width: 639px) {
    #website-body .ep_gridrow.listing > .ep_gridrow-content {
        display: block !important;
    }
}

/* MODAL Box - Request Annual */
.modal-btn {
    width: 100% !important;
    max-width: 100px !important;
    background-color: #345e9c !important;
    color: #fff !important;
    font-size: 0.9rem !important;
    font-weight: bold !important;
    padding: 0.5rem 1rem !important;
    cursor: pointer !important;
    border: solid 2px #345e9c !important;
    border-radius: 3px !important;
}
.modal-btn:hover, .modal-btn:focus {
    background-color: #ffffff !important;
    color: #345e9c !important;
}
@media screen and (max-width: 768px) {
    .blockUI.blockMsg.blockPage {
        position: absolute !important;
        width: 70% !important;
        left: 15% !important;
    }
}

/* button cursor status */
button.joureg-label-button-white-disabled:hover,
button.joureg-label-button-white-disabled:focus{
    background: #f2f2f2 !important;
    cursor: not-allowed !important;
}

/* LOGIN screen */
#website-body .border-field {
    border: solid 1px #505050;
}
#website-body input::placeholder,
#website-body textarea::placeholder,
#website-body .border-field::placeholder {
    color: #545454;
    opacity: 1;
}
#website-body .button-field {
    background-color: #4E8316;
    color: #ffffff;
}

/* Search field */
.dataTables_wrapper input {
    border: solid 1px #505050 !important;
    border-radius: 4px;
}

/* Footer links improvement */
#website #website-footer .ep_mandatorylinks .ep_list .ep_item .ep_button .ep_name {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 1px;
}

/* Subscription - register pages */

.ep-joureg-frame {
    border: solid 1px #000000 !important;
    padding: 15px 20px !important;
    margin: 10px 0 20px 0 !important;
}

/* Event disable classes */
.pointer-events-none {
    pointer-events: none !important;
}
.pointer-events-auto {
    pointer-events: auto !important;
}