
/* get rid of list markers */
/* hover nav blue #2f749a   */

:root {
  --input-field-border-color: #032e32;
  --input-field-border-color-hover: #ffad00;
  --input-field-border-color-select: #ffc210;
  --input-field-background-color-before-select: #fcfcfc;
  --left-menu-item-color: #21666b;
  --icon-hover-color: #F2920B;/*#34aab3;*/
  --icon-general-color: #21666b;
  --navbar-text-color: #21666b;
  --navbar-text-hover: #032e32;
  --groople-orange: #F2920B;
  --groople-green: #21666b;
}


ul {
    list-style-type: none;
}

 body{
	background-color:#ffffff;
	font-family: sans-serif, Verdana, Arial, Helvetica;
	color: var(--navbar-text-color);
	width: 100%;
	overflow-x: hidden;
	overscroll-behavior-x: contain;
 }

 #par_loggin{
	margin:0px 0px 0px 0px;
	color:#ffffff;
	border-bottom:1px #000000 solid;
	background-color: #022d32;
	height: 50px;
 }


#par_loggin a:link, #par_loggin a:visited{
    color:#ffffff;
    text-decoration:none;
}


#par_loggin a:hover{
    color:#fff;
    text-decoration:underline;
}

.cadre_ajout a:link, .cadre_ajout a:visited{
	color:#666;
	font-weight:bold;
	text-decoration:none;
}

.center{
    text-align: center !important;
}
 /* Mimic Bootstrap */

.d-flex{
    display: flex;
}

.justify-content-between{
    justify-content: space-between;
}

.align-items-center{
    align-items: center;
}

.push-right{
    float: right;
}


html {
	font-size: 13px;
}

 #contenu {
     min-height: 75vh;
}


 #contener {
	padding-left: 0px;
	padding-right: 0px;
}


 .login_menu_container {
	padding-top: 2.5ex;
 }


 #par_loggin{
	margin:0px 0px 0px 0px;
	color:#ffffff;
	border-bottom:1px #000000 solid;
	background-color: #022d32;
	height: 50px;
 }


 #par_loggin a:link, #par_loggin a:visited{
    color:#ffffff;
    text-decoration:none;
 }

 a:link{
    text-decoration:none;
 }


 #par_loggin a:hover{
    color: #fec20b;
    text-decoration: none;
 }

.groople-selected-item{
    color: #f2920b !important;
}

.text-green{
    color: #259caa;
}

.text-pink{
    color: #ff9591;
}

.text-orange{
    color: #F29400;
}
.text-black{
    color: #000000;
}

/*----------------------------- nav bar css start --------------------------------------------*/

.navbar {
    min-height: 70px;
}

.groople-nav > li > a {
    font-weight: 600;
    letter-spacing: 1.2px;
    color: var(--navbar-text-color); /* added later remove for original condition */
}

.groople-nav > li > a:hover {
    background: none;
    color: var(--navbar-text-hover);/* added later remove for original condition*/
}

.groople-inner-nav > li > a {
    font-weight: 600;
    color: var(--navbar-text-color); /* added later remove for original condition */
    padding-bottom: 3px;
    padding-left: 0px;
    padding-right:0px;
    cursor: pointer;
}
.groople-inner-nav > li{
    padding-left:15px;
    padding-right:15px;
}

.groople-inner-nav > li > a:hover {
    background: none;
    color: var(--navbar-text-hover);/* added later remove for original condition*/
}

.groople-inner-nav-tab-selected{
    border-bottom: #f2920b solid 2px;
    color: #f2920b !important;
}

.nav hr {
    display: none;
}

.groople-logo {
    float: left;
}

@media screen and (min-width: 768px) {

    .groople-logo {
        margin-top: -33px;
    }

    .groople-nav {
        margin-left: 40px;
    }

    .groople-nav > li > a {
        padding: 30px 15px 10px 15px;
    }

    .groople-nav > li > a:hover {
       padding: 30px 15px 10px 15px;
    }

    .nav hr {
        height: 0.2rem;
        margin: 0;
        background: #2f749a;
        border: none;
        transition: .3s ease-in-out;
        display: block;
    }
}

@-moz-document url-prefix() {
  .nav hr {
    float: left;
  }
}


/**************************** nav bar css end  *****************************************/


@media screen and (min-width: 1024px){
    #header #logo {
            margin-top: -110px;
    }
}

#organization-list .label {
  font-size: 100%;
}


/*-----------------------------------  footer  css start ---------------------------------------------*/


.footer-bottom {
    background-color: #032e32;
    min-height: 30px;
    width: 100%;
    font-size: 12px;
}
.copyright {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
}
.design {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
    text-align: right;
}
.design a {
    color: #fff;
}
.design a:hover {
    color: #fec20b;
    text-decoration: none;
}

/********************************* footer css end *****************************************/



/*------------------------------------ phase 1,2,3 -------------------------------------------------*/

#parcours {
	float: right;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 0;
	padding-top: 1ex;
	position: relative;
	width: 27ex;
}

#parcours img {
	width: auto;
	height: 6.1ex;
}

#contener div #parcours {
	z-index: 50;
}

/*********************************** end phase 1,2,3 **************************************************/

/*------------------------------------   event steps   ------------------------------------------*/

#eventstepsdesc .pane {
	vertical-align: top;
	background-color: #f6f6f6;
	border-radius: 1.8ex;
	-moz-border-radius: 1.8ex;
	padding: 1.8ex;
}

#eventstepsdesc .pane > ul {
	padding-left: 2.15ex;
}

#eventstepsdesc .pane > li {
	border-style: none;
	list-style-type: disc;
}

#eventstepsdesc .pane.highlight {
	background-color: #FB4;
}

#eventstepsdesc .pane h1 {
	margin-top: 0px;
}

#eventstepsdesc .highlight h1 {
	color: #FFF;
}

.cadre #eventstepsdesc {
    border-collapse: separate;
    border-spacing: 1ex;
    margin: 0 -4ex;
}


/* Not Desktop */
@media screen and (max-width: 1024px){
	#tabselect {
		display: none;
	}

    .cadre #eventstepsdesc {
		display: block;
		margin-left: 2.25ex;
	}

    .cadre #eventstepsdesc tr {
        display: block;
        width: 100%;
    }

    .cadre #eventstepsdesc td {
        display: block;
        width: 100%;
        margin-bottom: 2ex;
    }

    .cadre #eventstepsdesc td:last-child {
        margin-bottom: 0;
    }

    .cadre #eventstepsdesc {
        margin-right: -2ex;
    }

}
/*********************************** event step end *************************************/


/*------------------------------------- SOUS MENU --------------------------------------*/


#currenteventdiv {
    margin-left: 23px;
    margin-bottom: 10px;
    font-weight: bold;
}


#sousmenu{
    clear:left;
    float:left;
    margin-top:20px;
    margin-left:10px;
}

#helpmenu{
    clear:left;
    float:left;
    margin-top:0px;
    margin-left:10px;
}
#chatmenu{
    clear:left;
    margin-left:10px;
}


.sousmenu2,
.chatmenu2,
.helpmenu2{
	padding:0 14px 0 10px;
}

.sousmenu2 span.disabled,
.chatmenu2 span.disabled,
.helpmenu2 span.disabled{
	color:#AAA;
}

.helpmenu2 .item {
    line-height: 23px;
    vertical-align: top;
    color: var(--icon-general-color);
}

.helpmenu2 .item:hover{
    color: var(--icon-hover-color);
    text-decoration: none !important;
}

.chatmenu2 .item {
    line-height: 23px;
    vertical-align: top;
    color: var(--icon-general-color);
}

.chatmenu2 .item:hover{
    cursor: pointer;
    color: var(--icon-hover-color);
    text-decoration: none !important;
}


.groople-selected-item span{
    color: #f2920b !important;
}
#currenteventdiv a{
    color: var(--left-menu-item-color);
}
.sousmenu2 span{
    color: var(--left-menu-item-color);
}
.sousmenu2 span:hover {
    color: #f2920b !important;
    text-decoration: none;
}

/*
#space{
	width:100%;
	height:10px;
}*/

/**************************** sous menu end *******************************************/


/*--------------------on / off switch css start -------------------------------*/


.onoffswitch {
    position: relative;
    width: 18ex;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #032e32; border-radius: 20px;
}

.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch-inner:before {
    padding-left: 10px;
    background-color: #f5af2e;
    color: #ffffff;
    content: attr(data-labelon);
}

.row.disabled .onoffswitch-inner:before,
ul.disabled .onoffswitch-inner:before {
    background-color: #d0d0d0;
}

.expertSwitch.disabled .onoffswitch-inner:before , .expertSwitch.disabled .onoffswitch-inner:after , .expertSwitch.disabled .onoffswitch-switch{
    background-color: #d0d0d0;
}

.expertSwitch.disabled .onoffswitch-switch , .expertSwitch.disabled .onoffswitch-label , .expertSwitch.disabled .onoffswitch-inner{
    cursor: not-allowed;
}



.onoffswitch-inner:after {
    padding-right: 10px;
    background-color: #FFFFFF; color: #999999;
    text-align: right;
    content: attr(data-labeloff);
}

.onoffswitch-switch {
    display: block; width: 18px; margin: 6px 6px 10px 6px;
    background: #FFFFFF;
    border: 2px solid #032e32; border-radius: 20px;
    position: absolute; top: 0; bottom: 0; right: 13ex;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}


/*********************on/off switch css end ************************************/


/*------------------------------------- BTN INPUT --------------------------------------*/

input, textarea, select {
	padding:3px 5px 3px 5px;
	border: var(--input-field-border-color) 2px solid;
	background-color: var(--input-field-background-color-before-select);
	-moz-border-radius: 5px;
	border-radius: 5px;
}

select {
	height: 40px;
}

input:hover, textarea:hover, select:hover {
	border: var(--input-field-border-color-hover) 2px solid;
    background-color: var(--input-field-background-color-before-select);
	/*
	border:#fff 2px solid;
	background-color:#f90;
	*/
}

input:focus, textarea:focus, select:focus {
	border: var(--input-field-border-color-select) 2px solid;
	outline: none;
    background-color: #ffffff;/*#ffc210;*/
	/*
	border:#fff 2px solid;
	background-color:#f90;
	*/
}

select:hover option {
  background-color: #fff;
}

input[readonly="readonly"],input[readonly="readonly"]:hover {
  background-color:#949494;
  border: #DA8 2px solid;
}

input[type="submit"]
{
	background-color:#CCC;
	border-color:#666;
	background-color: #f5af2e;/*#ffc210;*/
	color:#444;
}

input[type="submit"]:hover
{
	border:#999 2px solid;
}

input[type="submit"][disabled="disabled"],
input[type="submit"].disabled,
input[type="submit"][disabled="disabled"]:hover,
input[type="submit"].disabled:hover
input[type="submit"][disabled="disabled"]:active,
input[type="submit"].disabled:active
{
	background-color:#CCC;
	border-color:#999;
	color: #666;
}

input[type="image"][disabled="disabled"],
input[type="image"].disabled,
input[type="image"][disabled="disabled"]:hover,
input[type="image"].disabled:hover
input[type="image"][disabled="disabled"]:active,
input[type="image"].disabled:active
{
	border-color:#999;
	color: #666;
	background-color:#F4F4F4;
}

input[type="text"].wide
{
	width: 90%;
}

textarea{
	width: 90%;
}

.input-width-90 input {
    width: 90%;
}

.largetextbox {
	width: 300px;
}

/*************************************** BTN INPUT ************************************************/

/*------------------------------------- LI css start --------------------------------------*/

.list_with_bullet{
    list-style-type: disc !important;
}

.content_list > li{
    padding: 15px 10px 15px 10px;
    margin-right: 5%;
}
.content_list > li:hover{
    background-color: #f6f6f6;
}
.content_list .li1{
    background-color: #ffffff;
}

.content_list .li2{
    background-color: #ffffff;
}

li{
	border: solid 1px #fff;
	list-style-type:none;
	margin-bottom:3px;
}

li a:link{
	text-decoration:none;
}

.userlist-top-space > li{
    background: #ffffff;
}

.userlist-top-space > li:hover{
    background: #f9f9f9;
}

.userlist-top-space > li:nth-child(even){
    background: #f6f6f6;
}
.userlist-top-space > li:hover:nth-child(even){
    background: #f3f3f3;
}




.list-top-space > li{
    background: #ffffff;
}

.list-top-space > li:hover{
    background: #f9f9f9;
}

.list-top-space > li:nth-child(even){
    background: #f6f6f6;
}
.list-top-space > li:hover:nth-child(even){
    background: #f3f3f3;
}



/******************************** Li end *******************************************************/

/* --------------------------------------- Titre ------------------------------------- */

.cadre_titre{
    margin-left:27px;
	z-index:10;
}
/*
.titre_gauche{
	display: inline-block;
	vertical-align: top;
}

.titre_droit{
	display: inline-block;
	vertical-align: top;
}
*/
.titre_texte{
    display: inline-block;
    vertical-align: top;
    font-weight:bold;
    padding: 0 0 46px 0;
    color: #2f749a;
    font-size: 18px;
}

.content-title-groople{
    text-align: center;
    margin:auto;
    font-weight:bold;
    padding: 0 0 46px 0;
    color: var(--navbar-text-color);
    font-size: 18px;
}

/************************ Titre css end ************************************/



/*----------------------  event schedule page -----------------------*/


.flowgrid {
	padding-left: 2ex;
}

.flowgrid:first-child {
	padding-left: 0;
}


/******* event schedule page end ******/


/*------------------------------------- Table --------------------------------------*/

.icone_table{
	float:right;
	width:45px;
	margin-top:-15px;
}

.table1{
	background-color:#f9f9f9;
	padding:3px;
	vertical-align: top;
}

.table1 a:hover{
    text-decoration: none;
}

.table2{
	background-color:#f4f4f4;
	vertical-align: top;
	padding:3px;
}

.table2 a:hover{
    text-decoration: none;
}

.table1free{
	background-color:#FF8888;
	color: #880000;
	text-decoration: line-through;
	padding:3px;
}

.table2free{
	background-color:#FFBBBB;
	color: #880000;
	text-decoration: line-through;
	padding:3px;
}

.table-horizontal-scroll {
    display: block;
    overflow-x: scroll;
}

/******* table css end *******/

/*------------------------------------ icons -------------------------------------*/

.delete-icon {
    color: #f31126;
    cursor: pointer;
}

.delete-icon:hover {
    color: #dc0f22;
    text-decoration: none;
}

.edit-pencil-icon {
    color: #9c9c08;
}

.edit-pencil-icon:hover {
    color: #828207;
    text-decoration: none;
}

.add-plus-icon {
    color: #26b702;
}

.add-plus-icon:hover {
    color: #1f8806;
    text-decoration: none;
}

.icon-toolbar{
    margin: 0 5px 0 5px;
    cursor: pointer;
}

.icon-toolbar-apart{
    margin: 0 10px 0 10px;
    cursor: pointer;
}

.icon-general{
    color: var(--icon-general-color);
}

.icon-general:hover{
    color: var(--icon-hover-color);
    text-decoration: none !important;
}

.icon-general > a{
    color: var(--icon-general-color);
}
.icon-general > a:hover{
    color: var(--icon-hover-color);
    text-decoration: none;
}

.icon-general-inner{
    color: var(--icon-general-color);
}

.icon-general-inner:hover{
    color: var(--groople-orange);
    text-decoration: none !important;
}

.icon-general-inner > a{
    color: var(--icon-general-color);
}
.icon-general-inner > a:hover{
    color: var(--groople-orange);
    text-decoration: none;
}


.icon-orange{
    color: var(--groople-orange);
}

.icon-white{
    color: #ffffff
}

.icon-green{
    color: #43c329;
}
.icon-green:hover{
    color: #43c329;
}
.icon-golden{
    color: #f7ba2b;
}
.icon-golden:hover{
    color: #f2920b;
}


.icon-dim{
    color: #d2d1d1;
}
.icon-dim:hover{
    color: #c7c7c7;
    text-decoration: none;
    cursor: not-allowed;
}
.icon-dim > a{
    color: #d2d1d1;
}
.icon-dim > a:hover{
    color: #c7c7c7;
    cursor: not-allowed;
    text-decoration: none;
}


.icon-groople-redo{
    color: #d2d1d1;
}
.icon-groople-redo:hover{
    color: #ffad00;
}

.icon-groople-trash{
    color: #d2d1d1;
}
.icon-groople-trash:hover{
    color: #dc0f23;
}

.icon-groople-red-trash{
    color: #ea5d50;
}
.icon-groople-red-trash:hover{
    color: #dc0f23;
}


.icon-black{
    color: #4a4a4a;
}

.icon-black:hover {
    color: #000000;
}

.icon-yellow{
    color: #ffce58;
}

.icon-yellow:hover{
    color: #ffc843;
}

.icon-pink{
    color: #ff9591;
}

.icon-red{
    color: #ea5d50;
}

.icon-blue{
    color: #0085b2;
}

.icon-blue:hover{
    color: var(--groople-orange);
}

.icon-groople-green{
    color: #259caa;
}
.icon-groople-green:hover{
    color: var(--groople-orange);
}
.icon-navy{
    color: #1e5379;
}

/******************************* icons css end ***********************************/


/*----------------------------------- common/general --------------------------------------*/

.text_organge{
    color: #F2920B;
    cursor: pointer;
}
.text_organge:hover{
    color: #ff950b;
    text-decoration: underline;
}

.text-underline{
    text-decoration: underline;
}

.text_bold {
	font-weight:bold;
}

.inside-content-title{
    font-weight: 600;
}

.groople-button1-space{
    margin-right: 20px;
    margin-top: 20px;
}

.groople-button2-space{
    margin-bottom: 5%;
}

.tooltip_div {
	display: inline-block;
	width: 16px;
}
.tooltip-arrow,
.groople-tooltip + .tooltip > .tooltip-inner {background-color: var(--groople-green) !important;}


.phase_info_pane {
	position:relative;
	margin-right: 5%;
}

.phase_list {
	position:absolute;
	right:0px
}


.toolbar-list {
    margin-right: 10px;
}

.toolbar-list a:hover{
    text-decoration: none;
}


.column-border{
    border: 1px solid #f5f5f5;
    padding: 15px;
}
.border-topbottom{
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    padding: 15px 15px 15px 23px;
}
.left-menu{
    padding-left: 5%;

}
.left-menu-title{
    color: #F29305;
}

.groople-orange-text{
    color: #F29305;
}

.groople-text-counter{
    font-size: 12px;
}

.groople-button{
    border-color: #666;
    background-color: #f5af2e;
    color: #444;
}
.mt-size-10{
    margin-top: 10px;
}

.left-menu-content{
    padding-top: 5%;
}
.left-space-bottom-button{
    margin-left: 3%;
}


@media screen and (min-width: 1024px){
    .left-menu{
        min-height: 80vh;

    }
}

/*********************************** common/general *****************************************/


/*---------------------------------- Participant Search ----------------------------------------*/



.userlist-top-space{
    padding-top: 20px;
}

.username-left-gap{
    padding-left: 3.3ex;
}

.userlist-gap{
    padding-top: 1.6ex;
    padding-bottom: 1.6ex;
    margin-right: 5%;
}

.list-top-space{
    padding-top: 20px;
}

.list-gap{
    padding-top: 1.6ex;
    padding-bottom: 1.6ex;
    margin-right: 5%;
}

.list-index{
    margin-right: 0.3ex;
    font-weight: 500;
    width: 30px;
    display: inline-block;
    text-align: right;
}
.userlist-index{
    margin-right: 0.3ex;
    font-weight: 500;
    width: 30px;
    display: inline-block;
    text-align: right;
}

.supsub{
    position: absolute;
}

.subscript {
    color: #ff9900;
    display:block;
    position:relative;
    left:-14px;
    top: 34px;
}

.superscript {
    color: #ff6365;
    display:block;
    position:relative;
    left:1px;
    top: -24px;
}

.toolbar-list .subscript {
  color: #ff9900;
  display:block;
  position:relative;
  left: -6px;
  top: 14px;
}

.toolbar-list .superscript {
    color: #ff6365;
    display:block;
    position:relative;
    left:1px;
    top: -17px;
}


.superscript:hover {
    color: #f25c65;
}

.subscript:hover {
    color: #f69600;
}

.mass-message-button-top{
    top: 11px;
}

.icon-orange{
    color: #ff8d00;
}

.icon-grey{
    color: #bdbab5;
}

.label-search{
    display: inline-block;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: 700;
}

.label-search-semibold{
    display: inline-block;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: 600;
}
.simple-criterion-label{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 600;
}
.criterion-label{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
}

.mass-message-button{
    margin-left: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}


.icon-cog-participantperpage {
    float: right;
    cursor: pointer;
    margin-right:10%;
}



.text-push-right{
    text-align: right;
}

.text-push-left{
    text-align: left;
}

.scrollableContainer{
    overflow-x: scroll;
    width: 100%;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.spinner-participant-list {
   display: block;
   margin-left: auto;
   margin-right: auto;
 }

.template-select-prompt{
    color: red;
    padding-top:10px;
}

.collapsee{
   display:none;
}

.disabledtextinput{
	font-weight:bold;
}

.tableright {
	margin-left: 45%;
	width: 55%;
}


/************************************ Participant Search end ************************************/



/*--------------------------------------modal angular --------------------------------------*/


.modal-title-groople{
    background: #ffa619 !important;
    color: black;
    border: 16px solid #ffa619;
    border-radius: 5px;
    box-shadow: 1px 1px 6px grey
}

.modal-header-groople {
    padding-top: 0px !important;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 0px !important;
    margin-left: 25px;
    margin-top: -15px;
}

.modal-text{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #666;
}

.messaging-success-text{
    color: #4040A0;
    background: #b9dce9;
    border-radius: 7px;
    padding: 7px;
    margin-top: 21px;
}
.message-success-fontcolor{
    color: #4040A0 !important;
}

.modal-left-content{
    margin-left: 30px;
}

.modal-backdrop{
    z-index: 990 !important;
}


.content_justify_copylink {
  text-align: justify;
  text-justify: inter-character;
  word-break: break-all;
  cursor: copy;
  background-color: #eceaea;
  color: black;
}
/*********************************** modal angular end ****************************************/

/* --------------------------------------- Infos ------------------------------------- */


.frame_error_content{
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	min-height:20px;
	color: #C00000
}

.frame_error_content a {
	color: #400000 ! important
}


.frame_warning_content{
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	min-height:20px;
	color: #A0A000
}


.frame_info_content{
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	min-height:20px;
	color: #4040A0
}

.frame_assistant.top{
	margin-bottom: 10px;
}

.frame_assistant.bottom{
	margin-top: 10px;
}

.frame_assistant_content{
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:0px;
	min-height:20px;
	color: #FFFFFF;
	width:750px;
}

.frame_assistant_content ul {
	padding-left: 14px;
}

.frame_assistant_content li,
.frame_assistant_content li:hover {
	border-style: none;
	list-style-type: disc;
}

.frame_assistant_content table{
	width: 720px;
	font-size: 12px;
}

.frame_assistant_content input[type="button"]
{
	border-color:#FFF;
	background-color:#666;
	color:#FFF;
}

.frame_assistant_content input[type="button"]:hover
{
	border:#666 2px solid;
	background-color:#FFF;
	color:#666;
}


#successmessage, #ng-successmessage {
	position: relative;
	width:750px;
}

#successmessage>div , #ng-successmessage>div{
	position: absolute;
	top: -40px;
	right: -5px;
	width:174px;
}

.frame_success_top{
	background-image:url(../../img/base/frame_success_top.png);
	background-repeat:no-repeat;
	width:174px;
	height:9px;
}

.frame_success_bottom{
	background-image:url(../../img/base/frame_success_bottom.png);
	background-repeat:no-repeat;
	width:174px;
	height:9px;
}

.frame_success_content{
	background-image:url(../../img/base/frame_success_middle.png);
	background-repeat:repeat-y;
	width:174px;
	padding-left:15px;
	padding-right:15px;
	padding-top:0px;
	min-height:10px;
	color: #009000
}

/******** info end ************************/

/**        activity page css                     */


.panel .treenode,
.panel .treenode2 {
	min-height: 5ex;
	padding-top: 0.75ex;
}

.collapser img.collapser-collapsed,
.collapser.collapsed img.collapser-expanded {
	display: none;
}

.collapser.collapsed img.collapser-collapsed,
.collapser img.collapser-expanded {
	display: inline-block;
}

.treenode, .treenode2 {
	overflow: hidden;
	padding-bottom: 0.5ex;
}


.branch {
	padding-right: 15px;
}


li.branch:hover {
	border: 1px solid transparent;
}

.treenode input[type=image],
.treenode2 input[type=image] {
	border: none;
}

.treenode input[type=image]:hover,
.treenode2 input[type=image]:hover {
	border: none;
	background-color: inherit;
}

.parens:after { content: ')' }
.parens:before { content: ' (' }
.treenode > div,
.treenode2 > div {
  padding-top: 0.25ex;
  padding-bottom: 0.4ex;
}

.panel {
	border: 0px;
}

.panel-heading {
  border-top-left-radius: 0.35ex;
  border-top-right-radius: 0.35ex;
}


.activityTreeErrors
{
	background-color: #f88;
	color: #600;
	border: none;
}

.activityTreeErrors li
{
	border: none;
	list-style-type: disc;
	margin-left: 30px;
}

.cadre_info .treenode,
.cadre_info .treenode2,
.panel .treenode,
.panel .treenode2,
.cadre_info .treenodelevel2,
.cadre_info .treenodelevel3{
	width: auto;
}


.treenode1{
    background: #ffffff;
    cursor: pointer;
}

.treenode1:hover{
    background: #f9f9f9;
}

.treenode2{
    background: #f6f6f6;
    cursor: pointer;
}
.treenode2:hover{
    background: #f3f3f3;
}

.cadre_info .icone {
	width: auto;
}

.nom_anim{
	width:65%;
	margin-bottom:5px;
 	line-height: 21px;
 	vertical-align: middle;
 	padding-left:5px;
	display: inline-block;
}

.nom_anim_1{
	width:65%;
	float:left;
	margin-bottom:5px;
 	line-height: 15px;
 	vertical-align: middle;
 	padding-left:5px;
}

.icone{
	width:30%;
	min-height:30px;
	line-height: 30px;
	vertical-align: middle;
 	padding-left:5px;
	display: inline-block;
}
.icon-minimal{
    top: -3px;
	width:30%;
	min-height:35px;
	vertical-align: middle;
 	padding-left:5px;
	display: inline-block;
}

.treenode{
	width:750px;
}

.treenode2{
	width:750px;
}

.treenodedisabled
{
	text-decoration: line-through;
}

.treenodelevel2{
	margin-left: 5ex;
	width:auto;
}

.treenodelevel3{
	margin-left:80px;
	width:670px;
}

/* ------------- email status ---------------*/
.table-container{
    margin: 0 3% 3% 3%;
}

/************* email status end *****/


/*----------------presence, choice and attribution inner tab -----------------------------*/

.cadre_info .cadre_contenu_contenu {
  background: none;
  width: auto;
}

.presence-attribution-container {
    background: none;
    width: auto;
    margin-right: 3%;
}

.scrollablecontent{
	overflow-x: scroll !important;
	width: 100%;
	padding: 0 3% 3% 3%;
}


/* width */
.scrollablecontent::-webkit-scrollbar {
      height: 3px;
      background-color: #FFFFFF;
}

/* Track */
.scrollablecontent::-webkit-scrollbar-track {
      background: #ffffff;
      box-shadow: inset 0 0 1px grey;
}

/* Handle */
.scrollablecontent::-webkit-scrollbar-thumb {
      background: #f2920b;
}

/* Handle on hover */
.scrollablecontent::-webkit-scrollbar-thumb:hover {
    background: orange;
}
/*
.user-availability > tbody{
    width: 100% !important;
    display: table;
}*/

.user-availability tr.thead th.empty {
	background-color: #ffffff;
	border-left: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

.user-availability th.empty-last {
	background-color: #ffffff;
	border-left: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
    border-bottom: 2px solid #000;
}



.user-availability tr th {
	text-align: right;
}

.user-availability tr.thead th {
	text-align: center;
}

.user-availability th {
	background-color: #F4F4F4;
}

.user-availability th,
.user-availability td {
  padding: 1ex;
	border: 2px solid black;
}

.user-availability a.available:link,
.user-availability a.available:visited,
.user-availability a.available:active,
.user-availability a.available:hover {
	color: #39d817;
}

.user-availability a.unavailable:link,
.user-availability a.unavailable:visited,
.user-availability a.unavailable:active,
.user-availability a.unavailable:hover {
	color:  #e06666;
}


.user-availability td.missing {
	background-color: #f2f2f2;
}

.user-availability td.exists.available {
	background-color: #39d817;
}

.user-availability td.exists.unavailable {
	background-color: #e06666;
}

.user-availability a.btn-nochange:link,
.user-availability a.btn-nochange:visited,
.user-availability a.btn-nochange:active,
.user-availability a.btn-nochange:hover,
.user-availability a.btn-lock:link,
.user-availability a.btn-lock:visited,
.user-availability a.btn-lock:active,
.user-availability a.btn-lock:hover,
.user-availability a.btn-unlock:link,
.user-availability a.btn-unlock:visited,
.user-availability a.btn-unlock:active,
.user-availability a.btn-unlock:hover {
	color: #563300;
}

.user-availability a.btn-remove-attributions:link,
 .user-availability a.btn-remove-attributions:visited,
 .user-availability a.btn-remove-attributions:active,
 .user-availability a.btn-remove-attributions:hover {
	color: #ff0000;
}

.user-availability a.btn-remove-attributions:link,
.user-availability a.btn-remove-attributions:visited,
.user-availability a.btn-remove-attributions:active,
.user-availability a.btn-remove-attributions:hover,
.user-availability a.btn-remove-attributions:link u,
.user-availability a.btn-remove-attributions:visited u,
.user-availability a.btn-remove-attributions:active u,
.user-availability a.btn-remove-attributions:hover u {
	text-decoration: none;
}

.user-availability td {
	vertical-align: top;
}


.user-availability .btn-controls .btn-start {
	float: left;
}

.user-availability .btn-controls .btn-end {
	float: right;
}

.user-availability .btn-end a:link,
.user-availability .btn-end a:visited,
.user-availability .btn-end a:active,
.user-availability .btn-end a:hover,
.user-availability .btn-end a:link u,
.user-availability .btn-end a:visited u,
.user-availability .btn-end a:active u,
.user-availability .btn-end a:hover u {
	text-decoration: none;
}


#possibleAttributionsModal .modal-title {
  display: inline-block;
}

.user-availability-control-panel {
    padding-top: 2ex;
}

.user-availability .spacer td {
	border: none;
}

.user-availability .btn-controls {
	font-size: 150%;
}

.user-availability .cell-header {
    display: block;
    width: 100%;
    margin-bottom: 0.75ex;
}

h2.user-detail-choices-header {
    margin-top: 2ex;
}

.markedgroup .info {
	display: inline-block;
	width: calc(100% - 42px);
}
.markedgroup .partners {
	display: inline-block;
	vertical-align: top;
}


/*************** presence, choice and attribution inner tab end **************************/

/*------------------------------ attributions ------------------------------------------------*/
/*
.animation-wrapper{
  height:50px;
  width:50px;
  padding:20px;
  margin:10px auto;
  background-color:#dfe7eb;
  color:#667984;
  font-family: 'Roboto', sans-serif;
  text-align:center;
  text-transform:uppercase;
  font-weight:500;
}*/

  .fa-animation{
    height:17px;
    /*width: 40px;*/
    margin: -17px 0 0 0;
    position:relative;
  }

  .fa-animation .fa{position:absolute;}

  .cog-lg{font-size:45px; top:8px; left:0px;}
  .cog-md{font-size:30px; top:0px; left:40px;}
  .cog-sm{font-size:24px; top:30px; left:39px;}

  .cog-text{
    margin-left: 80px;
  }

  .cursor-forefinger{
    cursor: pointer;
  }


table.compacttable {
	cellspacing: 0px;
	width:95%;
	border-style:none;
	border-collapse:collapse;
}

table.compacttable td {
	padding: 10px !important;
	border-top: 1px solid #f3f3f3 !important;
	border-bottom: 1px solid #f3f3f3 !important;
	border-left: 0px;
	border-right: 0px;
}

table.compacttable th {
	padding:10px;
	text-align:left;
	background-color: #135256;
	color: #ffffff;
	border-top: 1px solid #f3f3f3 !important;
	border-left: 1px solid #f3f3f3 !important;
	border-right: 1px solid #f3f3f3 !important;
}

table.compacttable tr:nth-child(odd) {
	background-color: #F3f3f3;
}

table.compacttable tr:nth-child(even) {
	background-color: #FFFFFF;
}

table.compacttable tr.title {
	background-color: var(--groople-green);
	font-weight:bold
}

table.compacttable tr.title a {
    color: white !important;
}
table.compacttable tr.title a:hover {
    color: #ffad00 !important;
}
.compacttable .group  a {
    color: var(--icon-general-color) !important;
}

.compacttable .group  a:hover {
    color: var(--icon-hover-color) !important;
}


table.eventdisplaytable {
	cellspacing: 0px;
	width:95%;
	border-style:none;
	border-collapse:collapse;
}

table.eventdisplaytable td {
	padding: 15px !important;
	border-top: 1px solid #f3f3f3 !important;
	border-bottom: 1px solid #f3f3f3 !important;
	border-left: 0px;
	border-right: 0px;
}

table.eventdisplaytable th {
	padding:15px !important;
	text-align:left;
	background-color: #135256;
	color: #ffffff;
	border-top: 1px solid #f3f3f3 !important;
}

table.eventdisplaytable tr:nth-child(odd) {
	background-color: #F3f3f3;
}

table.eventdisplaytable tr:nth-child(even) {
	background-color: #FFFFFF;
}

table.eventdisplaytable tr.title {
	background-color: var(--groople-green);
	font-weight:bold
}

table.eventdisplaytable tr.title a {
    color: white !important;
}
table.eventdisplaytable tr.title a:hover {
    color: #ffad00 !important;
}
.eventdisplaytable .group  a {
    color: var(--icon-general-color) !important;
}
.eventdisplaytable .group  a:hover {
    color: var(--icon-hover-color) !important;
}
.eventdisplaytable tr td:first-child {
  width: 30em;
  min-width: 30em;
  max-width: 30em;
  word-break: break-all;
}
.eventdisplaytable tr td:nth-child(2) {
  width: 5em;
  min-width: 5em;
  max-width: 5em;
  word-break: break-all;
  padding-top: 21px !important;
}




table.codetable {
	cellspacing: 0px;
	width:95%;
	border-style:none;
	border-collapse:collapse;
}

table.codetable td {
	padding: 15px !important;
	border-top: 0px !important;
	border-bottom: 0px  !important;
	border-left: 0px;
	border-right: 0px;
}

table.codetable th {
	padding:15px !important;
	text-align:left;
	background-color: #135256;
	color: #ffffff;
	border-top: 1px solid #f3f3f3 !important;
}

table.codetable tr:nth-child(odd) {
	background-color: #F3f3f3;
}

table.codetable tr:nth-child(even) {
	background-color: #FFFFFF;
}

table.codetable tr.title {
	background-color: var(--groople-green);
	font-weight:bold
}

table.codetable tr.title a {
    color: white !important;
}
table.codetable tr.title a:hover {
    color: #ffad00 !important;
}
.codetable .group  a {
    color: var(--icon-general-color) !important;
}
.codetable .group  a:hover {
    color: var(--icon-hover-color) !important;
}

.codetable-icon{
    margin-top: 5px;
}

.text-left{
    text-align: left;
}


dl.criterionInfo {
    margin: 0 0 0 1em;
}

.title dl.criterionInfo dt, .title .criterionInfo dd {
    display: inline-block;
    font-weight: normal;
    color: white !important;
}
.group dl.criterionInfo dt, .group .criterionInfo dd {
    display: inline-block;
    font-weight: normal;
    color: var(--icon-general-color) !important;
}

/***************************** attributions end **********************************************/

/*--------------------------- toolbar checkmark -----------------------------------------------------------------*/

.label-cbx {
  user-select: none;
  cursor: pointer;
  top: 3px;
  position: absolute;
}
.label-cbx input:checked + .checkbox {
  border-color: #f29305;
}
.label-cbx input:checked + .checkbox svg path {
  fill: #f29305;
}
.label-cbx input:checked + .checkbox svg polyline {
  stroke-dashoffset: 0;
}
.label-cbx:hover .checkbox svg path {
  stroke-dashoffset: 0;
}
.label-cbx .checkbox {
  position: relative;
  top: 2px;
  float: left;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  border: 2px solid #21666b;
  border-radius: 3px;
}
.label-cbx .checkbox svg {
  position: absolute;
  top: -2px;
  left: -2px;
}
.label-cbx .checkbox svg path {
  fill: none;
  stroke: #f29305;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 71px;
  stroke-dashoffset: 71px;
  transition: all 0.6s ease;
}
.label-cbx .checkbox svg polyline {
  fill: none;
  stroke: #FFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 18px;
  stroke-dashoffset: 18px;
  transition: all 0.3s ease;
}
.label-cbx > span {
  pointer-events: none;
  vertical-align: middle;
}

.invisible {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  opacity: 0;
}


/************************************** toolbar checkmark end *************************************************/

/*----------------------------------- collapser ----------------------------------------------*/

h1.collapsertext{
	font-size:16px;
	font-weight: bold;
}

a.collapser{
	color: #1f666b
	text-decoration:none;
}

a.collapser:hover{
   text-decoration:underline;
}

a.collapser span.dspchar{
   font-family:monospace;
   font-weight:normal;
}


/**********************************end collapser *******************************************>

/*---------------------- participant portal setting treeview ------------------------------------*/

.tree-outer{
    margin-right: 3.7%;
}
/*
.treeview,
.treeview ul{
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.treeview li{
  padding-left: 27px;
  position: relative;
  font-size: 1rem;
  margin-top: 4px;
  display: flex;
  flex-direction: column
}
.treeview > li{
  padding-left: 0;
}

.treeview ul{
  max-height: 30px;
  -webkit-transition: .8s ease;
  -moz-transition: .8s ease;
  -ms-transition: .8s ease;
  -o-transition: .8s ease;
}

.treeview li input:nth-of-type(1):checked ~ ul{
  max-height: 1000px;
}

.treeview li .label-div{
  padding: 16px;
  padding-left: 78px;
  background-color: #f3f3f3;
  border-radius: 5px;
  height: 65px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.treeview li .label-div i{
  font-size: 14px
}
.treeview li .label-div > span{
  margin: 0 20px
}

.treeview li .label-div select {
	border: none;
	background-color: var(--input-field-background-color-before-select);
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

.treeview li .label-div input[type="checkbox"] {
      background: orange;
      border: #7f83a2 1px solid;
      cursor: pointer;
   }

.treeview li .label-div:hover .icon-display{
    color: var(--groople-green);
}

.treeview .text-muted-treeview li .label-div:hover .icon-display{
    color: #d3d3d3 !important;
}

.treeview li .label-div select:focus,
.treeview li .label-div select:hover{
	border: var(--input-field-border-color-hover) 2px solid;
	background-color: var(--input-field-background-color-before-select);
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.treeview li .label-div input[type=number]{
  width: 75px;
  color: #676A6C;
  background: white;
  border: none;
  border-radius: 3px;
  padding: 9px;
  margin-left: 10px;
  cursor: pointer;
}
.treeview li .label-div input[type=number]:focus,
.treeview li .label-div input[type=number]:hover{
  background: white;
  border: var(--input-field-border-color-hover) 2px solid;
}
.treeview li .label-div input[type=text]{
  width: 70%;
  color: #676A6C;
  background: white;
  border: none;
  border-radius: 3px;
  padding: 9px;
  margin-left: 10px;
  cursor: pointer;
}
.treeview li .label-div input[type=text]:focus,
.treeview li .label-div input[type=text]:hover{
  background: white;
  border: var(--input-field-border-color-hover) 2px solid;
}

.treeview li .label-div:not(.child):before{
  position: absolute;
  margin-left: -16px;
}

.treeview .ball{
  left: 16px;
  margin-left: -60px;
  padding-right: 30px;
}
.treeview .ball:before{
  color: var(--groople-green);
  position: relative;
  display: flex;
  border-radius: 50%;
  align-items: center;
  height: 23px;
  width: 23px;
  font-size: 14px;
  font-weight: bold;
  justify-content: center;
  content: attr(data-id);
}


.treeview .text-muted-treeview .ball:before{
  color: #b2b2b2 !important;
  position: relative;
  display: flex;
  border-radius: 50%;
  align-items: center;
  height: 23px;
  width: 23px;
  font-size: 14px;
  font-weight: bold;
  justify-content: center;
  content: attr(data-id);
}

.treeview .icon-display{
  margin-left: auto;
  color: white;
}
.treeview .icon-display i{
  margin-left: 15px
  color: white !important;
  font-size: 21px !important;
}

.text-muted-treeview{
    color: #b2b2b2;
}
*/

.treeview .accordion-check-box {
  display:none
}


.treeview,
.treeview ul{
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.treeview li{
  padding-left: 27px;
  position: relative;
  font-size: 1rem;
  margin-top: 4px;
  display: flex;
  flex-direction: column
}
.treeview > li{
  padding-left: 0;
}

.treeview ul{
  max-height: 0;
  -webkit-transition: .8s ease;
  -moz-transition: .8s ease;
  -ms-transition: .8s ease;
  -o-transition: .8s ease;
}

.treeview li input:nth-of-type(1):checked ~ ul{
  max-height: 20000px;
}

.treeview li label{
  padding: 16px;
  padding-left: 78px;
  background-color: #f3f3f4;
  cursor: pointer;
  border-radius: 5px;
  height: 65px;
  font-size: 13px;
  display: flex;
  align-items: center;
}
.treeview li label i{
  font-size: 14px
}
.treeview li label > span{
  margin: 0 20px
}
/*
.treeview li label input[type=text]{
  flex: 1;
  color: #676A6C;
  background: white;
  border: none;
  border-radius: 3px;
  transition: .2s ease;
  padding: 9px;
  margin-left: 10px;
  background: none
}
.treeview li label input[type=text]:focus,
.treeview li label input[type=text]:hover{
  background: white
}


*/

.treeview li label select {
	border: none;
	background-color: var(--input-field-background-color-before-select);
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}


.treeview li label select:focus,
.treeview li label select:hover{
	border: var(--input-field-border-color-hover) 2px solid;
	background-color: var(--input-field-background-color-before-select);
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.treeview li label input[type=number]{
  width: 75px;
  color: #676A6C;
  background: white;
  border: none;
  border-radius: 3px;
  padding: 9px;
  margin-left: 10px;
  cursor: pointer;
}
.treeview li label input[type=number]:focus,
.treeview li label input[type=number]:hover{
  background: white;
  border: var(--input-field-border-color-hover) 2px solid;
}
.treeview li label input[type=text]{
  width: 70%;
  color: #676A6C;
  background: white;
  border: none;
  border-radius: 3px;
  padding: 9px;
  margin-left: 10px;
  cursor: pointer;
}
.treeview li label input[type=text]:focus,
.treeview li label input[type=text]:hover{
  background: white;
  border: var(--input-field-border-color-hover) 2px solid;
}



.treeview li label:not(.child):before{
  transition: .3s ease;
  position: absolute;
  margin-left: -16px;
}

.treeview li label .label-name{
    margin-left: 20px;
}
.treeview li > .node-expandable:before{
  font-size: 14px;
  font-family: 'Font Awesome\ 5 Free';
  content: "\f054";
  border-radius: 50%;
  text-shadow: 3px 2px 5px rgb(0 0 0 / 50%);
  animation: pulse-black 2s 5;
}

@keyframes pulse-black {
  0% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(31, 102, 107, 0.7);
  }

  70% {
    transform: scale(1.3);
    box-shadow: 0 0 0 10px rgba(31, 102, 107, 0);
  }

  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(31, 102, 107, 0);
  }
}

.treeview li input[type=checkbox]:checked + label:before{
  transform: rotate(90deg);
}

.treeview .editorTextLimit{
    display: flex;
    justify-content : flex-end;
}

.treeview .editorTextErrorMessage{
    display: flex;
    justify-content: flex-end;
    color: red;
}

.treeview .ball{
  left: 16px;
  margin-left: -60px;
  padding-right: 30px;
}

.treeview .ball-timer{
  left: 16px;
  margin-left: -60px;
  padding-right: 30px;
}

.treeview   .ball-timer:before{
  color: #fff;
  position: relative;
  display: flex;
  border-radius: 50%;
  background-color: #F29305;
  align-items: center;
  height: 23px;
  width: 23px;
  font-size: 13px;
  justify-content: center;
  font-family: 'Font Awesome\ 5 Free';
  content: attr(data-id);
}

.treeview .ball-general,.ball-green,.ball-red,.ball-orange, .ball-gray {
  left: 16px;
  margin-left: -60px;
  padding-right: 30px;
}

.treeview   .ball-orange:before{
  color: #fff;
  position: relative;
  display: flex;
  border-radius: 50%;
  background-color: var(--groople-orange);
  align-items: center;
  height: 23px;
  width: 23px;
  font-size: 13px;
  justify-content: center;
  font-family: 'Font Awesome\ 5 Free';
  content: attr(data-id);
}

.treeview   .ball-general:before{
  color: #fff;
  position: relative;
  display: flex;
  border-radius: 50%;
  background-color: var(--groople-green);
  align-items: center;
  height: 23px;
  width: 23px;
  font-size: 13px;
  justify-content: center;
  font-family: 'Font Awesome\ 5 Free';
  content: attr(data-id);
}
.treeview   .ball-green:before{
  color: #fff;
  position: relative;
  display: flex;
  border-radius: 50%;
  background-color: #3eac4c;
  align-items: center;
  height: 23px;
  width: 23px;
  font-size: 13px;
  justify-content: center;
  font-family: 'Font Awesome\ 5 Free';
  content: attr(data-id);
}
.treeview   .ball-red:before{
  color: #fff;
  position: relative;
  display: flex;
  border-radius: 50%;
  background-color: #fb5053;
  align-items: center;
  height: 23px;
  width: 23px;
  font-size: 13px;
  justify-content: center;
  font-family: 'Font Awesome\ 5 Free';
  content: attr(data-id);
}

.treeview   .ball-gray:before{
  color: #fff;
  position: relative;
  display: flex;
  border-radius: 50%;
  background-color: #d0d0d0;
  align-items: center;
  height: 23px;
  width: 23px;
  font-size: 13px;
  justify-content: center;
  font-family: 'Font Awesome\ 5 Free';
  content: attr(data-id);
}

.treeview .portal-closed  .ball-green:before{
  opacity: 0.5;
}
.treeview .portal-closed  .ball-orange:before{
  opacity: 0.5;
}
.treeview .portal-closed  .ball-red:before{
  opacity: 0.5;
}
.treeview .portal-closed  .ball-gray:before{
  opacity: 0.5;
}
.treeview .portal-closed  .ball-general:before{
  opacity: 0.5;
}
.treeview .action-list{
  margin-left: auto
}
.treeview .action-list i{
  margin-left: 15px
}


.empty-heart{/* font awesome full and empty heart has same unicode, so we need to change font weight 400 for empty heart*/
    font-weight: 400;
}

.checkbox-text{
    top: -2px;
    position: relative;
}


/******* participant portal setting, tree view end ******************************/

/* -------------- header count down timer ---------------------  */

.countdown-container {
  color: var(--navbar-text-color);
  margin: 11px 11px 0 0;
  text-align: center;
}

.countdown-container h1 {
  font-weight: normal;
  letter-spacing: .125rem;
  text-transform: uppercase;
}

.countdown-container li {
  display: inline-block;
  font-size: 0.5rem;
  list-style-type: none;
  padding: 0.2rem 0.5rem 0.2rem 0.5rem;
  text-transform: uppercase;
}

.countdown-container li span {
  display: block;
  font-size: 1.5rem;
}

.countdown-container .message {
  font-size: 1rem;
}

#content {
  display: none;
  padding: 1rem;
}


@media all and (max-width: 768px) {
  .countdown-container h1 {
    font-size: 1.5rem;
  }

  .countdown-container li {
    font-size: 0.5rem;
    padding: .75rem;
  }

  .countdown-container li span {
    font-size: 1.5rem;
  }
}

.icon-background-green{
    background: #3eac4c;
    border-radius: 20px;
    padding: 5px 7px 5px 7px !important;
    margin: 7px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.icon-background-red{
    background: #fb5054;
    border-radius: 20px;
    padding: 5px 7px 5px 7px !important;
    margin: 7px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.icon-background-orange{
   background: #F29305;
   border-radius: 20px;
   padding: 5px 7px 5px 7px !important;
   margin: 7px;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.icon-background-dim{
    opacity: 0.5;
}

.top-status-chart-diagram{
    width: 120%;
    margin-left: 50px;
}
.text-light-green{
    color: #7fdeaa;
}
.text-light-pink{
    color: #ffa9b7;
}
.text-light-orange{
    color: #ffc100;
}

/* ----------------------  stop button attribution engine ------------------------------------ */

#main-circle {
  width: 100px;
  height: 100px;
  margin: 5% auto;
  background: linear-gradient(#DF293A, #EF495A);
  border-radius: 75px;
  box-shadow: 3px 9px 10px #f9a0aa;
  transition: all .15s ease-in;
}


#inner-circle {
  position: relative;
  color: #FFF;
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
  font-family: "Lato", Verdana, sans-serif;
  font-size: 15px;
  padding-top: 25px;
  width: 75px;
  height: 75px;
  border-radius: 96px;
  background: radial-gradient(#EF495A, #DE2839);
  box-shadow: 1px 2px 1px rgba(255, 255, 255, 0.15) inset;
  margin: 0 auto;
  top: 13px;
}

#main-circle:hover {
  box-shadow: 0px 1px 1px #f9a0aa;
  cursor: pointer;
}

/*********************** stop button attribution engine end **********************************/


/*------------------------ attribution engine button --------------------------------------------*/
.button-engine {
  background-color: #f2f2f2;
  background-image: linear-gradient(to bottom, #f2f2f2, #f2f2f2);
  border: 1px solid #bfbfbf;
  box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #d9d9d9, inset 0 0 0 1px #f2f2f2, 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #8c8c8c;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  padding: 9px 16px 9px;
  margin: 16px 0 0 16px;
  transition: all 20ms ease-out;
  vertical-align: top;
}
.button-engine:hover, .button-engine:focus {
  background: #f2f2f2;
  border-color: #8c8c8c;
  box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #d9d9d9, inset 0 0 0 1px #f2f2f2;
}
.button-engine:active {
  background: #f2f2f2;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}
.button-engine .fa {
  color: #bfbfbf;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.button-orange{
    background: #f29305 !important;
    border-color: #773300 !important;
    box-shadow: inset 0 1px 0 #ffb984, inset 0 -1px 0 #db6f1d, inset 0 0 0 1px #f59851 !important;
    text-decoration: none;
    color: #ffffff;
}

.button-red {
  background-color: #df293b;
  background-image: linear-gradient(to bottom, #fb3f51, #df293b);
  border: 1px solid #f5394c;
  box-shadow: inset 0 1px 0 #f3818c, inset 0 -1px 0 #f16d79, inset 0 0 0 1px #f38a94, 0 2px 4px rgb(0 0 0 / 20%);
  color: white;
  text-shadow: 0 1px 2px rgb(0 0 0 / 30%);
}
.button-red:hover, .button-red:focus {
  background: #c70a3b;
  border-color: #d31a3b;
  box-shadow: inset 0 1px 0 #f3818c, inset 0 -1px 0 #f16d79, inset 0 0 0 1px #f38a94, 0 2px 4px rgb(0 0 0 / 20%);
  text-decoration: none;
  color: #ffffff;
}


.button-green {
  background-color: #21666b;
  background-image: linear-gradient(to bottom, #457c81, #21666b);
  border: 1px solid #21666b;
  box-shadow: inset 0 1px 0 #749da0, inset 0 -1px 0 #357176, inset 0 0 0 1px #7ea3a6, 0 2px 4px rgba(0, 0, 0, 0.2);
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  width: 70%;
}
.button-green:hover, .button-green:focus {
  background: #f29305;
  border-color: #773300;
  box-shadow: inset 0 1px 0 #ffb984, inset 0 -1px 0 #db6f1d, inset 0 0 0 1px #f59851;
  text-decoration: none;
  color: #ffffff;
}
.button-green:active {
  background: #f29305;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}
.button-green .fa {
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}


.rotating-cog-left{
    top: 2%;
    transform: scale(7);
    position: absolute;
    color: #f1f1f1;
    z-index: -1;
}

.rotating-cog-right{
    top: 2%;
    left:35%;
    transform: scale(7);
    position: absolute;
    color: #f1f1f1;
    z-index: -1;
}
/*************************attribution engine button end ******************************************/

.info-msg,
.success-msg,
.warning-msg,
.error-msg {
  margin: 10px 0;
  padding: 10px;
  border-radius: 3px 3px 3px 3px;
}
.info-msg {
  color: #059;
  background-color: #BEF;
}
.success-msg {
  color: #270;
  background-color: #DFF2BF;
}
.warning-msg {
  color: #9F6000;
  background-color: #FEEFB3;
}
.error-msg {
  color: #D8000C;
  background-color: #FFBABA;
}

.status-info-bloc-overflow {
    max-height: 500px;
    overflow: auto;
    overflow-x: hidden;
}


/*------------------------- progress bar -----------------------------**/

div.lightprogressbar
{
	display:inline-block;
	width:60px;
	height:12px;
	border-style:solid;
	border-width:1px;
	border-color:black;
	height:12px;
	border-style:solid;
	border-width:1px;
	background-color: transparent;
}

div.lightprogressbar > div
{
	position:relative;
	width:30px;
	height:10px;
	background-color:black;
	left:1px;
	top:1px;
}

/****** progress bar end ********/

/*--------------------- manage attribution ------------------------*/

.possible-value-topgap{
    margin-top: 21px !important;
}


/******************* manage attribution end *************************/

/******************* attribution engine inputs *************************/

.txt_minPeriods_chkNull{
    width:79%
}

.txt_maxPeriods_chkNull{
    width:79%
}

.txt_dailyPeriods_chkNull{
    width: 79%;
}

.txt_dayGroupsPeriods_chkNull{
    width: 79%;
}

/******************* attribution engine inputs *************************/

/*---------------------- pretty checkbox override --------------------------*/

.pretty .state label:after,.pretty .state label:before{content:'';width:calc(1em + 2px);height:calc(1em + 2px);display:block;box-sizing:border-box;border-radius:0;border:1px solid #bdc3c7 !important;z-index:0;position:absolute;left:0;top:calc((0% - (100% - 1em)) - 8%);background-color:#ffffff !important;}

.pretty input:checked~.state.p-readonly label:after,.pretty.p-toggle .state.p-readonly label:after{background-color:#ffac0b!important}.pretty input:checked~.state.p-readonly .icon,.pretty input:checked~.state.p-readonly .svg,.pretty.p-toggle .state.p-readonly .icon,.pretty.p-toggle .state.p-readonly .svg{color:#fff;stroke:#fff}
.pretty.p-switch input:checked~.state.p-readonly:before{border-color:#ffac0b}.pretty.p-switch.p-fill input:checked~.state.p-readonly:before{background-color:#ffac0b!important}.pretty.p-switch.p-slim input:checked~.state.p-readonly:before{border-color:#2390b0;background-color:#2390b0!important}

/********************** pretty checkbox end ***************************/


/*----------- ui-grid table -----------------*/




.ui-grid-icon-menu:before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    content: "\f013" !important;
    font-size: 27px;
    margin-top: -3px;
}
.ui-grid-icon-menu:hover{
    color: #f29305;
}
.ui-grid-icon-angle-down:hover{
    color: #f29305;
}

.filterContainerWapper {
    position: absolute;
    top: 5px;
    left: 75px
}

.ui-grid-header-cell .ui-grid-cell-contents {
     /*height: 48px;*/
     white-space: normal;
     -ms-text-overflow: clip;
     -o-text-overflow: clip;
     text-overflow: clip;
     overflow: visible;
}

#uigridtable{
    height: 85vh;
}

.ui-grid-activity-attribution{
    width: 99%;
    padding-bottom: 0px;
}


.text-bold{
    font-weight: bold;
}

.grid {
  height: auto !important;
  width: 98%;
  padding-bottom: 30px;
}

.grid-activity-manager {
  height: auto !important;
  width: 98%;
  padding-bottom: 50px;
}

.activity-manager-grid-container{
    padding-bottom: 3ex;
}

.activity-manager-grid-container  .ui-grid {
    height: auto !important;
}

.activity-manager-grid-container  .ui-grid-viewport {
    height: auto !important;
}


.my-custom-menu {
  position: absolute;
}

.my-custom-menu .ui-grid-menu {
  padding: 0px;
}

.my-custom-menu .ui-grid-menu-inner {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.editableCell {
  cursor: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAABvUlEQVRIS+3UTYhOcRTH8c94KQkRSTJsRHbIQlgoLzXLmWxsSZGVlWQxkkQUQhQbGykLC2qSoiaUZG81mylJ3vIW47WTc+u6nmc889y7dDb33n/39/v+z/n/z+nxO7biIT7kd6OPnnS7gCm4h5t43ySlgGzAXbzDU+zD46ZABaQXV7ARo9iGeQn+UhdWQCZjD/pwAkexCsdwEh/rgApIeMwvGa9M0584naBn3YLKkPBYhkeYXTL8jqs4nOtzcXsiwCoktJvTZFLJ6CvuYBjLsaMuZCp24whmVczu4zk+YxAjncBaZRK6OTiIvZhWMXqAIazAjXz/NB6sHSQ0C3AeAxWDb7iFy9iUjXsKb9uBxoOEZnqeTzRrOcZwHfuxC5FJ3MJY/yv+BQnBIlzDWkQ/lSP66RwOZDM/6RYSujWIkqxHdWM7MRMvcjPRW39EJ5kUgtU4i3UVj2jSGEmvciM/6kBCuzDL018yigOPssWArVWu8uZicJ7BdkRpjucNe4OLdc6kqo05dwiv8TLf40xiLHV1u1rpYi2adAYuYUsCFzcNCb+Yb0uwNHslpkGjmbTL8D+k48q0/HEiHd816Rf5WVEaOIGv0AAAAABJRU5ErkJggg=='), auto;
}

.activityCell{
    border: 1px solid #f29305 !important;
}

.groupCell{
    border: 1px solid #259caa !important;
}

.ui-grid-cell-full > .ui-grid-cell-contents {

    width: 100%;
}

.ui-grid-flex-align-items-center {
    display: flex;
    align-items: center;
}

.ui-grid-flex-center-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ui-grid-flex-align-items-center > .ui-grid-cell-contents,
.ui-grid-flex-center-center > .ui-grid-cell-contents {
    height: auto;
}

.ui-grid-render-container-left .ui-grid-header-cell > .ng-scope > .ui-grid-cell-contents {
	/*height: 78px;*/
}


.ui-grid-flex-align-items-center > .ui-grid-cell-contents

.ui-href-cell, .ui-href-edit-cell{
    font-weight: bold;
}

.ui-href-cell > a{
    display: block;
    margin-left: 5px;
    margin-top: 5px;
    cursor: pointer;
    font-weight: bold;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 100%;
    color: var(--icon-general-color);
}

.ui-href-cell > a:hover{
    color: var(--icon-hover-color);
    text-decoration: none;
}


.ui-href-edit-cell > a{
    margin-left: 5px;
    margin-top: 5px;
    cursor: pointer;
    font-weight: bold;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 100%;
    color: var(--icon-general-color);
}

.ui-href-edit-cell > a:hover{
    color: var(--icon-hover-color);
    text-decoration: none;
}

.activity-table-section-normal{
    padding-top: 3px;
    padding-right: 10px;
    transition: width 1s;
}
.activity-table-section-wide{
    padding-right: 10px;
    padding-top: 3px;
    background: white;
    transition: width 1s;
}

.activity-table-section-attribution{
    padding-right: 10px;
    padding-top: 3px;
    background: white;
}

@media screen and (min-width: 992px){
    .activity-table-section-wide{
        width: 100vw;
        margin-left: -31%;
        padding-right: 10px;
        padding-top: 3px;
        background: white;
        transition: width 2s;
    }

    .activity-table-section-attribution{
        width: 100vw;
        margin-left: -33%;
        padding-right: 10px;
        padding-top: 3px;
        background: white;
        transition: width 2s;
    }
}
/* ui grid paginationn */

#uigrid-top-pagination{
    height: 3em;
    width: 80%;
}

.top-horizontal-scroll{
    width: 100vw;
    height: 20px;
    border: none 0px RED;
    overflow-x: scroll;
    overflow-y:hidden;
}


.top-horizontal-scroll-content {
    width:101vw; height: 20px;
}


/*********** end ui-grid table *******************/

/*--------------------login/sing up page ----------------------*/


.log-signup-container{
        margin: 0 3% 0 3%;
}


@media screen and (min-width: 992px){
    .log-signup-container{
        margin: 0 10% 0 10%;
    }

}


.log-signup-header{
    padding-left: 10%;
    padding-bottom:7%;
}

.center-content {
  margin: auto;
  width: 60%;
  /*border: 3px solid #73AD21;*/
  padding: 10px;
}

.border-grey-right{
    border-right: 1px solid #e4e4e4;
}


.center-content .li1, .center-content .li2 {
    padding-top: 0.9ex;
    padding-bottom: 0.9ex;
}

.center-content input[type=text], input[type=password] {
    width: 100%;
}

.login-section input[type=submit] {
  width: 100%;
  line-height: 4ex;
  border: var(--input-field-border-color) 2px solid;
  background-color: var(--input-field-border-color-hover);
  color:  var(--input-field-border-color);
}

.sing-up-section input[type=submit]{
    width: 100%;
    line-height: 4ex;
    border: var(--input-field-border-color) 2px solid;
    background-color: #ffffff;
    color:  var(--input-field-border-color);
}

.sing-up-section input[type=submit]:hover{
    width: 100%;
    line-height: 4ex;
    border: var(--input-field-border-color) 2px solid;
    background-color: var(--input-field-border-color-hover);
}


.width-100{
    width:100%;
}

/***************** login/singup page end ***********************/

/*------------------- participant import page -----------------------*/

.hscrolldiv {
	width: 95%;
	overflow: auto;
}

.table-cell-import{
    border: 1px solid black;
    padding: 10px 0px 10px 10px;
}
.table-cell-import-header{
    border: 1px solid grey;
    background: #125256;
}

/******************* end  participant import page *********************/

/*------------------- orange-button ------------------------------*/

.btn-orange {
  border-color: #c3750b;
  color: #ffffff;
  background-color: var(--navbar-text-color);
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 5px;
  padding: 10px 30px 10px 30px;
}

.btn-orange:hover,
.btn-orange:active,
.btn-orange:focus,
.btn-orange.active {
  background: #f29414;
  color: #ffffff;
  border-color: #c3750b;
}

.group-enabled, .activity-enabled{
    text-decoration: none;
}

.group-disabled, .activity-disabled {
    text-decoration: line-through;
}

/********************* orange button ****************************/

/* Activity manager settings */

.row.amEnabled .onoffswitch {
    width: 27ex;
}

.row.amEnabled .onoffswitch-switch {
    right: 22ex;
}

.row.disabled .onoffswitch-label, .row.disabled input[type=checkbox],
 ul.disabled .onoffswitch-label, ul.disabled input[type=checkbox],
  ul.disabled label {
    cursor: not-allowed;
}

/* Tree View Boolean Sliders */

.treeview li label.onoffswitch-label {
    border-radius: 20px;
    padding: 0;
    height: 33px;
    display: block;
}

.treeview li label > span.onoffswitch-inner {
    margin-left: -100%;
}

#activityManagerSettingsField_enable .onoffswitch {
    width: 29ex;
}

#activityManagerSettingsField_enable .onoffswitch-switch {
   right: 24ex;
}

#activityManagerSettingsField_enable .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.ui_grid_container_custom{
    margin: 0;
    position: relative;
    min-height: 80vh;
}

.ui_grid_resizable{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.cell_href{
    color:inherit;
}

.cell_href:hover{
    color:#F29305;
}

.cell_wrap_text {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.ui-grid-row:nth-child(odd) .ui-grid-cell.activity-light,
.ui-grid-row:nth-child(even) .ui-grid-cell.activity-light {
    background-color: #fdfdfd;
}

.ui-grid-row:nth-child(odd) .ui-grid-cell.activity-dark,
.ui-grid-row:nth-child(even) .ui-grid-cell.activity-dark {
  background-color: #f3f3f3;
}

.ui-grid-row:nth-child(odd) .ui-grid-cell.group-disabled {
    text-decoration: line-through;
}


/** Custom Attributes **/

.attributetype-format.time-fmt option.date-subtype,
.attributetype-format.date-fmt option.time-subtype{
	display: none;
}
