@font-face {
    font-family: "Roboto-Regular";
    src: url("../fonts/Roboto-Regular.ttf");
}

@font-face {
    font-family: "Roboto-Medium";
    src: url("../fonts/Roboto-Medium.ttf");
}

@font-face {
    font-family: "Roboto-Bold";
    src: url("../fonts/Roboto-Bold.ttf");
}

.dashboard-main .panel-default {
    max-width: 1440px;
    margin: 0 auto;
    float: initial !important;
}

.panel.panel-default{
    margin-top: 15px;
    box-shadow: none;
    border: none;
}

.dashboard-card .panel.panel-default{
    overflow: auto;
}

.navbar{
    border: none;
    background-color: #fff;
    box-shadow: 0px 1px 7px 0px #888;
    margin: 0;
}

.navbar .container-fluid{
    padding: 0;
}

.navbar-brand{
    padding: 0 !important;
    margin: 0 !important;
    height: initial !important;
}

.collapse.navbar-collapse.navbar__part1{
    display: flex !important;
    align-items: center;
    padding: 14px 15px;
    background-color: #000000;
}

.navbar__part1 .navbar-header{
    flex-grow: 0;
    height: initial;
}

.navbar__part1 .nav_list_new{
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.navbar__part1 .nav_list_new .account{
    margin-right: 47px;
    position: relative;
}

.navbar__part1 .nav_list_new .account a{
    color: #ffffff;
}

.navbar__part1 .nav_list_new .account a:hover{
    opacity: .9;
}

.navbar__part1 .nav_list_new .dropdown-toggle::before{
    content: "";
    display: block;
    width: 17px;
    height: 19px;
    background-image: url('../img/user-account.svg');
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -20px;
    top: 7px;
}

.navbar__part1 .nav_list_new .account .dropdown-menu{
    background-color: #000000;
    color: #ffffff;
    top: 69px;
    left: -16px;
    border-radius: 5px;
    padding: 0;
    position: absolute;
}

.navbar__part1 .nav_list_new .account .dropdown-menu::after{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #000000;
    transform: rotate(45deg);
    position: absolute;
    top: -5px;
    left: calc(50% - 5px);
}

.navbar__part1 .nav_list_new .account .dropdown-menu li{
    margin: 0;
}

.navbar__part1 .nav_list_new .account .dropdown-menu li:first-of-type a{
    padding: 15px 15px 10px 15px;
}

.navbar__part1 .nav_list_new .account .dropdown-menu li:last-of-type{
    border-top: 1px solid #333333;
    margin-top: 15px;
}
.navbar__part1 .nav_list_new .account .dropdown-menu li:last-of-type a img{
    margin-right: 15px;
}

.navbar__part1 .nav_list_new .account .dropdown-menu li a{
    padding: 10px 15px;
    color: #ffffff;
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
}

.navbar__part1 .nav_list_new .account .dropdown-menu li a:hover{
    background-color: #000000 !important;
    color: #ffffff;
    opacity: 1;
    padding-left: 20px;
    transition: all .25s;
}

.nav_list_new .go_to_site{
    margin-right: 89px;
    font-size: 14px;
    font-family: Roboto-Medium;
    font-weight: 500;
    position: relative;
}

.nav_list_new .go_to_site a{
    color: #ffffff;
}

.nav_list_new .go_to_site a:hover{
    opacity: .9;
}

.nav_list_new .go_to_site a::before{
    content: "";
    display: block;
    width: 17px;
    height: 19px;
    background-image: url('../img/union.svg');
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -20px;
    top: 9px;
}

.nav_list_new li a{
    color: #ffffff;
    font-size: 14px;
    font-family: Roboto-Medium;
    font-weight: 500;
}

.nav_list_new li a{
    background-color: transparent !important;
    color: #ffffff;
}

.nav_list_new li a:hover, .nav_list_new li a:focus{
    background-color: transparent !important;
    color: #ffffff;
    opacity: 1;
}

.navbar__part2{
    display: flex;
    justify-content: flex-end;
}

.navbar__part2 .nav_list_new li:not(:last-of-type){
    margin: 0 68px 0 0;
}

.navbar__part2 .nav_list_new li:last-of-type{
    margin: 0 58px 0 0;
}

.navbar__part2 .nav_list_new li a{
    padding: 19.5px 0;
    color: #000000;
    font-size: 14px;
    font-family: Roboto-Medium;
    font-weight: 500;
    border-bottom: 4px solid transparent;
    border-radius: 0;
}

.navbar__part2 .nav_list_new li.active a{
    color: #000000 !important;
}

.navbar__part2 .nav_list_new li a:hover, .navbar__part2 .nav_list_new li.active a{
    border-bottom: 4px solid #005cff;
    opacity: 1;
}

.dashboard-main{
    margin: 95px 0 27px 0!important;
    background-color: #f4f4f4;
    padding-left: 13px;
    padding-right: 13px;
}

.dashboard-main .panel-default .panelContent{
    background-color: #f4f4f4;
    padding-left: 0;
    padding-right: 0;
}

.dashboard-heading{
    position: relative;
    height: 147px;
    display: flex;
    align-items: center;
    background-color: #f4f4f4 !important;
    padding-left: 30px;
}

.dashboard-heading-text{
    font-family: Roboto-Medium;
    font-size: 21px;
    font-weight: 500;
    color: #000000;
}

.dashboard-heading-filter-items div .btn-group button{
    font-family: Roboto-Medium;
    font-size: 16px;
    font-weight: 500;
    color: #000000 !important;
    border: 1px solid #ffffff !important;
}

.dashboard-heading-filter-items div .btn-group button:hover{
    background-color: #fbfbfb !important;
    border-color: #fbfbfb !important;
}

.dashboard-action{
    position: absolute;
    right: 58px;
    bottom: 10px;
}

.dashboard-action-content{
    height: 100%;
    margin-left: 30px;

}

.dashboard-heading-wrapper .dashboard-heading{
    width: 100%;
}

.dashboard-heading-wrapper .dashboard-action-content .dashboard-heading-text{
    margin-top: 30px;
}

.dashboard-heading-wrapper .dashboard-action-content .dashboard-heading-filter-items{
    margin-top: 30px;
}

.dashboard-action-content .row{
    max-width: 1440px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.dashboard-action-filtre{
    font-family: Roboto-Medium;
    font-size: 12px;
    font-weight: 500;
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #000000;
    border-radius: 54px;
    margin-right: 16px;
    padding: 7.5px 22px 5.5px 44px;
    position: relative;
}

.dashboard-action-filtre::before{
    content: "";
    display: block;
    width: 17px;
    height: 19px;
    background-image: url('../img/filter.svg');
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
    top: 5px;
}

.dashboard-action-config{
    font-family: Roboto-Medium;
    font-size: 12px;
    font-weight: 500;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #ffffff;
    border-radius: 54px;
    padding: 7.5px 20px 5.5px 38px;
    position: relative;
}

.dashboard-action-config::before{
    content: "";
    display: block;
    width: 17px;
    height: 19px;
    background-image: url('../img/config.svg');
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 11px;
    top: 6px;
}


.dashboard-part-1-taux{
    display: flex;
    justify-content: space-between;
}

.dashboard-panel{
    display: flex;
    justify-content: space-between;
    width: 32.27%;
    height: 127px;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 20px 23px;
}

.dashboard-card{
    padding: 28px 25px 24px 25px;
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.dashboard-card .panel-title{
    font-size: 16px;
    font-family: Roboto-Medium;
    color: #000000;
}

.dashboard-card .panel-default p{
    font-size: 14px;
    font-family: Roboto-Regular;
    line-height: 16px;
    margin-bottom: 14px !important;
    color: #000000;
    text-align: center;
}

.dashboard-card .panel-default p:last-of-type{
    margin-bottom: 30px;
}

.dashboard-card .panel-default, .dashboard-card .panel-heading{
    margin: 0;
    padding: 0;
}

.dashboard-panel-title{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin-left: 10px;
}

.dashboard-panel-title p{
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #000000;
}

.dashboard-panel-title p span{
    display: block;
    font-family: Roboto-Bold;
}

.dashboard-panel-title .satisfaction-icon{
    display: block;
    width: 21px;
    height: 21px;
    background-image: url('../img/check-mark.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 21px 21px;
}

.dashboard-panel-title .participation-icon{
    display: block;
    width: 33px;
    height: 21px;
    background-image: url('../img/people.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 33px 21px;
}

.dashboard-panel-title .repatition-par-genre-icon{
    display: block;
    width: 33px;
    height: 21px;
    background-image: url('../img/gender.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 33px 21px;
} 

.dashboard-panel-perc{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
}

.dashboard-panel-perc span{
    display: block;
    font-size: 39px;
    font-family: Roboto-bold;
    font-weight: 500;
    color: #005cff;
}

.dashboard-panel-perc .noTrainingText{
    display: block;
    font-size: 14px;
    font-family: Roboto-bold;
    font-weight: 500;
    text-align: center;
    color: rgb(84, 145, 250);
}

.dashboard-panel-perc .perc-by-category{
    display: block;
    font-size: 39px;
    font-family: Roboto-bold;
    font-weight: 500;
    color: rgb(84, 145, 250);
}


.dashboard-panel-perc a{
    display: block;
    width: 15px;
    height: 15px;
    background-image: url('../img/arrow-right.svg');
    background-position: center;
    background-repeat: no-repeat;
    text-decoration: none;
    cursor: pointer;
    background-size: 12px 12px;
    position: relative;
    top: 0;
}

.header-categorie-arrows{
    position: absolute;
    right: 5px;
}

.header-categorie-arrows .inline-div:last-of-type{
    margin-left: 10px;
}

.header-categorie-arrows a, .footer-categorie-arrows a{
    display: block;
    width: auto;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    text-decoration: none;
    cursor: pointer;
    background-size: 12px 12px;
    position: relative;
    top: 0;
}


.arrow-icon{
    font-size: 1em;
    color: #E8E8E8;
}

.repatition-par-genre .dashboard-panel-perc{
    display: flex;
    flex-direction: row;
    margin-right: 10px;
}

.repatition-par-genre .dashboard-panel-perc .perc1{
    margin-right: 60px;
}

.repatition-par-genre .dashboard-panel-perc [class^="perc"] span{
    font-size: 39px;
    font-family: Roboto-bold;
    font-weight: 500;
    color: #005cff;
}

.repatition-par-genre .dashboard-panel-perc [class^="perc"] p{
    font-size: 14px;
    font-family: Roboto-Regular;
    color: #666666;
}

.dashboard-part-2-panels{
    display: grid;
    grid-template-columns: 24% 24% 24% 24%;
    grid-template-rows: auto auto;
    grid-gap: 22px 1.33%;
    margin-top: 24px;
}

.participants-par-annee{
    grid-column: 1/2;
    grid-row: 1/2;
    background-color: #ffffff;
    border-radius: 5px;
}

.budget-formation-par-annee{
    grid-column: 1/2;
    grid-row: 2/3;
    background-color: #ffffff;
    border-radius: 5px;
}

.commentaire{
    height: 690px;
    grid-column: 2/3;
    grid-row: 1/3;
    background-color: #ffffff;
    border-radius: 5px;
}

.commentaire__items-wrapper .commentaire__item p{
    color: #666666 !important;
    line-height: 20px !important;
    text-align: left !important;
}

.commentaire__items-wrapper .commentaire__item p::after{
    display: none !important;
}

.nombre-de-participants-par-sites{
    height: 643px;
    grid-column: 1/3;
    grid-row: 1/2;
    background-color: #ffffff;
    border-radius: 5px;
}

.repatition-par-poste{
    height: 690px;
    grid-column: 3/4;
    grid-row: 1/3;
    background-color: #ffffff;
    border-radius: 5px;
}

.atteinte-des-objectifs{
    height: 690px;
    grid-column: 4/5;
    grid-row: 1/3;
    background-color: #ffffff;
    border-radius: 5px;
}


.participants-formes-par-type-de-formation{
    height: 643px;
    grid-column: 2/3;
    grid-row: 1/3;
    background-color: #ffffff;
    border-radius: 5px;
}


.formations-realisees{
    height: 643px;
    grid-column: 1/3;
    grid-row: 1/3;
    background-color: #ffffff;
    border-radius: 5px;
}

.formations-a-venir{
    height: 643px;
    grid-column: 3/5;
    grid-row: 1/3;
    background-color: #ffffff;
    border-radius: 5px;
}


.dashboard-part-2-panels div div:last-of-type{
    padding: 0;
}

.dashboard-part-2-panels div .panel-default{
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.dashboard-part-3-panels .panel-default, .dashboard-part-4-panels div .panel-default{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.dashboard-part-2-panels div .panel-default > div:nth-of-type(2){
    flex-grow: 1;
}

.dashboard-part-2-panels div .panel-default .panel-heading{
    padding: 0;
}

[class^='dashboard-part-'] div .panel-default .panel-heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.panel-heading > .inline-div {
    width: calc(100% - 45px);
}

.dashboard-part-2-panels div .panel-default .panel-heading .panel-title{
    font-size: 16px;
    font-family: 'Roboto-Medium';
    font-weight: 500;
    position: relative;
}

.dashboard-part-2-panels div .panel-default .panel-heading .panel-title a{
    display: block;
    width: 15px;
    height: 15px;
    background-image: url('../img/arrow-right.svg');
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}

.commentaire .panel{
    margin: 0;
}

.commentaire__items{
    margin: 32px 0 0 0;
    overflow: hidden;
    position: relative;
}

.owl-stage-outer{
    padding: 0 !important;
}

.owl-stage-outer .owl-stage{
    padding: 0 !important;
    display: flex;
}

.owl-stage-outer .owl-stage .owl-item{
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.owl-nav{
    display: none;
}

.owl-dots .owl-dot{
    width: 7px;
    height: 7px;
    border: 1px solid transparent;
    border-radius: 50%;
    padding: 0;
    background-color: #c4c4c4;
}

.owl-dots .owl-dot:not(:last-of-type){
    margin-right: 11px;
}

.owl-dots .owl-dot.active{
    background-color: #000000;
}

.commentaire__item{
    padding: 0 20px 30px 6px !important;
}

.commentaire__item h3{
    font-size: 15px;
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #000000;
    margin: 25px 0 20px 0;
}

.commentaire__item p{
    font-size: 14px;
    font-family: Roboto-Regular;
    color: #666666;
    margin: 0;
    position: relative;
}

.commentaire__item p::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    bottom: -30px;
    left: 0;
}

.commentaire__download{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 !important;
    margin-top: 20px;
}

.download__btn{
    padding: 8px 25.5px 8px 45.5px;
    border: 1px solid #000000;
    border-radius: 54px;
    text-decoration: none !important;
    color: #000000 !important;
    font-size: 12px;
    font-family: Roboto-Medium;
    font-weight: 500;
    text-align: center;
    position: relative;
    bottom: 15px;
}

.download__btn::before{
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 17px;
    top: 7px;
    background-image: url('../img/download.svg');
    background-position: center;
    background-repeat: no-repeat;
}

.size_btn{
    display: inline-block;
    float: right;
}


.graph_size__btn{
    padding: 6px 16px 6px 16px;
    border-radius: 54px;
    text-decoration: none !important;
    color: #ffffff !important;
    background-color: #eeeeee;
    font-size: 16px;
    font-family: Roboto-Medium;
    font-weight: 1000;
    text-align: center;
    position: relative;
}

.inline-div{
    display: inline-block;
}

.participants-par-annee .panel-default, .budget-formation-par-annee .panel-default{
    margin: 0;    
}

.participants-par-annee__items, .budget-formation-par-annee__items{
    margin: 31px 0 0 0;
    padding: 0 0 25px 0!important;
    overflow: hidden;
    position: relative;
}

.owl-dots{
    width: 100%;
    position: absolute;
    bottom: 21px;
    text-align: center;
}

.participants-par-annee__item, .budget-formation-par-annee__item{
    padding: 0 0 11px 6px !important;
}

.suiviDesObjectifsGraphContainer, #graphFormationsParEntreprisesAndSites, #graphFormationsAVenir0, #graphFormationsRealisees0{
    display: flex;
    justify-content: center;
}

.participants-par-annee__item p, .budget-formation-par-annee__item p{
    font-size: 14px;
    font-family: Roboto-Regular;
    color: #000000;
    margin: 0 !important;
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.participants-par-annee__item p:not(:last-of-type)::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    bottom: 0;
    left: 0;
}

.participants-par-annee__item span{
    font-size: 18px;
    font-family: Roboto-Bold;
    font-weight: 500;
    color: #000000;
}
.budget-formation-par-annee__items{
    padding: 0 0 45px 0 !important;
}

.budget-formation-par-annee__item{
    margin-left: 20px;
    padding-bottom: 3px !important;
}

.budget-formation-par-annee__content{
    position: relative;
}

.budget-formation-par-annee__content::before{
    content: "";
    display: block;
    width: 12px;
    height: 138px;
    background-color: #ffffff;
    position: absolute;
    top: 40px;
    left: -1px;
    z-index: 1;
    background-image: url('../img/budget-line.png');
    background-repeat: repeat-y;
}

.budget-formation-par-annee__items .owl-dots{
    bottom: 32px;
}

.budget-formation-par-annee__item p{
    position: relative;
    justify-content: space-between;
    align-items: center;
}

.budget-formation-par-annee__item p .price-bold{
    font-size: 19px;
    font-family: Roboto-Bold;
    font-weight: 500;
    margin-left: 20px;
    color: #000000;
}

.budget-formation-par-annee__item p .currency-size-n-bold{
    font-size: 19px;
    font-family: Roboto-Regular;
    color: #000000;
}
.dashboard-modal-config{
    width: 100%;
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    height: 100vh;
    background-color: rgba(0,0,0, .5);
}

.dashboard-modal-config__content{
    width: 80%;
    max-height: 550px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 5px;
    margin: 100px auto;
}

.dashboard-modal-config__heading{
    padding: 15px;
    border-bottom: 1px solid #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard-modal-config__heading h3{
    font-size: 18px;
    font-family: Roboto-Medium;
    color: #000000;
    margin: 0;
    padding: 0 0 0 25px;
    position: relative;
}

.dashboard-modal-config__heading h3::after{
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    background-image: url('../img/config.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    position: absolute;
    top: 2px;
    left: 0;
}

.dashboard-modal-config__heading span::after{
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background-image: url('../img/x.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.dashboard-modal-config__body{
    padding-top: 25px;
    background-color: #f4f4f4;
}

.dashboard-modal-config__body table{
    max-width: 98%;
    margin: 50px auto;
}

.dashboard-modal-config__body table tbody tr td .btn-group{
    box-shadow: none;
}

.dashboard-modal-config__body table tbody tr td .dropdown-menu ul.dropdown-menu li a span{
    color: #000000 !important;
}

.dashboard-modal-config__body table tbody tr td .dropdown-menu ul.dropdown-menu li.selected.active a span{
    color: #ffffff !important;
}

.dashboard-modal-config__body table tbody tr td .dropdown-menu ul.dropdown-menu li.active a:focus,
.dashboard-modal-config__body table tbody tr td .dropdown-menu ul.dropdown-menu li.active a:hover{
    color: #ffffff !important;
}

.dashboard-modal-config__body table tbody tr td:first-of-type{
    border-right: 1px solid #ddd;
}

.dashboard-modal-config__body table button.dropdown-toggle{
    background-color: #f4f4f4;
    border: 1px solid #000000;
    padding: 10px 5px;
}

.dashboard-modal-config__body table button.dropdown-toggle span{
    color: #000000 !important;
    padding: 0;
}

.dashboard-modal-config__body thead tr th{
    position: relative;
}

.dashboard-modal-config__body thead tr th::after{
    display: none !important;
}

.dashboard-modal-config__body table .input-group-addon{
    color: #000000 !important;
}

.dashboard-modal-config__body table .bs-caret{
    display: none;
}

.dashboard-part-3-panels{
    display: grid;
    grid-template-columns: 24% 24% 24% 24%;
    grid-template-rows: 643px 643px;
    grid-gap: 22px 1.33%;
    margin-top: 22px;
}

.dashboard-part-4-panels{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    margin-top: 22px;
}

.dashboard-part-4-panels .recyclages-de-formation{
    grid-column: 1/3;
    grid-row: 1/2;
    height: 750px;
    background-color: #ffffff;
    border-radius: 5px;
}

.dashboard-part-4-panels .recyclages-de-formation .participants-par-annee__content{
    display: flex;
    justify-content: center;
}

.sites-formes-par-categorie{
    grid-column: 1/2;
    grid-row: 1/2;
}

.sites-planifies-par-categorie{
    grid-column: 2/3;
    grid-row: 1/2;
}

.formation-par-entreprises{
    width: initial !important;
    float: initial !important;
    grid-column: 3/5;
    grid-row: 1/2;
}

.participants-formes-par-type-de-formation{
    grid-column: 1/3;
    grid-row: 2/3;
}

.suivi-des-objectifs{
    grid-column: 3/5;
    grid-row: 2/3;
}

.suiviDesObjectifsGraphContainer{
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}
/* Login panel */

.alert.user-auth-failed{
    position: absolute;
    top: 30px;
    right: -25%;
    z-index: 100;
    width: 50%;
    text-align: center;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px){
    .user-auth-failed{
        width: 100% !important;
        right: 0 !important;
    }
}

@media only screen and (max-width: 991px){
    .user-auth-failed{
        width: 80% !important;
        right: 10% !important;
    }
}

@media only screen and (max-width: 480px){
    .user-auth-failed{
        width: 100% !important;
        right: 0 !important;
    }
}

.user-login-panel{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.user-login-panel-nav nav .go_to_site{
    margin-right: 25px;
}

.user-login-panel-content{
    display: flex;
    padding: 0;
    margin-top: 80px;
}

@media only screen and (max-width: 1024px) {
    .user-login-panel-content{
        margin-top: 180px;
    }
}

@media only screen and (max-height: 700px) {
    .user-login-panel-content{
        height: 900px;
    }
}

@media only screen and (min-height: 700px) {
    .user-login-panel-content{
        height: 100%;
    }
}

.user-login-panel-ui-left, .user-login-panel-ui-right{
    width: 50%;
}

.user-login-panel-ui-left{
    background-color: #f4f4f4;
    background-image: url('../img/Group\ 5.png');
    background-position: center center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 1024px) {
    .user-login-panel-ui-left{
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .user-login-panel-ui-right{
        width: 100%;
        background-image: url('../img/Group\ 5.png');
        background-position: center 40px;
        background-repeat: no-repeat;
        background-size: 232.5px 148px;
        padding-top: 40px;
    }
}

.user-login-panel-ui-right{
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-login-panel-ui-right .panel-default .panel-heading{
    font-size: 30px;
    font-family: Roboto-Bold;
    font-weight: normal;
    color: #000000;
    text-align: center;
}

.user-login-panel-ui-right .panel-default .panel-body form .form-group .form-control{
    width: 350px;
    height: 50px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
}

.user-login-panel-ui-right .panel-default .panel-body form .form-group label,
.user-login-panel-ui-right .panel-default .panel-body form .form-group label[for="remember_me"],
.user-login-panel-ui-right .panel-default .panel-body form .form-actions input{
    font-size: 16px;
    font-family: Roboto-Regular;
    font-weight: normal;
    color: #020203;
}

.user-login-panel-ui-right .panel-default .panel-body form .form-actions input{
    width: 350px;
    height: 50px;
    background-color: #005cff;
    color: #ffffff;
    font-family: Roboto-bold;
    border-radius: 5px;
}

.user-login-panel-ui-right .panel.panel-default .panel-body .forgot-password{
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-family: Roboto-Regular;
    font-weight: normal;
    color: #020203;
    margin-top: 32px;
}


.slide-taux-participation__content, .slide-taux-satisfaction__content{
    overflow: hidden;
    height: 100%;
}

.slide-taux-participation__items, .slide-taux-satisfaction__items{
    height: 100%;
}

.slide-taux-participation__items .owl-stage-outer, .slide-taux-satisfaction__items .owl-stage-outer{
    height: 100%;
}

.slide-taux-participation__items .owl-stage-outer .owl-stage, .slide-taux-satisfaction__items .owl-stage-outer .owl-stage{
    height: 100%;
}

.slide-taux-participation__item, .slide-taux-satisfaction__item{
    display: flex;
    justify-content: space-between;
    width: calc(100% - 30px);
    height: 100%;
}

.dashboard-part-1-taux .dashboard-panel{
    position: relative;
}

.dashboard-part-1-taux .dashboard-panel .owl-nav{
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 25px;
}

.dashboard-part-1-taux .dashboard-panel .owl-nav button{
    display: block;
    width: 15px;
    height: 15px;
    border: 0;
    background-image: url('../img/arrow-right.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-color: transparent;
    outline: none;
}

.dashboard-part-1-taux .dashboard-panel .owl-nav button span{
    visibility: hidden;
}

.dashboard-part-1-taux .dashboard-panel .owl-nav .owl-prev{
    display: block;
    position: absolute;
    left: 10px;
    transform: rotate(180deg);
}

.dashboard-part-1-taux .dashboard-panel .owl-nav .owl-next{
    display: block;
    position: absolute;
    right: 10px;
}

@media only screen and (max-width: 1200px) {
    .dashboard-part-1-taux{
        flex-wrap: wrap;
    }

    .dashboard-part-1-taux .dashboard-panel{
        width: 49.335%;
    }

    .dashboard-part-1-taux .dashboard-panel:not(:last-of-type) {
        margin-bottom: 15px;
    }

    .dashboard-part-2-panels{
        grid-template-columns: 49.335% 49.335%;
        grid-template-rows: auto auto auto auto;
    }

    .dashboard-part-3-panels{
        grid-template-columns: 49.335% 49.335%;
        grid-template-rows: auto auto auto auto;
    }

    .participants-par-annee{
        grid-column: 1/2;
        grid-row: 1/2;
    }

    .sites-formes-par-categorie{
        grid-column: 1/2;
        grid-row: 1/3;
    }

    .sites-planifies-par-categorie{
        grid-column: 2/3;
        grid-row: 1/3;
    }

    .budget-formation-par-annee{
        grid-column: 1/2;
        grid-row: 2/3;
    }

    .repatition-par-poste{
        grid-column: 1/2;
        grid-row: 3/5;
    }

    .participants-formes-par-type-de-formation{
        grid-column: 1/2;
        grid-row: 1/2;
    }

    .atteinte-des-objectifs{
        grid-column: 2/3;
        grid-row: 3/5;
    }

    .nombre-de-participants-par-sites{
        grid-column: 2/3;
        grid-row: 1/2;
    }

    .formation-par-entreprises{
        grid-column: 1/3;
        grid-row: 2/3;
    }

    .suivi-des-objectifs{
        height: 565px;
        grid-column: 1/3;
        grid-row: 3/4;
    }

    .formations-a-venir{
        grid-column: 1/3;
        grid-row: 3/5;
    }
}

@media only screen and (max-width: 992px) {

    .dashboard-part-1-taux .dashboard-panel{
        width: 100%;
    }
}

/* client account */

.dashboard-client-account.info{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dashboard-client-account.info .client-info-panel:not(:last-of-type){
    width: 49.5%;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
    .dashboard-client-account.info .client-info-panel:not(:last-of-type){
        width: 100%;
    }
}

.dashboard-client-account.info .client-info-panel.edit{
    width: 100%;
}

.dashboard-client-account.info .client-info-panel.edit .panel .panel-body{
    margin: 0;
}

.dashboard-client-account div.client-info-panel.heading{
    width: 100%;
}

.dashboard-client-account div.client-info-panel.heading h1{
    font-family: 'Roboto-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 15px;
    text-align: left;
}

.dashboard-client-account div.client-info-panel .panel{
    padding: 35px 43px;
    border-radius: 5px;
    position: relative;
}
.dashboard-client-account.info div.client-info-panel .panel .panel-body{
    margin-top: 70px;
}

.dashboard-client-account div.client-info-panel .panel .panel-heading .panel-title{
    font-family: 'Roboto-Medium';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
}

.dashboard-client-account div.client-info-panel .panel .panel-heading .panel-title img{
    position: absolute;
    top: 43px;
    right: 43px;
}

.dashboard-client-account div.client-info-panel .panel .panel-body .col-md-12 p{
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #020203;
}

.dashboard-client-account div.client-info-panel .panel .panel-body .col-md-12{
    margin-bottom: 15px;
}

.dashboard-client-account div.client-info-panel .panel .panel-body .col-md-12 .client-info{
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #666666;
    padding: 16px 15px;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    cursor: not-allowed;
}

.dashboard-client-account div.client-info-panel .panel{
    padding: 20px;
    margin: 0;
    height: 100%;
}

.dashboard-client-account div.client-info-panel .panel .panel-body{
    padding: 0;
}

.dashboard-client-account div.client-info-panel .panel .panel-body button{
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 54px;
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    padding: 8px 17.5px;
}

.dashboard-client-account div.client-info-panel.edit .panel .panel-body a.btn.btn-sm.btn-primary{
    background-color: #415dfd !important;
    border: 1px solid #415dfd !important;
    background-image: url('../img/edit-white.svg') !important;
}


.dashboard-config-table-th{
    position: relative;
    height: 50px;
}

.dashboard-config-table-th span{
    position: absolute;
    top: 0;
    left:0;
    display: block;
    width: 150px;
    margin: 10px 0;
}

.dashboard-modal-config table tbody tr td:nth-of-type(2) .input-group {
    width: 150px;
}

.dashboard-modal-config table tbody tr .input-group{
    display: flex;
}

.pop-up{
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vw;
    z-index: 99;
}

.pop-up__backdrop{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100vw;
	height: 100vw;
	background-color: rgba(0,0,0, .2);
}

.pop-up__wrapper{
	position: absolute;
	top: 15%;
	left: calc(50% - 225px);
	z-index: 1;
	width: 451px;
	border-radius: 10px;
	overflow: hidden;
}

.pop-up__head{
	padding: 2px 20px 4px 20px;
	background-color: #000;
	background-image: url('../../img');/* add path to white checkmark */
	background-position: 10px center;
	background-repeat: no-repeat;
}

.pop-up__title{
	font-family: 'Roboto-Medium';
	font-style: normal;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
}

.pop-up__content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	padding: 25px 35px;
}

.pop-up__description{
	font-family: 'Roboto-Medium';
	font-style: normal;
	font-size: 18px;
	line-height: 20px;
    margin-top: 10px;
}

.pop-up__button{
	padding: 10px 16px;
	border-radius: 5px;
	font-family: 'Roboto-Medium';
	font-style: normal;
	font-size: 17px;
	line-height: 16px;
	text-transform: uppercase;
	border: 0;
	cursor: pointer;
	background-color: #005ed9;
	color: #fff;
}

.dashboard-main.accountant,
.public-client{
    margin-top: 0px !important;
}

.border-radius-0{
    border-radius: 0 !important;
}

.border-bottom-0{
    border-bottom: 0 !important;
}

.tables-quizz-by-module{
    padding-left: 30px;
}

.red-text{
    color: #ED0000 !important;
}

.font-weight-600{
    font-weight: 600;
}

.color-black{
    color: #000;
}


.text-light-black{
    color: #333;
}


.dashboard-main.public-client a.dt-button,
.dashboard-main.public-client a[class^="btn"]{
    background-color: #005ed9 !important;
    user-select: none !important;
    background-image: none !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
    padding: 10px 35px !important
}

.public-client .cursor-pointer {
    cursor: pointer;
}

.public-client .public-client .checkbox-area .accepted-checkbox {
    border: 1px solid #9b9b9b;
}

.public-client .containerLoader{
    display:none;
}

.public-client .botton-paragraph{
    font-size: 12px;
    color: #666666;
    margin-bottom: 20px !important;
}

.public-client .client a.dt-button, .dashboard-main.public-client a[class^="btn"].red-button{
    background-color: #EC4649!important;
    border-color: #EC4649!important;
}

.public-client .calendar-form-items .datepickersingle, .bootstrap-select .dropdown-toggle{
    font-size: 14px !important;
    line-height:  22px !important;
}