/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28 avr. 2020, 10:32:51
    Author     : MostafaXP
*/
.fpcoded-mtext-adds{
	font-size : 1.2em;
	color : white;
}
.pcoded-content-adds{
	padding:100px   0 0 0;
}
.rvg-sticky-header {
    position: sticky;
	 position:-webkit-sticky;
    top: 20px;
    padding: 3rem 20px 0px 0;
	 z-index : 1000;
}
.rvg-sticky-header-title {
    margin: 0;
}
.rvg-sticky-container {
    /*background-color: yellow;
    background: linear-gradient(180deg, rgba(255,255,0,1) 0%, rgba(255,140,0,1) 100%);*/
}
.rvg-sticky-content {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding-left: 20px;
}
.rvg-sticky-separator {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.esk-tool-list{
	cursor:pointer;
}
.esk-tool-list:hover{
	background-color: #A7F0FF;
}
.bs-modal-max-larg{
   width:100% !important;
}
.modal-rvg{
   z-index: 2100 !important;background-color:rgba(3, 3, 3, 0.7);
}
.fiche-complete:before{
	background: url("img/completed200.png") no-repeat;
   position: absolute;
   top: 5px;
   right: 5px;
   content: "";
   width: 55px;
   height: 55px;
   background-size: 100%;
}
.fiche-inprogress:before {
	background: url("img/inprogress200.png") no-repeat;
   position: absolute;
   top: 5px;
   right: 5px;
   content: "";
   width: 55px;
   height: 55px;
   background-size: 100%;
}
.fiche-notstarted:before {
	background: url("img/notstarted200.png") no-repeat;
   position: absolute;
   top: 5px;
   right: 5px;
   content: "";
   width: 55px;
   height: 55px;
   background-size: 100%;
}
/**/
.fiche-bord-complete , .fiche-bord-inprogress, .fiche-bord-notstarted {
	border-width: 6px;
	border-style: solid;
}
.fiche-bord-complete{
	border-color : #3AF70B;
}
.fiche-bord-inprogress {
	border-color : #C0C0C0;
}
.fiche-bord-notstarted {
	border-color : transparent;
}
.fiche-lst-flag{
	border:0;
	opacity:0.6;
}
.fiche-lst-flag:hover{
	opacity:1;
}
.text-hidden {
    display: none;
}
.menu-active{
	border-bottom : solid 3px green;
}
.menu-main:hover{
	border-bottom : solid 3px #3AF70B;
}