@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700");

/* div#intervenant a span {display: none;}*/
.adminaction a span {
	display: none;
}

/*div#intervenant a:hover span {*/
.adminaction a:hover span {
	display: block;
	position: absolute;
	/* top: 200px; left: 0; */
	width: auto;
	padding: 3px 5px 3px 5px;
	margin: 2px 2px 2px 15px;
	z-index: 100;
	color: #777;
	background: #feffca;
	font: 10px Verdana, sans-serif;
	text-align: center;
	border: 1px solid #b1caec;
}

/* Bordures sur le tableau du formulaire de gestion de la subrogation */
#form_subrogation,#form_subrogation tr,#form_subrogation td {
	border: 0;
}

/* Multi select des destinataires dans les envois de document */
.ui-multiselect {
	width: 60% !important;
	min-width: 550px !important;
}

.ui-multiselect div.selected,.ui-multiselect div.available {
	width: 49.9% !important;
	padding: 0;;
	margin: 0;
}

.agefodd-progress-group{

box-sizing: border-box ;
color: rgb(51, 51, 51) ;
display: inline-block ;
font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif ;
font-size: 14px ;
font-weight: 400 ;
height: 30px ;
width:12em;
line-height: 20px ;
text-size-adjust: 100% ;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0) ;
}

.agefodd-progress-group .agefodd-progress-text {
   font-weight: 600;
}

.agefodd-progress-group .agefodd-progress-number {
   float: right;
}

.agefodd-progress {
   height: 20px;
   overflow: hidden;
   background-color: #d7d7d7;
   border-radius: 4px;
   -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
   box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.agefodd-progress.sm, .agefodd-progress-sm, .agefodd-progress.sm .agefodd-progress-bar, .agefodd-progress-sm .agefodd-progress-bar {
   border-radius: 1px;
}
.agefodd-progress.sm, .agefodd-progress-sm {
   height: 10px;
}
.agefodd-progress, .agefodd-progress>.agefodd-progress-bar, .agefodd-progress .agefodd-progress-bar, .agefodd-progress>.agefodd-progress-bar .agefodd-progress-bar {
   border-radius: 1px;
}
.agefodd-progress, .agefodd-progress>.agefodd-progress-bar {
   -webkit-box-shadow: none;
   box-shadow: none;
}

.agefodd-progress, .agefodd-progress>.agefodd-progress-bar, .agefodd-progress .agefodd-progress-bar, .agefodd-progress>.agefodd-progress-bar .agefodd-progress-bar {
   border-radius: 1px;
}
.agefodd-progress, .agefodd-progress>.agefodd-progress-bar {
   -webkit-box-shadow: none;
   box-shadow: none;
}
.agefodd-progress-bar-aqua, .agefodd-progress-bar-info {
   background-color: #00c0ef;
}
.agefodd-progress-bar {
   float: left;
   width: 0;
   height: 100%;
   font-size: 12px;
   line-height: 20px;
   color: #fff;
   text-align: center;
   background-color: #4e9a06;
   -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
   box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
   -webkit-transition: width .6s ease;
   -o-transition: width .6s ease;
   transition: width .6s ease;
}

.search_bar {
    display: flex;
    width: 360px;
    height: 35px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 2px;
    border: #D9D9D9 1px solid;
    color: #595959;
}

.span_picker {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #FAFAFA;
    border: #D9D9D9 1px solid;
    height: 35px;
    width: 60px;
    padding-inline: 5px;
}

.search_date {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 3vw;
}

.date_picker {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 35px;
}

.input_date {
    border: none;
    box-sizing: border-box;
    outline: 0;
    position: relative;
    width: 100%;
    text-align: center;
    border-bottom: none !important;
}

.btn_search_date {
    padding: 8px;
    padding-inline-end: 15px;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

.input_date::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.large_cards_stat {
    display: flex;
    margin-top: 3vh;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.large_cards_satisfaction {
    display: flex;
    margin-top: 3vh;
    width: 60vw;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.large_card_stat {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 110px;
    width: 18vw;
    background: #FFFFFF;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    margin-bottom: 15px;
}

.large_card_left {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 90%;
    padding: 15px;
}

.large_card_value {
    font-style: normal;
    font-weight: 500;
    font-size: 27px;
    line-height: 32px;
    color: #000000;
}

.large_card_last_value {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 9px;
    color: #818181;
}

.large_card_title {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 13px;
    display: flex;
    align-items: center;
    color: #818181;
}

.short_cards_stat {
    display: flex;
    margin-top: 3vh;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.short_card_stat {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 160px;
    width: 10vw;
    background: #FFFFFF;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    margin-bottom: 15px;
}

.top_short_stat {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    color: white;
    font-weight: 600;
}

.bottom_short_stat {
    font-size: 12px;
    width: 80%;
    display: flex;
    justify-content: center;
    text-align: center;
    height: 20%;
}

.title-reminder {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
}

.table {
    width: 84vw;
    border: 1px solid #eeeeee;
    font-family: "Source Sans Pro", sans-serif;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.table_comments {
    width: 85vw;
    border: 1px solid #eeeeee;
    font-family: "Source Sans Pro", sans-serif;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.table-comments-row {
    display: flex;
    width: 100%;
    padding: 18px 0;
    border-top: rgba(210, 210, 210, 0.84) solid 1px;
}

.table-data-comment {
    display: flex;
    flex: auto;
    font-size: 13px;
    width: 20%;
    word-break: break-word;
    padding-left: 24px;
    padding-right: 5px;
}

.header__item_com {
    flex: auto;
    width: 100%;
}

.table-header {
    display: flex;
    width: 100%;
    background: #ffffff;
    padding: 18px 0;
}

.table-row {
    display: flex;
    width: 100%;
    padding: 18px 0;
    border-top: rgba(210, 210, 210, 0.84) solid 1px;
}

.table-content {
    padding-bottom: 10px;
}

/*.table-row:nth-of-type(odd) {*/
/*    background: #f9f9f9;*/
/*}*/

.table-data, .header__item {
    flex: 1 1 20%;
    text-align: center;
}

.header__item {
    text-transform: uppercase;
}

.filter__link {
    color: black;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding-left: 24px;
    padding-right: 24px;
}

.table-row:hover
{ background: rgba(243, 243, 243, 0.71); }

.table-comments-row:hover
{ background: rgba(243, 243, 243, 0.71); }

.filter__link::after {
    content: "";
    position: absolute;
    right: -18px;
    color: white;
    font-size: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.filter__link.desc::after {
    content: "(desc)";
}

.filter__link.asc::after {
    content: "(asc)";
}

.contain_filter_bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 60vw;
}

.agf_submit_filter {
    background-color: #0069D9;
    color: white;
    font-weight: 400;
    height: 35px;
    width: 90px;
    cursor: pointer;
}

.select_ref_training {
    display: flex;
    height: 37px !important;
    border: #D9D9D9 1px solid !important;
    border-radius: 2px !important;
    color: #595959 !important;
    align-items: center;
}

.select_ref_session {
    display: flex;
    height: 37px !important;
    border: #D9D9D9 1px solid !important;
    border-radius: 2px !important;
    color: #595959 !important;
    align-items: center;
}

#select2-agf_ref_training-container {
    line-height: 34px !important;
    margin-left: 10px;
}

#select2-agf_ref_session-container {
    line-height: 34px !important;
    margin-left: 10px;
}

.fiche {
    margin-right: 0 !important;
}

@media only screen and (max-width: 1400px) {
    .large_card_right { display: none }

    .table_comments {width: 100%;}
}

@media only screen and (max-width: 1100px) {
    .contain_filter_bar {
        flex-direction: column;
    }
}